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
/
reconstruct.c
Age
Commit message (
Expand
)
Author
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
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-08-27
Message style improvements
Peter Eisentraut
2024-06-21
pg_combinebackup: Error message improvements
Peter Eisentraut
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-19
pg_combinebackup: Fix incorrect tablespace handling.
Robert Haas
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-05
Check HAVE_COPY_FILE_RANGE before calling copy_file_range
Tomas Vondra
2024-04-05
Allow using copy_file_range in write_reconstructed_file
Tomas Vondra
2024-04-05
Allow copying files using clone/copy_file_range
Tomas Vondra
2024-04-05
Align blocks in incremental backups to BLCKSZ
Tomas Vondra
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
Fix incorrect format placeholders
Peter Eisentraut
2024-01-11
Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.
Robert Haas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-20
Add support for incremental backup.
Robert Haas