]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-10-12  danAdd the experimental "sqlite_expert" extension. Used... withdrawn
2017-10-12  danUpdate this branch to match latest trunk.
2017-10-12  drhThe src/shell.c file is now generated from src/shell...
2017-10-12  drhMerge fixes from the 3.21 branch.
2017-10-12  danFix a potential crash that may follow an OOM or other...
2017-10-12  danUpdate some test cases to work with SQLITE_OMIT_VIRTUAL...
2017-10-12  drhMake sure the tableColumnList() routine of the command...
2017-10-12  drhFix a typo in a numeric constant in an assert() - a...
2017-10-11  danAdd test file mmapwarm.test. With tests for the sqlite3...
2017-10-11  danMerge latest trunk changes with this branch.
2017-10-11  danChange some internal details to bring this branch close...
2017-10-11  mistachkinMake JSON1 defines consistent in the makefiles for...
2017-10-11  drhEnable JSON by default in the Windows command-line...
2017-10-11  drhIn the speed-check.sh test script, allow an additional...
2017-10-11  drhCreate a branch for the 3.21.0 release. Development...
2017-10-10  drhDROP TABLE now works for WITHOUT ROWID tables and the...
2017-10-08  mistachkinFix harmless compiler warnings in FTS5 seen with MSVC.
2017-10-07  mistachkinFix harmless compiler warning seen with MSVC.
2017-10-07  mistachkinRevise variable declaration moved in the previous check...
2017-10-07  mistachkinFix C99-style variable declaration issue seen with...
2017-10-06  danAdd tests for the example fts3 "rank" function that...
2017-10-05  drhFix compiler warnings that come up with SQLITE_OMIT_WAL.
2017-10-05  danFix a problem building with SQLITE_OMIT_WAL defined.
2017-10-05  drhFix the command-line shell so that the ".schema --inden...
2017-10-05  drhDisable the delta checksum verification in RBU by defau...
2017-10-04  drhUpdates to requirements marks.
2017-10-04  danUpdate the speedtest1 program so that it prints the...
2017-10-04  mistachkinFix typos in session extension header comments. No...
2017-10-04  drhNew test cases for ticket [b899b6042f97f5] derived...
2017-10-04  danAmend recent changes to busy.test to avoid failing...
2017-10-04  drhTurn restriction 20 on the query flattener into an...
2017-10-04  danAdd tests to verify that the busy-handler is invoked...
2017-10-04  drhRemove a redundant restriction from the query flattener.
2017-10-04  drhFix a minor typo in the query flattener header comment...
2017-10-03  drhSimplify the computation of types on columns of a view.
2017-10-03  drhDo not enable SELECT tracing with -DSQLITE_DEBUG. ...
2017-10-03  drhAdd some OK_IF_ALWAYS_TRUE() marks on optimization...
2017-10-03  drhRemove an unused variable from sqlite3Insert() and...
2017-10-03  drhFix the sqlite3_column_decltype() interface to return...
2017-10-03  drhThe simplification to sqlite3SelectExpand() in last...
2017-10-03  drhDo not compute column and row size estimates for the...
2017-10-02  drhMark a single branch within sqlite3SelectExpand() as...
2017-10-02  drhSimplification to sqlite3SelectPrep() for improved...
2017-10-02  drhAdd the OK_IF_ALWAYS_TRUE() and OK_IF_ALWAYS_FALSE...
2017-10-02  drhAvoid using lookaside memory for persistent virtual...
2017-10-02  drhThe query planner now always prefers to implement a...
2017-10-02  drhImprovements to a comment in lempar.c. No code changes.
2017-09-30  drhMore details in the header comment of pushDownWhereTerm... prefer-coroutine-sort-subquery
2017-09-30  drhMake sure the SQLITE_Stat34 optimization switch is...
2017-09-30  drhFix unreachable conditionals and revise a testcase...
2017-09-29  drhAlways render a subquery that is not part of a join...
2017-09-29  drhMerge the query flattener comment improvements from...
2017-09-29  drhClean up the comments on the query flattener to more...
2017-09-29  drhMerge changes from trunk.
2017-09-29  drhMake sure the 6th parameter to the authorizer callback...
2017-09-29  drhBetter names for subqueries in EXPLAIN comments.
2017-09-28  drhDo not flatten subqueries that contain an ORDER BY...
2017-09-28  drhRemove the (undocumented) query-planner control that...
2017-09-28  drhFix over-length source code lines in select.c. No...
2017-09-28  drhFix an issue introduced by check-in [4cd2a9672c59]...
2017-09-28  drhAdd new routines to simplify dealing with collating...
2017-09-28  drhIndexes on expressions with a COLLATE clause are able...
2017-09-28  drhIn two places, change the magic number -1 to its proper...
2017-09-27  drhDisable tests for the LIKE optimization when ICU is...
2017-09-25  danAdd an extra snapshot related test case.
2017-09-22  mistachkinUse the updated Win32 VFS semantics for winOpen from...
2017-09-22  drhPartial backout of check-in [e0af9a904076]. It turns...
2017-09-22  drhUpdate the configure script so that it looks for tclsh8...
2017-09-21  drhIn the Windows VFS, when trying to open a database...
2017-09-21  drhIn the Windows VFS, do not emit an SQLITE_CANTOPEN...
2017-09-21  drhFix harmless UB in the ICU extension.
2017-09-21  drhFix a potential use of an uninitialized pointer in...
2017-09-21  drhFix a bug in tool/mksourceid.c:
2017-09-21  drhRevert one performance improvement changes from check...
2017-09-21  drhFix the rendering of the P4_INTARRAY argument to the...
2017-09-20  drhSize and performance optimization on sqlite3VdbeMemGrow().
2017-09-20  drhThe BLOB returned by sqlite3VdbeMemFromBtree() does...
2017-09-20  drhSmall size and performance optimization in the bytecode...
2017-09-20  drhImproved resolution of large integer values in "CAST...
2017-09-20  drhUpdates to the "lemon.html" document received from...
2017-09-18  drhAdd the sqlite3_mmap_warm() function as an extension...
2017-09-18  drhFix a typo in the MSVC makefile. mmap-warm
2017-09-18  danAdd extension "mmapwarm.c". Provides function sqlite3_m...
2017-09-18  drhMinor simplification of error message generation during...
2017-09-18  drhThe out-of-bounds read on recovery fix of check-in...
2017-09-18  drhFix the CSV virtual table extension so that it works...
2017-09-17  drhDo not make the assumption (as check-in [4da49a95c0f07...
2017-09-16  drhSimplify the sqlite3VdbeGet() routine. Smaller, faster...
2017-09-15  drhRemove an unnecessary parameter from selectInnerLoop().
2017-09-15  drhImproved the header-comment documentation on sqlite3Exp...
2017-09-15  drhOptimization to the ExprList object to make it slightly...
2017-09-15  drhFix a harmless comment typo. No changes to code.
2017-09-14  danAdd another test case for the problem fixed by the...
2017-09-14  danAvoid an out-of-bounds read that can be caused by a...
2017-09-14  drhAvoid an out-of-bounds read on a recovery attempt using...
2017-09-13  drhTest case update due to PRAGMA integrity_check enhancem...
2017-09-13  drhDisable FTS3 matchinfo() tests that assume a littleEndi...
2017-09-13  drhImprovements to PRAGMA integrity_check for better detec...
2017-09-13  drhPRAGMA integrity_check returns SQLITE_OK even if it... improved-integrity-check
2017-09-13  mistachkinFix test script comment. No changes to code.
next