index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_trgm
/
trgm.h
Commit message (
Expand
)
Author
Age
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Make contrib/pg_trgm also support regex searches with GiST indexes.
Tom Lane
2013-04-10
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.
Tom Lane
2011-01-31
*
Add KNNGIST support to contrib/pg_trgm.
Tom Lane
2010-12-04
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Support of multibyte encoding for pg_trgm
Teodor Sigaev
2008-11-12
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the
Bruce Momjian
2007-11-16
*
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
*
Replace bitwise looping with bytewise looping in hemdistsign and
Tom Lane
2006-01-20
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
trgm - Trigram matching for PostgreSQL
Teodor Sigaev
2004-05-31