Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-25 | Use the correct sizeof() in BufFileLoadBuffer | Tomas Vondra | 16.7 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-08 | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. | Thomas Munro | 16.0 |
| 2023-03-30 | pg_stat_wal: Accumulate time as instr_time instead of microseconds | Andres Freund | 16.0 |
| 2023-03-29 | Simplify useless 0L constants | Peter Eisentraut | 16.0 |
| 2023-01-21 | Zero initialize uses of instr_time about to trigger compiler warnings | Andres Freund | 16.0 |
| 2023-01-16 | Add BufFileRead variants with short read and EOF detection | Peter Eisentraut | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-30 | Add const to BufFileWrite | Peter Eisentraut | 16.0 |
| 2022-12-30 | Remove unnecessary casts | Peter Eisentraut | 16.0 |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan | 16.0 |