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_gin.c
Commit message (
Expand
)
Author
Age
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
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 unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix contrib/pg_trgm to have smoother updates from 9.0.
Tom Lane
2011-02-17
*
Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.
Tom Lane
2011-01-31
*
Update contrib/pg_trgm for new GIN extractQuery API.
Tom Lane
2011-01-09
*
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
*
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
Tom Lane
2009-03-25
*
Support of multibyte encoding for pg_trgm
Teodor Sigaev
2008-11-12
*
Add caching of query to GIN/GiST consistent function.
Teodor Sigaev
2008-07-11
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14