summaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut2017-07-054-18/+0
* Fix race condition in recovery/t/009_twophase.pl test.Tom Lane2017-07-021-14/+39
* Try to improve readability of recovery/t/009_twophase.pl test.Tom Lane2017-07-021-128/+225
* Improve TAP test function PostgresNode::poll_query_until().Tom Lane2017-07-021-19/+2
* Clean up misuse and nonuse of poll_query_until().Tom Lane2017-07-014-23/+16
* Eat XIDs more efficiently in recovery TAP test.Tom Lane2017-06-281-4/+18
* Improve wait logic in TAP tests for streaming replication.Tom Lane2017-06-261-20/+45
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-1711-222/+394
* Avoid tests which crash the calling process on WindowsAndrew Dunstan2017-05-122-8/+25
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-116-16/+16
* Additional tests for subtransactions in recoverySimon Riggs2017-04-272-38/+198
* Set the priorities of all quorum synchronous standbys to 1.Fujii Masao2017-04-261-1/+1
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-223-13/+9
* Change 'diag' to 'note' in TAP testsPeter Eisentraut2017-03-282-9/+9
* Cleanup slots during drop databaseSimon Riggs2017-03-282-4/+66