summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/levenshtein.c
AgeCommit message (Collapse)Author
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
The hope is that we can use this to produce better diagnostics in some cases. Peter Geoghegan, reviewed by Michael Paquier, with some further changes by me.
2014-05-06pgindent run for 9.4Bruce Momjian
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
2014-01-07Update copyright for 2014Bruce Momjian
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
2013-01-01Update copyrights for 2013Bruce Momjian
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files.
2012-05-02Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
Josh Kupershmidt
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-20Minor logic fix for new levenshtein implementation.Tom Lane
Alexander Korotkov
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-22Correct a mistake in levenshtein_less_equal() multibyte character handling.Robert Haas
Spotted by Alexander Korotkov. Along the way, remove a misleading comment line.
2010-10-19Add levenshtein_less_equal, optimized version for small distances.Robert Haas
Alexander Korotkov, heavily revised by me.