Re: Partial match in GIN (next vesrion) - Mailing list pgsql-patches

From Teodor Sigaev
Subject Re: Partial match in GIN (next vesrion)
Date
Msg-id 4804DD6C.7010808@sigaev.ru
Whole thread Raw
In response to Partial match in GIN  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: Partial match in GIN (next vesrion)
List pgsql-patches
http://www.sigaev.ru/misc/partial_match_gin-0.8.gz
Reworked interface as  it suggested by Gregory
(http://archives.postgresql.org/pgsql-patches/2008-04/msg00199.php)
and move check of index into expand_indexqual_opclause() as suggested by Heikki
(http://archives.postgresql.org/pgsql-patches/2008-04/msg00200.php)

http://www.sigaev.ru/misc/tsearch_prefix-0.7.gz
Sync with current CVS and partial match GIN patch. Allow full scan index, so now
GIN supports search with queries like '!foo'. Implemented via using empty string
for prefix search.


http://www.sigaev.ru/misc/wildspeed-0.11.tgz
Sync with CVS changes and partial match GIN patch. Teach opclass to correct use
of recheck feature.



--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] MSVC build broken with perl 5.10
Next
From: Andrew Chernow
Date:
Subject: libpq object hooks patch