| From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add word_similarity to pg_trgm contrib module. |
| Date: | 2016-03-16 16:09:40 |
| Message-ID: | E1agE0y-0000Ag-SO@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add word_similarity to pg_trgm contrib module.
Patch introduces a concept of similarity over string and just a word from
another string.
Version of extension is not changed because 1.2 was already introduced in 9.6
release cycle, so, there wasn't a public version.
Author: Alexander Korotkov, Artur Zakirov
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/f576b17cd6ba653bdace1f0da9a3b57f4984e460
Modified Files
--------------
contrib/pg_trgm/Makefile | 2 +-
contrib/pg_trgm/expected/pg_trgm.out | 4 +-
contrib/pg_trgm/pg_trgm--1.1--1.2.sql | 64 ++++-
contrib/pg_trgm/pg_trgm--1.2.sql | 64 +++++
contrib/pg_trgm/sql/pg_trgm.sql | 4 +-
contrib/pg_trgm/trgm.h | 30 +-
contrib/pg_trgm/trgm_gin.c | 20 +-
contrib/pg_trgm/trgm_gist.c | 33 ++-
contrib/pg_trgm/trgm_op.c | 501 ++++++++++++++++++++++++++++++----
doc/src/sgml/pgtrgm.sgml | 79 ++++++
10 files changed, 726 insertions(+), 75 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2016-03-16 16:12:45 | Re: Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat |
| Previous Message | Robert Haas | 2016-03-16 15:38:45 | pgsql: Fix typo. |