summaryrefslogtreecommitdiff
path: root/src/common/unicode
AgeCommit message (Expand)Author
2022-07-18Add output directory argument to generate-unicode_norm_table.plAndres Freund
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-26Extend collection of Unicode combining characters to beyond the BMPJohn Naylor
2021-08-26Update display widths as part of updating UnicodeJohn Naylor
2021-08-26Revert "Rename unicode_combining_table to unicode_width_table"John Naylor
2021-08-26Revert "Change mbbisearch to return the character range"John Naylor
2021-08-25Change mbbisearch to return the character rangeJohn Naylor
2021-08-25Rename unicode_combining_table to unicode_width_tableJohn Naylor
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-07Fix minor issues with new unicode {de,re}composition codeMichael Paquier
2020-10-23Improve performance of Unicode {de,re}composition in the backendMichael Paquier
2020-10-11Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-19Fix update-unicode targetPeter Eisentraut
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-03-24Add support for other normal forms to Unicode normalization APIPeter Eisentraut
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Fix output of Unicode normalization testPeter Eisentraut
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-06-24Make script output more pgindent compatiblePeter Eisentraut
2019-06-24Correct script name in README filePeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-04-17Fix perlcritic warningsPeter Eisentraut
2017-04-07Avoid using a C++ keyword in header filePeter Eisentraut
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas