aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/RewindTest.pm
Commit message (Expand)AuthorAge
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add pg_rewind --no-syncMichael Paquier2018-07-10
* Use $Test::Builder::Level in TAP test functionsPeter Eisentraut2018-07-01
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2018-02-24
* Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut2018-01-11
* Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut2017-11-02
* Support retaining data dirs on successful TAP testsPeter Eisentraut2017-09-05
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Use pg_ctl promote -w in TAP testsPeter Eisentraut2016-10-19
* Add tests for various connection string issuesPeter Eisentraut2016-09-22
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* Move some code from RewindTest into PostgresNodeAlvaro Herrera2016-02-26
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-20
* Fix typo in comment.Robert Haas2016-01-04
* Refactor Perl test codeAlvaro Herrera2015-12-02
* In the pg_rewind test suite, receive WAL fully before promoting.Noah Misch2015-09-07
* More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan2015-08-11
* Allow pg_rewind tap tests to run with older File::Path versionsAndrew Dunstan2015-08-05
* Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas2015-08-03
* Clean up pg_rewind regression test script.Heikki Linnakangas2015-08-03
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-29
* Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan2015-07-28
* Use --debug flag in "remote" pg_rewind regression tests.Heikki Linnakangas2015-07-09
* Improve logging of TAP tests.Heikki Linnakangas2015-07-09
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix pg_rewind regression failure after "fast promotion"Heikki Linnakangas2015-04-30
* Make the pg_rewind regression tests more robust on slow systems.Heikki Linnakangas2015-04-22
* Don't leave 'tmp_check' directory behind in pg_rewind regression tests.Heikki Linnakangas2015-04-22
* Shut down test servers after pg_rewind regression tests.Heikki Linnakangas2015-04-15
* Fix pg_rewind regression tests in VPATH buildsHeikki Linnakangas2015-04-13
* Refactor and fix TAP tests of pg_rewindHeikki Linnakangas2015-04-13
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-23