Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 14 Mar 2007 14:21:53 +0000 (14:21 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 14 Mar 2007 14:21:53 +0000 (14:21 +0000)
commit754148d81f9150fd860b4d5aac0eb420e4cd6886
tree51d7c8d18f189e071db2a3fd8d69c1595305cae9
parent15f91f27897542c0e154037fca503f7543241e49
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
with minor editorization by me.

Hstore improvements
* add operation hstore ? text - excat equivalent of exist()
* remove undocumented behaviour of contains operation with NULL value
* now 'key'::text=>NULL returns '"key"=>NULL' instead of NULL
* Add GIN support for contains and exist operations
* Add GiST support for exist operatiion
* improve regression tests
contrib/hstore/Makefile
contrib/hstore/README.hstore
contrib/hstore/data/hstore.data
contrib/hstore/expected/hstore.out
contrib/hstore/hstore.h
contrib/hstore/hstore.sql.in
contrib/hstore/hstore_gin.c [new file with mode: 0644]
contrib/hstore/hstore_gist.c
contrib/hstore/hstore_op.c
contrib/hstore/sql/hstore.sql
contrib/hstore/uninstall_hstore.sql