summaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* Reword overly-optimistic comment about backup checksum verification.Robert Haas2023-03-061-5/+15
* Remove an old comment that doesn't seem especially useful.Robert Haas2023-03-061-7/+0
* In basebackup.c, perform end-of-file test after checksum validation.Robert Haas2023-03-061-8/+9
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Static assertions cleanupPeter Eisentraut2022-12-151-2/+2
* Fix failure to advance content pointer in sendFileWithContent.Robert Haas2022-12-121-0/+1
* Rename shadowed local variablesDavid Rowley2022-10-051-4/+4
* Restore pg_pread and friends.Thomas Munro2022-09-291-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-1/+1
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-271-3/+2
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-261-13/+29
* Message style improvementsPeter Eisentraut2022-09-241-2/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Message style improvementsPeter Eisentraut2022-09-171-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+1
* Remove obsolete commentPeter Eisentraut2022-08-261-1/+1
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-101-0/+1829