summaryrefslogtreecommitdiff
path: root/contrib/citext/sql
AgeCommit message (Expand)Author
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-01-05Enable routine running of citext's UTF8-specific test cases.Tom Lane
2021-12-11Create a new type category for "internal use" types.Tom Lane
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2018-11-23Add a 64-bit hash function for type citext.Tom Lane
2017-09-19Disable multi-byte citext testsAndrew Dunstan
2017-09-19Set client encoding to UTF8 for the citext regression scriptAndrew Dunstan
2017-09-19Add citext_pattern_ops for citext contrib moduleAndrew Dunstan
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-08-18Support the new regexp_match() function for citext.Tom Lane
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2014-02-27Remove dependency on database encoding in citext regression test.Tom Lane
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-09-11Create index on srt table in citext regression tests.Kevin Grittner
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-04-23varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas
2008-11-07Add some more citext test cases, per David Wheeler. Also remove theTom Lane
2008-09-05Add some additional casts and regression tests for the citext data type.Tom Lane
2008-07-30Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane
2008-07-29Add a new, improved version of citext as a contrib module.Tom Lane