summaryrefslogtreecommitdiff
path: root/src/backend/backup
AgeCommit message (Expand)Author
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
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-17Message style improvementsPeter Eisentraut
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane