summaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup.c
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
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-02Update copyright for 2023Bruce Momjian
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-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-17Message style improvementsPeter Eisentraut
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-26Remove obsolete commentPeter Eisentraut
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas