Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 17.8 |
| 2025-05-05 | With GB18030, prevent SIGSEGV from reading past end of allocation. | Noah Misch | 17.5 |
| 2025-02-10 | Add pg_encoding_set_invalid() | Andres Freund | 17.3 |
| 2024-03-20 | Inline basic UTF-8 functions. | Jeff Davis | 17.0 |
| 2024-03-07 | Unicode case mapping tables and functions. | Jeff Davis | 17.0 |
| 2024-03-01 | Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax | Michael Paquier | 17.0 |
| 2024-02-29 | Use C99-designated initializer syntax for arrays related to encodings | Michael Paquier | 17.0 |
| 2024-01-29 | Move is_valid_ascii() to ascii.h. | Nathan Bossart | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-10-07 | Restore proper linkage of pg_char_to_encoding() and friends. | Tom Lane | 17.0 |