Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge latest trunk enhancements and fixes into the orderby-planning branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | orderby-planning |
Files: | files | file ages | folders |
SHA1: |
84862d3a095629d20c8e7b8a16f4dc26 |
User & Date: | drh 2014-05-02 13:09:06.754 |
Context
2014-05-02
| ||
15:25 | Fix a faulty assert() statement. (check-in: 9196ce4073 user: drh tags: orderby-planning) | |
13:09 | Merge latest trunk enhancements and fixes into the orderby-planning branch. (check-in: 84862d3a09 user: drh tags: orderby-planning) | |
00:09 | Add a comment explaining why WhereLoop cost adjustments are omitted for skip-scan loops. (check-in: 3bc43594aa user: drh tags: trunk) | |
2014-04-24
| ||
16:25 | Improved header comment on the vdbesort.c module. No changes to code. (check-in: bf09ce24d0 user: drh tags: orderby-planning) | |
Changes
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree6.test.
Changes to ext/rtree/rtreeB.test.
Changes to ext/rtree/rtreeC.test.
Added ext/rtree/rtreeE.test.
Changes to ext/rtree/sqlite3rtree.h.
Changes to main.mk.
Changes to src/analyze.c.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/pragma.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/test_rtree.c.
Changes to src/test_vfstrace.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to test/analyze3.test.
Changes to test/analyze9.test.
Changes to test/autoindex1.test.
Added test/cost.test.
Changes to test/e_createtable.test.
Changes to test/e_fkey.test.
Changes to test/eqp.test.
Changes to test/index6.test.
Changes to test/orderby5.test.
Added test/orderby7.test.
Changes to test/selectA.test.
Added test/show_speedtest1_rtree.tcl.
Changes to test/skipscan2.test.
Changes to test/speedtest1.c.
Added test/tkt-f67b41381a.test.
Changes to test/unordered.test.
Changes to test/wal2.test.
Changes to test/where3.test.
Changes to test/whereG.test.
Changes to tool/logest.c.