summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/RewindTest.pm
AgeCommit message (Expand)Author
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-07-10Add pg_rewind --no-syncMichael Paquier
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-02-24Use croak instead of die in Perl code when appropriatePeter Eisentraut
2018-01-11Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut
2017-11-02Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut
2017-09-05Support retaining data dirs on successful TAP testsPeter Eisentraut
2017-08-10Remove 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-23pgindent run for 9.5Bruce Momjian
2015-04-30Fix 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