SQLite

Changes On Branch oom-handling
Login

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

Changes In Branch oom-handling Excluding Merge-Ins

This is equivalent to a diff from 42736fb0 to 0a802e96

2016-02-05
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: b082538d user: drh tags: trunk)
13:38
Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority cases where db is guaranteed to be not NULL. (Closed-Leaf check-in: 0a802e96 user: drh tags: oom-handling)
04:50
OOM failures on sqlite3_errmsg16() in an app-defined function are no longer benign. (check-in: 9efb223f user: drh tags: oom-handling)
04:39
Another small tweak to the MSVC batch build tool. (check-in: 76718bbc user: mistachkin tags: trunk)
01:55
Improvements to the way that OOM errors are processed. (check-in: c3ef0347 user: drh tags: oom-handling)
2016-02-04
19:50
Temporarily back out the 0.5% performance improvement from check-in [632071bac5ff32]. Need a more elaborate solution that works with reentrant virtual tables and SQL functions. (check-in: 42736fb0 user: drh tags: trunk)
19:45
Further improve performance of unindexed fts5 prefix queries. (check-in: c9c6457d user: dan tags: trunk)
2016-02-03
22:14
In the VDBE loop, only check for OOM errors at jumps rather than after every opcode, for about a 0.5% performance increase. (check-in: 632071ba user: drh tags: trunk)

Changes to ext/misc/json1.c.

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/attach.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/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/vdbemem.c.

Changes to src/vtab.c.

Changes to src/where.c.

Changes to src/whereexpr.c.