Using Levenshtein distance to HINT a candidate column name

Edit
Title Using Levenshtein distance to HINT a candidate column name
Topic Server Features
Created 2015-01-12 11:45:12
Last modified 2015-03-11 14:58:49 (9 years ago)
Latest email 2015-03-11 14:58:41 (9 years ago)
Status
2015-02: Committed
2014-12: Moved to next CF
Target version
Authors Peter Geoghegan (pgeoghegan)
Reviewers Robert Haas (rhaas)Become reviewer
Committer Robert Haas (rhaas)
Links
Emails
Doing better at HINTing an appropriate column within errorMissingColumn()
First at 2014-03-27 19:10:16 by Peter Geoghegan <pg at heroku.com>
Latest at 2015-03-11 14:58:41 by Robert Haas <robertmhaas at gmail.com>
Latest attachment (column-hint-rmh.patch) at 2015-03-10 18:28:14 from Robert Haas <robertmhaas at gmail.com>
    Attachment (column-hint-rmh.patch) at 2015-03-10 18:28:14 from Robert Haas <robertmhaas at gmail.com> (Patch: Yes)
    Attachment (0001-Levenshtein-distance-column-HINT.patch) at 2014-12-20 23:17:59 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (0001-Levenshtein-distance-column-HINT.patch) at 2014-12-04 02:21:24 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (regression.diffs) at 2014-11-20 18:30:44 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (0001-Levenshtein-distance-column-HINT.patch) at 2014-11-16 00:36:05 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (0001-Move-Levenshtein-distance-implementation-into-core.patch) at 2014-11-13 01:00:42 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (.0001-Move-Levenshtein-distance-implementation-into-core.patch.swp) at 2014-11-13 00:54:56 from Peter Geoghegan <pg at heroku.com> (Patch: No)
    Attachment (0001-Levenshtein-distance-column-HINT.patch) at 2014-11-10 04:48:28 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
    Attachment (0002-Support-for-column-hints.patch) at 2014-07-18 07:47:08 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0002-Support-for-column-hints.patch) at 2014-07-17 13:34:24 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (levenshtein_column_hint.v2.2014_07_02.patch.gz) at 2014-07-02 22:51:08 from Peter Geoghegan <pg at heroku.com> (Patch: No)
    Attachment (levenshtein_column_hint.v1.2014_03_27.patch.gz) at 2014-03-27 19:10:16 from Peter Geoghegan <pg at heroku.com> (Patch: No)
History
When Who What
2015-03-11 14:58:49 Robert Haas (rhaas) Closed in commitfest 2015-02 with status: Committed
2015-03-10 18:29:42 Robert Haas (rhaas) Added rhaas as committer
2015-03-10 18:29:38 Robert Haas (rhaas) New status: Ready for Committer
2015-02-13 07:40:58 Michael Paquier (michael-kun) Closed in commitfest 2014-12 with status: Returned with Feedback
2015-01-12 11:45:52 Michael Paquier (michael-kun) Changed authors to Peter Geoghegan (pgeoghegan)
2015-01-12 11:45:52 Michael Paquier (michael-kun) Changed reviewers to Robert Haas (rhaas)
2015-01-12 11:45:13 Michael Paquier (michael-kun) Attached mail thread CAM3SWZS9-Xr2Ud_j9yrKDctT6xxy16h1EugtSWmLU6Or4CtGAA@mail.gmail.com
2015-01-12 11:45:12 Michael Paquier (michael-kun) Created patch record
Edit