summaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup
AgeCommit message (Expand)Author
7 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
14 daysRun 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-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