summaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup_incremental.c
AgeCommit message (Expand)Author
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-03Adjust json_manifest_per_file_callback API in one more place.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
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-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-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-05Align blocks in incremental backups to BLCKSZTomas Vondra
2024-04-04Use incremental parsing of backup manifests.Andrew Dunstan
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-01-04Update copyright for 2024Bruce Momjian
2024-01-03Fix defects in PrepareForIncrementalBackup.Robert Haas
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