summaryrefslogtreecommitdiff
path: root/src/common/unicode
AgeCommit message (Expand)Author
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-03Update Unicode data to Unicode 16.0.0Peter Eisentraut
2025-04-03Update code commentPeter Eisentraut
2025-04-03Fix update-unicode make targetPeter Eisentraut
2025-03-18Fix headerscheck warning.Jeff Davis
2025-03-15Silence perl criticAndrew Dunstan
2025-03-15Optimization for lower(), upper(), casefold() functions.Jeff Davis
2025-01-23Add support for Unicode case folding.Jeff Davis
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-10-30meson: Add missing dependency to unicode test programsPeter Eisentraut
2024-10-16Whitespace fixup from generated unicode tables.Jeff Davis
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-04-22Update src/common/unicode/.gitignorePeter Eisentraut
2024-03-27Run perltidy on generate-unicode_version.pl.Jeff Davis
2024-03-24Fix convert_case(), introduced in 5c40364dd6.Jeff Davis
2024-03-18Update src/common/unicode/README.Jeff Davis
2024-03-07Unicode case mapping tables and functions.Jeff Davis
2024-03-06Add Unicode property tables.Jeff Davis
2024-01-11Cleanup for unicode-update build target and test.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-07Shrink Unicode category table.Jeff Davis
2023-11-06Remove distprepPeter Eisentraut
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-09-18Update Unicode data to Unicode 15.1.0Peter Eisentraut
2023-09-18Make Unicode script fit for future versionsPeter Eisentraut
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-08meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-13Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor
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