aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAge
* Disable 031_recovery_conflict.pl until after minor releases.Andres Freund2022-05-08
* Temporarily skip recovery deadlock test in back branches.Andres Freund2022-05-06
* Backpatch addition of pump_until() more completely.Andres Freund2022-05-06
* Revert "Fix timing issue in deadlock recovery conflict test."Andres Freund2022-05-04
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-04
* Backpatch 031_recovery_conflict.pl.Andres Freund2022-05-02
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-18
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-20
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* Fix typoAlvaro Herrera2021-11-08
* Change recently added test code for stabilityAlvaro Herrera2021-10-13
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch2021-08-27
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Make new replication slot test code even less racyAlvaro Herrera2021-07-19
* Make new replication slot test code less racyAlvaro Herrera2021-07-17
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan2021-06-15
* Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan2021-06-13
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* Fix new recovery test for use under msysAndrew Dunstan2021-06-12
* Adjust new test case to set wal_keep_size.Robert Haas2021-06-10
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* Make a test endure log_error_verbosity=verbose.Noah Misch2021-03-21
* Fix new TAP test for 2PC transactions and PITRs on WindowsMichael Paquier2021-03-22
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Stabilize timeline switch regression test.Fujii Masao2021-01-14
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Fix interpolation in test name.Noah Misch2020-09-13
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Fix checkpoint signallingAlvaro Herrera2020-04-29
* Add more TAP coverage for archive status with crash recovery of standbysMichael Paquier2020-04-28
* Raise a timeout to 180s, in test 003_recovery_targets.pl.Noah Misch2020-04-25
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24