summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/pg_combinebackup.c
AgeCommit message (Expand)Author
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-04-28pg_combinebackup: Message style improvementsPeter Eisentraut
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-09-03Fix typos in code comments and test dataDaniel Gustafsson
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-27Message style improvementsPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-30Add pg_combinebackup --copy optionTomas Vondra
2024-06-30Add headers needed by pg_combinebackup --cloneTomas Vondra
2024-06-21pg_combinebackup: Error message improvementsPeter Eisentraut
2024-06-21Remove redundant newlines from error messagesPeter Eisentraut
2024-06-20pg_combinebackup: Fix small mistake in --help outputPeter Eisentraut
2024-06-20Fix redundancy in error messagesPeter Eisentraut
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-26Minor fixes to pg_combinebackup and its documentation.Robert Haas
2024-04-25pg_combinebackup: Detect checksum mismatches and document limitation.Robert Haas
2024-04-24pg_combinebackup: Add --version to --help outputPeter Eisentraut
2024-04-24pg_combinebackup: Put newer options in consistent order in --help and man pagePeter Eisentraut
2024-04-19pg_combinebackup: Fix incorrect tablespace handling.Robert Haas
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Restrict where INCREMENTAL.${NAME} files are recognized.Robert Haas
2024-04-09Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackupMichael Paquier
2024-04-05Allow copying files using clone/copy_file_rangeTomas Vondra
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
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 typo and case in messagesJohn Naylor
2023-12-26Fix some translatable strings in pg_basebackup and pg_combinebackupMichael Paquier
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add support for incremental backup.Robert Haas