summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
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-05-09Disable 031_recovery_conflict.pl until after minor releases.Andres Freund
2022-05-06Temporarily skip recovery deadlock test in back branches.Andres Freund
2022-05-06Backpatch addition of pump_until() more completely.Andres Freund
2022-05-04Revert "Fix timing issue in deadlock recovery conflict test."Andres Freund
2022-05-04Fix timing issue in deadlock recovery conflict test.Andres Freund
2022-05-03Backpatch 031_recovery_conflict.pl.Andres Freund
2022-04-18Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier
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-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-09-30Repair two portability oversights of new testAlvaro Herrera
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-07-29Close yet another race condition in replication slot test codeAlvaro Herrera
2021-07-19Make new replication slot test code even less racyAlvaro Herrera
2021-07-17Make new replication slot test code less racyAlvaro Herrera
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-23Add test case for obsoleting slot with active walsender, take 2Alvaro Herrera
2021-06-20Revert "Add test case for obsoleting slot with active walsender"Alvaro Herrera
2021-06-18Add test case for obsoleting slot with active walsenderAlvaro Herrera
2021-06-15Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan
2021-06-13Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan
2021-06-12Restore robustness of TAP tests that wait for postmaster restart.Tom Lane
2021-06-12Fix new recovery test for use under msysAndrew Dunstan
2021-06-10Adjust new test case to set wal_keep_size.Robert Haas
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-06-02Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao
2021-06-02Add regression test for recovery pause.Fujii Masao
2021-05-31Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch
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-25Make a test endure log_error_verbosity=verbose.Noah Misch
2021-04-06Fix test added by commit 9de9294b0c.Fujii Masao
2021-04-06Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-22Make a test endure log_error_verbosity=verbose.Noah Misch