aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-04-09 01:05:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-04-09 01:06:54 -0400
commit3ccae48f44d993351e1f881761bd6c556ebd6638 (patch)
treeec365a856f56aae32745644164d0a8b5889ee5fd /src/backend/commands/explain.c
parente60d20a35e436cef3c454bfeab34d8ea71b54910 (diff)
downloadpostgresql-3ccae48f44d993351e1f881761bd6c556ebd6638.tar.gz
postgresql-3ccae48f44d993351e1f881761bd6c556ebd6638.zip
Support indexing of regular-expression searches in contrib/pg_trgm.
This works by extracting trigrams from the given regular expression, in generally the same spirit as the previously-existing support for LIKE searches, though of course the details are far more complicated. Currently, only GIN indexes are supported. We might be able to make it work with GiST indexes later. The implementation includes adding API functions to backend/regex/ to provide a view of the search NFA created from a regular expression. These functions are meant to be generic enough to be supportable in a standalone version of the regex library, should that ever happen. Alexander Korotkov, reviewed by Heikki Linnakangas and Tom Lane
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions