Commit Graph

61 Commits (4b21acf522d751ba5b6679df391d5121b6c4a35f)

Author SHA1 Message Date
Michael Paquier e1c1d5444e Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml 7 years ago
Peter Eisentraut 3d59da9ccd unaccent: Make generate_unaccent_rules.py Python 3 compatible 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut b6f3649bba Convert unaccent tests to UTF-8 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane a5322ca10f Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Thomas Munro 5e8d670c31 Add Greek characters to unaccent.rules. 7 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Tom Lane ec0a69e49b Extend the default rules file for contrib/unaccent with Vietnamese letters. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 202ac08c08 Update unaccent extension for parallel query. 9 years ago
Teodor Sigaev ce91b9209f fix typo in comment 10 years ago
Teodor Sigaev 9a206d063c Improve script generating unaccent rules 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Teodor Sigaev 1bbd52cb9a Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Tom Lane 5a421a47eb Fix inadequately-sized output buffer in contrib/unaccent. 11 years ago
Tom Lane 03a25cec8d Issue a WARNING about invalid rule file format in contrib/unaccent. 11 years ago
Tom Lane 1b2488731c Allow multi-character source strings in contrib/unaccent. 11 years ago
Tom Lane 97c40ce614 Allow empty replacement strings in contrib/unaccent. 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 0dbf9a6a91 unaccent: Revert patch 9299f61798 12 years ago
Bruce Momjian 9299f61798 unaccent: mark unaccent() functions as immutable 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 4b06c1820a The data structure used in unaccent is a trie, not suffix tree. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut 48658a1b81 Fix some typos 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane ced3a93ccb Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 385942f46c Refix the unaccent regression test on MSVC properly 15 years ago
Andrew Dunstan b7b86924c6 Attempt to remedy buildfarm breakage caused by commit f536d4194. 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Tom Lane 0024e34898 Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian c0577c92a8 Mark unaccent functions as STABLE, rather than defaulting to VOLATILE. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago