Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-08-12 | Fix off-by-one in XLogRecordMaxSize check. | Noah Misch | 16.0 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-17 | Avoid trying to write an empty WAL record in log_newpage_range(). | Tom Lane | 16.0 |
| 2023-04-12 | Fix incorrect format placeholders | Peter Eisentraut | 16.0 |
| 2023-04-07 | Add more protections in WAL record APIs against overflows | Michael Paquier | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-10-19 | Get rid of XLogCtlInsert->forcePageWrites | Alvaro Herrera | 16.0 |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan | 16.0 |
| 2022-07-27 | Add overflow protection for block-related data in WAL records | Michael Paquier | 16.0 |
| 2022-07-06 | Change internal RelFileNode references to RelFileNumber or RelFileLocator. | Robert Haas | 16.0 |