summaryrefslogtreecommitdiff
path: root/contrib/citext/sql
Commit message (Expand)AuthorAgeFilesLines
* Use ICU by default at initdb time.Jeff Davis2023-03-091-1/+8
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-251-0/+88
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-111-1/+1
* Enable routine running of citext's UTF8-specific test cases.Tom Lane2022-01-052-35/+51
* Create a new type category for "internal use" types.Tom Lane2021-12-111-1/+2
* Add current substring regular expression syntaxPeter Eisentraut2020-06-291-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Add a 64-bit hash function for type citext.Tom Lane2018-11-231-0/+9
* Disable multi-byte citext testsAndrew Dunstan2017-09-191-7/+7
* Set client encoding to UTF8 for the citext regression scriptAndrew Dunstan2017-09-191-0/+3
* Add citext_pattern_ops for citext contrib moduleAndrew Dunstan2017-09-191-0/+78
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+5
* Support the new regexp_match() function for citext.Tom Lane2016-08-181-0/+12
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-211-22/+21
* Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane2015-05-051-1/+3
* Remove dependency on database encoding in citext regression test.Tom Lane2014-02-271-1/+1
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-091-0/+23
* Create index on srt table in citext regression tests.Kevin Grittner2013-09-111-0/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-041-3/+0
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-231-1/+1
* Add some more citext test cases, per David Wheeler. Also remove theTom Lane2008-11-071-10/+18
* Add some additional casts and regression tests for the citext data type.Tom Lane2008-09-051-18/+404
* Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane2008-07-301-3/+3
* Add a new, improved version of citext as a contrib module.Tom Lane2008-07-291-0/+328