summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t/RewindTest.pm
AgeCommit message (Expand)Author
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-08Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2019-10-07Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier
2019-09-30pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-13Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"Michael Paquier
2019-04-12Switch TAP tests of pg_rewind to use a role with minimal permissionsMichael Paquier
2019-03-18Fix pg_rewind when rewinding new database with tables includedMichael Paquier
2019-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan