summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2021-01-14Stabilize timeline switch regression test.Fujii Masao
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-12-22Increase timeout in 021_row_visibility.pl.Tom Lane
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-11-04Revert pg_relation_check_pages()Michael Paquier
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-10-06Try to unbreak 021_row_visibility.pl on mingw.Andres Freund
2020-10-01Fix and test snapshot behavior on standby.Andres Freund
2020-09-14Fix interpolation in test name.Noah Misch
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-07Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-05-16Fix walsender error cleanup codeAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch
2020-04-29Fix checkpoint signallingAlvaro Herrera
2020-04-27Add more TAP coverage for archive status with crash recovery of standbysMichael Paquier
2020-04-26Raise a timeout to 180s, in test 003_recovery_targets.pl.Noah Misch
2020-04-24Remove some unstable parts from new TAP test for archive status checkMichael Paquier
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-14Add a wait_for_catchup() before immediate stop of a test master.Noah Misch
2020-04-09Further stabilize results of 019_replslot_limit.pl.Tom Lane
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera
2020-04-07Appease perlcriticAlvaro Herrera
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-04Add perl2host call missing from a new test file.Noah Misch
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-31Fix typo in recently-added TAP test for replication slotsMichael Paquier
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-14Revert test added by commit d207038053.Amit Kapila
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila
2019-11-28Move pump_until to TestLib.pm.Amit Kapila
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-09-06Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan