Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-06-16 | Fix int32 overflow in ltree_compare() | Heikki Linnakangas | 16 (unreleased) |
| 2026-02-26 | Fix more multibyte issues in ltree. | Jeff Davis | 16.14 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 16.12 |
| 2025-12-16 | Fix multibyte issue in ltree_strncasecmp(). | Jeff Davis | 16.12 |
| 2023-01-06 | Allow hyphens in ltree labels | Andrew Dunstan | 16.0 |
| 2022-10-06 | Remove useless character-length checks in contrib/ltree. | Tom Lane | 16.0 |
| 2022-10-06 | Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. | Tom Lane | 16.0 |
| 2022-09-22 | Harmonize parameter names in contrib code. | Peter Geoghegan | 16.0 |
| 2022-07-18 | Mark all symbols exported from extension libraries PGDLLEXPORT. | Andres Freund | 16.0 |