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