Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 14.21 |
| 2022-09-20 | Suppress variable-set-but-not-used warnings from clang 15. | Tom Lane | 14.6 |
| 2022-07-03 | Remove %error-verbose directive from jsonpath parser | Andrew Dunstan | 14.5 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-11-11 | Fix some stray whitespace in parser files | Peter Eisentraut | 14.0 |
| 2020-09-29 | Add for_each_from, to simplify loops starting from non-first list cells. | Tom Lane | 14.0 |
| 2020-06-29 | Avoid using %c printf format for potentially non-ASCII characters. | Tom Lane | 14.0 |