This supports the triconsistent function for pg_trgm GIN opclass
Teodor Sigaev <teodor@sigaev.ru>
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
| Path | Change | +/− |
|---|---|---|
| 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 |