summaryrefslogtreecommitdiff
path: root/src/backend/backup
AgeCommit message (Expand)Author
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
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-11-14Change how a base backup decides which files have checksums.Robert Haas
2023-11-12Extend sendFileWithContent() to handle custom content length in basebackup.cMichael Paquier
2023-10-23Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-03In basebackup.c, refactor to create read_file_data_into_buffer.Robert Haas
2023-10-03In basebackup.c, refactor to create verify_page_checksum.Robert Haas
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-07-10Message wording improvementsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-06Reword overly-optimistic comment about backup checksum verification.Robert Haas
2023-03-06Remove an old comment that doesn't seem especially useful.Robert Haas
2023-03-06In basebackup.c, perform end-of-file test after checksum validation.Robert Haas
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-16Add BufFileRead variants with short read and EOF detectionPeter Eisentraut
2023-01-16Fix some BufFileRead() error reportingPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-12Fix failure to advance content pointer in sendFileWithContent.Robert Haas