]> granicus.if.org Git - postgresql/history - contrib/pg_trgm/trgm_op.c
Fix typos in comments.
[postgresql] / contrib / pg_trgm / trgm_op.c
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-18 Robert HaasVarious minor corrections of and improvements to comments.
2016-03-18 Teodor Sigaevpg_trgm's set_limit() now uses SetConfigOption()
2016-03-16 Teodor SigaevAdd word_similarity to pg_trgm contrib module.
2016-03-16 Teodor SigaevGUC variable pg_trgm.similarity_threshold insead of...
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-13 Tom LaneFix possible buffer overrun in contrib/pg_trgm.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-10 Tom LaneMake contrib/pg_trgm also support regex searches with...
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-07 Tom LaneGet rid of USE_WIDE_UPPER_LOWER dependency in trigram...
2013-02-13 Tom LaneFix contrib/pg_trgm's similarity() function for trigram...
2012-08-20 Tom LaneFix bugs in contrib/pg_trgm's LIKE pattern analysis...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-01 Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2010-12-04 Tom LaneAdd KNNGIST support to contrib/pg_trgm.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-11-12 Teodor SigaevSupport of multibyte encoding for pg_trgm
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL