index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
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