summaryrefslogtreecommitdiff
path: root/contrib/amcheck/sql
AgeCommit message (Expand)Author
2025-06-17amcheck: Test gin_index_check on a multicolumn indexTomas Vondra
2025-03-30Remove incidental md5() function use from testTomas Vondra
2025-03-29amcheck: Add a test with GIN index on JSONB dataTomas Vondra
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-23amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov
2024-03-23amcheck: Support for different header sizes of short varlena datumAlexander Korotkov
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-07-01Fix test of pg_stat_io for wal_level=minimal.Noah Misch
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-02-11Add tests for pg_stat_ioAndres Freund
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