SQLite

Changes On Branch nextgen-query-plan-exp
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch nextgen-query-plan-exp Excluding Merge-Ins

This is equivalent to a diff from b6744622 to 19ab4811

2013-06-26
11:43
Cut over the next generation query planner. Increase the version number to 3.8.0. (check-in: 0fe31f60 user: drh tags: trunk)
00:34
Fix an uninitialized variable detected by valgrind. Unclear whether or not this should apply to trunk. (Closed-Leaf check-in: 19ab4811 user: drh tags: nextgen-query-plan-exp)
2013-06-21
18:32
Merge updates from trunk. (check-in: fa2a91e6 user: mistachkin tags: toTypeFuncs)
18:29
Merge the fts4-notindexed branch with the trunk. (check-in: 361084e1 user: dan tags: trunk)
17:30
Add the "notindexed" option to fts4. (check-in: 8ff2b8f5 user: dan tags: fts4-notindexed)
2013-06-20
18:53
VSIX tooling changes to support Visual Studio 2013. (check-in: c5954c58 user: mistachkin tags: vsix2013)
17:32
Add a NEVER() macro and an explanation comment around an unreachable branch in the STAT3 logic. (check-in: 604c3c5d user: drh tags: nextgen-query-plan-exp)
14:17
Pull in the posix_fallocate() change from trunk. (check-in: d94db3fd user: drh tags: nextgen-query-plan-exp)
14:07
Disable posix_fallocate() for all systems, all the time, unless the HAVE_POSIX_FALLOCATE compile-time macro is supplied. (check-in: b6744622 user: drh tags: trunk)
2013-06-19
14:49
Only default HAVE_POSIX_FALLOCATE on for linux, and then only if it is not previously defined. (check-in: 2b2ade92 user: drh tags: trunk)

Changes to ext/fts3/fts3.c.

Changes to ext/misc/closure.c.

Changes to ext/misc/fuzzer.c.

Changes to ext/rtree/rtree6.test.

Changes to ext/rtree/rtree8.test.

Changes to main.mk.

Changes to src/backup.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/memjournal.c.

Changes to src/os_win.c.

Changes to src/prepare.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/update.c.

Changes to src/where.c.

Changes to test/all.test.

Changes to test/analyze3.test.

Changes to test/analyze4.test.

Changes to test/analyze5.test.

Changes to test/analyze6.test.

Changes to test/analyze7.test.

Changes to test/analyze8.test.

Changes to test/async5.test.

Changes to test/autoindex1.test.

Changes to test/backup4.test.

Changes to test/between.test.

Changes to test/btreefault.test.

Changes to test/capi3e.test.

Changes to test/close.test.

Changes to test/collate2.test.

Added test/contrib01.test.

Changes to test/corruptF.test.

Changes to test/descidx1.test.

Changes to test/distinct.test.

Changes to test/e_createtable.test.

Changes to test/e_fkey.test.

Changes to test/eqp.test.

Changes to test/exclusive.test.

Changes to test/fallocate.test.

Changes to test/filefmt.test.

Changes to test/fts3aa.test.

Changes to test/fts3ao.test.

Changes to test/fts3atoken.test.

Changes to test/fts3auto.test.

Changes to test/fts3aux1.test.

Changes to test/fts3corrupt.test.

Changes to test/fts3defer2.test.

Changes to test/fts3expr3.test.

Changes to test/fts3malloc.test.

Changes to test/fts3matchinfo.test.

Changes to test/fts3prefix2.test.

Changes to test/fts3query.test.

Changes to test/fts3shared.test.

Changes to test/fts3snippet.test.

Changes to test/fts3sort.test.

Changes to test/fts3tok1.test.

Changes to test/fts3tok_err.test.

Changes to test/fts4content.test.

Changes to test/fuzzer1.test.

Changes to test/incrblob3.test.

Changes to test/incrblob4.test.

Changes to test/incrblobfault.test.

Changes to test/incrvacuum3.test.

Changes to test/indexedby.test.

Changes to test/intpkey.test.

Changes to test/io.test.

Changes to test/ioerr6.test.

Changes to test/like.test.

Changes to test/lock7.test.

Changes to test/misc7.test.

Changes to test/notify3.test.

Changes to test/orderby1.test.

Added test/orderby5.test.

Changes to test/pager1.test.

Changes to test/pagerfault.test.

Changes to test/pagerfault2.test.

Changes to test/pagerfault3.test.

Changes to test/permutations.test.

Changes to test/securedel2.test.

Changes to test/shared8.test.

Changes to test/sharedlock.test.

Changes to test/subquery.test.

Changes to test/tester.tcl.

Changes to test/tkt-2a5629202f.test.

Changes to test/tkt-385a5b56b9.test.

Changes to test/tkt-3a77c9714e.test.

Changes to test/tkt-3fe897352e.test.

Changes to test/tkt-78e04e52ea.test.

Changes to test/tkt-7a31705a7e6.test.

Changes to test/tkt-7bbfb7d442.test.

Changes to test/tkt-c48d99d690.test.

Changes to test/tkt-d11f09d36e.test.

Changes to test/tkt-f3e5abed55.test.

Changes to test/tkt-f973c7ac31.test.

Changes to test/tkt3442.test.

Changes to test/tkt3918.test.

Changes to test/tkt3929.test.

Changes to test/unordered.test.

Changes to test/veryquick.test.

Changes to test/vtab1.test.

Changes to test/vtab6.test.

Changes to test/wal8.test.

Changes to test/walcksum.test.

Changes to test/walcrash.test.

Changes to test/walcrash2.test.

Changes to test/walcrash3.test.

Changes to test/walro.test.

Changes to test/walshared.test.

Changes to test/where.test.

Changes to test/where2.test.

Changes to test/where3.test.

Changes to test/where7.test.

Changes to test/where8.test.

Changes to test/where9.test.

Changes to test/whereC.test.

Changes to test/whereD.test.

Changes to test/whereE.test.

Changes to test/whereF.test.

Added tool/wherecosttest.c.