summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-111-0/+3
* Handle equality operator in contrib/pg_trgmAlexander Korotkov2020-11-151-0/+40
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+14
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-181-0/+27
* Change floating-point output format for improved performance.Andrew Gierth2019-02-133-0/+9
* Add strict_word_similarity to pg_trgm moduleTeodor Sigaev2018-03-211-0/+42
* Make pg_trgm tests independ from standard_conforming_string. Tests usesTeodor Sigaev2017-12-121-0/+4
* Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-04-141-0/+3
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-131-0/+3
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-221-0/+3
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+5
* Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane2016-06-201-0/+21
* Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev2016-03-161-0/+42
* Add word_similarity to pg_trgm contrib module.Teodor Sigaev2016-03-161-2/+2
* Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane2013-04-101-0/+23
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-091-1/+25
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-131-0/+2
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-201-0/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-311-0/+25
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-041-0/+4
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-0/+6
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-0/+8
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-311-0/+30