]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-09-28  drhFix typos in comments. No code changes.
2016-09-27  drhUpdate requirements marks due to improvements in the...
2016-09-27  drhFix FTS3 test cases due to the flattener change of...
2016-09-26  danWhen flattening a query of the form "SELECT * FROM...
2016-09-26  drhInline the relevent parts of sqlite3ExprAlloc() into...
2016-09-24  drhOmit the LikeOp object from the parser. Change more...
2016-09-24  drhAdd -DSQLITE_MAX_EXPR_DEPTH=0 to the --lean option...
2016-09-23  drhAdd the EP_Leaf flag bit to the Expr.flags field to...
2016-09-23  drhUse sqlite3ExprAlloc() instead of sqlite3PExpr() for...
2016-09-23  drhNew test case for the ORDER BY LIMIT optimization.
2016-09-22  drhFix a potential null-pointer dereference and crash...
2016-09-22  drhRemove the internal sqlite3CodeOnce() interface, replac...
2016-09-22  mistachkinMakefile changes to support building winsqlite3.dll...
2016-09-21  drhFix speedtest1.c so that it works with SQLITE_OMIT_DEPR...
2016-09-21  danFix a problem with the fts5 auxiliary function API...
2016-09-21  danDo not run vacuummem.test if ENABLE_MEMORY_MANAGEMENT...
2016-09-21  drhFix obsolete requirements marks. Add new tests for...
2016-09-21  danAvoid running vacuum5.test in auto-vacuum mode.
2016-09-21  danDo not run test "delete_db.test" with either the journa...
2016-09-21  danUpdate the fts5vocab table to handle "ORDER BY term...
2016-09-20  drhImproved implementation of 64-bit signed integer multip...
2016-09-20  mistachkinFix harmless compiler warning.
2016-09-20  mistachkinFix typo in comment.
2016-09-20  drhFurther performance enhancements in zeroblob() handling.
2016-09-20  drhAvoid unnecessary calls to ExpandBlob() for smaller...
2016-09-19  drhVery small optimization in the bytecode engine.
2016-09-19  drhFix a segfault introduced by the row-value enhancement...
2016-09-19  drhImproved performance in sqlite3ExprCodeTarget().
2016-09-19  drhSmall performance optimization in the expression walker.
2016-09-18  drhRevise the implementation of OP_Once so that it is...
2016-09-17  mistachkinMinor enhancement to the TclKit batch tool: it should...
2016-09-17  drhSmall performance optimization in the freeSpace() routi...
2016-09-17  drhImproved description of the ElseNotEq opcode in comment...
2016-09-16  mistachkinFix typo in the name of a Win32 string conversion routi...
2016-09-16  drhIf no KEY is specified on ATTACH, copy the main schema...
2016-09-16  drhFix problems with the fileRead() function in the comman...
2016-09-16  drhRemove the #ifdef SQLITE_DEBUG from around the testcase...
2016-09-16  danFix a problem causing incorrect code to be generated...
2016-09-16  drhReplace a faulty assert() with a testcase() to assure...
2016-09-16  drhAdd WHERETRACE macros showing every entry and exit...
2016-09-16  drhFix SQLITE_OMIT_AUTHORIZATION so that it compiles cleanly.
2016-09-16  drhIn the shell, make ".testcase" and ".check" available...
2016-09-16  drhIn the command-line shell, add the --new option to...
2016-09-15  drhAdd the ".testcase" and ".check" dot-commands in the...
2016-09-15  drhOmit the sqlite3Apis constant object when compiling...
2016-09-15  drhRemove no-op code (adding an assert() to prove that...
2016-09-15  danFix a typo in a comment in sqlite.h.in. No changes...
2016-09-15  drhSlight size reduction and performance increase in sqlit...
2016-09-15  drhOptimization to vdbeRecordCompareInt() makes it slightl...
2016-09-14  drhUpdate comments used to generate API documentation...
2016-09-12  danFix a bug in sqldiff causing it to confuse blobs zero...
2016-09-12  danAdd missing "finish_test" command to vacuum5.test.
2016-09-12  danHave releasetest.tcl delete all test files except for...
2016-09-10  drhChanges to give a warning-free build with SQLITE_OMIT_I...
2016-09-10  danAdd test code to delete an SQLite database and its...
2016-09-09  mistachkinMake the new file test_delete.c portable to MSVC on... test_delete
2016-09-09  drhRemove an unnecessary call to sqlite3VdbeMemExpandBlob...
2016-09-09  danAdd new file test_delete.c, containing test code for...
2016-09-09  drhPerformance improvements to the comparison operators...
2016-09-09  drhFix a out-of-order variable declaration for some compil...
2016-09-09  drhIn releasetest.tcl, the --srcdir option is automatic...
2016-09-09  drhFix an obsolete comment in the releasetest.tcl source...
2016-09-09  drhIn releasetest.tcl:
2016-09-08  mistachkinRemove an extra space before function names in the... callbackConv
2016-09-08  drhIssue a warning and prompt the user to continue if...
2016-09-07  drhAdd support for row-value comparisons, including IN...
2016-09-07  danFix a problem handling expressions like "(a, b) IN... rowvalue
2016-09-07  drhAdd the ext/misc/memvfs.c extension that implements...
2016-09-07  drhSimplify the affinity handling logic in codeAllEquality...
2016-09-07  drhMerge fixes from trunk.
2016-09-07  drhFix the ".read" command in the command-line shell so...
2016-09-07  drhThe ORDER BY LIMIT optimization is not valid unless...
2016-09-06  drhRemove obsolete vector-IN test cases. Fix a bad testca...
2016-09-06  drhFix corer cases of vector IN operators where the RHS...
2016-09-06  danRemove an unnecessary branch from expr.c.
2016-09-06  drhAvoid unnecessary memory allocations for aiMap in codeE...
2016-09-06  drhAvoid a NULL pointer deref in codeAllEqualityConstraint...
2016-09-06  danSimplify the fix in commit [7d9bd22c].
2016-09-06  drhFix the header comment on codeEqualityTerm().
2016-09-06  danFix a problem handling (a, b) IN (SELECT ...) expressio...
2016-09-06  drhEnhance the sqlite3GetTempRange() and sqlite3ReleaseTem...
2016-09-06  danFix a typo in a comment in expr.c.
2016-09-05  drhSimplified logic to extract a column from a row value.
2016-09-05  mistachkinSync up the MSVC makefiles.
2016-09-05  mistachkinMerge updates from trunk.
2016-09-05  drhFix an assert() so that it does C-compiler does not...
2016-09-05  drhSimplifications to the SQLITE_KEEPNULL flag on VDBE...
2016-09-05  drhDo vector comparison size checking early - at name...
2016-09-05  drhCatch vector size mismatch problems during name resolut... early-vector-size-check
2016-09-05  danFix a crash that could occur under certain circumstance...
2016-09-03  danFix a problem causing the affinity of sub-select row...
2016-09-03  drhMerge the fuzzershell enhancement from trunk.
2016-09-03  drhBuild the generate_series(START,END,STEP) table-valued...
2016-09-03  danConsider the affinity of "b" when using an "a IN (SELEC...
2016-09-03  drhPerformance optimizations.
2016-09-02  drhMerge recent changes from trunk.
2016-09-02  danAdd a test case for the OOM handled by the previous...
2016-09-02  drhCorrectly detect an OOM occurring in the setDestPgsz...
2016-09-02  danWithin a backup operation, ensure that a read-transacti...
2016-09-01  danHave "sqldiff --rbu" ignore rows with NULL values in...
next