summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup
AgeCommit message (Expand)Author
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-06-30Run 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
2024-06-20pg_combinebackup: Fix small mistake in --help outputPeter Eisentraut
2024-06-20Fix redundancy in error messagesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-05-20Translation updatesPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-14Add missing gettext triggersPeter Eisentraut
2024-05-14Add missing source files to pg_combinebackup/nls.mkPeter Eisentraut
2024-05-14Make formatting in nls.mk files more consistentPeter Eisentraut
2024-05-06Translation updatesPeter 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-23Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas
2024-04-19Revert recent ill-advised test case changes.Robert Haas
2024-04-19Use tempdir_short instead of tempdir.Robert Haas
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-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-09Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackupMichael Paquier
2024-04-06Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor