Commits

Showing commits that first shipped in 13 (backpatches included). Clear

DateSubjectAuthorReleases
2024-02-13 Revert "Skip .DS_Store files in server side utils" Daniel Gustafsson 13.15
2024-02-13 Skip .DS_Store files in server side utils Daniel Gustafsson 13.15
2022-07-20 Prevent BASE_BACKUP in the middle of another backup in the same session. Fujii Masao 13.8
2020-09-14 Message fixes and style improvements Peter Eisentraut 13.0
2020-05-15 Rename SLRU structures and associated LWLocks. Tom Lane 13.0
2020-04-23 Rename exposed identifiers to say "backup manifest". Robert Haas 13.0
2020-04-20 Move the server's backup manifest code to a separate file. Robert Haas 13.0
2020-04-10 Fix collection of typos and grammar mistakes in the tree Michael Paquier 13.0
2020-04-09 Exclude backup_manifest file that existed in database, from BASE_BACKUP. Fujii Masao 13.0
2020-04-04 Be more careful about time_t vs. pg_time_t in basebackup.c. Robert Haas 13.0
2020-04-03 Generate backup manifests for base backups, and validate them. Robert Haas 13.0
2020-03-24 Report NULL as total backup size if it's not estimated. Fujii Masao 13.0
2020-03-11 Refactor ps_status.c API Peter Eisentraut 13.0
2020-03-03 Report progress of streaming base backup. Fujii Masao 13.0
2020-02-24 Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups Michael Paquier 13.0
2020-01-13 Fix base backup with database OIDs larger than INT32_MAX Peter Eisentraut 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-19 Fix minor problems with non-exclusive backup cleanup. Robert Haas 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-09-23 Message style fixes Peter Eisentraut 13.0
2019-09-17 Add some const decorations to array constants Peter Eisentraut 13.0
2019-09-06 When performing a base backup, check for read errors. Robert Haas 13.0
2019-08-13 Fix inconsistencies and typos in the tree, take 10 Michael Paquier 13.0
2019-07-16 Redesign the API for list sorting (list_qsort becomes list_sort). Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0