summaryrefslogtreecommitdiff
path: root/contrib/unaccent
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-05Add simple codepoint redirections to unaccent.rules.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-27unaccent: Tweak value of PYTHON when building without Python supportMichael Paquier
2023-09-25unaccent: Fix allocation size for target characters on initial loadMichael Paquier
2023-09-20unaccent: Add support for quoted translated charactersMichael Paquier
2023-07-03Fix regression tests of unaccent to work without UTF8 supportMichael Paquier
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-05Simplify a bit the special rules generating unaccent.rulesMichael Paquier
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-10Re-update Unicode data to CLDR 39Peter Eisentraut
2022-03-09pycodestyle (PEP 8) cleanup in Python scriptsPeter Eisentraut
2022-03-09unaccent: Remove Python 2 support from Python scriptPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-08Update Unicode data to CLDR 39Peter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-09-10Fix unaccent generation script in WindowsAlvaro Herrera
2019-02-01Add combining characters to unaccent.rules.Thomas Munro
2019-01-10Update unaccent rules with release 34 of CLDR for Latin-ASCII.xmlMichael Paquier
2019-01-04unaccent: Make generate_unaccent_rules.py Python 3 compatiblePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-02Convert unaccent tests to UTF-8Peter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-01Add Greek characters to unaccent.rules.Thomas Munro
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-08-16Extend the default rules file for contrib/unaccent with Vietnamese letters.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian