/ Changes On Branch rework-EQP
Login

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

Changes In Branch rework-EQP Excluding Merge-Ins

This is equivalent to a diff from 853f316359 to 956fef361a

2018-05-03
19:56
Overhaul of EXPLAIN QUERY PLAN. The output is now in the form of a tree. More details of the query plan are shown, and what is shown is truer to what actually happens. (check-in: ff01bbdabc user: drh tags: trunk)
19:47
Optimizations to the new EQP framework. (Closed-Leaf check-in: 956fef361a user: drh tags: rework-EQP)
01:37
Enhance EXPLAIN QUERY PLAN to report the generation of constant rows using VALUES or just a SELECT without FROM. (check-in: c75eee69fa user: drh tags: rework-EQP)
2018-05-02
03:01
Add sqlite3_win32_set_directory8() and sqlite3_win32_set_directory16() functions. (check-in: 22089ea2bb user: mistachkin tags: trunk)
00:33
Begin reengineering the EXPLAIN QUERY PLAN function to provide more intuitive output. (check-in: 70b48a7972 user: drh tags: rework-EQP)
2018-05-01
18:39
The SQLITE_ALLOW_SQLITE_MASTER_INDEX compile-time option allows a CREATE INDEX statement against the sqlite_master table. Once created, the index works, and is usable by legacy instances of SQLite. (check-in: 853f316359 user: drh tags: trunk)
2018-04-28
19:08
Test cases added for SQLITE_DBCONFIG_RESET_DATABASE. (check-in: 08665a9e2e user: drh tags: trunk)

Changes to ext/expert/expert1.test.

Changes to ext/expert/sqlite3expert.c.

Changes to ext/fts5/test/fts5plan.test.

Changes to ext/rtree/rtree6.test.

Changes to ext/rtree/rtreeC.test.

Changes to src/expr.c.

Changes to src/prepare.c.

Changes to src/select.c.

Changes to src/shell.c.in.

Changes to src/sqliteInt.h.

Changes to src/treeview.c.

Changes to src/vdbe.h.

Changes to src/vdbeaux.c.

Changes to src/where.c.

Changes to src/wherecode.c.

Changes to test/analyze3.test.

Changes to test/analyze4.test.

Changes to test/analyze6.test.

Changes to test/analyze7.test.

Changes to test/analyze8.test.

Changes to test/analyze9.test.

Changes to test/analyzeA.test.

Changes to test/analyzeD.test.

Changes to test/analyzeF.test.

Changes to test/autoindex1.test.

Changes to test/autoindex3.test.

Changes to test/autoindex5.test.

Changes to test/bestindex1.test.

Changes to test/bestindex2.test.

Changes to test/bestindex3.test.

Changes to test/bigmmap.test.

Changes to test/cost.test.

Changes to test/coveridxscan.test.

Changes to test/e_createtable.test.

Changes to test/eqp.test.

Changes to test/fts3aux1.test.

Changes to test/fts3join.test.

Changes to test/fts3query.test.

Changes to test/index6.test.

Changes to test/index7.test.

Changes to test/indexedby.test.

Changes to test/indexexpr2.test.

Changes to test/join2.test.

Changes to test/join5.test.

Changes to test/mallocK.test.

Changes to test/orderby1.test.

Changes to test/rollback2.test.

Changes to test/rowvalue.test.

Changes to test/rowvalue4.test.

Changes to test/scanstatus.test.

Changes to test/selectA.test.

Changes to test/selectD.test.

Changes to test/skipscan2.test.

Changes to test/skipscan6.test.

Changes to test/tester.tcl.

Changes to test/tkt-385a5b56b9.test.

Changes to test/tkt-78e04e52ea.test.

Changes to test/tkt-b75a9ca6b0.test.

Changes to test/tkt3442.test.

Changes to test/tpch01.test.

Changes to test/unordered.test.

Changes to test/where3.test.

Changes to test/where7.test.

Changes to test/where9.test.

Changes to test/whereG.test.

Changes to test/whereI.test.

Changes to test/whereJ.test.

Changes to test/with1.test.

Changes to test/with3.test.

Changes to test/without_rowid1.test.