summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
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
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-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-03-14Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier
2019-03-13Add TAP test to check consistency of minimum recovery LSNMichael Paquier
2019-03-04Allow recovery tests to run on Windows as an admin userAndrew Dunstan
2019-02-22Add TAP tests for 2PC post-commit callbacks of multixacts at recoveryMichael Paquier
2019-01-27Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-11-28Only allow one recovery target settingPeter Eisentraut
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-25Add pg_promote functionMichael Paquier
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
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-03-19Don't use an Msys virtual path to create a tablespaceAndrew Dunstan
2018-03-14Add tests for reinit.cPeter Eisentraut