summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore.sql.in
Commit message (Expand)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-530/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove hstore % text[] operator; use slice() function instead.Robert Haas2010-07-021-8/+2
* Rename hstore => text[] operator to %Robert Haas2010-06-181-2/+2
* Remove hstore's text[] => text[] operator.Robert Haas2010-06-151-7/+1
* Assorted improvements in contrib/hstore.Tom Lane2009-09-301-31/+307
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-11/+11
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-5/+5
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-12/+12
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-131-0/+2
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-34/+30
* Support functions for index opclasses should be immutable.Tom Lane2007-09-291-11/+11
* Clean up usage of some deprecated APIs, particularly schema-unsafeTom Lane2007-08-261-30/+34
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-2/+40
* Rename function 'isexists' and 'isdefined' toTeodor Sigaev2006-10-111-0/+10
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-7/+28
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+195