Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>

Teodor Sigaev <teodor@sigaev.ru>

Commit: 754148d81f9150fd860b4d5aac0eb420e4cd6886
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2007-03-14T14:21:53Z
Releases: 8.3.0
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

Files