Commit Graph

3 Commits (d0b53f35fb29b9b0c0af973f197b609f13a630f4)

Author SHA1 Message Date
Andrew Pogrebnoy da899e0f32 PG-1603 Make pg_basebackup work with encrypted WAL 1 month ago
Andrew Pogrebnoy 2c7a809eae Add WAL encryption to TDE pg_rewind tests 2 months ago
Andrew Pogrebnoy 0c3afd7113 Add pg_rewind TAP tests 2 months ago
Peter Eisentraut d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Michael Paquier bf227926d2 Fix pg_rewind with in-place tablespaces when source is remote 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Heikki Linnakangas 009eeee746 pg_rewind: Fix determining TLI when server was just promoted. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Michael Paquier 0d5c387573 Add option --config-file to pg_rewind 3 years ago
Daniel Gustafsson b64c3bd62e Remove more unused module imports from TAP tests 4 years ago
Daniel Gustafsson 91d3580535 Use test functions in pg_rewind test module 4 years ago
Andrew Dunstan 1c6d462939
Remove most msys special processing in TAP tests 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 5 years ago
Tom Lane 91bdf499b3 Tighten up Windows CRLF conversion in our TAP test scripts. 5 years ago
Andres Freund 229f8c219f tap tests: replace 'master' with 'primary'. 5 years ago
Michael Paquier a7e8ece41c Add -c/--restore-target-wal to pg_rewind 6 years ago
Michael Paquier caa078353e Improve handling and coverage of --no-ensure-shutdown in pg_rewind 6 years ago
Alvaro Herrera 7524c78874 pg_rewind: test new --write-recovery-conf functionality 6 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 6 years ago
Tom Lane db6e2b4c52 Initial pgperltidy run for v12. 6 years ago
Michael Paquier d9f543e9e9 Switch TAP tests of pg_rewind to use non-superuser role, take two 7 years ago
Michael Paquier db8db624e8 Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions" 7 years ago
Michael Paquier d4e2a843e6 Switch TAP tests of pg_rewind to use a role with minimal permissions 7 years ago
Michael Paquier a7eadaaaaf Fix pg_rewind when rewinding new database with tables included 7 years ago
Peter Eisentraut 8e93a516e6 Don't propagate PGAPPNAME through pg_ctl in tests 7 years ago
Andrew Dunstan 8ce641f997 Fix searchpath and module location for pg_rewind and ssl TAP tests 7 years ago
Peter Eisentraut 0acb3bc33a Change default of recovery_target_timeline to 'latest' 7 years ago
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf 7 years ago
Michael Paquier 8a00b96aa9 Add pg_rewind --no-sync 7 years ago
Peter Eisentraut c4309f4aee Use $Test::Builder::Level in TAP test functions 7 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 7 years ago
Andrew Dunstan 35361ee788 Restrict vertical tightness to parentheses in Perl code 7 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 7 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Peter Eisentraut fde03e8b55 Use croak instead of die in Perl code when appropriate 8 years ago
Peter Eisentraut bbd3363e12 Refactor subscription tests to use PostgresNode's wait_for_catchup 8 years ago
Peter Eisentraut 5eb8bf2d42 Remove wal_keep_segments from default configuration in PostgresNode.pm 8 years ago
Peter Eisentraut 90627cf98a Support retaining data dirs on successful TAP tests 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago