]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-10-10  drhMake sure indexes on expressions skip over initial...
2016-10-10  danFix a case in which the rtree module was ignoring an...
2016-10-08  danUpdate test/trace3.test to account for the fact that...
2016-10-08  drhCorrections to Lemon documentation. No SQLite changes.
2016-10-08  danAdd missing "static" to internal function whereRangeVec...
2016-10-08  danUpdates to the tool/warnings.sh script to make it easie...
2016-10-05  danFix some compiler warnings in fts5.
2016-10-05  drhFix harmless compiler warnings.
2016-10-05  danAdd a test case for the fix in [a596b7c6cc].
2016-10-05  drhDo not set MEM_Blob unless the appropriate fields of...
2016-10-05  drhFix the backup_malloc.test script so that it works...
2016-10-04  drhFix a problem with the lempar.c parser template.
2016-10-04  drhDo not bother to initialize unused fields in the BtreeP...
2016-10-03  drhAllow deterministic functions in the WHERE clause of...
2016-10-03  drhSize and performance optimizations on the sqlite3ExprAs...
2016-10-03  drhAvoid unnecessary strlen() calls in sqlite3ExprAssignVa...
2016-10-03  drhAvoid unnecessary memset() calls in the query optimizer.
2016-10-03  drhFix an obsolete comment on a variable definition in...
2016-10-03  drhMake sure the sqlite_sequence table is updated when...
2016-10-03  drhAllocate Parse objects off of the stack where appropria...
2016-10-01  drhAdd SQLITE_USE_ALLOCA to the --lean configuration in...
2016-10-01  drhRearrange fields in the Parse object to reduce the...
2016-10-01  drhReduce the width of a memset() to avoid double-initiali...
2016-10-01  drhRemove an unnecessary memset() call.
2016-10-01  drhUse sqlite3DbMallocRawNN() where appropriate, instead of
2016-10-01  drhMake sure deleting an unused prepared statement does...
2016-10-01  drhAvoid accessing Vdbe.pc if it is uninitialized. Check...
2016-10-01  drhAvoid unnecessary zeroing of fields in the Vdbe object...
2016-09-30  drhAvoid initializing the column-cache section of the...
2016-09-30  drhFix an always-true conditional left over from the previ...
2016-09-30  drhFix the Parse.aColCache column cache so that all of...
2016-09-30  drhAnother simplification to the Parse object.
2016-09-30  drhRemove unnecessary fields from the Parse object.
2016-09-30  drhAvoid unnecessary Mem initializations when generating...
2016-09-29  drhSmall size and performance optimization to sqlite3VdbeC...
2016-09-29  drhRemove the peep-hole optimization of removing OP_Close...
2016-09-29  drhSize and performance optimization to sqlite3ValueFromExpr()
2016-09-29  drhClarification and typo-fixes in comments. No changes...
2016-09-28  drhUse Knuth multiplicative hashing for the symbol table.
2016-09-28  drhTwo more typo fixes in comments.
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...
next