summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2022-01-19Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-15Add simple test for physical replication of sequences.Tom Lane
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-28Add TAP test for archive_cleanup_command and recovery_end_commandMichael Paquier
2021-10-26Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOTMichael Paquier
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
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-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
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
2021-03-22Fix new TAP test for 2PC transactions and PITRs on WindowsMichael Paquier
2021-03-21Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier
2021-03-21Don't run recover crash_temp_files test in Windows perlAndrew Dunstan
2021-03-21Unbreak recovery test on WindowsAndrew Dunstan