aboutsummaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/fuzzystrmatch.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Put inline declaration before return typePeter Eisentraut2011-07-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add levenshtein_less_equal, optimized version for small distances.Robert Haas2010-10-19
* In levenshtein_internal(), describe algorithm a bit more clearly.Robert Haas2010-09-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Teach levenshtein() about multi-byte characters.Robert Haas2010-08-02
* Avoid using text_to_cstring() in levenshtein functions.Robert Haas2010-07-29
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas2009-12-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane2009-04-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a variant of the Levenshtein string-distance function that lets the userTom Lane2008-04-03
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update /contrib/fuzzystrmatch error message to mention bytes, not justBruce Momjian2007-02-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-10
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-19
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* One of the web pages mentioned in dmetaphone.c has moved. Also fixBruce Momjian2005-09-30
* The attached patch implements the soundex difference function whichNeil Conway2005-01-26
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway2004-07-01
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Jim C. Nasby wrote:Bruce Momjian2003-06-24
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* Add trailing semicolon for Joe ConwayBruce Momjian2001-10-29
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-25
* Sorry - I should have gotten to this sooner. Here's a patch which you shouldBruce Momjian2001-08-07
* Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian2001-08-07