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
expected Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
sql
.gitignore
crc32.c
crc32.h
hstore_compat.c
hstore_gin.c Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
hstore_gist.c
hstore_io.c
hstore_op.c Update contrib/hstore for new GIN extractQuery API. 2011-01-09 16:43:56 -05:00
hstore.h
hstore.sql.in
Makefile
uninstall_hstore.sql