Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge the performance enhancements of trunk (and some obscure bug fixes) into the sessions branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sessions |
Files: | files | file ages | folders |
SHA1: |
7f51ad97f0b24c57453d58faf25eee68 |
User & Date: | drh 2014-03-04 14:34:14.215 |
Context
2014-03-05
| ||
14:49 | Merge in various obscure bug fixes and the removal of Mem.memType from trunk. (check-in: 0828975d58 user: drh tags: sessions) | |
2014-03-04
| ||
14:34 | Merge the performance enhancements of trunk (and some obscure bug fixes) into the sessions branch. (check-in: 7f51ad97f0 user: drh tags: sessions) | |
13:18 | Improve clarity of presentation in the sqlite3VdbeMemFromBtree() routine. (check-in: 9830c343bc user: drh tags: trunk) | |
2014-02-11
| ||
16:31 | Sync with trunk. Bring in the command-line shell updates and the new 3.8.4 version number. (check-in: 2cd35ff651 user: drh tags: sessions) | |
Changes
Changes to Makefile.msc.
Name change from README to README.md.
Changes to autoconf/tea/tclconfig/install-sh.
Changes to autoconf/tea/tclconfig/tcl.m4.
Deleted mkdll.sh.
Deleted mkextu.sh.
Deleted mkextw.sh.
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/mem5.c.
Changes to src/os_win.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test_loadext.c.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/utf.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to test/analyze9.test.
Changes to test/capi3e.test.
Changes to test/corruptG.test.
Added test/corruptI.test.
Changes to test/insert.test.
Changes to test/insert4.test.
Changes to test/loadext.test.
Changes to test/pragma.test.
Changes to test/select4.test.
Added test/selectF.test.
Changes to test/shell5.test.
Changes to test/tester.tcl.
Added test/tkt-4ef7e3cfca.test.
Added test/tkt-8c63ff0ec.test.
Changes to test/unixexcl.test.
Changes to test/walro.test.
Changes to test/where.test.
Changes to test/where2.test.
Changes to test/where4.test.
Changes to test/where8.test.
Changes to test/without_rowid1.test.
Changes to test/zerodamage.test.
Changes to tool/mksqlite3c.tcl.
Added tool/vdbe_profile.tcl.