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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: a1dc5c6) | patch
Changes
2006年6月28日 12:00:14 +0000 (12:00 +0000)
2006年6月28日 12:00:14 +0000 (12:00 +0000)
commit 1f7ef548ec2e594fa8766781c490fb5b998ea46b
Changes
* new split algorithm (as proposed in http://archives.postgresql.org/pgsql-hackers/2006-06/msg00254.php)
* possible call pickSplit() for second and below columns
* add spl_(l|r)datum_exists to GIST_SPLITVEC -
pickSplit should check its values to use already defined
spl_(l|r)datum for splitting. pickSplit should set
spl_(l|r)datum_exists to 'false' (if they was 'true') to
signal to caller about using spl_(l|r)datum.
* support for old pickSplit(): not very optimal
but correct split
* remove 'bytes' field from GISTENTRY: in any case size of
value is defined by it's type.
* split GIST_SPLITVEC to two structures: one for using in picksplit
and second - for internal use.
* some code refactoring
* support of subsplit to rtree opclasses

TODO: add support of subsplit to contrib modules
23 files changed:
contrib/btree_gist/btree_inet.c diff | blob | blame | history
contrib/btree_gist/btree_interval.c diff | blob | blame | history
contrib/btree_gist/btree_text.c diff | blob | blame | history
contrib/btree_gist/btree_time.c diff | blob | blame | history
contrib/btree_gist/btree_ts.c diff | blob | blame | history
contrib/btree_gist/btree_utils_num.c diff | blob | blame | history
contrib/btree_gist/btree_utils_var.c diff | blob | blame | history
contrib/cube/cube.c diff | blob | blame | history
contrib/intarray/_int_gist.c diff | blob | blame | history
contrib/intarray/_intbig_gist.c diff | blob | blame | history
contrib/ltree/_ltree_gist.c diff | blob | blame | history
contrib/ltree/ltree_gist.c diff | blob | blame | history
contrib/pg_trgm/trgm_gist.c diff | blob | blame | history
contrib/seg/seg.c diff | blob | blame | history
contrib/tsearch2/gistidx.c diff | blob | blame | history
contrib/tsearch2/query_gist.c diff | blob | blame | history
src/backend/access/gist/Makefile diff | blob | blame | history
src/backend/access/gist/gist.c diff | blob | blame | history
src/backend/access/gist/gistget.c diff | blob | blame | history
src/backend/access/gist/gistproc.c diff | blob | blame | history
src/backend/access/gist/gistutil.c diff | blob | blame | history
src/include/access/gist.h diff | blob | blame | history
src/include/access/gist_private.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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