Re: [PATCH] kNN for btree

From: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] kNN for btree
Date: 2017-02-06 10:55:27
Message-ID: f64a2623-aa85-86b4-7214-ee55bd6ebf1d@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached v02 version of patches (rebased onto HEAD).

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
0001-introduce-amcanorderby-function-v02.patch text/x-patch 13.9 KB
0002-extract-structure-BTScanState-v02.patch text/x-patch 37.4 KB
0003-extract-get_index_column_opclass-and-get_opclass_opfamily_and_input_type-v02.patch text/x-patch 5.1 KB
0004-add-kNN-support-to-btree-v02.patch text/x-patch 38.3 KB
0005-add-distance-operators-v02.patch text/x-patch 18.2 KB
0006-remove-distance-operators-from-btree_gist-v02.patch text/x-patch 97.9 KB
0007-add-regression-tests-for-kNN-btree-v02.patch text/x-patch 15.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2017-02-06 10:57:18 Re: Partition-wise join for join between (declaratively) partitioned tables
Previous Message Josh Soref 2017-02-06 10:52:48 Re: Possible spelling fixes