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_op.c
Commit message (
Expand
)
Author
Age
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-10
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Fix possible buffer overrun in contrib/pg_trgm.
Tom Lane
2014-01-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
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
*
Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.
Tom Lane
2013-04-07
*
Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Tom Lane
2013-02-13
*
Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
Tom Lane
2012-08-20
*
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
*
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
*
Simplify overly-cute array coding to avoid an apparent gcc bug, which
Tom Lane
2007-07-12
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Squelch some VC++ compiler warnings. Mark float literals with the "f"
Neil Conway
2007-01-26
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
trgm - Trigram matching for PostgreSQL
Teodor Sigaev
2004-05-31