]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-03-26  drhDo not inject OOM errors on SQLITE_FCNTL_LOCK_TIMEOUT... lowlevel-lock-timeout
2018-03-26  drhAvoid a race condition that might cause a busy_timeout...
2018-03-26  drhAdd infrastructure to support for using F_SETLKW with...
2018-03-26  drhRefactor some internal object element names used by...
2018-03-24  mistachkinFix a couple issues in the 'session' module tests.
2018-03-24  mistachkinFix harmless compiler warning seen with MSVC.
2018-03-24  drhAdd testcase() macros and improve comments in the LEFT...
2018-03-24  drhYet another fault in the sqlite3ExprImpliesNotNull...
2018-03-24  danFix a test script problem causing shell1.test to fail...
2018-03-24  drhBug fix in the LEFT JOIN strength reduction optimization of
2018-03-24  drhPrepend linkage macros to the sqlite3rebaser interfaces.
2018-03-23  danFix typos in sqlite3session.h preventing documentation...
2018-03-23  danFix minor problems with passing NULL pointers to memcmp...
2018-03-23  drhFix the -readonly option on the CLI so that it actually...
2018-03-23  mistachkinAdd some more tests for the IS TRUE / IS FALSE operators.
2018-03-23  drhFix typo in a comment used for documentation. No chang...
2018-03-23  mistachkinEnhance .schema in shell to enable matching patterns...
2018-03-23  drhFix an error in the CLI in the previous ([0249d9aecf699...
2018-03-23  drhFix the ANALYZE command so that it will process tables...
2018-03-23  mistachkinFix harmless compiler warnings seen with MSVC.
2018-03-22  danAdd APIs to the sessions module for "rebasing" changesets.
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  danFix an RBU problem causing errors when updating tables...
2018-03-22  danFix a test script problem causing rbuvacuum.test to...
2018-03-22  danAdd tests to ensure that patchsets are handled correctl...
2018-03-22  drhAdd the left join strength reduction optimization....
2018-03-22  drhAdd the --valid-sql option to the optfuzz test program.
2018-03-22  danRemove some unused code from the sessions module.
2018-03-21  drhGet the optfuzz program working.
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-21  drhRelax LEFT-JOIN restrictions on the push-down optimization. join-strength-reduction
2018-03-20  drhDo a more thorough job of cleaning erasing traces of...
2018-03-20  drhIf terms of the WHERE clause require that the right...
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...
next