summaryrefslogtreecommitdiff
path: root/src/common/wchar.c
AgeCommit message (Expand)Author
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