Re: [PATCH] kNN for btree

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: David Steele <david(at)pgmasters(dot)net>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: Anastasia Lubennikova <lubennikovaav(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] kNN for btree
Date: 2019-03-25 15:29:58
Message-ID: 7cb65642-7e18-f3e5-7815-6a2dc53c3088@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Fix-get_index_column_opclass-v11.patch.gz application/gzip 802 bytes
0002-Introduce-ammatchorderby-function-v11.patch.gz application/gzip 6.1 KB
0003-Enable-ORDER-BY-operator-scans-on-ordered-indexes-v11.patch.gz application/gzip 1.4 KB
0004-Extract-structure-BTScanState-v11.patch.gz application/gzip 10.4 KB
0005-Add-kNN-support-to-btree-v11.patch.gz application/gzip 17.3 KB
0006-Add-btree-distance-operators-v11.patch.gz application/gzip 11.7 KB
0007-Remove-distance-operators-from-btree_gist-v11.patch.gz application/gzip 10.8 KB
0008-Add-regression-tests-for-kNN-btree-v11.patch.gz application/gzip 5.9 KB
0009-Allow-ammatchorderby-to-return-pathkey-sublists-v11.patch.gz application/gzip 999 bytes
0010-Add-support-of-array-ops-to-btree-kNN-v11.patch.gz application/gzip 6.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-03-25 15:30:30 Re: renaming ExecStoreWhateverTuple
Previous Message Alvaro Herrera 2019-03-25 15:27:52 Re: renaming ExecStoreWhateverTuple