Commit Graph

77 Commits (2ad6e80de9a6300daffcc0987667e45012fbecde)

Author SHA1 Message Date
Peter Eisentraut af4002b381 Rename amcancrosscompare 6 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 7 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 9 months ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 9 months ago
David Rowley 4171c44c9b Revert "Introduce CompactAttribute array in TupleDesc" 10 months ago
David Rowley d28dff3f6c Introduce CompactAttribute array in TupleDesc 10 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 10 months ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane 903737c5bf Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Tomas Vondra c1ec02be1d Reuse BrinDesc and BrinRevmap in brininsert 2 years ago
Peter Eisentraut 1d91d24d9a Add const to values and nulls arguments 2 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Michael Paquier 33ab0a2a52 Fix typos in comments, code and documentation 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tomas Vondra e3fcca0d0d Revert changes in HOT handling of BRIN indexes 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Tom Lane f4e7ae2b8a Fix SP-GiST scan initialization logic for binary-compatible cases. 4 years ago
Peter Eisentraut ae03a7c739 Remove some unnecessary casts in format arguments 4 years ago
Tom Lane f5024d8d7b Re-order pg_attribute columns to eliminate some padding space. 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago
Tom Lane 09c1c6ab4b Support INCLUDE'd columns in SP-GiST. 5 years ago
Tom Lane ac9099fc1d Fix confusion in SP-GiST between attribute type and leaf storage type. 5 years ago
Tom Lane 1ebdec8c03 Rethink handling of pass-by-value leaf datums in SP-GiST. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Alexander Korotkov 364bdd0b41 Fix missing SP-GiST support in 911e702077 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 6 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 7 years ago
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 8 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