Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge the recent performance enhancements implemented on trunk into the threads branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | threads |
Files: | files | file ages | folders |
SHA1: |
dfdc900f5d1a31ee5c5f35a630c4a825 |
User & Date: | drh 2014-08-25 13:27:02.036 |
Context
2014-08-25
| ||
15:13 | Query or change the maximum number of worker threads allowed on each database connection separately using the "PRAGMA threads" command. (check-in: 29c5e8a7c9 user: drh tags: threads) | |
13:27 | Merge the recent performance enhancements implemented on trunk into the threads branch. (check-in: dfdc900f5d user: drh tags: threads) | |
11:33 | Remove the pager_lookup() function since it is redundant with sqlite3PagerLookup(). (check-in: 54164ce47c user: drh tags: trunk) | |
2014-08-15
| ||
15:46 | Merge the 3.8.6 release into the threads branch. (check-in: 05807c4122 user: drh tags: threads) | |
Changes
Changes to VERSION.
Changes to autoconf/tea/Makefile.in.
Changes to autoconf/tea/configure.in.
Changes to autoconf/tea/tclconfig/tcl.m4.
Changes to configure.
Changes to ext/misc/spellfix.c.
Added ext/rtree/rtreeF.test.
Changes to src/backup.c.
Changes to src/btmutex.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/delete.c.
Changes to src/fkey.c.
Changes to src/hash.c.
Changes to src/hash.h.
Changes to src/insert.c.
Changes to src/legacy.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mutex_w32.c.
Changes to src/notify.c.
Changes to src/os_win.c.
Changes to src/os_win.h.
Changes to src/pager.c.
Changes to src/pcache.c.
Changes to src/pcache1.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test_intarray.c.
Changes to src/test_intarray.h.
Changes to src/trigger.c.
Changes to src/utf.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/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to test/memsubsys1.test.
Added test/skipscan3.test.
Changes to test/spellfix.test.
Changes to test/trace.test.
Changes to tool/mkautoconfamal.sh.
Changes to tool/showdb.c.