]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-10-25  drhEnhance the "PRAGMA index_info" and "PRAGMA index_xinfo... index-info-on-table
2016-10-25  danAdd test case to demonstrate a "BEGIN EXCLUSIVE" comman...
2016-10-24  drhPerformance optimization in moveToRoot(). Avoid repeate...
2016-10-22  drhIn the sessions module, avoid recording a change if...
2016-10-21  danIn the sessions module, avoid recording a change if... sessions-fix
2016-10-21  drhAdd ".mode quote" to the command-line shell.
2016-10-21  danAvoid using the "direct overflow read" optimization...
2016-10-21  danIf SQLITE_DIRECT_OVERFLOW_READ is defined at compile...
2016-10-20  danAdd test case to incrblob4.test. No changes to code.
2016-10-18  drhMinor simplification of the comparison opcodes.
2016-10-18  drhFix harmless uninitialized variable warnings in speedte...
2016-10-18  drhAdd the --repeat option to speedtest1.c and speed-check.sh.
2016-10-17  mistachkinEscape non-ASCII character from an ICU extension comment.
2016-10-17  mistachkinCorrections to a couple recently added 'filectrl.test...
2016-10-17  danChanges to support interrupting a checkpoint using...
2016-10-17  drhSmall size reduction and performance increase in the...
2016-10-15  drhAdd documentation for the OP_SorterInsert opcode, forme...
2016-10-15  danAdd test case to hook.test. No changes to non-test...
2016-10-14  mistachkinAdd the SQLITE_FCNTL_WIN32_GET_HANDLE file control.
2016-10-14  drhBump the version number in anticipation of the next...
2016-10-14  drhVersion 3.15.0 version-3.15.0
2016-10-13  drhTake care to avoid integer overflow when doing the...
2016-10-12  drhAvoid reading the -1-th element of an array in the...
2016-10-12  drhAdd to sqlite3_analyzer command-line options --version...
2016-10-12  drhNew testcase() macros to ensure coverage of the ORDER...
2016-10-12  danFix a problem affecting queries that match the pattern...
2016-10-10  danRemove a stray line from session4.test causing a memory...
2016-10-10  danWhen handling ORDER BY expressions, do not assume all...
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...
next