Re: [PATCH] kNN for btree
Nikita Glukhov <n.gluhov@postgrespro.ru>
From: Nikita Glukhov <n.gluhov@postgrespro.ru>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: David Steele <david@pgmasters.net>,
Alexander Korotkov <a.korotkov@postgrespro.ru>,
Anastasia Lubennikova <lubennikovaav@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-01T17:45:38Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-get_index_column_opclass-v12.patch.gz (application/gzip) patch v12-0001
- 0002-Introduce-ammatchorderby-function-v12.patch.gz (application/gzip) patch v12-0002
- 0003-Enable-ORDER-BY-operator-scans-on-ordered-indexes-v12.patch.gz (application/gzip) patch v12-0003
- 0004-Extract-structure-BTScanState-v12.patch.gz (application/gzip) patch v12-0004
- 0005-Add-kNN-support-to-btree-v12.patch.gz (application/gzip) patch v12-0005
- 0006-Add-btree-distance-operators-v12.patch.gz (application/gzip) patch v12-0006
- 0007-Remove-distance-operators-from-btree_gist-v12.patch.gz (application/gzip) patch v12-0007
- 0008-Add-regression-tests-for-kNN-btree-v12.patch.gz (application/gzip) patch v12-0008
- 0009-Allow-ammatchorderby-to-return-pathkey-sublists-v12.patch.gz (application/gzip) patch v12-0009
- 0010-Add-support-of-array-ops-to-btree-kNN-v12.patch.gz (application/gzip) patch v12-0010
On 01.07.2019 13:41, Thomas Munro wrote: > On Tue, Mar 26, 2019 at 4:30 AM Nikita Glukhov <n.gluhov@postgrespro.ru> wrote: >>>> Fixed two bugs in patches 3 and 10 (see below). >>>> Patch 3 was extracted from the main patch 5 (patch 4 in v9). >>> This patch no longer applies so marking Waiting on Author. >> Attached 11th version of the patches rebased onto current master. > Hi Nikita, > > Since a new Commitfest is here and this doesn't apply, could we please > have a fresh rebase? Attached 12th version of the patches rebased onto the current master. -- Nikita Glukhov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Enhance nbtree ScalarArrayOp execution.
- 5bf748b86bc6 17.0 cited
-
Fix handling of non-key columns get_index_column_opclass()
- c6ce5f71b082 12.0 landed
- 7e0416039046 13.0 landed
-
Add SQL-accessible functions for inspecting index AM properties.
- ed0097e4f9e6 9.6.0 cited