SQLite

Check-in [32477642d7]
Login

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

Overview
Comment:Merge in all recent preformance enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 32477642d79615fb85680bdac812ad9655cf6902
User & Date: drh 2013-12-14 18:24:46.659
Context
2013-12-24
12:09
Merge the latest trunk changes into the sessions branch. (check-in: cfd110bf5d user: drh tags: sessions)
2013-12-14
18:24
Merge in all recent preformance enhancements from trunk. (check-in: 32477642d7 user: drh tags: sessions)
13:44
Allow the SQLITE_DETERMINISTIC flag to be ORed into the preferred text encoding of application-defined functions, to mark the function as deterministic. (check-in: 5716fc2341 user: drh tags: trunk)
2013-12-06
15:49
Update to the 3.8.2 release. (check-in: e579661a79 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to configure.
Changes to main.mk.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache1.c.
Changes to src/printf.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test6.c.
Changes to src/test_vfstrace.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vdbetrace.c.
Changes to src/where.c.
Changes to test/capi3.test.
Changes to test/func5.test.
Added test/pager4.test.
Changes to test/shell5.test.
Changes to test/speedtest1.c.
Changes to test/tester.tcl.
Changes to test/win32longpath.test.
Changes to tool/vdbe-compress.tcl.