summaryrefslogtreecommitdiff
path: root/contrib/unaccent
Commit message (Expand)AuthorAgeFilesLines
* Update unaccent extension for parallel query.Robert Haas2016-06-144-7/+16
* fix typo in commentTeodor Sigaev2016-03-161-1/+1
* Improve script generating unaccent rulesTeodor Sigaev2016-03-162-56/+762
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev2015-09-042-66/+415
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane2014-07-011-21/+24
* Issue a WARNING about invalid rule file format in contrib/unaccent.Tom Lane2014-06-301-2/+8
* Allow multi-character source strings in contrib/unaccent.Tom Lane2014-06-301-32/+59
* Allow empty replacement strings in contrib/unaccent.Tom Lane2014-06-301-6/+23
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-3/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d3d6f2deccBruce Momjian2013-11-182-5/+5
* unaccent: mark unaccent() functions as immutableBruce Momjian2013-10-082-5/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* The data structure used in unaccent is a trie, not suffix tree.Heikki Linnakangas2013-05-081-28/+28
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix some typosPeter Eisentraut2012-04-221-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix assorted bugs in contrib/unaccent's configuration file parsing.Tom Lane2011-11-071-19/+67
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* Refix the unaccent regression test on MSVC properlyPeter Eisentraut2011-04-191-2/+3
* Attempt to remedy buildfarm breakage caused by commit f536d4194.Andrew Dunstan2011-04-181-3/+2
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-151-2/+3
* Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.Tom Lane2011-02-171-0/+5
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-4/+4
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-26/+19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Mark unaccent functions as STABLE, rather than defaulting to VOLATILE.Bruce Momjian2010-12-271-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-70/+72
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make unaccent's install/uninstall scripts look more like all the others.Tom Lane2009-11-142-13/+16
* Print the actual DB encoding in the unaccent regression test.Tom Lane2009-08-182-0/+10
* Fix some *other* compiler warnings from a different gcc version.Tom Lane2009-08-181-3/+3
* Fix copy-and-pasteo that might explain some of the buildfarm'sTom Lane2009-08-181-5/+4
* Suppress compiler warnings about uninitialized variables.Tom Lane2009-08-181-3/+3
* Unaccent dictionary.Teodor Sigaev2009-08-187-0/+648