projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcd9f4
)
We forgot to mention in README.rtree_gist we implemented new
author
Bruce Momjian
<bruce@momjian.us>
Wed, 5 Dec 2001 18:25:28 +0000
(18:25 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 5 Dec 2001 18:25:28 +0000
(18:25 +0000)
picksplit algorithm for Rtree. Please apply patch below to CVS
Oleg Bartunov
contrib/rtree_gist/README.rtree_gist
patch
|
blob
|
blame
|
history
diff --git
a/contrib/rtree_gist/README.rtree_gist
b/contrib/rtree_gist/README.rtree_gist
index f92c2404c61c8dc1b5d2165cb1f13144c2ff73b5..bcc6a8ed662250874e04ba289544c8acda5510ee 100644
(file)
--- a/
contrib/rtree_gist/README.rtree_gist
+++ b/
contrib/rtree_gist/README.rtree_gist
@@
-7,6
+7,12
@@
All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
for additional information.
CHANGES:
+ Oct 10 MSD 2001
+
+ 1. Implemented new linear algorithm for picksplit
+ ref. ( 'New Linear Node Splitting Algorithm for R-tree',
+ C.H.Ang and T.C.Tan )
+
Tue May 29 17:04:16 MSD 2001
1. Small fixes in polygon code