postgresql/contrib/fuzzystrmatch
Robert Haas 980341b3c2 Avoid using text_to_cstring() in levenshtein functions.
Operating directly on the underlying varlena saves palloc and memcpy
overhead, which testing shows to be significant.

Extracted from a larger patch by Alexander Korotkov.
2010-07-29 20:11:48 +00:00
..
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
dmetaphone.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
fuzzystrmatch.c Avoid using text_to_cstring() in levenshtein functions. 2010-07-29 20:11:48 +00:00
fuzzystrmatch.sql.in Add a variant of the Levenshtein string-distance function that lets the user 2008-04-03 21:13:07 +00:00
uninstall_fuzzystrmatch.sql Add a variant of the Levenshtein string-distance function that lets the user 2008-04-03 21:13:07 +00:00