summaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency to pageinspect in recovery testsMichael Paquier2019-04-192-43/+3
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-151-1/+1
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-151-2/+54
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-141-1/+10
* Consistently test for in-use shared memory.Noah Misch2019-04-121-0/+200
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-177/+0
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-031-5/+28
* Consistently test for in-use shared memory.Noah Misch2019-04-031-0/+154
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-161-1/+1
* Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier2019-03-141-0/+4
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-132-1/+176
* Allow recovery tests to run on Windows as an admin userAndrew Dunstan2019-03-041-3/+8
* Add TAP tests for 2PC post-commit callbacks of multixacts at recoveryMichael Paquier2019-02-231-1/+55
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-261-4/+4
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-133-25/+0
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-102-3/+3
* Only allow one recovery target settingPeter Eisentraut2018-11-281-27/+19
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-257-14/+12
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-311-22/+1
* Add pg_promote functionMichael Paquier2018-10-251-3/+8
* Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.Tom Lane2018-08-122-3/+4
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-181-25/+1
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-051-0/+87
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-191-7/+9
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-274-0/+7
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-093-8/+16
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-272-2/+2
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-276-26/+29
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-254-42/+67
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-201-1/+3
* Add tests for reinit.cPeter Eisentraut2018-03-141-0/+82
* Add installcheck support to more test suitesPeter Eisentraut2018-01-232-3/+10
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* In tests, await an LSN no later than the recovery target.Noah Misch2017-12-311-8/+7
* Remove redundant line from Makefile.Robert Haas2017-11-161-2/+0
* Try to make crash restart test work on windows.Andres Freund2017-10-011-18/+10
* Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.Tom Lane2017-09-231-3/+3
* Expand expected output for recovery test even further.Andres Freund2017-09-221-1/+1
* Accept that server might not be able to send error in crash recovery test.Andres Freund2017-09-191-24/+74
* Make new crash restart test a bit more robust.Andres Freund2017-09-191-13/+21
* Add test for postmaster crash restarts.Andres Freund2017-09-181-0/+192
* Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane2017-09-111-1/+0
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-011-0/+8
* Avoid race condition in logical replication testSimon Riggs2017-09-011-0/+5
* Final pgindent + perltidy run for v10.Tom Lane2017-08-145-43/+45
* Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane2017-08-121-40/+25
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-104-76/+76
* Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane2017-08-081-1/+7
* Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane2017-07-051-7/+7