summaryrefslogtreecommitdiff
path: root/contrib/amcheck/sql
AgeCommit message (Expand)Author
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-03-20Allow amcheck to re-find tuples using new search.Peter Geoghegan
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-02-06Avoid amcheck inline compression false positives.Peter Geoghegan
2018-04-25Add amcheck missing downlink tests.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-01Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2017-03-14amcheck: Harden tests against concurrent autovacuums.Andres Freund
2017-03-10Add amcheck extension to contrib.Andres Freund