]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-03-22  danRemove some unused code from sqlite3rebaser_rebase(). sessions-rebase
2018-03-22  danFix another problem with rebasing updates against multi...
2018-03-22  danAdd tests to ensure that patchsets are handled correctl...
2018-03-22  danRemove some unused code from the sessions module.
2018-03-21  danMerge latest trunk changes into this branch.
2018-03-21  danFix some documentation and other issues with the code...
2018-03-21  drhAdd the optfuzz.c program for verifying the query plann...
2018-03-21  danFix rebasing of UPDATE changes against a set of remote...
2018-03-20  danAdd further tests and documentation for the sessions...
2018-03-20  drhFix incorrect testcase labels on two cases in join5...
2018-03-20  drhImprovements to the HAVING-to-WHERE optimization. ...
2018-03-20  mistachkinFor 'zipfile', detect attempts to cause a duplicate...
2018-03-20  drhAvoid unnecessary write to the sqlite_sequence table...
2018-03-20  drhAdd the ability to disable the push-down optimization...
2018-03-20  danFix handling of "UPDATE OR REPLACE" statements run... testFixes
2018-03-20  drhRemove a debugging statement accidently left in push-down-disable
2018-03-20  danAdd a test case for the fix on this branch.
2018-03-20  drhIn the CLI, avoid extra .selecttrace and .wheretrace...
2018-03-20  drhCloser reading of the sqlite3_db_config() documentation...
2018-03-20  drhFix a minor formatting issue on the sqlite3_db_config...
2018-03-20  drhAdd the ability to disable the push-down optimization...
2018-03-19  drhMinor improvements to ".selecttrace". No changes to...
2018-03-19  drhEnhance the command-line completion extension to return...
2018-03-19  drhIn the compile_options pragma, show the actual value...
2018-03-19  drhImproved ".selecttrace" output formatting. No changes...
2018-03-17  drhDo not use sqlite3_column_decltype() in the CLI if...
2018-03-17  mistachkinFor 'zipfile', detect attempts to cause a duplicate...
2018-03-17  mistachkinAnother Win32 portability fix for the 'zipfile' tests.
2018-03-16  drhDetect corruption in the form of the sqlite_sequence...
2018-03-16  mistachkinWin32 portability fixes to the 'fileio' extension.
2018-03-16  mistachkinEnable more 'zipfile' tests on Win32.
2018-03-16  mistachkinMake a couple tests less sensitive to timing.
2018-03-16  mistachkinFix a duplicate test number and cleanup a bit of Makefi...
2018-03-16  drhDetect databases whose schema is corrupted using a...
2018-03-16  drhBetter error message text when the schema is corrupted... corrupt-schema
2018-03-16  mistachkinFix a parsing issue associated with a corrupt sqlite_ma...
2018-03-16  drhAvoid writing the sqlite_sequence table when it has... autoinc-enhancement
2018-03-16  danFix a problem with handling rebasing UPDATE changes...
2018-03-16  danFix a problem in test script thread001.test causing...
2018-03-15  danAdd simple tests for the sessions module rebase API.
2018-03-15  drhFix a typo in a comment used to generate documentation...
2018-03-15  drhFix an issue with the fsdir() table-valued function...
2018-03-15  mistachkinDraft fix for an fsdir() issue reported via the mailing... fsDirFix
2018-03-14  danAdd largely untested APIs for rebasing changesets.
2018-03-14  drhAdd the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_d...
2018-03-14  drhDisable one of the test cases from check-in [21ecbce137...
2018-03-14  drhAdd the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_d... dbstatus-cache-spill
2018-03-14  danImprove detection of out-of-range parameters in sqlite3...
2018-03-13  danAdd sqlite3_changeset_apply_v2() and apply_v2_strm...
2018-03-12  danFix a typo causing SQLITE_LOG_CACHE_SPILL builds to...
2018-03-10  mistachkinAdd more tests for the profile output of the Tcl trace_...
2018-03-10  drhFix the second callback argument to the "profile" respo...
2018-03-10  drhAdd support for INSERT OR REPLACE and INSERT OR IGNORE...
2018-03-10  drhImproved error messages from the zipfile extension.
2018-03-10  drhAvoid harmless left-shifts of negative numbers in the...
2018-03-10  drhFix the zipfile extension so that it is able to create...
2018-03-09  drhFix the .archive command in the CLI so that it actually...
2018-03-09  drhEnhance the ".ar" command in the CLI so that it is...
2018-03-09  drhSetting ".stats 2" in the CLI causes column metadata...
2018-03-09  drhSimplification to the shell_exec() mechanism in the...
2018-03-09  danFix a problem in test file nockpt.test causing errors...
2018-03-09  drhFix a test case in zipfilefault.test so that it only...
2018-03-09  drhAttempt to fix a harmless compiler warning from Clang.
2018-03-08  mistachkinEnable API armor handling for the new deserialize APIs.
2018-03-08  drhAdd the --append and --zip options of the CLI to the...
2018-03-08  mistachkinInclude the 'sessionfuzz' tool in the clean target...
2018-03-08  drhUpdates to documentation on sqlite3_serialize() and...
2018-03-07  mistachkinFix harmless compiler warnings in the 'dbdump' tool.
2018-03-07  mistachkinFix harmless compiler warning.
2018-03-07  mistachkinEnable compilation of 'sessionfuzz' tool using MSVC.
2018-03-07  drhAdd the sessionfuzz test program and data obtained...
2018-03-07  mistachkinUpdate the autoconf Makefile for MSVC.
2018-03-07  mistachkinFix various compilation issues seen with MSVC.
2018-03-07  mistachkinAnother tweak to the MSVC clean target. msvcFixes
2018-03-07  mistachkinFix harmless compiler warning in FTS5.
2018-03-07  mistachkinFix utility compilation issues with MSVC.
2018-03-07  drhAdd the sqlite3_serialize() and sqlite3_deserialize...
2018-03-07  drhMark an unreachable branch using NEVER(). memdb
2018-03-06  drhImproved documentation for sqlite3_serialize() and...
2018-03-06  drhHandle some boundary cases in memdb associated with...
2018-03-06  drhSimplifications to the memdb VFS.
2018-03-06  danAvoid running a couple of tests in crash8.test that...
2018-03-06  drhImprovements to the memdb VFS.
2018-03-06  drhMerge the walIteratorInit() fix from trunk.
2018-03-05  drhFix walIteratorInit() so that it always leaves the...
2018-03-05  drhMerge the session fix from trunk.
2018-03-05  danFix another crash in the sessions module triggered...
2018-03-05  drhImproved command-line help for the -A option on the...
2018-03-05  drhA new way of doing archive commands on the command...
2018-03-05  drhIn the CLI, add a new command-line option "--archive...
2018-03-05  drhMerge session fixes from trunk.
2018-03-02  danIn sqlite3_checker, wrap the call to "SELECT checkfreel...
2018-03-02  danIn a checkpoint, figure out if it is possible to checkp...
2018-03-02  danOptimize the obscure case of running a checkpoint again...
2018-03-01  drhAllow the zSchema argument to sqlite3_serialize() to...
2018-03-01  mistachkinTypo fixes in comments. No changes to code.
2018-03-01  danFix further crashes in sqlite3changeset_apply() caused...
2018-03-01  drhMerge the latest enhancements from trunk.
2018-03-01  danFix some crashes in the sqlite3changeset_apply() functi...
2018-02-28  drhEnhance the sessions documentation to show the methods...
next