summaryrefslogtreecommitdiff
path: root/src/backend/backup
AgeCommit message (Expand)Author
6 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-03-30pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-08Use aux process resource owner in walsenderAndres Freund
2024-10-03Adjust json_manifest_per_file_callback API in one more place.Tom Lane
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-08-29Message style improvementsPeter Eisentraut
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-25Document restrictions regarding incremental backups and standbys.Robert Haas
2024-07-09Fix limit block handling in pg_wal_summary_contents().Fujii Masao
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-01Remove useless extern keywordsPeter Eisentraut
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-04-14Fix unnecessary padding in incremental backupsTomas Vondra
2024-04-12Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-11Fix grammar.Thomas Munro
2024-04-11Fix potential stack overflow in incremental backup.Thomas Munro
2024-04-07Remove useless duplicate call of defGetBoolean().Tom Lane
2024-04-05Align blocks in incremental backups to BLCKSZTomas Vondra
2024-04-04Use incremental parsing of backup manifests.Andrew Dunstan
2024-03-20Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Fix pgindent damage.Robert Haas
2024-03-04Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.Robert Haas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-26Fix incorrect format placeholderPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-01-31Revise pg_walsummary's 002_blocks test to avoid spurious failures.Robert Haas
2024-01-26Temporary patch to help debug pg_walsummary test failures.Robert Haas
2024-01-11Add new function pg_get_wal_summarizer_state().Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Fix defects in PrepareForIncrementalBackup.Robert Haas
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Fix typo and case in messagesJohn Naylor
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add support for incremental backup.Robert Haas