summaryrefslogtreecommitdiff
path: root/src/backend/backup
AgeCommit message (Expand)Author
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
2022-08-26Remove obsolete commentPeter Eisentraut
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas