summaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-251-5/+33
* Fix recovery test hangPeter Eisentraut2017-03-251-1/+1
* Add a txid_status function.Robert Haas2017-03-241-0/+46
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-222-0/+132
* Avoid Perl warningPeter Eisentraut2017-03-221-1/+1
* Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs2017-03-211-1/+30
* TAP tests for target_session_attrs connection parameter.Robert Haas2017-02-261-1/+49
* Add tests for two-phase commitAlvaro Herrera2017-02-211-0/+322
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-094-15/+15
* Reset hot standby xmin on master after restartSimon Riggs2017-01-261-1/+20
* Change default values for backup and replication parametersMagnus Hagander2017-01-142-2/+0
* Add 18 new recovery TAP testsSimon Riggs2017-01-041-1/+104
* Allow PostgresNode.pm tests to wait for catchupSimon Riggs2017-01-042-23/+5
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Support quorum-based synchronous replication.Fujii Masao2016-12-191-1/+32
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-271-0/+5
* Use pg_ctl promote -w in TAP testsPeter Eisentraut2016-10-191-4/+1
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-191-0/+93
* Dirty replication slots when using sql interfaceSimon Riggs2016-09-052-0/+42
* New recovery target recovery_target_lsnSimon Riggs2016-09-031-4/+24
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-4/+4