summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
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
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-08-26Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-24Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier
2019-07-24Improve stability of TAP test for synchronous replicationMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-04-19Remove dependency to pageinspect in recovery testsMichael Paquier
2019-04-16Don't write to stdin of a test process that could have already exited.Noah Misch
2019-04-15Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier
2019-04-14MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch