Re: WIP: index support for regexp search - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: index support for regexp search
Date
Msg-id CAPpHfdsrok2PE9hcwmXNCOe8NiihM1_BZDgoV1L1HLVX1+GC9A@mail.gmail.com
Whole thread Raw
In response to Re: WIP: index support for regexp search  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: WIP: index support for regexp search  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers

On Tue, Nov 20, 2012 at 1:43 PM, Heikki Linnakangas <hlinnakangas@vmware.com> wrote:
Glad to see this patch hasn't been totally forgotten. Being able to use indexes for regular expressions would be really cool!

Back in January, I asked for some high-level description of how the algorithm works (http://archives.postgresql.org/message-id/4F187D5C.30701@enterprisedb.com). That's still sorely needed. Googling around, I found the slides for your presentation on this from PGConf.EU - it would be great to have the information from that presentation included in the patch.

New version of patch is attached. The changes are following:
1) A big comment with high-level description of what is going on.
2) Regression tests.
3) Documetation update.
4) Some more refactoring.

------
With best regards,
Alexander Korotkov.
Attachment

pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: [v9.3] Row-Level Security
Next
From: Alexander Korotkov
Date:
Subject: Re: WIP: index support for regexp search