SQLite

Check-in [be71d1e24c]
Login

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

Overview
Comment:Merge the latest performance enhancements and fixes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: be71d1e24c9cbfbfa60df8159571929d85b1f281e32e6230b044c952eae91a92
User & Date: drh 2019-02-20 13:23:13.275
Context
2019-03-01
18:27
Merge the latest enhancements from trunk. (check-in: e64ded7b04 user: drh tags: apple-osx)
2019-02-20
13:23
Merge the latest performance enhancements and fixes from trunk. (check-in: be71d1e24c user: drh tags: apple-osx)
12:52
When an IN operator drives a query loop, mark it as "CODED" so that it will not be used afterwards for a (pointless) membership test. This is a better fix for ticket [df46dfb631f75694] than the previous fix that is now on a branch as it preserves the full optimization of check-in [e130319317e76119]. (check-in: fa792714ae user: drh tags: trunk)
2019-02-08
14:59
Merge the fix for ticket [4e8e4857d32d401f], so that this branch now contains release 3.27.1 plus the extra patch to preserve ROWID values on VACUUM. (check-in: 0cdae60ed7 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Added ext/misc/fossildelta.c.
Changes to ext/misc/vfsstat.c.
Changes to ext/rbu/sqlite3rbu.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/malloc.c.
Changes to src/pager.c.
Changes to src/resolve.c.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbemem.c.
Changes to src/wherecode.c.
Changes to test/altertab2.test.
Changes to test/altertab3.test.
Changes to test/autoindex5.test.
Changes to test/corrupt2.test.
Changes to test/corruptD.test.
Changes to test/corruptK.test.
Changes to test/fts3corrupt4.test.
Changes to test/fuzzdata8.db.
Changes to test/in.test.