pgsql: This supports the triconsistent function for pg_trgm GIN opclass

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: This supports the triconsistent function for pg_trgm GIN opclass
Дата
Msg-id E1ZHCqg-0000uq-1q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97f3014647a5bd570032abd2b809d3233003f13f

Modified Files
--------------
contrib/pg_trgm/Makefile              |    2 +-
contrib/pg_trgm/pg_trgm--1.1--1.2.sql |   12 +++
contrib/pg_trgm/pg_trgm--1.1.sql      |  178 -------------------------------
contrib/pg_trgm/pg_trgm--1.2.sql      |  188 +++++++++++++++++++++++++++++++++
contrib/pg_trgm/pg_trgm.control       |    2 +-
contrib/pg_trgm/trgm_gin.c            |   92 ++++++++++++++++
6 files changed, 294 insertions(+), 180 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Improve tab-completion for DROP POLICY
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't handle PUBLIC/NONE separately