]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-08-26  drhFix the sqlite3FindInIndex() to ensure that it always...
2016-08-26  drhAdd an EXPLAIN QUERY PLAN line for when a index is...
2016-08-26  danAdd test cases to rowvalue2.test.
2016-08-26  drhEnhance sqlite3FindInIndex() so that it is able to...
2016-08-26  drhFix a post-OOM crash in updateRangeAffinityStr(). ...
2016-08-26  danFix a problem with affinity changes and vector range...
2016-08-26  drhAllow ROWID values in indexed vector comparisons.
2016-08-26  drhComment improvements. Put ALWAYS and NEVER macros...
2016-08-26  drhRemove an unreachable branch from sqlite3ExprAffinity()
2016-08-25  drhMerge recent changes from trunk.
2016-08-25  drhFix the sqlite3_trace_v2() interface so that it goes...
2016-08-25  drhRefactor the sqlite3ExprCodeIN() routine for improved...
2016-08-25  drhAnother fix in the IN-operator algorithm description.
2016-08-25  drhFurther refinement of the in-operator.md documentation.
2016-08-25  drhImprovements to IN operator code generator comments...
2016-08-25  drhCorrections to the IN-operator notes.
2016-08-25  drhAdd notes on the implementation of the IN operator.
2016-08-24  drhSimplified VDBE code for the vector NOT IN null-scannin...
2016-08-24  drhImproved extended comments of comparison operators...
2016-08-24  drhIn sqlite3FindInIndex(), improve internal comments...
2016-08-24  mistachkinSync up the MSVC autoconf makefile.
2016-08-24  drhFix more unreachable branches.
2016-08-24  drhAdd a NEVER() on an unreachable branch in comparisonAff...
2016-08-24  danFix a buffer overrun in the code for handling IN(....
2016-08-24  drhThe previous OOM fix was bad. Back it out and replace...
2016-08-24  drhAvoid a potential null-pointer dereference following...
2016-08-23  drhSimplify the row value misuse error message.
2016-08-23  drhFix a problem with rowvalue UPDATE when the rowvalue...
2016-08-23  drhFix an uninitialized variable in CASE expression code...
2016-08-23  drhFix the SQLITE_USER_AUTHENTICATION login check so that...
2016-08-22  drhAdd support for the SQLITE_DBCONFIG_MAINDBNAME configur...
2016-08-22  drhFix the vector BETWEEN operator so that it only evaluat...
2016-08-22  drhReinstate the mechanism in BETWEEN that avoids evaluati...
2016-08-20  drhThe docs promise the in "x BETWEEN y AND z" the x expre...
2016-08-20  drhFurther comment enhancements. No changes to code.
2016-08-20  drhClarification of code comments in expr.c. Clean up...
2016-08-20  drhFixes for problems following OOM errors.
2016-08-20  drhDo not duplicate the Expr.pLeft subtree of a TK_SELECT_...
2016-08-20  danFix a segfault that could occur if a query that used...
2016-08-20  drhImprovements to the vector comparison splitter in exprA...
2016-08-20  drhImprovements to comments. No code changes.
2016-08-20  drhAdd support for vector assignments in the SET clause...
2016-08-20  drhChange the way TK_SELECT_COLUMN is handled so that...
2016-08-19  drhReplace the magic number (-2) with its symbol XN_EXPR...
2016-08-19  drhImproved comments on sqlite3CodeSubquery(). No changes...
2016-08-19  drhShow the WhereTerm.iField value on debugging output...
2016-08-19  drhFix an obsolete comment on codeEqualityTerm(). No...
2016-08-19  drhMerge recent enhancements from trunk.
2016-08-19  drhMerge the VACUUM attached database enhancement from... dbconfig_maindbname
2016-08-19  drhEnhance the VACUUM command so that it can operate on...
2016-08-19  drhDisable row counting on queries run while doing a VACUUM. vacuum-attached-db
2016-08-19  drhAdd the capability to VACUUM an attached database by...
2016-08-18  drhAdd the SQLITE_DBCONFIG_MAINDBNAME interface.
2016-08-18  drhChange the name of Db.zName to Db.zDbSName for improved...
2016-08-18  drhFix a zName to zDbSName conversion missed in the previo... zDbSName
2016-08-18  drhFix a SQL NULL handling bug in the vector IN operator...
2016-08-18  drhDisplay SELECT_COLUMN expressions in the .wheretrace...
2016-08-18  drhDisplay VECTOR expressions in .wheretrace and .selecttr...
2016-08-18  drhSince the TK_VECTOR token is not actually used by the...
2016-08-18  drhMerge recent enhancements from trunk.
2016-08-18  drhSimplify the vector comparison code generator logic...
2016-08-18  drhRename the Db.zName field to Db.zDbSName to make it...
2016-08-17  danFix a problem in the fts5 snippet() auxiliary function.
2016-08-16  drhFix a bug in destructor processing of Lemon. That...
2016-08-13  drhRemove an unnecessary stack variable from sqlite3VdbeEx... vector-compare
2016-08-13  drhImprovements to commits. No code changes.
2016-08-13  drhFix to the vector less-than operator. All legacy tests...
2016-08-13  danFix an fts5 problem with corrupt database handling...
2016-08-13  drhAttempt to simplify the logic and generated code for...
2016-08-13  danFix a buffer overread in fts5.
2016-08-12  drhAdd VdbeCoverage() macros on newly added VDBE branch...
2016-08-12  drhFix a post-OOM memory leak.
2016-08-11  danAdd the "modeof=<filename>" URI parameter to os_unix...
2016-08-11  drhMerge recent changes from trunk.
2016-08-11  danFix some problems with handling "no such collation...
2016-08-11  danFix a 1 byte buffer overwrite in the "sqldiff --rbu...
2016-08-11  drhFix a harmless compiler warning in FTS5.
2016-08-10  drhOptimization to sqlite3WhereExprUsage().
2016-08-10  drhList of MATCH operator names in isMatchOfColumn() shoul...
2016-08-10  drhPerformance enhancement in the expression walker.
2016-08-10  drhTweaks to pcache1TruncateUnsafe() to make it slightly...
2016-08-10  drhRearrange the code inside sqlite3RunParser() routine...
2016-08-10  drhIncrement the version number to 3.15.
2016-08-10  drhImproved comments on the lempar.c parser template....
2016-08-10  drhFix pcache1TruncateUnsafe() run faster for the case...
2016-08-10  drhPerformance optimization in the yy_find_shift_action...
2016-08-09  drhFix harmless compiler warning.
2016-08-09  danMinor update to the way fts5 column filters are parsed.
2016-08-09  danHave fts5 interpret column lists that begin with a...
2016-08-09  danAdd rowvalue5.test, which should have been part of...
2016-08-08  danFix some cases involving row values and virtual tables.
2016-08-08  danFix the EXPLAIN QUERY PLAN output for row value range...
2016-08-08  danMerge trunk changes with this branch.
2016-08-08  drhVersion 3.14 version-3.14.0
2016-08-07  drhFix documentation typos. No changes to code.
2016-08-05  danHave the TEA package build without SQLITE_OMIT_DEPRECAT...
2016-08-05  danUndo commit [f250166bb]. It is required to handle IO...
2016-08-05  drhRemove an incorrect ALWAYS() statement and add a test...
2016-08-05  drhFix a very obscure problem following OOM in sqlite3_dec...
2016-08-04  drhRevert the SQLITE_APICALL changes for now. That change...
next