summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
Commit message (Expand)AuthorAgeFilesLines
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-051-11/+2
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-2/+2
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-1/+1
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-1/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-2/+3
* Remove redundant variable pageSize in gistinitpagePeter Eisentraut2021-06-251-2/+1
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-071-2/+0
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-221-1/+1
* Rename removable xid function for consistency.Peter Geoghegan2021-02-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-171-18/+35
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-1/+1
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-5/+3
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-5/+26
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-26/+5
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-5/+26
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+2
* Refactor code building relation optionsMichael Paquier2019-11-051-18/+4
* Support reloptions of enum typeAlvaro Herrera2019-09-251-1/+1
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-241-3/+21
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-6/+6
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-1/+1
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-221-3/+31
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-101-13/+40
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-191-31/+6
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-1/+1
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-12/+12
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-191-4/+38
* Phase 3 of pgindent updates.Tom Lane2017-06-211-5/+5
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-081-0/+1
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-271-3/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-231-1/+1
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+100
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-3/+3
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-3/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-7/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-261-1/+1
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-1/+63