| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Clean up int64-related format strings | Peter Eisentraut |
| 2025-11-06 | Use stack allocated StringInfoDatas, where possible | David Rowley |
| 2025-08-05 | Add backup_type column to pg_stat_progress_basebackup. | Masahiko Sawada |
| 2025-04-07 | Use XLOG_CONTROL_FILE macro consistently for control file name. | Fujii Masao |
| 2025-03-30 | pgstat: Allow checksum errors to be reported in critical sections | Andres Freund |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-10-08 | Use aux process resource owner in walsender | Andres Freund |
| 2024-09-03 | Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder | Michael Paquier |
| 2024-08-30 | Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder | Michael Paquier |
| 2024-07-04 | Assign error codes where missing for user-facing failures | Michael Paquier |
| 2024-04-14 | Fix unnecessary padding in incremental backups | Tomas Vondra |
| 2024-04-07 | Remove useless duplicate call of defGetBoolean(). | Tom Lane |
| 2024-04-05 | Align blocks in incremental backups to BLCKSZ | Tomas Vondra |
| 2024-03-16 | Add destroyStringInfo function for cleaning up StringInfos | Daniel Gustafsson |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-13 | Skip .DS_Store files in server side utils | Daniel Gustafsson |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-27 | Fix incorrect data type choices in some read and write calls. | Tom Lane |
| 2023-12-20 | Add support for incremental backup. | Robert Haas |
| 2023-11-14 | Change how a base backup decides which files have checksums. | Robert Haas |
| 2023-11-12 | Extend sendFileWithContent() to handle custom content length in basebackup.c | Michael Paquier |
| 2023-10-23 | Change struct tablespaceinfo's oid member from 'char *' to 'Oid' | Robert Haas |
| 2023-10-23 | Refactor parse_filename_for_nontemp_relation to parse more. | Robert Haas |
| 2023-10-03 | In basebackup.c, refactor to create read_file_data_into_buffer. | Robert Haas |
| 2023-10-03 | In basebackup.c, refactor to create verify_page_checksum. | Robert Haas |
| 2023-09-06 | Move PG_TEMP_FILE* macros to file_utils.h. | Nathan Bossart |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-18 | Fix various typos | David Rowley |
| 2023-03-06 | Reword overly-optimistic comment about backup checksum verification. | Robert Haas |
| 2023-03-06 | Remove an old comment that doesn't seem especially useful. | Robert Haas |
| 2023-03-06 | In basebackup.c, perform end-of-file test after checksum validation. | Robert Haas |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-15 | Static assertions cleanup | Peter Eisentraut |
| 2022-12-12 | Fix failure to advance content pointer in sendFileWithContent. | Robert Haas |
| 2022-10-05 | Rename shadowed local variables | David Rowley |
| 2022-09-29 | Restore pg_pread and friends. | Thomas Munro |
| 2022-09-28 | Revert 56-bit relfilenode change and follow-up commits. | Robert Haas |
| 2022-09-27 | Increase width of RelFileNumbers from 32 bits to 56 bits. | Robert Haas |
| 2022-09-27 | Remove dependency to StringInfo in xlogbackup.{c.h} | Michael Paquier |
| 2022-09-26 | Refactor creation of backup_label and backup history files | Michael Paquier |
| 2022-09-24 | Message style improvements | Peter Eisentraut |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan |
| 2022-09-17 | Message style improvements | Peter Eisentraut |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane |
| 2022-08-26 | Remove obsolete comment | Peter Eisentraut |
| 2022-08-10 | Move basebackup code to new directory src/backend/backup | Robert Haas |