index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
wchar.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-13
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-08-26
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-01-18
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-20
Add fast path for validating UTF-8 text
John Naylor
2021-08-26
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-25
Change mbbisearch to return the character range
John Naylor
2021-08-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-01-28
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-01-16
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