]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-05-02  drhAdditional comments on the sqlite3ExprIsConstantOrGroup... having-where-optimization
2017-05-01  drhRemove an unnecessary branch.
2017-05-01  danAdd extra tests for the optimization on this branch.
2017-04-29  danAutomatically transfer terms from the HAVING clause...
2017-04-29  drhEvaluate WHERE clause terms that reference only the...
2017-04-29  drhMinor size and performance improvements to the push... pushdown-optimization
2017-04-28  danWithin a loop that uses a non-covering index test,...
2017-04-26  danAdd new test file cachespill.test.
2017-04-26  danReplace <fts5.h> with "fts5.h" in test file fts5_test_t...
2017-04-26  drhFix a subtle bug in Lemon discovered and reported on...
2017-04-24  danWhen building an ephemeral table of integers, do not...
2017-04-22  drhFix an assertion fault found by OSSFuzz.
2017-04-21  danRemove a NEVER macro for a condition that may be true...
2017-04-21  danFix an FTS5 bug that could cause a prefix-query without...
2017-04-19  danFurther improvements to coverage of fts3 module.
2017-04-19  danFurther modifications and test cases to improve test...
2017-04-18  danUse sqlite3_table_column_metadata() instead of a SELECT...
2017-04-18  drhImproved optimizations of views as the right operand...
2017-04-18  danRefactor the fts3ColumnMethod() function so that all...
2017-04-17  drhDefer checking for null in the comparison operators...
2017-04-17  drhDo not allow a Mem object to be both NULL and some...
2017-04-17  danConsolidate two branches of code in the "PRAGMA foreign...
2017-04-17  danFix a problem in "PRAGMA foreign_key_check" in handling...
2017-04-17  danFurther improvements to test coverage in fts3.
2017-04-17  danImprove coverage of code in fts3.
2017-04-17  drhFix the ".column" output mode in the command-line shell...
2017-04-16  drhIn the showwal command-line tool, for unix builds,...
2017-04-16  drhAdd the anycollseq.c loadable extension in etc/misc
2017-04-15  drhIn the skip-ahead-distinct optimization, fix a bug...
2017-04-14  drhFix to the decision logic for when to use the skip... skip-ahead-distinct
2017-04-14  drhRemove end-of-line whitespace from lemon.c.
2017-04-14  drhFix some left-over K&amp;R-C constructs in lemon.c...
2017-04-14  drhAdd the TK_IF_NULL_ROW opcode to deal with non-NULL... left-join-view
2017-04-14  drhWhen doing a DISTINCT query using an index, try to...
2017-04-14  drhAn initial attempt to optimize VIEWs that occur as...
2017-04-14  mistachkinMake USE_FULLWARN=1 the default for MSVC and fix harmle...
2017-04-14  drhEnhance the sqlite3TreeView() display for Expr objects...
2017-04-14  drhSimplify the interface to the subst() routines that...
2017-04-14  drhRemove an incorrect ALWAYS().
2017-04-14  drhFix a couple of unreachable branches.
2017-04-13  drhFix the skip-ahead-distinct optimization so that it...
2017-04-13  drhSimplification of the skip-ahead-distinct logic. There...
2017-04-13  danNew test cases and minor fixes for the optimization...
2017-04-13  danReinstate the SQLITE_API qualifier on the sqlite3_delet...
2017-04-13  danUpdate the code in test_delete.c to use the "win32...
2017-04-13  drhOnly use the skip-ahead-distinct optimization if the...
2017-04-13  danAllow a user column name to be used on the LHS of a...
2017-04-13  drhForward port the skip-ahead-distinct branch which was...
2017-04-13  drhFix a regression caused by the fix for ticket [6c9b5514...
2017-04-12  danUpdate fts5 to support "<colset> : ( <expr> )" for...
2017-04-12  drhImproved \n and \r escapes in the ext/misc/dbdump.c...
2017-04-11  danAvoid updating unaffected indexes on a table as part...
2017-04-11  danAvoid updating unaffected indexes on a table as part... fkey-optimization
2017-04-11  drhLimit the depth of recursion for valid JSON in the...
2017-04-11  drhSmaller and faster implementation of exprMightBeIndexed().
2017-04-11  drhVery slight smaller and faster sqlite3SelectNew()
2017-04-11  drhAdd an ALWAYS() around an unreachable condition in...
2017-04-11  danFix a segfault that could occur if an indexed expressio...
2017-04-11  drhWhen using an index on an expression, try to use the...
2017-04-11  drhImproved comments. Fix a problem when an indexed expre... covering-index-on-expr
2017-04-10  drhMerge changes from trunk.
2017-04-10  drhSmaller and faster vdbeFreeOpArray()
2017-04-10  drhSlightly smaller and faster sqlite3VdbeMemGrow().
2017-04-10  drhAdd a new JSON test case to verify that all control...
2017-04-10  drhChange the JSON extension so that it disallows control...
2017-04-09  drhDo not expose the name of the internal Mem object in...
2017-04-08  drhDisallow leading zeros on numeric constants in JSON.
2017-04-08  danExpand on the comment above OP_Destroy to explain why...
2017-04-08  danHave the rtree module close any open blob-handle within...
2017-04-08  drhFix the quoting mechanism for ".dump" so that it is...
2017-04-08  danHave fts5 close any open blob-handle when a new savepoi...
2017-04-08  drhMake sure the RTree sqlite3_blob handle is reset prior...
2017-04-08  drhFix the ".dump" command so that it works with ".headers...
2017-04-07  drhUse replace() instead of char() to quote newline and...
2017-04-07  drhRemove an unused token type.
2017-04-07  drhProof of concept for the ability to use the expression...
2017-04-07  drhUse replace() instead of char() to quote newline and... shell-fix
2017-04-06  danFix the ".lint fkey" shell command for cases where...
2017-04-06  danFix the ".lint fkey" shell tool command so that it...
2017-04-05  drhRemove a confusing and pointless sentence from the...
2017-04-05  drhSplit off sqlite3DbFreeNN() from sqlite3DbFree() and...
2017-04-05  drhSave a few bytes and a few CPU cycles in sqlite3ExprLis...
2017-04-05  drhRemove a conditional made unreachable by the previous...
2017-04-05  drhCombine the ExprList_item objects and the ExprList...
2017-04-05  drhAttempt to remove bash-isms from configure.ac. Use...
2017-04-04  danFix a problem causing "PRAGMA integrity_check" to disab...
2017-04-03  drhAvoid an unnecessary call to sqlite3WhereGetMask()...
2017-04-03  danDo not attempt to run sync2.test with SQLITE_DISABLE_DI...
2017-04-03  drhForce a schema load prior to "PRAGMA optimize".
2017-04-03  drhFix typos in the documentation for OP_Column.
2017-04-03  drhSlightly smaller and faster implementation for vdbeSort...
2017-04-01  drhRemove an unnecessary setting of the Mem.enc field...
2017-04-01  drhMinor performance enhancements to the OP_Affinity opcode.
2017-04-01  drhRemove an unnecessary clearing of the Vdbe.iCurrentTime...
2017-04-01  drhFaster implementation for sqlite3VdbeIntValue() and...
2017-04-01  drhRemove unused fields from the BtCursor object.
2017-04-01  drhSave a 78 bytes of code space and a million CPU cycles...
2017-03-30  drhDeclare the Lemon-generated parser object as itself...
2017-03-30  drhIncrease the version number for the next development...
2017-03-30  drhEnsure that the stack space used to hold the Lemon...
next