]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2017-09-12  mistachkinRemove use of the rand_s() function (added by [139081be...
2017-09-12  drhFix an error in [b22cdd67] that can cause a negative...
2017-09-12  drhChanges to (hopefully) get the build working with recen...
2017-09-12  drhMake sure all connections are closed in the pragma...
2017-09-11  drhNew test case for ticket [b899b6042f97f52d].
2017-09-11  drhAdd support for new operators in virtual tables: !...
2017-09-11  drhRefactor names of constants and functions associated... vtab-extra-ops
2017-09-11  drhMinor adjustments to indentation and spacing for clarit...
2017-09-11  danAdd tests to check that affinities work with != operato...
2017-09-10  drhSimplifications to the PRAGMA integrity_check code...
2017-09-09  drhSimplification and performance improvement to sqlite3_r...
2017-09-09  drhImproved detection of malformed records by PRAGMA integ...
2017-09-09  danEnhance the vtab interface to handle IS, !=, IS NOT...
2017-09-09  mistachkinFix harmless compiler warnings seen with MSVC.
2017-09-08  danHave the header comment for sqlite3Checkpoint() mention...
2017-09-07  drhPrevent a possible crash when trying to recover using...
2017-09-05  danUpdate "PRAGMA integrity_check" to detect inconsistenci...
2017-09-05  danFix a comment describing the xRowid method of the ...
2017-09-05  danAdd experimental API sqlite3rbu_temp_size_limit()....
next