postgresql/contrib/pg_trgm
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module
strict_word_similarity is similar to existing word_similarity function but
it takes into account word boundaries to compute similarity.

Author: Alexander Korotkov
Review by: David Steele, Liudmila Mantrova, me
Discussion: https://www.postgresql.org/message-id/flat/CY4PR17MB13207ED8310F847CF117EED0D85A0@CY4PR17MB1320.namprd17.prod.outlook.com
2018-03-21 14:57:42 +03:00
..
data Add files forgotten in f576b17cd6 2016-03-16 19:23:41 +03:00
expected Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
sql Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
pg_trgm--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 2013-07-19 04:13:01 +09:00
pg_trgm--1.1--1.2.sql Add word_similarity to pg_trgm contrib module. 2016-03-16 18:59:21 +03:00
pg_trgm--1.2--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 2016-06-20 11:29:54 -04:00
pg_trgm--1.3--1.4.sql Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
pg_trgm--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 2016-06-20 11:29:54 -04:00
pg_trgm--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
pg_trgm.control Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
trgm.h Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
trgm_gin.c Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
trgm_gist.c Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
trgm_op.c Add strict_word_similarity to pg_trgm module 2018-03-21 14:57:42 +03:00
trgm_regexp.c Update copyright for 2018 2018-01-02 23:30:12 -05:00