From: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
---|---|
To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
Cc: | David Steele <david(at)pgmasters(dot)net>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, 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-07-01 17:45:38 |
Message-ID: | 450dc05d-5852-d8db-2e4c-1d78e3216381@postgrespro.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 01.07.2019 13:41, Thomas Munro wrote:
> On Tue, Mar 26, 2019 at 4:30 AM Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)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
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-get_index_column_opclass-v12.patch.gz | application/gzip | 801 bytes |
0002-Introduce-ammatchorderby-function-v12.patch.gz | application/gzip | 6.1 KB |
0003-Enable-ORDER-BY-operator-scans-on-ordered-indexes-v12.patch.gz | application/gzip | 1.4 KB |
0004-Extract-structure-BTScanState-v12.patch.gz | application/gzip | 10.4 KB |
0005-Add-kNN-support-to-btree-v12.patch.gz | application/gzip | 17.3 KB |
0006-Add-btree-distance-operators-v12.patch.gz | application/gzip | 11.7 KB |
0007-Remove-distance-operators-from-btree_gist-v12.patch.gz | application/gzip | 10.8 KB |
0008-Add-regression-tests-for-kNN-btree-v12.patch.gz | application/gzip | 6.0 KB |
0009-Allow-ammatchorderby-to-return-pathkey-sublists-v12.patch.gz | application/gzip | 999 bytes |
0010-Add-support-of-array-ops-to-btree-kNN-v12.patch.gz | application/gzip | 6.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Surafel Temesgen | 2019-07-01 17:48:27 | Change atoi to strtol in same place |
Previous Message | Surafel Temesgen | 2019-07-01 17:38:24 | Re: FETCH FIRST clause WITH TIES option |