Commit Graph

37 Commits (0896ae561b6c799d45cb61d8a3b18fbb442130a7)

Author SHA1 Message Date
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 696b0c5fd0 Fix memory leak in repeated SPGIST index scans. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Andrew Gierth 500d49794f Repair double-free in SP-GIST rescan (bug #15378) 7 years ago
Tom Lane 467963c3e9 Prevent query-lifespan memory leakage of SP-GiST traversal values. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Teodor Sigaev 854823fa33 Add optional compression method to SP-GiST 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 9b88f27cb4 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Teodor Sigaev ccd6eb49a4 Introduce traversalValue for SP-GiST scan 9 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas d04c8ed904 Add support for index-only scans in GiST. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera e20a90e188 Trim spgist_private.h inclusion 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 13 years ago
Tom Lane 03e56f798e Restructure SPGiST opclass interface API to support whole-index scans. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 3695a55513 Replace simple constant pg_am.amcanreturn with an AM support function. 14 years ago
Tom Lane b7a0e8fb4d Defend against null scankeys in spgist searches. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago