summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2023-07-01Fix test of pg_stat_io for wal_level=minimal.Noah Misch
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-18Fix various typosDavid Rowley
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-28amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas
2023-03-27amcheck: Generalize one of the recently-added update chain checks.Robert Haas
2023-03-27amcheck: Tighten up validation of redirect line pointers.Robert Haas
2023-03-24amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas
2023-03-23amcheck: Fix a few bugs in new update chain validation.Robert Haas
2023-03-22Teach verify_heapam() to validate update chains within a page.Robert Haas
2023-03-11amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund
2023-03-11amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund
2023-02-11Add tests for pg_stat_ioAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Fix whitespacePeter Eisentraut
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-06-22amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.Robert Haas
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-10Fix incorrect format placeholdersPeter Eisentraut
2021-11-05amcheck: Add additional TOAST pointer checks.Robert Haas
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch