summaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-282-24/+28
* Add test case for obsoleting slot with active walsender, take 2Alvaro Herrera2021-06-231-3/+94
* Revert "Add test case for obsoleting slot with active walsender"Alvaro Herrera2021-06-201-82/+3
* Add test case for obsoleting slot with active walsenderAlvaro Herrera2021-06-181-3/+82
* Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan2021-06-151-5/+7
* Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan2021-06-131-2/+2
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-122-9/+5
* Fix new recovery test for use under msysAndrew Dunstan2021-06-122-3/+18
* Adjust new test case to set wal_keep_size.Robert Haas2021-06-101-0/+1
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-092-0/+106
* Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao2021-06-021-1/+0
* Add regression test for recovery pause.Fujii Masao2021-06-021-2/+57
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-311-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-127-102/+116
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-0724-0/+72
* Make a test endure log_error_verbosity=verbose.Noah Misch2021-04-251-1/+1
* Fix test added by commit 9de9294b0c.Fujii Masao2021-04-071-1/+1
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-061-0/+95
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-241-1/+0
* Make a test endure log_error_verbosity=verbose.Noah Misch2021-03-211-1/+1
* Fix new TAP test for 2PC transactions and PITRs on WindowsMichael Paquier2021-03-221-4/+1
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-221-0/+89
* Don't run recover crash_temp_files test in Windows perlAndrew Dunstan2021-03-211-7/+11
* Unbreak recovery test on WindowsAndrew Dunstan2021-03-211-2/+6
* Fix race condition in remove_temp_files_after_crash TAP testTomas Vondra2021-03-191-2/+42
* Fix TAP test for remove_temp_files_after_crashTomas Vondra2021-03-191-13/+47
* Remove temporary files after backend crashTomas Vondra2021-03-181-0/+192
* Close psql processes gracefully in recovery testsAndrew Dunstan2021-03-042-13/+9
* Make test_target_session_attrs more robust against connection failure.Tom Lane2021-03-031-11/+14
* Silence perlcritic warning in commit ee28cacf6.Tom Lane2021-03-021-1/+2
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-021-8/+74
* Fix recovery test hang in 021_row_visibility.pl on windows.Andres Freund2021-03-011-0/+4
* Stabilize timeline switch regression test.Fujii Masao2021-01-141-0/+4
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-141-3/+39
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-231-0/+4
* Increase timeout in 021_row_visibility.pl.Tom Lane2020-12-221-1/+1
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-121-1/+1
* Revert pg_relation_check_pages()Michael Paquier2020-11-041-231/+0
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-281-0/+231
* Try to unbreak 021_row_visibility.pl on mingw.Andres Freund2020-10-051-0/+4
* Fix and test snapshot behavior on standby.Andres Freund2020-09-301-0/+192
* Fix interpolation in test name.Noah Misch2020-09-131-1/+1
* Correct several behavior descriptions in comments.Noah Misch2020-08-151-1/+1
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-201-5/+5
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-0815-478/+478
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-071-12/+10
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-241-10/+13
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-241-1/+1
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-181-2/+19