Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 16.12 |
| 2025-09-13 | Amend recent fix for SIMILAR TO regex conversion. | Tom Lane | 16.11 |
| 2025-05-27 | Fix conversion of SIMILAR TO regexes for character classes | Michael Paquier | 16.10 |
| 2023-04-08 | Redesign interrupt/cancel API for regex engine. | Thomas Munro | 16.0 |
| 2023-04-08 | Use MemoryContext API for regex memory management. | Thomas Munro | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-09-19 | Consistently use named parameters in regex code. | Peter Geoghegan | 16.0 |
| 2022-09-05 | Fix incorrect uses of Datum conversion macros | Peter Eisentraut | 16.0 |