aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAge
* Improve stability of TAP test for synchronous replicationMichael Paquier2019-07-24
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Fix double-word typosAlvaro Herrera2019-06-13
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Remove dependency to pageinspect in recovery testsMichael Paquier2019-04-19
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-14
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier2019-03-14
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-13
* Allow recovery tests to run on Windows as an admin userAndrew Dunstan2019-03-04
* Add TAP tests for 2PC post-commit callbacks of multixacts at recoveryMichael Paquier2019-02-23
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-10
* Only allow one recovery target settingPeter Eisentraut2018-11-28
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Add pg_promote functionMichael Paquier2018-10-25
* Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane2018-08-12
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-18
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-19
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-20
* Add tests for reinit.cPeter Eisentraut2018-03-14
* Add installcheck support to more test suitesPeter Eisentraut2018-01-23
* Update copyright for 2018Bruce Momjian2018-01-02
* In tests, await an LSN no later than the recovery target.Noah Misch2017-12-31
* Remove redundant line from Makefile.Robert Haas2017-11-16
* Try to make crash restart test work on windows.Andres Freund2017-10-01
* Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.Tom Lane2017-09-23
* Expand expected output for recovery test even further.Andres Freund2017-09-22
* Accept that server might not be able to send error in crash recovery test.Andres Freund2017-09-19
* Make new crash restart test a bit more robust.Andres Freund2017-09-19
* Add test for postmaster crash restarts.Andres Freund2017-09-18
* Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane2017-09-11
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-01
* Avoid race condition in logical replication testSimon Riggs2017-09-01