Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
|
2008-03-20
| ||
| 16:41:59 | * | [62f916888e] Leaf Update gfork so that it is in sync with the released 3.5.7. (by dan) |
|
2008-03-14
| ||
| 04:41:14 | * | [11e75b92d9] Update this branch so that it is now in sync with cvs commit 4855. (by dan) |
|
2007-12-03
| ||
| 18:13:34 | * | [6a65c90436] Allow column types (and therefore affinity types) on index-only table columns. (by dan) |
| 13:32:58 | * | [13c4172705] Fix a bug in test file speed6.test. (by dan) |
| 08:33:14 | * | [c193f3c1f5] Add a script to generate a performance report for index-only tables. (by dan) |
|
2007-12-02
| ||
| 08:15:27 | * | [09179afc2a] Fix a vdbe stack leak in index-only table code. (by dan) |
|
2007-11-29
| ||
| 11:31:43 | * | [0f3027ff37] Add test script for the recent IN(...) changes. (by dan) |
| 10:34:30 | * | [1b71253eeb] Avoid opening a new cursor used for IN(SELECT rowid ...) queries each time the returned set is accessed. (by dan) |
| 10:10:57 | * | [85366a6d3a] Further optimisations to the IN() logic. (by dan) |
| 08:16:21 | * | [53a3661623] Further changes to use existing database structures in place of temp-tables for IN(SELECT ...) expressions. (by dan) |
|
2007-11-28
| ||
| 19:08:10 | * | [b39b983013] Try to find an existing table or index that can be used by the IN (...) operator before creating a temporary one. (by dan) |
| 15:33:29 | * | [e2e54235c9] Leaf Add a script to test the performance implications of the previous commit. (by dan) |
| 11:02:37 | * | [4a7447c35c] Modifications to use existing data structures to implement IN(...) in some cases. This still needs work. (by dan) |
|
2007-11-26
| ||
| 23:36:29 | * | [d3843119b1] Fork Updated comments in mem4.c. (by drh) |
| 23:06:43 | * | [0eb6b7024d] Add mem4.c - a memory allocator that attempts to satisfy page size memory allocation requests from memory obtained from mmap. Use -DSQLITE_MMAP_HEAP_SIZE=nnn to enable. (by drh) |
| 18:23:37 | * | [30a1df7393] Add the persist_cache pragma. (by dan) |
| 12:06:09 | * | [3f7aee66af] When scanning a table using an index, defer opening the corresponding table row for as long as possible (in case it turns out to be unnecessary). No tests for this yet, but there is some evidence in the existing tests that it is working. (by dan) |
|
2007-11-24
| ||
| 13:02:51 | * | [048fb19942] Update the sqlite3_analyzer tools so that is works with a database containing index-only tables. (by drh) |
| 04:34:40 | * | [47833ab866] Test cases and a fix for the count-changes functionality and index-only tables. (Previous commit deals with OR FAIL constraint handling). (by dan) |
| 03:48:15 | * | [b9978492f5] (no comment) (by dan) |