summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-25Add amcheck missing downlink tests.Teodor Sigaev
2018-04-25Add missing and dangling downlink checks to amcheckTeodor Sigaev
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-09Remove repeated test in contrib/amcheckTeodor Sigaev
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-01Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-14amcheck: Harden tests against concurrent autovacuums.Andres Freund
2017-03-10amcheck: editorialize variable name & comment.Andres Freund
2017-03-10Add .gitignore to contrib/amcheck.Tom Lane
2017-03-10Add amcheck extension to contrib.Andres Freund