OSDN Git Service

Assorted improvements in contrib/hstore.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Sep 2009 19:50:22 +0000 (19:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Sep 2009 19:50:22 +0000 (19:50 +0000)
commit172eacba43417c31e5eb61a5ae7a6aaca7a25928
treed8b14cfac15b4f5e34a64deb7baa710a8e5e2bd4
parent1d43e5314e30bbd10f51e4c740ab4814775375b0
Assorted improvements in contrib/hstore.

Remove the 64K limit on the lengths of keys and values within an hstore.
(This changes the on-disk format, but the old format can still be read.)
Add support for btree/hash opclasses for hstore --- this is not so much
for actual indexing purposes as to allow use of GROUP BY, DISTINCT, etc.
Add various other new functions and operators.

Andrew Gierth
12 files changed:
contrib/hstore/Makefile
contrib/hstore/expected/hstore.out
contrib/hstore/hstore.h
contrib/hstore/hstore.sql.in
contrib/hstore/hstore_compat.c [new file with mode: 0644]
contrib/hstore/hstore_gin.c
contrib/hstore/hstore_gist.c
contrib/hstore/hstore_io.c
contrib/hstore/hstore_op.c
contrib/hstore/sql/hstore.sql
contrib/hstore/uninstall_hstore.sql
doc/src/sgml/hstore.sgml