Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge all the latest trunk enhancements into the sessions branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sessions |
Files: | files | file ages | folders |
SHA1: |
c91065f8edb1e54076791716fc20d3fc |
User & Date: | drh 2015-09-24 14:26:51.287 |
Context
2015-09-30
| ||
14:50 | Merge recent enhancements from trunk, and especially the fix for ticket [1b266395d6bc10]. (check-in: b2face9aa9 user: drh tags: sessions) | |
2015-09-24
| ||
14:26 | Merge all the latest trunk enhancements into the sessions branch. (check-in: c91065f8ed user: drh tags: sessions) | |
12:40 | Strengthen the implementations of xShmMemoryBarrier on both the unix and windows VFSes, so that they likely work even if SQLITE_THREADSAFE=0 is used. (check-in: c6ab807b72 user: drh tags: trunk) | |
2015-09-15
| ||
15:55 | Merge the latest trunk enhancements with this branch. (check-in: b7469c44be user: dan tags: sessions) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/test/fts5simple.test.
Changes to ext/misc/json1.c.
Changes to main.mk.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/delete.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/resolve.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/vdbeapi.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to test/corrupt2.test.
Changes to test/corruptC.test.
Changes to test/fuzzcheck.c.
Added test/fuzzdata4.db.
Changes to test/indexexpr1.test.
Changes to test/json101.test.
Changes to test/json102.test.
Changes to test/orderby9.test.
Changes to test/releasetest.tcl.
Changes to test/spellfix2.test.
Changes to test/sqllimits1.test.
Changes to test/tabfunc01.test.
Changes to test/unique2.test.
Changes to test/wal3.test.
Changes to test/without_rowid6.test.
Changes to tool/fuzzershell.c.