summaryrefslogtreecommitdiff
path: root/contrib/amcheck/sql
AgeCommit message (Expand)Author
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-07-31Restore lost amcheck TOAST test coverage.Peter Geoghegan
2020-05-04Add posting list tuple amcheck test case.Peter Geoghegan
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
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