Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Prevent some buffer overruns in spell.c's parsing of affix files. | Tom Lane | 18.4 |
| 2026-04-22 | Prevent buffer overrun in spell.c's CheckAffix(). | Tom Lane | 18.4 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 18.4 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 18.2 |
| 2025-03-08 | Clear errno before calling strtol() in spell.c. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-17 | Remove ts_locale.c's lowerstr() | Peter Eisentraut | 18.0 |
| 2024-12-17 | Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() | Peter Eisentraut | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |
| 2024-08-06 | Constify fields and parameters in spell.c | Heikki Linnakangas | 18.0 |