dan
|
3f0d9d3846
|
Have the xUpdate() method of the rtree module virtual table implementation set the *pRowid output variable when inserting a row. Fix for [dd3ba6063a].
FossilOrigin-Name: f31d22489d44701c89cb13c663dfa1a6cc04f900
|
2010-03-19 19:02:27 +00:00 |
|
drh
|
31caa42afd
|
Remove an unused variable from rtree.
FossilOrigin-Name: 8e60d3995a1ea940de9751dd3bbd7ef41b0bb00a
|
2010-02-24 18:25:58 +00:00 |
|
dan
|
5dcb3937b6
|
Fix for [e9a9fde1f4]. When opening an existing rtree, determine the node size by inspecting the root node of the r-tree structure (instead of assuming it is a function of the page-size).
FossilOrigin-Name: ebc9433fddf78ef7b4237686951d8d79c1c98f03
|
2010-02-16 10:59:40 +00:00 |
|
drh
|
c81c11f62c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
|
2009-11-10 01:30:52 +00:00 |
|
dan
|
4ec56ff0ce
|
Fix some errors in the guttman versions (disabled by default) of the algorithms in rtree.c.
FossilOrigin-Name: 64bad00b4f6fbbc3e5e75966f9c3959ad3d542ef
|
2009-10-05 05:40:08 +00:00 |
|
dan
|
17458718b2
|
Update an r-tree test to account for changes in the query planner.
FossilOrigin-Name: e5ce66d40bd68dc014071f7830112fa3b1d72948
|
2009-09-10 18:26:05 +00:00 |
|
danielk1977
|
9af00021a1
|
Mark the rtreeUpdate function as static. (CVS 6961)
FossilOrigin-Name: b6bdfdc69df4fc6cad669fd8b2cbaa9ecb95cb78
|
2009-08-06 18:36:47 +00:00 |
|
danielk1977
|
33c54a989e
|
Return a meaningful error message if a keyword is used as an rtree table column name. Ticket #3970. (CVS 6902)
FossilOrigin-Name: 046efe46b50fbe928f39a0cda1b1006d486ce9f5
|
2009-07-17 16:54:48 +00:00 |
|
danielk1977
|
7974759cb4
|
Fix a reference counting bug in rtree. Ticket #3549. (CVS 6054)
FossilOrigin-Name: bbdc0e9f2481f8d59e05ea282b615f97e09fb471
|
2008-12-22 15:04:32 +00:00 |
|
drh
|
7ab49bfd1e
|
Do not redefine the MIN and MAX macros if they are already defined. (CVS 5896)
FossilOrigin-Name: f41dd2053c8a297a05b47d0ef631b4d9a7db2fff
|
2008-11-12 15:24:27 +00:00 |
|
danielk1977
|
a7435e31ab
|
Remove unused parameter from function rtreeInit() (part of the r-tree extension). (CVS 5842)
FossilOrigin-Name: 3224ea59812d0f3b5685bd92751054b81e3b681e
|
2008-10-25 17:10:10 +00:00 |
|
danielk1977
|
b9134e3e84
|
Fix a bug in r-tree related to internal nodes with one or more dimensions of size zero. Ticket #3363. (CVS 5682)
FossilOrigin-Name: 8b600ed083d48784df4b1da1320a01bebbf233d7
|
2008-09-08 11:07:03 +00:00 |
|
danielk1977
|
865d4d4290
|
Have the rtree module set the estimatedCost output variable. Ticket #3312. (CVS 5649)
FossilOrigin-Name: 483932c4e08901a11b7ab671073fd0a048b10d66
|
2008-09-01 12:46:59 +00:00 |
|
drh
|
7cb53b0fdb
|
Allow the r-tree extension to be compiled as part of the amalgamation. (CVS 5424)
FossilOrigin-Name: 5c26f63e476be3e18b2acdec5dd459da3bfceefa
|
2008-07-16 14:43:34 +00:00 |
|
danielk1977
|
3ddb5a5104
|
Have the rtree extension publish two virtual table types: "rtree" and "rtree_i32". rtree_i32 stores coordinate data as 32-bit signed integers. rtree uses 32-bit real (floating point) values. (CVS 5410)
FossilOrigin-Name: c060a9a6beca455bdceee9ce6ca71a7262f98a5f
|
2008-07-14 15:37:00 +00:00 |
|
danielk1977
|
8cf6c554c0
|
Fix a bug causing the pager-cache size to be reset to its default value whenever the database schema was reloaded. (CVS 5283)
FossilOrigin-Name: 6dbe67da5cb0141e011b4fdcc3964a20f68be843
|
2008-06-23 16:53:46 +00:00 |
|
danielk1977
|
b13dee9900
|
Run (a subset of) the rtree tests from quick.test. (CVS 5282)
FossilOrigin-Name: e872c78c72eb5976e72123485692a76409bd857f
|
2008-06-23 15:55:52 +00:00 |
|
drh
|
0d287cf775
|
Fix another typo in the rtree README file. (CVS 5187)
FossilOrigin-Name: 9ab87b7b0d0195787f1527b5be1475fb89330f08
|
2008-06-04 15:09:16 +00:00 |
|
drh
|
72e87f44d0
|
Fix a bug in the R-Tree documentation. (CVS 5186)
FossilOrigin-Name: bb445a4b1fe43d7b3e8546a6510f4e3c3ecb500b
|
2008-06-04 14:20:09 +00:00 |
|
drh
|
0224d26d37
|
Allow the SQLITE_MAX_EXPR_DEPTH compile-time parameter to be set to 0 in
order to disable expression depth checking. Ticket #3143. (CVS 5166)
FossilOrigin-Name: 5ceef40e397fc535173996404345b93f695e8cac
|
2008-05-28 13:49:34 +00:00 |
|
drh
|
4b4f780188
|
Fix a bug in rtree that occurs when too many constraints are passed
in on a query. (CVS 5162)
FossilOrigin-Name: 54b84a3ddba9d27814c2f613dd197f691ac549a4
|
2008-05-27 00:06:02 +00:00 |
|
drh
|
9f86ad2354
|
Use %w instead of %q when constructing shadow table names for rtree. (CVS 5161)
FossilOrigin-Name: 78f4ba974d9b768b62391d8cd2ed407d49584cb8
|
2008-05-26 20:49:02 +00:00 |
|
drh
|
58f1c8b773
|
Update the amalgamation builder to incorporate the RTREE extension. (CVS 5160)
FossilOrigin-Name: aa8eba3360c31182f5238e96b83a382374f40fab
|
2008-05-26 20:19:25 +00:00 |
|
danielk1977
|
ebaecc148f
|
Import 'rtree' extension. (CVS 5159)
FossilOrigin-Name: b104dcd6adadbd3fe15a348fe9d4d290119e139e
|
2008-05-26 18:41:54 +00:00 |
|