]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-05-10  drhDo not invoke codec macros for in-memory subjournals. codecless-inmemory-subjournal
2017-05-08  danDo not invoke codec macros when reading or writing...
2017-05-06  drhFix an obscure assertion fault that can follow an OOM...
2017-05-06  drhFix requirements marks and harmless compiler warnings.
2017-05-04  drhFix a collision of the "B0" identifier name between...
2017-05-03  drhRemove the unused "sqlite3_stack_used" TCL command...
2017-05-03  drhFix the sqlite3GetInt32() function so that it correctly...
2017-05-03  drhAlways enable URI filenames when compiling with SQLITE_...
2017-05-02  drhFix the fts3EvalAverageDocsize() routine so that it...
2017-05-02  drhReuse the same materialization of a view when that...
2017-05-02  drhMove terms of the HAVING clause that reference only...
2017-05-02  drhAdditional comments on the sqlite3ExprIsConstantOrGroup... having-where-optimization
2017-05-02  mistachkinFix typo in comment. No changes to code.
2017-05-01  drhRemove an unnecessary branch.
2017-05-01  danEnhance "PRAGMA integrity_check" to detect duplicate...
2017-05-01  danClear the BTCF_ValidNKey flag set if a cursor is moved by
2017-05-01  drhFuther bug fixes to the function that determines when... materialized-view-reuse
2017-05-01  drhMinor bug fixes and performance enhancement.
2017-05-01  drhInitial implementation of an optimization that attempts...
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  drhAdd a single testcase() macro to the subquery processin...
2017-04-29  drhImprovements to opcode documentation in the bytecode...
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...
next