]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-06-28  danFix bugs in test program tserver.c. server-edition
2017-06-20  danEnsure that test tool "tserver" finalizes all statement...
2017-06-07  danAdd too/tserver.c - the implementation of a simple...
2017-05-22  danAdd code to this branch to emit a log message after...
2017-05-15  danAvoid writer starvation by adding a RESERVED state...
2017-05-13  danAvoid running recovery while there is another read...
2017-05-12  danRequire exclusive access to the db to wrap the wal...
2017-05-10  danFix a problem causing a lock to be held past the end...
2017-05-10  danUse a blocking call to obtain the wal-mode WRITER lock...
2017-05-09  danFix a problem with wrapping the log file in server...
2017-05-08  danAdd some support for wal mode to the hack on this branch.
2017-05-06  danUpdate this branch with latest trunk changes.
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  danUpdate this branch with latest trunk changes.
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  danAvoid reading the file-size before page 1 is read-locked.
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-28  danFix various bugs revealed by running performance tests.
2017-04-28  danAdd a missing releasePage() call to the server-mode...
2017-04-28  danUse a different free-list format for server-mode databa...
2017-04-27  danDo not write master journal filenames into server-mode...
2017-04-27  danIf possible, delete the journal file when a database...
2017-04-26  danExperimental implementation of pessimistic page-level...
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...
next