summaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-1/+1
* Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane2013-04-101-2/+3
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-091-12/+23
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+4
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-311-4/+18
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-041-4/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Support of multibyte encoding for pg_trgmTeodor Sigaev2008-11-121-2/+9
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-161-4/+2
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-0/+1
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-6/+7
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+0
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-1/+1
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-201-5/+0
* Pgindent run for 8.0.Bruce Momjian2004-08-291-30/+31
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-311-0/+88