Commit Graph

36 Commits (f09346a9c6218dd239fdf3a79a729716c0d305bd)

Author SHA1 Message Date
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Alexander Korotkov 2b13702d5c Fix typo in SP-GiST error message 7 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 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 81e334ce4e Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 8 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 9 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 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 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas c82dedb7a8 Optimize SP-GiST insertions. 13 years ago
Tom Lane 962e0cc71e Fix race conditions associated with SPGiST redirection tuples. 13 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 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
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 85df5dbf5a Fix compiler warning seen on 64-bit machine. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago