SQLite

Check-in [a24f805b5e]
Login

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

Overview
Comment:Merge all the latest performance enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: a24f805b5eb22452a22b937d372abba4426ae771
User & Date: drh 2016-12-12 16:15:40.566
Context
2016-12-16
21:29
Merge recent enhancements from trunk, and especially the pragma-as-vtab change. (check-in: 4b1e780433 user: drh tags: apple-osx)
2016-12-12
16:15
Merge all the latest performance enhancements from trunk. (check-in: a24f805b5e user: drh tags: apple-osx)
16:08
Faster operation for large in-memory databases. (check-in: 9675518b33 user: drh tags: trunk)
2016-11-26
20:44
Merge all recent trunk changes, and especially the new sqlite3_snapshot_recover() interface. (check-in: 41a3af5443 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/test/fts5faultB.test.
Changes to ext/fts5/test/fts5prefix.test.
Changes to ext/fts5/test/fts5simple2.test.
Added ext/misc/remember.c.
Changes to main.mk.
Changes to src/bitvec.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/ctime.c.
Changes to src/date.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fault.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/pcache.c.
Changes to src/random.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_func.c.
Changes to src/tokenize.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/analyzeF.test.
Changes to test/date.test.
Changes to test/fuzzdata5.db.
Changes to test/hexlit.test.
Changes to test/join5.test.
Changes to test/like.test.
Changes to test/rowvalue.test.
Changes to test/tabfunc01.test.
Changes to tool/cg_anno.tcl.
Changes to tool/lempar.c.
Changes to tool/showstat4.c.