index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_combinebackup
/
t
Age
Commit message (
Expand
)
Author
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-08-21
Apply some fat commas to commands of TAP tests
Michael Paquier
2025-08-11
Restrict psql meta-commands in plain-text dumps.
Nathan Bossart
2025-06-30
Run pgperltidy
Joe Conway
2025-03-17
pg_combinebackup: Add -k, --link option.
Robert Haas
2025-03-17
Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025-02-09
Refactor TAP test code for file comparisons into new routine in Utils.pm
Michael Paquier
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-22
Run perltidy
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-17
pg_combinebackup: Fix PITR comparison test in 002_compare_backups
Michael Paquier
2024-11-04
pg_combinebackup: Error if incremental file exists in full backup.
Robert Haas
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-06-30
Run pgperltidy
Michael Paquier
2024-06-30
Add PG_TEST_PG_COMBINEBACKUP_MODE
Tomas Vondra
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-04-23
Try again to add test coverage for pg_combinebackup w/tablespaces.
Robert Haas
2024-04-19
Revert recent ill-advised test case changes.
Robert Haas
2024-04-19
Use tempdir_short instead of tempdir.
Robert Haas
2024-04-19
pg_combinebackup: Fix incorrect tablespace handling.
Robert Haas
2024-04-18
Restrict where INCREMENTAL.${NAME} files are recognized.
Robert Haas
2024-03-13
Add the system identifier to backup manifests.
Robert Haas
2024-03-04
Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.
Robert Haas
2024-02-21
Add option force_initdb to PostgreSQL::Test::Cluster:init()
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-21
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-20
Add support for incremental backup.
Robert Haas