summaryrefslogtreecommitdiff
path: root/contrib/amcheck/t/001_verify_heapam.pl
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-09-28Support amcheck of sequencesPeter Eisentraut
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-19Replace magic constants for seek() calls in perl scriptsMichael Paquier
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2020-10-23Fix more portability issues in new amcheck code.Tom Lane
2020-10-23Fix portability issues in new amcheck test.Tom Lane
2020-10-22Extend amcheck to check heap pages.Robert Haas