summaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup_incremental.c
AgeCommit message (Expand)Author
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-03Update 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