Re: [PATCH] kNN for btree
Nikita Glukhov <n.gluhov@postgrespro.ru>
From: Nikita Glukhov <n.gluhov@postgrespro.ru>
To: David Steele <david@pgmasters.net>,
Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Anastasia Lubennikova <lubennikovaav@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-25T15:29:58Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-get_index_column_opclass-v11.patch.gz (application/gzip) patch v11-0001
- 0002-Introduce-ammatchorderby-function-v11.patch.gz (application/gzip) patch v11-0002
- 0003-Enable-ORDER-BY-operator-scans-on-ordered-indexes-v11.patch.gz (application/gzip) patch v11-0003
- 0004-Extract-structure-BTScanState-v11.patch.gz (application/gzip) patch v11-0004
- 0005-Add-kNN-support-to-btree-v11.patch.gz (application/gzip) patch v11-0005
- 0006-Add-btree-distance-operators-v11.patch.gz (application/gzip) patch v11-0006
- 0007-Remove-distance-operators-from-btree_gist-v11.patch.gz (application/gzip) patch v11-0007
- 0008-Add-regression-tests-for-kNN-btree-v11.patch.gz (application/gzip) patch v11-0008
- 0009-Allow-ammatchorderby-to-return-pathkey-sublists-v11.patch.gz (application/gzip) patch v11-0009
- 0010-Add-support-of-array-ops-to-btree-kNN-v11.patch.gz (application/gzip) patch v11-0010
On 25.03.2019 11:17, David Steele wrote: > On 3/15/19 2:11 AM, Nikita Glukhov wrote: >> Attached 10th versions of the patches. >> >> 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. -- 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