git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 9373baa) | patch
Add optional compression method to SP-GiST
2017年12月22日 10:33:16 +0000 (13:33 +0300)
2017年12月22日 10:33:16 +0000 (13:33 +0300)
commit 854823fa334cb826eed50da751801d0693b10173
Add optional compression method to SP-GiST

Patch allows to have different types of column and value stored in leaf tuples
of SP-GiST. The main application of feature is to transform complex column type
to simple indexed type or for truncating too long value, transformation could
be lossy. Simple example: polygons are converted to their bounding boxes,
this opclass follows.

Authors: me, Heikki Linnakangas, Alexander Korotkov, Nikita Glukhov
Reviewed-By: all authors + Darafei Praliaskouski
Discussions:
https://www.postgresql.org/message-id/5447B3FF.2080406@sigaev.ru
https://www.postgresql.org/message-id/flat/54907069.1030506@sigaev.ru#54907069.1030506@sigaev.ru
doc/src/sgml/spgist.sgml diff | blob | blame | history
src/backend/access/spgist/spgdoinsert.c diff | blob | blame | history
src/backend/access/spgist/spgscan.c diff | blob | blame | history
src/backend/access/spgist/spgutils.c diff | blob | blame | history
src/backend/access/spgist/spgvalidate.c diff | blob | blame | history
src/include/access/spgist.h diff | blob | blame | history
src/include/access/spgist_private.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /