Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge the latest enhancements from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | apple-osx |
Files: | files | file ages | folders |
SHA3-256: |
a658f80c8f3babb6f992f3c5a5b2f87d |
User & Date: | drh 2018-03-14 17:17:43.919 |
Context
2018-04-10
| ||
18:05 | Merge all version 3.23.1 changes and enhancements from trunk. (check-in: e20fcb5159 user: drh tags: apple-osx) | |
2018-03-14
| ||
17:17 | Merge the latest enhancements from trunk. (check-in: a658f80c8f user: drh tags: apple-osx) | |
15:25 | Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status(). (check-in: 48a06eb02b user: drh tags: trunk) | |
2018-01-22
| ||
19:04 | Merge all version-3.22.0 changes. (check-in: 27e20d6998 user: drh tags: apple-osx) | |
Changes
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to configure.
Changes to ext/expert/expert.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/misc/btreeinfo.c.
Changes to ext/misc/dbdump.c.
Changes to ext/misc/fileio.c.
Added ext/misc/normalize.c.
Changes to ext/misc/scrub.c.
Changes to ext/misc/spellfix.c.
Changes to ext/misc/zipfile.c.
Added ext/misc/zorder.c.
Changes to ext/repair/sqlite3_checker.tcl.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree4.test.
Changes to ext/rtree/rtree5.test.
Changes to ext/rtree/rtree6.test.
Changes to ext/rtree/rtreeG.test.
Changes to ext/session/session4.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to main.mk.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/main.c.
Added src/memdb.c.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/pcache.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/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_malloc.c.
Changes to src/test_windirent.h.
Changes to src/treeview.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbemem.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/cast.test.
Changes to test/crash8.test.
Changes to test/dbstatus.test.
Changes to test/dbstatus2.test.
Changes to test/expr.test.
Changes to test/fts3aa.test.
Changes to test/fts3rank.test.
Changes to test/fts4onepass.test.
Changes to test/func.test.
Changes to test/func6.test.
Changes to test/fuzzcheck.c.
Changes to test/indexexpr1.test.
Changes to test/ioerr.test.
Added test/istrue.test.
Changes to test/join2.test.
Changes to test/json101.test.
Changes to test/kvtest.c.
Changes to test/malloc.test.
Changes to test/malloc3.test.
Added test/memdb1.test.
Changes to test/misc7.test.
Changes to test/nockpt.test.
Added test/normalize.test.
Changes to test/notnull.test.
Changes to test/ossfuzz.c.
Changes to test/ossshell.c.
Changes to test/pagerfault.test.
Changes to test/printf2.test.
Changes to test/rowvalue.test.
Added test/sessionfuzz-data1.db.
Added test/sessionfuzz.c.
Changes to test/speed4p.test.
Changes to test/spellfix.test.
Added test/spellfix4.test.
Changes to test/tclsqlite.test.
Changes to test/tester.tcl.
Changes to test/trace3.test.
Changes to test/walro2.test.
Changes to test/walthread.test.
Changes to test/whereF.test.
Added test/with4.test.
Changes to test/zipfile.test.
Added test/zipfile2.test.
Added test/zipfilefault.test.
Changes to tool/addopcodes.tcl.
Changes to tool/lempar.c.
Changes to tool/mkopts.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/speed-check.sh.