index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
wchar.c
Commit message (
Expand
)
Author
Age
*
Unicode case mapping tables and functions.
Jeff Davis
2024-03-07
*
Use C99-designated initializer syntax for arrays related to encodings
Michael Paquier
2024-02-29
*
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-13
*
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
*
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add fast path for validating UTF-8 text
John Naylor
2021-12-20
*
Update display widths as part of updating Unicode
John Naylor
2021-08-26
*
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
*
Revert "Change mbbisearch to return the character range"
John Naylor
2021-08-26
*
Change mbbisearch to return the character range
John Naylor
2021-08-25
*
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-25
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
*
Update header comments for wchar.c and encnames.c.
Tom Lane
2020-01-16
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16