]> granicus.if.org Git - postgresql/commit
This supports the triconsistent function for pg_trgm GIN opclass
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 20 Jul 2015 15:18:48 +0000 (18:18 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 20 Jul 2015 15:18:48 +0000 (18:18 +0300)
commit97f3014647a5bd570032abd2b809d3233003f13f
tree126399bfdfdb85b03998a489325d4e484b52a1a2
parent1a5118008003b3c42f5cbb37980dabdb6a718e6f
This supports the triconsistent function for pg_trgm GIN opclass
to make it faster to implement indexed queries where some keys are
common and some are rare.

Patch by Jeff Janes
contrib/pg_trgm/Makefile
contrib/pg_trgm/pg_trgm--1.1--1.2.sql [new file with mode: 0644]
contrib/pg_trgm/pg_trgm--1.2.sql [moved from contrib/pg_trgm/pg_trgm--1.1.sql with 92% similarity]
contrib/pg_trgm/pg_trgm.control
contrib/pg_trgm/trgm_gin.c