aboutsummaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup.c
Commit message (Expand)AuthorAge
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Assign error codes where missing for user-facing failuresMichael Paquier2024-07-04
* Fix unnecessary padding in incremental backupsTomas Vondra2024-04-14
* Remove useless duplicate call of defGetBoolean().Tom Lane2024-04-07
* Align blocks in incremental backups to BLCKSZTomas Vondra2024-04-05
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix incorrect data type choices in some read and write calls.Tom Lane2023-12-27
* Add support for incremental backup.Robert Haas2023-12-20
* Change how a base backup decides which files have checksums.Robert Haas2023-11-14
* Extend sendFileWithContent() to handle custom content length in basebackup.cMichael Paquier2023-11-13
* Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas2023-10-23
* Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas2023-10-23
* In basebackup.c, refactor to create read_file_data_into_buffer.Robert Haas2023-10-03
* In basebackup.c, refactor to create verify_page_checksum.Robert Haas2023-10-03
* Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart2023-09-05
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typosDavid Rowley2023-04-18
* Reword overly-optimistic comment about backup checksum verification.Robert Haas2023-03-06
* Remove an old comment that doesn't seem especially useful.Robert Haas2023-03-06
* In basebackup.c, perform end-of-file test after checksum validation.Robert Haas2023-03-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Fix failure to advance content pointer in sendFileWithContent.Robert Haas2022-12-12
* Rename shadowed local variablesDavid Rowley2022-10-05
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-27
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Message style improvementsPeter Eisentraut2022-09-24
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Message style improvementsPeter Eisentraut2022-09-17
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Remove obsolete commentPeter Eisentraut2022-08-26
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10