summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t/RewindTest.pm
Commit message (Expand)AuthorAgeFilesLines
* pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas2023-02-231-8/+0
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-5/+8
* Add option --config-file to pg_rewindMichael Paquier2022-04-071-4/+10
* Remove more unused module imports from TAP testsDaniel Gustafsson2022-03-271-1/+0
* Use test functions in pg_rewind test moduleDaniel Gustafsson2022-02-231-15/+4
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-201-1/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-7/+7
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-2/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+3
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-201-2/+2
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-081-1/+1
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-081-67/+67
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-011-4/+66
* Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier2019-10-071-8/+12
* pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera2019-09-301-8/+20
* Update stale comments, and fix comment typos.Noah Misch2019-06-081-5/+1
* Initial pgperltidy run for v12.Tom Lane2019-05-221-7/+9
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-141-1/+22
* Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"Michael Paquier2019-04-131-17/+0
* Switch TAP tests of pg_rewind to use a role with minimal permissionsMichael Paquier2019-04-121-0/+17
* Fix pg_rewind when rewinding new database with tables includedMichael Paquier2019-03-181-2/+4
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-161-2/+2
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-071-0/+295