summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+2
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-191-44/+24
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-081-22/+48
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-6/+6
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-241-0/+14
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* tableam: Add and use scan APIs.Andres Freund2019-03-111-2/+2
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-101-3/+5
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-191-41/+5
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-1/+1
* Add predicate locking for GiSTTeodor Sigaev2018-03-271-0/+3
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-091-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-191-1/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-041-0/+3
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-271-8/+9
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-19/+21
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-2/+3
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-2/+2
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-2/+2
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-21/+14
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-091-1/+3
* Microvacuum for GISTTeodor Sigaev2015-09-091-1/+136
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-231-10/+19
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-151-12/+44
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-151-9/+21
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-2/+64
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-221-50/+21
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+3
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-2/+6
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-171-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-2/+0
* More duplicate word removal.Robert Haas2012-05-021-1/+1