This supports the triconsistent function for pg_trgm GIN opclass

Teodor Sigaev <teodor@sigaev.ru>

Commit: 97f3014647a5bd570032abd2b809d3233003f13f
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2015-07-20T15:18:48Z
Releases: 9.6.0
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

Files

PathChange+/−
contrib/pg_trgm/Makefile modified +1 −1
contrib/pg_trgm/pg_trgm--1.1--1.2.sql added +12 −0
contrib/pg_trgm/pg_trgm--1.2.sql (from contrib/pg_trgm/pg_trgm--1.1.sql) renamed +11 −1
contrib/pg_trgm/pg_trgm.control modified +1 −1
contrib/pg_trgm/trgm_gin.c modified +92 −0