KNN for B-tree

Edit
Title KNN for B-tree
Topic Performance
Created 2018-09-25 12:55:08
Last modified 2020-03-16 13:18:04 (4 years ago)
Latest email 2020-03-16 13:17:37 (4 years ago)
Status
2020-03: Returned with feedback
2020-01: Moved to next CF
2019-11: Moved to next CF
2019-09: Moved to next CF
2019-07: Moved to next CF
2019-03: Moved to next CF
2019-01: Moved to next CF
2018-11: Moved to next CF
Target version
Authors Nikita Glukhov (n.glukhov)
Reviewers Alexander Korotkov (smagen), Anastasia Lubennikova (lubennikovaav)Become reviewer
Committer Alexander Korotkov (smagen)
Links
Emails
[PATCH] kNN for btree
First at 2017-01-18 01:42:01 by Nikita Glukhov <n.gluhov at postgrespro.ru>
Latest at 2024-01-15 08:11:55 by "Anton A. Melnikov" <a.melnikov at postgrespro.ru>
Latest attachment (0001-Introduce-IndexAmRoutine.ammorderbyopfirstcol-v17.patch.gz) at 2020-03-02 21:26:32 from Alexander Korotkov <a.korotkov at postgrespro.ru>
    Attachment (0001-Introduce-IndexAmRoutine.ammorderbyopfirstcol-v17.patch.gz) at 2020-03-02 21:26:32 from Alexander Korotkov <a.korotkov at postgrespro.ru> (Patch: No)
    Attachment (0002-Allow-ordering-by-operator-in-ordered-indexes-v16.patch.gz) at 2019-12-03 00:00:03 from Alexander Korotkov <a.korotkov at postgrespro.ru> (Patch: No)
    Attachment (0002-Enable-ORDER-BY-operator-scans-on-ordered-indexe-v15.patch.gz) at 2019-09-09 20:28:10 from Alexander Korotkov <a.korotkov at postgrespro.ru> (Patch: No)
    Attachment (0004-Extract-structure-BTScanState-v14.patch.gz) at 2019-09-02 23:11:30 from Alexander Korotkov <a.korotkov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v13.patch.gz) at 2019-07-12 17:30:22 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v12.patch.gz) at 2019-07-01 17:45:38 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v11.patch.gz) at 2019-03-25 15:29:58 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v10.patch.gz) at 2019-03-14 22:11:58 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v09.patch.gz) at 2019-03-06 17:11:41 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: No)
    Attachment (0001-Fix-get_index_column_opclass-v07.patch) at 2019-02-20 14:46:47 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Fix-get_index_column_opclass-v07.patch) at 2019-02-20 12:44:13 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Fix-get_index_column_opclass-v06.patch) at 2019-02-20 01:18:56 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Fix-get_index_column_opclass-v05.patch) at 2019-01-11 13:01:51 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Fix-get_index_column_opclass-v04.patch) at 2018-11-30 12:04:34 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Fix-get_index_column_opclass-v03.patch) at 2018-09-26 15:37:54 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-introduce-amcanorderby-function-v02.patch) at 2017-02-06 10:55:27 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-introduce-amcanorderby-function-v01.patch) at 2017-01-18 01:42:01 from Nikita Glukhov <n.gluhov at postgrespro.ru> (Patch: Yes)
History
When Who What
2020-04-16 15:45:36 Isaac Young (stillsubjecttochange) Removed stillsubjecttochange from reviewers
2020-04-16 15:45:28 Isaac Young (stillsubjecttochange) Added stillsubjecttochange as reviewer
2020-03-16 13:18:04 Alexander Korotkov (smagen) Closed in commitfest 2020-03 with status: Returned with feedback
2020-02-01 12:51:07 Tomas Vondra (fuzzycz) Closed in commitfest 2020-01 with status: Moved to next CF
2019-11-29 06:35:17 Michael Paquier (michael-kun) Closed in commitfest 2019-11 with status: Moved to next CF
2019-09-30 18:56:39 Álvaro Herrera (alvherre) Closed in commitfest 2019-09 with status: Moved to next CF
2019-09-05 19:44:22 Álvaro Herrera (alvherre) New status: Needs review
2019-08-22 18:01:17 Anastasia Lubennikova (lubennikovaav) New status: Waiting on Author
2019-08-01 22:39:21 Thomas Munro (macdice) Closed in commitfest 2019-07 with status: Moved to next CF
2019-04-09 03:35:12 Michael Paquier (michael-kun) Closed in commitfest 2019-03 with status: Moved to next CF
2019-03-25 15:30:56 Nikita Glukhov (n.glukhov) New status: Needs review
2019-03-25 08:17:38 David Steele (dsteele) New status: Waiting on Author
2019-03-10 23:51:58 Nikita Glukhov (n.glukhov) New status: Needs review
2019-03-03 09:46:15 Anastasia Lubennikova (lubennikovaav) Posted review with messageid <155160637533.16480.9693908948868055357.pgcf@coridan.postgresql.org>
2019-03-03 09:46:15 Anastasia Lubennikova (lubennikovaav) New status: Waiting on Author
2019-03-01 11:14:17 Anastasia Lubennikova (lubennikovaav) Added lubennikovaav as reviewer
2019-02-20 01:21:21 Nikita Glukhov (n.glukhov) New status: Needs review
2019-02-04 05:35:40 Michael Paquier (michael-kun) New status: Waiting on Author
2019-02-04 05:35:34 Michael Paquier (michael-kun) Closed in commitfest 2019-01 with status: Moved to next CF
2019-01-13 17:06:33 Nikita Glukhov (n.glukhov) New status: Needs review
2019-01-01 03:45:21 Alexander Korotkov (smagen) New status: Waiting on Author
2019-01-01 03:45:11 Alexander Korotkov (smagen) Added smagen as reviewer
2018-11-29 15:23:23 Dmitry Dolgov (erthalion) Closed in commitfest 2018-11 with status: Moved to next CF
2018-11-28 20:27:36 Alexander Korotkov (smagen) Added smagen as committer
2018-09-25 12:55:36 Alexander Korotkov (smagen) Changed authors to Nikita Glukhov (n.glukhov)
2018-09-25 12:55:08 Alexander Korotkov (smagen) Attached mail thread ce35e97b-cf34-3f5d-6b99-2c25bae49999@postgrespro.ru
2018-09-25 12:55:08 Alexander Korotkov (smagen) Created patch record
Edit