summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-01In tests, await an LSN no later than the recovery target.Noah Misch
2017-11-16Remove redundant line from Makefile.Robert Haas
2017-10-01Try to make crash restart test work on windows.Andres Freund
2017-09-23Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.Tom Lane
2017-09-22Expand expected output for recovery test even further.Andres Freund
2017-09-20Accept that server might not be able to send error in crash recovery test.Andres Freund
2017-09-19Make new crash restart test a bit more robust.Andres Freund
2017-09-19Add test for postmaster crash restarts.Andres Freund
2017-09-12Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane
2017-09-01Fix two-phase commit test for recovery modeAlvaro Herrera
2017-09-01Avoid race condition in logical replication testSimon Riggs
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-12Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-08Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane
2017-07-06Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane
2017-07-05Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut
2017-07-03Fix race condition in recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Try to improve readability of recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Improve TAP test function PostgresNode::poll_query_until().Tom Lane
2017-07-01Clean up misuse and nonuse of poll_query_until().Tom Lane
2017-06-29Eat XIDs more efficiently in recovery TAP test.Tom Lane
2017-06-26Improve wait logic in TAP tests for streaming replication.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-12Avoid tests which crash the calling process on WindowsAndrew Dunstan
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-04-27Additional tests for subtransactions in recoverySimon Riggs
2017-04-25Set the priorities of all quorum synchronous standbys to 1.Fujii Masao
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-03-29Change 'diag' to 'note' in TAP testsPeter Eisentraut
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-25Fix recovery test hangPeter Eisentraut
2017-03-24Add a txid_status function.Robert Haas
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-22Avoid Perl warningPeter Eisentraut
2017-03-21Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs
2017-02-26TAP tests for target_session_attrs connection parameter.Robert Haas
2017-02-21Add tests for two-phase commitAlvaro Herrera
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-01-26Reset hot standby xmin on master after restartSimon Riggs
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-04Add 18 new recovery TAP testsSimon Riggs
2017-01-04Allow PostgresNode.pm tests to wait for catchupSimon Riggs
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-19Use pg_ctl promote -w in TAP testsPeter Eisentraut
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas