summaryrefslogtreecommitdiff
path: root/contrib/citext
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Test sql and output changes for some contrib modulesPallavi Sontakke
2016-08-18Support the new regexp_match() function for citext.Tom Lane
2016-07-26Repair damage done by citext--1.1--1.2.sql.Robert Haas
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-06-10Schema-qualify some references to regprocedure.Robert Haas
2016-06-07Update citext extension for parallel query.Robert Haas
2015-09-14Initial commit of tests for Major differences between XL and postgresql (Limi...Pallavi Sontakke
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2014-08-28Fix citext upgrade script for disallowance of oidvector element assignment.Tom Lane
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
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
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-05-11Fix contrib/citext's upgrade script to handle array and domain cases.Tom Lane
2011-11-21Fix citext upgrade script to update derived copies of pg_type.typcollation.Tom Lane
2011-11-17Don't quote language nameAlvaro Herrera
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-08Make citext's equality and hashing functions collation-insensitive.Tom Lane
2011-04-25Support "make check" in contribPeter Eisentraut
2011-03-03Fix citext's upgrade-from-unpackaged script to set its collation correctly.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-26Update citext expected output to exactly match the real output, ratherTom 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-10-14Update citext expected output for recent change in error message locationTom 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-30Adjust citext to make use of the new ability to declare its type category:Tom Lane
2008-07-29Add a new, improved version of citext as a contrib module.Tom Lane