postgresql/contrib/hstore
Tom Lane 172eacba43 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
2009-09-30 19:50:22 +00:00
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
expected Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
sql Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
crc32.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
crc32.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
hstore_compat.c Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore_gin.c Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore_gist.c Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore_io.c Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore_op.c Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore.h Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
hstore.sql.in Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
Makefile Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
uninstall_hstore.sql Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00