Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Prevent some buffer overruns in spell.c's parsing of affix files. | Tom Lane | 16.14 |
| 2026-04-22 | Prevent buffer overrun in spell.c's CheckAffix(). | Tom Lane | 16.14 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 16.14 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 16.12 |
| 2025-03-08 | Clear errno before calling strtol() in spell.c. | Tom Lane | 16.9 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-08 | Update tsearch regex memory management. | Thomas Munro | 16.0 |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane | 16.0 |