]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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()....
2017-09-04  mistachkinUse the SQLITE_CORRUPT_BKPT return code in a couple...
2017-09-04  mistachkinAdd the 'mksourceid' executable to the clean target...
2017-09-04  drhProposed fix for ticket [b899b6042f97f5]
2017-09-04  drhFix recent test cases in test/indexepxr2.test so that...
2017-09-01  drhAdd the new sqlite3PagerUnrefPageOne() pager method...
2017-09-01  drhRemove an obsolete optimization in pcache that due...
2017-09-01  drhSmall size and performance improvement in pcacheManageD...
2017-08-31  drhClarify the documentation about "protected" versus...
2017-08-30  danRemove unnecessary "__declspec(dllexport)" qualifiers...
2017-08-30  drhSmall performance optimization in pcache1.
2017-08-29  drhFaster memory allocation from lookaside by not trying...
2017-08-28  drhAdd the --enable-update-limit option to the ./configure...
2017-08-28  drhAvoid unnecessary mutexes in the pcache1 implementation...
2017-08-28  drhRemove the rarely-used scratch memory allocator. This...
2017-08-28  drhBackport changes to shell.c into shell.c.in.
2017-08-28  drhFix the ".dump", ".schema", and ".fullschema" commands...
2017-08-25  drhFix a few over-length source code lines. No functional...
2017-08-25  drhSize and performance optimization for sqlite3Init().
2017-08-25  drhSmall performance optimization in sqlite3WhereBegin().
2017-08-25  drhConvert a branch made unreachable by [59560d07] into...
2017-08-25  drhImprove the internal mechanism used to keep track of...
2017-08-25  danAvoid returning duplicate rows in experimental pragmas...
2017-08-25  drhUpdate the mechanism used to keep track of what kind... wal-sync-refactor
2017-08-24  drhFix an incorrect hyperlink in a comment.
2017-08-24  drhFixes to documentation about SQLITE_OPEN_URI.
2017-08-24  drhMake sure the sqlite3_result_pointer() interface does...
2017-08-23  drhPerformance optimization to pageFindSlot() in the b...
2017-08-23  drhSize and performance optimization to dropCell() and...
next