summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup
AgeCommit message (Expand)Author
13 hoursUpdate copyright for 2026HEADorigin/masterorigin/HEADmasterBruce Momjian
2025-12-09Remove unnecessary casts in printf format arguments (%zu/%zd)Peter Eisentraut
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-11-18Log a note at program start when running in dry-run modeÁlvaro Herrera
2025-10-22Fix memory leaks in pg_combinebackup/reconstruct.c.Tom Lane
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-15pg_combinebackup: Use new routine to retrieve data of PG_VERSIONMichael Paquier
2025-10-14Fix version number calculation for data folder flush in pg_combinebackupMichael Paquier
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-08-21Apply some fat commas to commands of TAP testsMichael Paquier
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-06-29Run pgperltidyJoe Conway
2025-05-05Translation updatesPeter Eisentraut
2025-04-28pg_combinebackup: Message style improvementsPeter Eisentraut
2025-04-27Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane
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-17Fix indentation.Robert Haas
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
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-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-09-03Fix typos in code comments and test dataDaniel Gustafsson
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-27Message style improvementsPeter Eisentraut
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-01Run pgperltidyMichael Paquier
2024-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
2024-06-30Add pg_combinebackup --copy optionTomas Vondra
2024-06-30Add headers needed by pg_combinebackup --cloneTomas Vondra
2024-06-24Translation updatesPeter Eisentraut
2024-06-21pg_combinebackup: Error message improvementsPeter Eisentraut
2024-06-21Remove redundant newlines from error messagesPeter Eisentraut
2024-06-21parse_manifest: Use const char *Peter Eisentraut