Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge recent enhancements from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | begin-concurrent |
Files: | files | file ages | folders |
SHA3-256: |
774d0d5288afb75f26d95be2177f0ff3 |
User & Date: | drh 2019-03-26 12:07:23.219 |
Context
2019-03-26
| ||
14:04 | Use the mutex-free PRNG in this branch, since anybody using this branch is probably interested in high concurrency. (check-in: e88fc6d0cd user: drh tags: begin-concurrent) | |
12:07 | Merge recent enhancements from trunk. (check-in: 774d0d5288 user: drh tags: begin-concurrent) | |
2019-03-25
| ||
22:05 | Fix an obsolete comment in the CLI. No code changes. (check-in: fade103cba user: drh tags: trunk) | |
2019-01-11
| ||
15:06 | Add new documentation file begin_concurrent.md. (check-in: fdbf97e611 user: dan tags: begin-concurrent) | |
Changes
Added LICENSE.md.
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/README.tokenizers.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_aux.c.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_hash.c.
Changes to ext/fts3/fts3_icu.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_term.c.
Changes to ext/fts3/fts3_test.c.
Changes to ext/fts3/fts3_tokenize_vtab.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts3/fts3_unicode.c.
Changes to ext/fts3/fts3_unicode2.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_config.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_hash.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/fts5_test_mi.c.
Changes to ext/fts5/fts5_test_tok.c.
Changes to ext/fts5/fts5_tokenize.c.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/fts5/fts5_varint.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/fts5/test/fts5ai.test.
Changes to ext/fts5/test/fts5ak.test.
Changes to ext/fts5/test/fts5aux.test.
Changes to ext/fts5/test/fts5corrupt3.test.
Added ext/fts5/test/fts5interrupt.test.
Changes to ext/fts5/test/fts5update.test.
Changes to ext/fts5/test/fts5vocab.test.
Changes to ext/fts5/test/fts5vocab2.test.
Changes to ext/misc/amatch.c.
Changes to ext/misc/closure.c.
Changes to ext/misc/csv.c.
Changes to ext/misc/dbdump.c.
Changes to ext/misc/eval.c.
Changes to ext/misc/fileio.c.
Added ext/misc/fossildelta.c.
Changes to ext/misc/fuzzer.c.
Changes to ext/misc/json1.c.
Changes to ext/misc/memstat.c.
Added ext/misc/memtrace.c.
Changes to ext/misc/mmapwarm.c.
Changes to ext/misc/nextchar.c.
Changes to ext/misc/percentile.c.
Added ext/misc/prefixes.c.
Changes to ext/misc/regexp.c.
Changes to ext/misc/unionvtab.c.
Changes to ext/misc/vfslog.c.
Changes to ext/misc/vfsstat.c.
Changes to ext/misc/zipfile.c.
Added ext/rbu/rbuvacuum3.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rtree/geopoly.c.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree6.test.
Changes to ext/session/changeset.c.
Changes to ext/session/changesetfuzz.c.
Changes to ext/session/sessionB.test.
Changes to ext/session/session_speed_test.c.
Changes to ext/session/sessionwor.test.
Changes to ext/session/sqlite3session.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/dbstat.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/insert.c.
Changes to src/legacy.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/memdb.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to src/prepare.c.
Changes to src/printf.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/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_fs.c.
Changes to src/test_journal.c.
Changes to src/tokenize.c.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to src/window.c.
Changes to test/altercol.test.
Changes to test/altertab2.test.
Added test/altertab3.test.
Changes to test/autoindex5.test.
Changes to test/capi3d.test.
Changes to test/corrupt2.test.
Changes to test/corruptD.test.
Changes to test/corruptK.test.
Added test/corruptL.test.
Changes to test/csv01.test.
Changes to test/dbfuzz001.test.
Changes to test/dbfuzz2.c.
Changes to test/e_vacuum.test.
Changes to test/fallocate.test.
Changes to test/fts3_common.tcl.
Changes to test/fts3atoken.test.
Changes to test/fts3aux2.test.
Changes to test/fts3corrupt4.test.
Changes to test/fts3expr4.test.
Changes to test/fts3expr5.test.
Changes to test/fts3fault.test.
Changes to test/fts3fuzz001.test.
Changes to test/fts3snippet.test.
Changes to test/fuzzcheck.c.
Changes to test/fuzzdata7.db.
Added test/fuzzdata8.db.
Changes to test/in.test.
Changes to test/indexexpr2.test.
Changes to test/indexfault.test.
Changes to test/insert.test.
Added test/insertfault.test.
Changes to test/join.test.
Changes to test/join5.test.
Changes to test/like3.test.
Changes to test/memdb1.test.
Changes to test/misc7.test.
Changes to test/ossfuzz.c.
Changes to test/permutations.test.
Added test/prefixes.test.
Changes to test/printf.test.
Changes to test/releasetest.tcl.
Changes to test/resetdb.test.
Changes to test/scanstatus.test.
Changes to test/select1.test.
Changes to test/sessionfuzz.c.
Changes to test/shell4.test.
Changes to test/shmlock.test.
Changes to test/tclsqlite.test.
Changes to test/tester.tcl.
Changes to test/tkt-80ba201079.test.
Changes to test/update2.test.
Changes to test/vacuum-into.test.
Changes to test/walfault2.test.
Changes to test/where.test.
Changes to test/window1.test.
Changes to test/with1.test.
Changes to test/zeroblob.test.
Changes to tool/cg_anno.tcl.
Changes to tool/dbtotxt.c.
Added tool/extract-sqlite3h.tcl.
Changes to tool/index_usage.c.
Changes to tool/lemon.c.
Changes to tool/mkpragmatab.tcl.
Changes to tool/showdb.c.