Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | Move 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-06 | pgindent run for 9.4 | Bruce 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-07 | Update copyright for 2014 | Bruce Momjian | |
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches. | |||
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
2012-05-02 | Even more duplicate word removal, in the spirit of the season | Peter Eisentraut | |
2012-04-24 | Lots of doc corrections. | Robert Haas | |
Josh Kupershmidt | |||
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian | |
2011-02-20 | Minor logic fix for new levenshtein implementation. | Tom Lane | |
Alexander Korotkov | |||
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian | |
2010-10-22 | Correct 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-19 | Add levenshtein_less_equal, optimized version for small distances. | Robert Haas | |
Alexander Korotkov, heavily revised by me. |