summaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgscan.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-29Fix grammatical typos around possessive "its"John Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
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-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-04Fix more confusion in SP-GiST.Tom Lane
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
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-09-24Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov
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-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-11Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth
2018-03-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-22Add optional compression method to SP-GiSTTeodor Sigaev
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.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-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
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-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
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-05-24pgindent run for 9.5Bruce Momjian
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas