Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge latest wal2 changes into this branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | begin-concurrent-wal2 |
Files: | files | file ages | folders |
SHA3-256: |
06bb80eeb84f57b1e8109a35f5b14992 |
User & Date: | dan 2018-12-15 20:59:14.337 |
Context
2018-12-17
| ||
15:22 | Merge changes from wal2 branch. (check-in: 85f49f0d73 user: dan tags: begin-concurrent-wal2) | |
2018-12-15
| ||
20:59 | Merge latest wal2 changes into this branch. (check-in: 06bb80eeb8 user: dan tags: begin-concurrent-wal2) | |
20:20 | Further test cases for wal2 mode. (check-in: 9cb5f8dab6 user: dan tags: wal2) | |
2018-12-07
| ||
20:25 | Add multi-threaded performance test program "tserver" to this branch. Fix bugs in the begin-concurrent/wal2 integration revealed by the same. (check-in: 7bd3b35661 user: dan tags: begin-concurrent-wal2) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.msc.
Changes to configure.
Changes to ext/fts3/fts3_unicode.c.
Changes to ext/fts3/fts3_unicode2.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/fts3/unicode/parseunicode.tcl.
Changes to ext/fts5/fts5_tokenize.c.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/fts5/test/fts5tokenizer.test.
Added ext/fts5/test/fts5umlaut.test.
Changes to ext/fts5/test/fts5unicode3.test.
Changes to ext/rbu/rbu_common.tcl.
Changes to ext/rbu/rbuvacuum2.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/expr.c.
Changes to src/hash.c.
Changes to src/insert.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_hexio.c.
Changes to src/tokenize.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/window.c.
Changes to test/altertab2.test.
Changes to test/dbfuzz2.c.
Added test/fts4umlaut.test.
Changes to test/index6.test.
Changes to test/json101.test.
Changes to test/normalize.test.
Changes to test/permutations.test.
Changes to test/shell1.test.
Changes to test/shell4.test.
Changes to test/tabfunc01.test.
Added test/vacuum-into.test.
Added test/wal2big.test.
Added test/wal2lock.test.
Added test/wal2recover.test.
Added test/wal2recover2.test.
Added test/wal2savepoint.test.
Changes to test/wal2simple.test.
Added test/wal2snapshot.test.
Changes to test/window1.test.
Added tool/index_usage.c.
Changes to tool/lemon.c.
Changes to tool/lempar.c.