aboutsummaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup_incremental.c
Commit message (Expand)AuthorAge
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Update copyright for 2025Bruce Momjian2025-01-01
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Adjust json_manifest_per_file_callback API in one more place.Tom Lane2024-10-02
* Message style improvementsPeter Eisentraut2024-08-29
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Document restrictions regarding incremental backups and standbys.Robert Haas2024-07-25
* Remove useless extern keywordsPeter Eisentraut2024-07-01
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan2024-04-12
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Fix grammar.Thomas Munro2024-04-11
* Fix potential stack overflow in incremental backup.Thomas Munro2024-04-11
* Align blocks in incremental backups to BLCKSZTomas Vondra2024-04-05
* Use incremental parsing of backup manifests.Andrew Dunstan2024-04-04
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Fix pgindent damage.Robert Haas2024-03-04
* Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.Robert Haas2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Fix incorrect format placeholderPeter Eisentraut2024-02-26
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix defects in PrepareForIncrementalBackup.Robert Haas2024-01-03
* Fix typo and case in messagesJohn Naylor2023-12-27
* Fix numerous typos in incremental backup commits.Robert Haas2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20