aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/trgm_op.c
Commit message (Expand)AuthorAge
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane2013-04-10
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-09
* Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane2013-04-07
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-13
* Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane2012-08-20
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Support LIKE and ILIKE index searches via contrib/pg_trgm indexes.Tom Lane2011-01-31
* Add KNNGIST support to contrib/pg_trgm.Tom Lane2010-12-04
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support of multibyte encoding for pg_trgmTeodor Sigaev2008-11-12
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Simplify overly-cute array coding to avoid an apparent gcc bug, whichTom Lane2007-07-12
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* trgm - Trigram matching for PostgreSQLTeodor Sigaev2004-05-31