summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/t
AgeCommit message (Expand)Author
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-08-21Apply some fat commas to commands of TAP testsMichael Paquier
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-06-30Run pgperltidyJoe Conway
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier
2024-11-04pg_combinebackup: Error if incremental file exists in full backup.Robert Haas
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-06-30Run pgperltidyMichael Paquier
2024-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-04-23Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas
2024-04-19Revert recent ill-advised test case changes.Robert Haas
2024-04-19Use tempdir_short instead of tempdir.Robert Haas
2024-04-19pg_combinebackup: Fix incorrect tablespace handling.Robert Haas
2024-04-18Restrict where INCREMENTAL.${NAME} files are recognized.Robert Haas
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-04Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.Robert Haas
2024-02-21Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add support for incremental backup.Robert Haas