summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-11-08Fix typoAlvaro Herrera
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
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_segments.Robert Haas
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-05-31Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.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
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-09-14Fix interpolation in test name.Noah Misch
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-05-14In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.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-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-14Revert test added by commit d207038053.Amit Kapila
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-09-09Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan
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-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
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
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-01-27Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-08-12Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane
2018-07-18Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-06-19Clarify the README files for the various separate TAP-based test suites.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut