summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t/RewindTest.pm
AgeCommit message (Expand)Author
8 daysRun pgperltidyJoe Conway
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-07-30Fix pg_rewind with in-place tablespaces when source is remoteMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-02-23pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-06Add option --config-file to pg_rewindMichael Paquier
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-02-23Use test functions in pg_rewind test moduleDaniel Gustafsson
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-09Tighten 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