]> granicus.if.org Git - postgresql/history - contrib/fuzzystrmatch/fuzzystrmatch.c
Move some things from builtins.h to new header files
[postgresql] / contrib / fuzzystrmatch / fuzzystrmatch.c
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-01-22 Tom LaneRemove new coupling between NAMEDATALEN and MAX_LEVENSH...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-03 Heikki LinnakangasRemove dead code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-24 Robert HaasLots of doc corrections.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-19 Peter EisentrautPut inline declaration before return type
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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-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-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-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
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.
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-01-26 Neil ConwayThe attached patch implements the soundex difference...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...
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-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
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-08-07 Bruce MomjianSorry - I should have gotten to this sooner. Here's...
2001-08-07 Bruce MomjianPer this discussion, here's a patch to implement both...