Commit Graph

27 Commits (dd299df8189bd00fbe54b72c64f43b6af2ffeccd)

Author SHA1 Message Date
Peter Geoghegan dd299df818 Make heap TID a tiebreaker nbtree index column. 6 years ago
Peter Geoghegan e5adcb789d Refactor nbtree insertion scankeys. 6 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 6 years ago
Peter Geoghegan eba775345d Avoid amcheck inline compression false positives. 6 years ago
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Andres Freund 63746189b2 Change snapshot type to be determined by enum rather than callback. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros 7 years ago
Michael Paquier 730422afcd Fix some errhint and errdetail strings missing a period 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev f35f30f74b Add amcheck missing downlink tests. 7 years ago
Teodor Sigaev 4eaf7eaccb Add missing and dangling downlink checks to amcheck 7 years ago
Teodor Sigaev 075aade436 Adjust INCLUDE index truncation comments and code. 7 years ago
Teodor Sigaev 1671c01650 Remove repeated test in contrib/amcheck 7 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 7 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 7 years ago
Andres Freund 7f563c09f8 Add amcheck verification of heap relations belonging to btree indexes. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Andres Freund 7150402655 amcheck: Harden tests against concurrent autovacuums. 8 years ago
Andres Freund fcd8d25d38 amcheck: editorialize variable name & comment. 8 years ago
Tom Lane 574268e37b Add .gitignore to contrib/amcheck. 8 years ago
Andres Freund 3717dc149e Add amcheck extension to contrib. 8 years ago