summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/reconstruct.c
AgeCommit message (Expand)Author
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-04pg_combinebackup: Error if incremental file exists in full backup.Robert Haas
2024-11-04pg_combinebackup: When reconstructing, avoid double slash in filename.Robert Haas
2024-08-27Message style improvementsPeter Eisentraut
2024-06-21pg_combinebackup: Error message improvementsPeter Eisentraut
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-04-19pg_combinebackup: Fix incorrect tablespace handling.Robert Haas
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-05Check HAVE_COPY_FILE_RANGE before calling copy_file_rangeTomas Vondra
2024-04-05Allow using copy_file_range in write_reconstructed_fileTomas Vondra
2024-04-05Allow copying files using clone/copy_file_rangeTomas Vondra
2024-04-05Align blocks in incremental backups to BLCKSZTomas Vondra
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-13Fix incorrect format placeholdersPeter Eisentraut
2024-01-11Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-20Add support for incremental backup.Robert Haas