SQLite

Check-in [a533608cb0]
Login

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

Overview
Comment:Merge enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: a533608cb0de3cbc1e28a794aab99864b8c249f4
User & Date: drh 2016-02-05 14:15:34.907
Context
2016-02-09
15:44
Merge enhancements and fixes from trunk. (check-in: f040a5bb62 user: drh tags: sessions)
2016-02-05
14:15
Merge enhancements from trunk. (check-in: a533608cb0 user: drh tags: sessions)
14:11
Improvements to the way out-of-memory conditions are handled, resulting in an almost 1% performance gain in the commmon case where OOM errors do not occur. (check-in: b082538da7 user: drh tags: trunk)
2016-02-02
02:22
Merge all recent enhancements from trunk. (check-in: f3f9200115 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/test/fts5fault1.test.
Changes to ext/fts5/test/fts5fault2.test.
Changes to ext/fts5/test/fts5fault7.test.
Changes to ext/fts5/test/fts5fault8.test.
Added ext/fts5/test/fts5faultA.test.
Changes to ext/fts5/test/fts5simple3.test.
Changes to ext/fts5/tool/fts5speed.tcl.
Changes to ext/misc/json1.c.
Changes to ext/misc/spellfix.c.
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/date.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/legacy.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/rowset.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/test_func.c.
Changes to src/tokenize.c.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/fuzzer1.test.
Added test/fuzzer2.test.
Changes to test/json101.test.
Changes to test/mmap1.test.
Added test/mmap4.test.
Changes to test/permutations.test.
Changes to test/pragma.test.
Name change from test/savepoint3.test to test/savepointfault.test.
Changes to test/sort.test.
Changes to test/sort2.test.
Changes to test/sort3.test.
Changes to test/sync.test.
Changes to test/tester.tcl.
Changes to test/wal.test.
Changes to test/wal3.test.
Changes to test/walcksum.test.
Added test/walprotocol.test.
Changes to test/walslow.test.
Name change from test/where8m.test to test/wherefault.test.
Changes to tool/build-all-msvc.bat.