summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/RewindTest.pm
AgeCommit message (Expand)Author
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2016-10-19Use pg_ctl promote -w in TAP testsPeter Eisentraut
2016-09-22Add tests for various connection string issuesPeter Eisentraut
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-02-26Move some code from RewindTest into PostgresNodeAlvaro Herrera
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2016-01-04Fix typo in comment.Robert Haas
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-09-07In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch
2015-08-11More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan
2015-08-05Allow pg_rewind tap tests to run with older File::Path versionsAndrew Dunstan
2015-08-03Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas
2015-08-03Clean up pg_rewind regression test script.Heikki Linnakangas
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-09Use --debug flag in "remote" pg_rewind regression tests.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-01Fix pg_rewind regression failure after "fast promotion"Heikki Linnakangas
2015-04-22Make the pg_rewind regression tests more robust on slow systems.Heikki Linnakangas
2015-04-22Don't leave 'tmp_check' directory behind in pg_rewind regression tests.Heikki Linnakangas
2015-04-15Shut down test servers after pg_rewind regression tests.Heikki Linnakangas
2015-04-13Fix pg_rewind regression tests in VPATH buildsHeikki Linnakangas
2015-04-13Refactor and fix TAP tests of pg_rewindHeikki Linnakangas
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas