index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
unicode
/
Makefile
Age
Commit message (
Expand
)
Author
2025-04-03
Fix update-unicode make target
Peter Eisentraut
2025-01-23
Add support for Unicode case folding.
Jeff Davis
2025-01-17
Support Unicode full case mapping and conversion.
Jeff Davis
2024-03-07
Unicode case mapping tables and functions.
Jeff Davis
2024-03-06
Add Unicode property tables.
Jeff Davis
2024-01-11
Cleanup for unicode-update build target and test.
Jeff Davis
2023-11-06
Remove distprep
Peter Eisentraut
2023-11-01
Additional unicode primitive functions.
Jeff Davis
2022-09-13
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-03-25
Make update-unicode target work in vpath builds
Peter Eisentraut
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-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2020-10-23
Improve performance of Unicode {de,re}composition in the backend
Michael Paquier
2020-04-19
Fix update-unicode target
Peter Eisentraut
2020-04-02
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-01-09
Add support for automatically updating Unicode derived files
Peter Eisentraut
2019-10-13
Update unicode.org URLs
Peter Eisentraut
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas