pgsql: Add levenshtein_less_equal, optimized version for small distance

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add levenshtein_less_equal, optimized version for small distance
Date: 2010-10-19 13:52:24
Message-ID: E1P8Cc4-0001vA-1y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add levenshtein_less_equal, optimized version for small distances.

Alexander Korotkov, heavily revised by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=604ab08145d0dde91279c430e08d570717c12b30

Modified Files
--------------
contrib/fuzzystrmatch/fuzzystrmatch.c | 246 ++-----------
contrib/fuzzystrmatch/fuzzystrmatch.sql.in | 8 +
contrib/fuzzystrmatch/levenshtein.c | 397 +++++++++++++++++++++
contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql | 4 +
doc/src/sgml/fuzzystrmatch.sgml | 19 +
5 files changed, 460 insertions(+), 214 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-10-19 14:56:57 pgsql: Add mention of using tools/fsync to test fsync methods. Restruct
Previous Message Robert Haas 2010-10-19 11:22:52 pgsql: Unbreak comments on composite type attributes.