postgresql/contrib/citext
Tom Lane 1156a9db8d Make contrib regression tests safe for Danish locale.
In btree_gin and citext, avoid some not-particularly-interesting
dependencies on the sorting of 'aa'.  In tsearch2, use COLLATE "C" to
remove an uninteresting dependency on locale sort order (and thereby
allow removal of a variant expected-file).

Also, in citext, avoid assuming that lower('I') = 'i'.  This isn't relevant
to Danish but it does fail in Turkish.
2016-07-21 16:52:36 -04:00
..
expected Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:36 -04:00
sql Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:36 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:50:53 -04:00
citext--1.0--1.1.sql Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:50:53 -04:00
citext--1.0.sql Don't quote language name 2011-11-17 18:27:54 -03:00
citext--1.1--1.0.sql Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:50:53 -04:00
citext--1.1.sql Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:50:53 -04:00
citext--unpackaged--1.0.sql Fix citext upgrade script for disallowance of oidvector element assignment. 2014-08-28 18:21:11 -04:00
citext.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 2014-04-18 00:03:19 -04:00
citext.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00