Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge the latest trunk changes, including the multi-threaded sorter, into the sessions branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sessions |
Files: | files | file ages | folders |
SHA1: |
d4cce2c71e64ab7b6a65a81b88b69445 |
User & Date: | drh 2014-09-02 15:49:47.703 |
Context
2014-09-08
| ||
15:04 | Merge support for large files on Android from trunk. (check-in: c2885c6bb2 user: drh tags: sessions) | |
2014-09-02
| ||
15:49 | Merge the latest trunk changes, including the multi-threaded sorter, into the sessions branch. (check-in: d4cce2c71e user: drh tags: sessions) | |
2014-09-01
| ||
23:06 | Update comments in the ANALYZE command that describe how the Stat4Accum objecct is passed around within the VDBE. No changes to functional code. (check-in: 9779c7a9eb user: drh tags: trunk) | |
2014-08-26
| ||
02:15 | Merge recent performance enhancements and the CAST operator enhancements into the sessions branch. (check-in: 08ae974ac8 user: drh tags: sessions) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to main.mk.
Changes to src/analyze.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/pragma.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/test1.c.
Changes to src/test_config.c.
Changes to src/test_malloc.c.
Added src/threads.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/vdbesort.c.
Changes to src/where.c.
Changes to test/index7.test.
Changes to test/malloc.test.
Changes to test/mallocA.test.
Changes to test/permutations.test.
Changes to test/sort.test.
Added test/sort2.test.
Added test/sort3.test.
Added test/sort4.test.
Added test/sortfault.test.
Changes to test/speedtest1.c.
Changes to test/tester.tcl.
Changes to test/whereJ.test.
Changes to tool/mkpragmatab.tcl.
Changes to tool/mksqlite3c-noext.tcl.
Changes to tool/mksqlite3c.tcl.