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-05-11 | Fix comment of tsquerysend() | Álvaro Herrera | 16.10 |
| 2024-06-14 | Fix parsing of ignored operators in websearch_to_tsquery(). | Tom Lane | 16.4 |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut | 16.0 |
| 2023-01-10 | New header varatt.h split off from postgres.h | Peter Eisentraut | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-27 | Convert tsqueryin and tsvectorin to report errors softly. | Tom Lane | 16.0 |
| 2022-10-06 | Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. | Tom Lane | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |