summaryrefslogtreecommitdiff
path: root/contrib/amcheck
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-4/+4
* Fix various typosDavid Rowley2023-04-181-1/+1
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-47/+23
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-7/+8
* amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas2023-03-281-2/+1
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-271-11/+9
* amcheck: Tighten up validation of redirect line pointers.Robert Haas2023-03-271-9/+31
* amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas2023-03-241-2/+6
* amcheck: Fix a few bugs in new update chain validation.Robert Haas2023-03-231-3/+7
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-221-6/+285
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-111-5/+28
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-111-1/+4
* Add tests for pg_stat_ioAndres Freund2023-02-112-0/+61
* Update copyright for 2023Bruce Momjian2023-01-026-6/+6
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* Simplify our Assert infrastructure a little.Tom Lane2022-10-101-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-4/+13
* Fix whitespacePeter Eisentraut2022-10-051-1/+0
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+37
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-4/+2
* amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.Robert Haas2022-06-221-9/+1
* Silence compiler warnings from some older compilers.Tom Lane2022-06-011-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+3
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-093-0/+71
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-011-16/+16
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-251-3/+2
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-242-2/+0
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-081-42/+4
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-042-7/+10
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-113-3/+5
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-091-1/+2
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-261-0/+2
* Update copyright for 2022Bruce Momjian2022-01-075-5/+5
* Fix some typos with {a,an}Michael Paquier2021-12-091-1/+1
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-3/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-2/+3
* Fix incorrect format placeholdersPeter Eisentraut2021-11-101-2/+2
* amcheck: Add additional TOAST pointer checks.Robert Haas2021-11-051-0/+46
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-282-60/+41
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-243-9/+9
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-231-0/+188
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-0/+78
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-0/+8
* amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan2021-10-112-2/+19
* Support amcheck of sequencesPeter Eisentraut2021-09-283-5/+79
* contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2021-08-261-0/+2