summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t
AgeCommit message (Expand)Author
14 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-11-21Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-06-30Run pgperltidyMichael Paquier
2024-06-13Skip some permissions checks on CygwinAndrew Dunstan
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-01Avoid package qualification of $windows_osAndrew Dunstan
2024-01-30Fix 003_extrafiles.pl test for the WindowsAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
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-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-06Add option --config-file to pg_rewindMichael Paquier
2022-04-05pg_rewind: Fetch small files according to new size.Daniel Gustafsson
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-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
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-12-07Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas
2020-12-04Fix race conditions in newly-added test.Heikki Linnakangas
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-11-20Make pg_rewind test case more stable.Heikki Linnakangas
2020-11-15Fix timing issue in pg_rewind test.Heikki Linnakangas
2020-11-13Remove another test that doesn't work on Windows.Heikki Linnakangas
2020-11-12Remove tests that don't work on Windows.Heikki Linnakangas
2020-11-12Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas
2020-11-10pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas
2020-08-17Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane