index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_trgm
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.
Tom Lane
2023-03-11
1
-0
/
+3
*
Handle equality operator in contrib/pg_trgm
Alexander Korotkov
2020-11-15
1
-0
/
+40
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-0
/
+14
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
1
-0
/
+27
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
3
-0
/
+9
*
Add strict_word_similarity to pg_trgm module
Teodor Sigaev
2018-03-21
1
-0
/
+42
*
Make pg_trgm tests independ from standard_conforming_string. Tests uses
Teodor Sigaev
2017-12-12
1
-0
/
+4
*
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-14
1
-0
/
+3
*
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-13
1
-0
/
+3
*
Fix contrib/pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-02-22
1
-0
/
+3
*
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
1
-0
/
+5
*
Fix comparison of similarity to threshold in GIST trigram searches.
Tom Lane
2016-06-20
1
-0
/
+21
*
Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460
Teodor Sigaev
2016-03-16
1
-0
/
+42
*
Add word_similarity to pg_trgm contrib module.
Teodor Sigaev
2016-03-16
1
-2
/
+2
*
Make contrib/pg_trgm also support regex searches with GiST indexes.
Tom Lane
2013-04-10
1
-0
/
+23
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
1
-1
/
+25
*
Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Tom Lane
2013-02-13
1
-0
/
+2
*
Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
Tom Lane
2012-08-20
1
-0
/
+2
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
1
-9
/
+1
*
Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.
Tom Lane
2011-01-31
1
-0
/
+25
*
Add KNNGIST support to contrib/pg_trgm.
Tom Lane
2010-12-04
1
-0
/
+4
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
1
-1
/
+0
*
Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane
2007-11-13
1
-0
/
+6
*
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14
1
-0
/
+8
*
trgm - Trigram matching for PostgreSQL
Teodor Sigaev
2004-05-31
1
-0
/
+30