aboutsummaryrefslogtreecommitdiff
path: root/contrib/amcheck
Commit message (Expand)AuthorAge
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Fix test of pg_stat_io for wal_level=minimal.Noah Misch2023-07-01
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-21
* Fix various typosDavid Rowley2023-04-18
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas2023-03-28
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-27
* amcheck: Tighten up validation of redirect line pointers.Robert Haas2023-03-27
* amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas2023-03-24
* amcheck: Fix a few bugs in new update chain validation.Robert Haas2023-03-23
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-22
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-11
* Add tests for pg_stat_ioAndres Freund2023-02-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* meson: Add windows resource filesAndres Freund2022-10-05
* Fix whitespacePeter Eisentraut2022-10-05
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.Robert Haas2022-06-22
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-09
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix incorrect format placeholdersPeter Eisentraut2021-11-10
* amcheck: Add additional TOAST pointer checks.Robert Haas2021-11-05
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28