summaryrefslogtreecommitdiff
path: root/src/backend/backup
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix various typosDavid Rowley2023-04-181-1/+1
* Support long distance matching for zstd compressionTomas Vondra2023-04-061-0/+12
* Simplify useless 0L constantsPeter Eisentraut2023-03-291-1/+1
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-1/+3
* 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
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-261-1/+2
* Add BufFileRead variants with short read and EOF detectionPeter Eisentraut2023-01-161-8/+1
* Fix some BufFileRead() error reportingPeter Eisentraut2023-01-161-1/+2
* Update copyright for 2023Bruce Momjian2023-01-0211-11/+11
* Add const to BufFileWritePeter Eisentraut2022-12-301-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* 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-242-4/+4
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+13
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Message style improvementsPeter Eisentraut2022-09-172-3/+3
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-143-22/+10
* 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
* Remove shadowed local variables that are new in v15David Rowley2022-08-201-6/+6
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-1012-0/+4725