summaryrefslogtreecommitdiff
path: root/src/common/wchar.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-01-18Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-08-26Update display widths as part of updating UnicodeJohn Naylor
2021-08-26Revert "Rename unicode_combining_table to unicode_width_table"John Naylor
2021-08-26Revert "Change mbbisearch to return the character range"John Naylor
2021-08-25Change mbbisearch to return the character rangeJohn Naylor
2021-08-25Rename unicode_combining_table to unicode_width_tableJohn Naylor
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-01-16Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane
2020-01-16Update header comments for wchar.c and encnames.c.Tom Lane
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane