Commits

DateSubjectAuthorReleases
2025-02-10 Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13. Andres Freund 13.19
2025-02-10 Add pg_encoding_set_invalid() Andres Freund 15.11
2025-02-10 Add pg_encoding_set_invalid() Andres Freund 16.7
2025-02-10 Add pg_encoding_set_invalid() Andres Freund 17.3
2025-02-10 Add pg_encoding_set_invalid() Andres Freund 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
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-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 15.6
2024-01-29 Move is_valid_ascii() to ascii.h. Nathan Bossart 16.2
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-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-13 Treat Unicode codepoints of category "Format" as non-spacing John Naylor 16.0
2022-08-26 Use SSE2 in is_valid_ascii() where available. John Naylor 16.0
2022-01-18 Improve code clarity in epilogue of UTF-8 verification fast path John Naylor 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-20 Add fast path for validating UTF-8 text John Naylor 15.0
2021-08-26 Update display widths as part of updating Unicode John Naylor 15.0
2021-08-26 Revert "Rename unicode_combining_table to unicode_width_table" John Naylor 15.0
2021-08-26 Revert "Change mbbisearch to return the character range" John Naylor 15.0
2021-08-25 Change mbbisearch to return the character range John Naylor 15.0
2021-08-25 Rename unicode_combining_table to unicode_width_table John Naylor 15.0
2021-06-07 Fix incautious handling of possibly-miscoded strings in client code. Tom Lane 13.4