index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_combinebackup
Age
Commit message (
Expand
)
Author
13 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
Bruce Momjian
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-11-18
Log a note at program start when running in dry-run mode
Álvaro Herrera
2025-10-22
Fix memory leaks in pg_combinebackup/reconstruct.c.
Tom Lane
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-15
pg_combinebackup: Use new routine to retrieve data of PG_VERSION
Michael Paquier
2025-10-14
Fix version number calculation for data folder flush in pg_combinebackup
Michael Paquier
2025-09-22
Fix various incorrect filename references
David Rowley
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-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-29
Run pgperltidy
Joe Conway
2025-05-05
Translation updates
Peter Eisentraut
2025-04-28
pg_combinebackup: Message style improvements
Peter Eisentraut
2025-04-27
Remove inappropriate inclusions of c.h and postgres_fe.h.
Tom Lane
2025-04-15
pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-25
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-03-17
Fix indentation.
Robert Haas
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-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
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-07-01
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
[next]