]> granicus.if.org Git - postgresql/history - contrib/fuzzystrmatch
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
[postgresql] / contrib / fuzzystrmatch /
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-07 Robert HaasUpdate fuzzystrmatch extension for parallel query.
2016-01-22 Tom LaneRemove new coupling between NAMEDATALEN and MAX_LEVENSH...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-03 Heikki LinnakangasRemove dead code.
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-04 Andres FreundAdd missing va_end() call to a early exit in dmetaphone...
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-09-26 Andres FreundDefine META_FREE in a way that doesn't cause -Wempty...
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-11 Bruce Momjianfuzzystrmatch: replace broken link in C comment
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-05-02 Peter EisentrautEven more duplicate word removal, in the spirit of...
2012-04-24 Robert HaasLots of doc corrections.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-19 Peter EisentrautPut inline declaration before return type
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-20 Tom LaneMinor logic fix for new levenshtein implementation.
2011-02-14 Tom LaneAssorted fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-22 Robert HaasCorrect a mistake in levenshtein_less_equal() multibyte...
2010-10-19 Robert HaasAdd levenshtein_less_equal, optimized version for small...
2010-09-24 Robert HaasIn levenshtein_internal(), describe algorithm a bit...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-02 Robert HaasTeach levenshtein() about multi-byte characters.
2010-07-29 Robert HaasAvoid using text_to_cstring() in levenshtein functions.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-05 Andrew DunstanMake dmetaphone.c safe for pgindent and fussy compilers...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-10 Robert HaasFix levenshtein with costs. The previous code multipli...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-07 Tom LaneDefend against non-ASCII letters in fuzzystrmatch code...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-03 Tom LaneAdd a variant of the Levenshtein string-distance functi...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneSimplify contrib Makefiles by removing unnecessary...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-10 Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-30 Bruce MomjianOne of the web pages mentioned in dmetaphone.c has...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-01-26 Neil ConwayThe attached patch implements the soundex difference...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-07-01 Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-24 Bruce MomjianJim C. Nasby wrote:
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for contrib/fuzzystr...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-29 Bruce MomjianAdd trailing semicolon for Joe Conway
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-07 Bruce MomjianSorry - I should have gotten to this sooner. Here's...
next