Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-09 | Fix off_t overflow in pg_basebackup on Windows. | Thomas Munro | 16.7 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-05-08 | pg_basebackup: Restore lost translation markers | Peter Eisentraut | 16.0 |
| 2023-03-06 | Revise pg_pwrite_zeros() | Michael Paquier | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-11-08 | Use pg_pwrite_zeros() in walmethods.c | Michael Paquier | 16.0 |
| 2022-09-19 | walmethods.c/h: Make WalWriteMethod more object-oriented. | Robert Haas | 16.0 |
| 2022-09-19 | walmethods.c/h: Make Walfile a struct, rather than a void * | Robert Haas | 16.0 |
| 2022-09-14 | Fix incorrect value for "strategy" with deflateParams() in walmethods.c | Michael Paquier | 16.0 |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut | 16.0 |
| 2022-07-03 | Remove redundant null pointer checks before pg_free() | Peter Eisentraut | 16.0 |