summaryrefslogtreecommitdiff
path: root/contrib/unaccent
AgeCommit message (Expand)Author
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
2016-06-14Update unaccent extension for parallel query.Robert Haas
2016-03-16fix typo in commentTeodor Sigaev
2016-03-16Improve script generating unaccent rulesTeodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-04Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-01Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane
2014-07-01Issue a WARNING about invalid rule file format in contrib/unaccent.Tom Lane
2014-07-01Allow multi-character source strings in contrib/unaccent.Tom Lane
2014-07-01Allow empty replacement strings in contrib/unaccent.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-18unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d3d6f2deccBruce Momjian
2013-10-08unaccent: mark unaccent() functions as immutableBruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-08The data structure used in unaccent is a trie, not suffix tree.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-04-22Fix some typosPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-07Fix assorted bugs in contrib/unaccent's configuration file parsing.Tom Lane
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-19Refix the unaccent regression test on MSVC properlyPeter Eisentraut
2011-04-18Attempt to remedy buildfarm breakage caused by commit f536d4194.Andrew Dunstan
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut