Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-03-30pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-08Use aux process resource owner in walsenderAndres Freund
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-04-14Fix unnecessary padding in incremental backupsTomas Vondra
2024-04-07Remove useless duplicate call of defGetBoolean().Tom Lane
2024-04-05Align blocks in incremental backups to BLCKSZTomas Vondra
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-20Add support for incremental backup.Robert Haas
2023-11-14Change how a base backup decides which files have checksums.Robert Haas
2023-11-12Extend sendFileWithContent() to handle custom content length in basebackup.cMichael Paquier
2023-10-23Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-03In basebackup.c, refactor to create read_file_data_into_buffer.Robert Haas
2023-10-03In basebackup.c, refactor to create verify_page_checksum.Robert Haas
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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