summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t
AgeCommit message (Expand)Author
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2015-12-24Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane
2015-12-15Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane
2015-12-11pg_rewind: Don't error if the two clusters are already on the same timelinePeter Eisentraut
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-08-11More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan
2015-08-03Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-15Shut down test servers after pg_rewind regression tests.Heikki 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