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
Age
Commit message (
Expand
)
Author
2025-02-09
Refactor TAP test code for file comparisons into new routine in Utils.pm
Michael Paquier
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
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-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-04
pg_combinebackup: Error if incremental file exists in full backup.
Robert Haas
2024-11-04
pg_combinebackup: When reconstructing, avoid double slash in filename.
Robert Haas
2024-10-02
File size in a backup manifest should use uint64, not size_t.
Robert Haas
2024-09-03
Fix typos in code comments and test data
Daniel Gustafsson
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-27
Message style improvements
Peter Eisentraut
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-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-30
Run pgperltidy
Michael Paquier
2024-06-30
Add PG_TEST_PG_COMBINEBACKUP_MODE
Tomas Vondra
2024-06-30
Add pg_combinebackup --copy option
Tomas Vondra
2024-06-30
Add headers needed by pg_combinebackup --clone
Tomas Vondra
2024-06-24
Translation updates
Peter Eisentraut
2024-06-21
pg_combinebackup: Error message improvements
Peter Eisentraut
2024-06-21
Remove redundant newlines from error messages
Peter Eisentraut
2024-06-21
parse_manifest: Use const char *
Peter Eisentraut
2024-06-20
pg_combinebackup: Fix small mistake in --help output
Peter Eisentraut
2024-06-20
Fix redundancy in error messages
Peter Eisentraut
2024-06-13
Add missing source files to nls.mk
Peter Eisentraut
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-20
Translation updates
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
Add missing gettext triggers
Peter Eisentraut
2024-05-14
Add missing source files to pg_combinebackup/nls.mk
Peter Eisentraut
2024-05-14
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-06
Translation updates
Peter Eisentraut
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-26
Minor fixes to pg_combinebackup and its documentation.
Robert Haas
2024-04-25
pg_combinebackup: Detect checksum mismatches and document limitation.
Robert Haas
2024-04-24
pg_combinebackup: Add --version to --help output
Peter Eisentraut
2024-04-24
pg_combinebackup: Put newer options in consistent order in --help and man page
Peter Eisentraut
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
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
Restrict where INCREMENTAL.${NAME} files are recognized.
Robert Haas
2024-04-12
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-09
Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup
Michael Paquier
2024-04-06
Convert uses of hash_string_pointer to fasthash equivalent
John Naylor
[next]