summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-29Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.Noah Misch
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-09-29Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-01Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier
2022-08-01Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-23Doc: update recovery/README.Tom Lane
2022-07-07Clean up some includes and comments in TAP test scriptsMichael Paquier
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-02Fix race condition in t/028_pitr_timelines.pl.Noah Misch
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch
2022-05-13Fix slow animal timeouts in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-08Fix race in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-04Fix timing issue in deadlock recovery conflict test.Andres Freund
2022-05-03Add tests for recovery deadlock conflicts.Andres Freund
2022-04-18Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier
2022-04-18Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier
2022-04-16pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund
2022-04-15pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Add minimal tests for recovery conflict handling.Andres Freund
2022-04-07pgstat: test stats interactions with physical replication.Andres Freund
2022-04-07pgstat: add tests for handling of restarts, including crashes.Andres Freund
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Remove race condition in 022_crash_temp_files.pl test.Tom Lane
2022-04-05Update some tests in 013_crash_restart.pl.Tom Lane
2022-04-04Disable synchronize_seqscans in 027_stream_regress.pl.Tom Lane
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-20Log regression.diffs in 027_stream_regress.pl.Thomas Munro
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund