Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-30 | Avoid integer overflow while testing wal_skip_threshold condition. | Tom Lane | 15.11 |
| 2025-01-07 | Restore smgrtruncate() prototype in back-branches. | Thomas Munro | 15.11 |
| 2024-12-20 | Fix corruption when relation truncation fails. | Thomas Munro | 15.11 |
| 2024-12-02 | RelationTruncate() must set DELAY_CHKPT_START. | Thomas Munro | 15.11 |
| 2022-05-12 | Add 'static' to file-local variables missing it. | Andres Freund | 15.0 |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | 15.0 |
| 2022-04-08 | Rename delayChkpt to delayChkptFlags. | Robert Haas | 15.0 |
| 2022-03-29 | Add new block-by-block strategy for CREATE DATABASE. | Robert Haas | 15.0 |
| 2022-03-24 | Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. | Robert Haas | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-07-12 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 15.0 |