]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-11-28  drhVersion 3.15.2 branch-3.15 version-3.15.2
2016-11-24  danFix a test case in vacuum5.test so that it works with...
2016-11-23  drhUpdates makefiles and build scripts on windows to used...
2016-11-23  drhUpdate the version number to 3.15.2.
2016-11-23  drhCode constant vector components outside of any loops...
2016-11-23  drhPrevent a possible use-after-free bug in the query...
2016-11-23  drhDisable the query flattener optimization for SELECT...
2016-11-23  drhFix a potential use-after-free error during parsing...
2016-11-23  drhFix an fts5 problem causing a crash in phrase queries...
2016-11-23  drhFix OOM error reporting in the json1_group_object(...
2016-11-23  drhFix the JSON1 extension so that the JSON validator...
2016-11-23  drhAvoid a crash that can occur after an obscure OOM in...
2016-11-23  drhMark the ICU extension functions as deterministic.
2016-11-23  drhHandle some obscure "row value misused" cases that...
2016-11-23  drhTake care not to try to generate code for the ATTACH...
2016-11-04  drhVersion 3.15.1 version-3.15.1
2016-11-03  danFix a test case in vacuum5.test so that it works with...
2016-11-03  drhAdd the SQLITE_FCNTL_WIN32_GET_HANDLE file control.
2016-11-03  drhIncrease the version number to 3.15.1.
2016-11-03  drhEscape non-ASCII character from an ICU extension comment.
2016-11-03  drhFix an issue that was causing the new database image...
2016-11-03  drhMake sure left-join markings are transferred to the...
2016-11-03  drhIf all branches of an OR optimize scan that is the...
2016-11-03  drhIn the sessions module, avoid recording a change if...
2016-11-03  drhAvoid using the "direct overflow read" optimization...
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...
next