summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
AgeCommit message (Expand)Author
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-24Refactor checks for deleted GiST pages.Heikki Linnakangas
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-20Allow no-op GiST support functions to be omitted.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-09Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev
2015-09-09Microvacuum for GISTTeodor Sigaev
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian