]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-05-09  drhVersion 3.23.2 branch-3.23 version-3.23.2
2018-05-02  mistachkinAdd sqlite3_win32_set_directory8() and sqlite3_win32_se...
2018-04-28  mistachkinDocument and expose sqlite3_win32_set_directory() funct...
2018-04-28  drhBump the version number to 3.23.2.
2018-04-10  drhVersion 3.23.1 version-3.23.1
2018-04-10  danFix a problem causing the LEFT JOIN strength reduction...
2018-04-10  danWhen testing, avoid injecting an OOM fault into a file...
2018-04-10  drhIncrease the version number to 3.23.1.
2018-04-10  danFix a problem causing the LEFT JOIN strength reduction...
2018-04-10  drhRemove an unnecessary SQLITE_UNTESTABLE compile-time...
2018-04-10  drhUpdate the top-level README.md file to point to the...
2018-04-09  drhMinor changes to the input grammar resulting in a faste...
2018-04-09  drhEnhance the query planner so that it detects when the...
2018-04-09  danFix the fts5 xBestIndex method so that it is not confus...
2018-04-09  drhImprovements to ".wheretrace" output.
2018-04-09  danAdd a "flags" parameter to experimental API sqlite3chan...
2018-04-09  drhFix a (harmless) signed integer overflow warning.
2018-04-06  drhEnhance LEMON to show precendence of symbols and all...
2018-04-06  danFix a problem in the sessions module causing sqlite3ses...
2018-04-05  danFix an instance where an uninitialized VM register...
2018-04-05  drhFix the sqlite3WhereTrace mechanism so that it compiles...
2018-04-04  mistachkinFix segfault in 'eval.c' extension when used with ...
2018-04-03  drhFix an error message in speedtest1.c and make the ...
2018-04-03  danUpdate speedtest1.c with new testset "trigger" based...
2018-04-03  danFix a few small test script issues affecting SQLITE_TEM...
2018-04-03  drhFix the generate_series virtual table so that it correc...
2018-04-03  drhChange the LEFT JOIN strength reduction optimization...
2018-04-02  drhVersion 3.23.0 version-3.23.0
2018-04-02  drhBetter solution to the LIKE problem from the previous...
2018-03-31  drhFix a logic error discovered by OSSFuzz.
2018-03-31  danFix an assertion failure triggered by a SELECT with...
2018-03-30  drhFix a bug in the spellfix extension causing it to compu...
2018-03-30  drhFix an off-by-one error in the dist3 algorithm of the...
2018-03-29  danAnother change to test file zipfile.test to help it...
2018-03-29  danFix a test script bug causing zipfile.test to fail...
2018-03-29  drhModify the sqlite3OsFileControl() interface to detect...
2018-03-29  danUpdate memdb1.test so that it works with SQLITE_DEFAULT...
2018-03-28  drhFix a harmless compiler warning in the kvtest.exe program.
2018-03-28  drhFix a harmless compiler warning.
2018-03-28  danAdd -DSQLITE_ENABLE_DESERIALIZE to the "Device-Two...
2018-03-28  drhRemove tab characters. No logical changes to code.
2018-03-28  drhMinor comment changes.
2018-03-27  drhFix a typo in the README file for ICU. No code changes.
2018-03-27  drhThe push-down optimization was being too aggressive...
2018-03-27  drhProvide the ability for the VFS to do a blocking wait...
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  danFix a typo preventing test script avtrans.test from...
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...
next