[PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator

Поиск
Список
Период
Сортировка
От Matwey V. Kornilov
Тема [PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator
Дата
Msg-id 20190201160800.7334-1-matwey.kornilov@gmail.com
обсуждение исходный текст
Ответы [PATCH 1/3] Introduce helper variable in spgquadtreeproc.c  ("Matwey V. Kornilov" <matwey.kornilov@gmail.com>)
[PATCH 3/3] Add initial support for spgist quadtree @<(point,circle) operator  ("Matwey V. Kornilov" <matwey.kornilov@gmail.com>)
Re: [PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
Hi,

This patch series is to add support for spgist quadtree @<(point,circle)
operator. The first two patches are to refactor existing code before
implemention the new feature. The third commit is the actual implementation
provided with a set of simple unit tests.

Matwey V. Kornilov (3):
  Introduce helper variable in spgquadtreeproc.c
  Introduce spg_quad_inner_consistent_box_helper() in spgquadtreeproc.c
  Add initial support for spgist quadtree @<(point,circle) operator

 src/backend/access/spgist/spgquadtreeproc.c | 138 +++++++++++++++++++---------
 src/include/catalog/pg_amop.dat             |   3 +
 src/test/regress/expected/create_index.out  |  96 +++++++++++++++++++
 src/test/regress/sql/create_index.sql       |  32 +++++++
 4 files changed, 225 insertions(+), 44 deletions(-)

-- 
2.13.7



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Generic type subscripting
Следующее
От: "Matwey V. Kornilov"
Дата:
Сообщение: [PATCH 1/3] Introduce helper variable in spgquadtreeproc.c