postgresql/contrib/hstore
Tom Lane ba398969cd Update contrib/hstore for new GIN extractQuery API.
In particular, make hstore @> '' succeed for all hstores, likewise
hstore ?& '{}'.  Previously the results were inconsistent and could
depend on whether you were using a GiST index, GIN index, or seqscan.
2011-01-09 16:43:56 -05:00
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
expected Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
crc32.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
crc32.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
hstore.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
hstore.sql.in Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
hstore_compat.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
hstore_gin.c Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
hstore_gist.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
hstore_io.c Use memcmp() rather than strncmp() when shorter string length is known. 2010-12-21 22:11:40 -05:00
hstore_op.c Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
uninstall_hstore.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00