Assorted improvements in contrib/hstore.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 172eacba43417c31e5eb61a5ae7a6aaca7a25928
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-09-30T19:50:22Z
Releases: 9.0.0
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

Files