]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-05-27  danAdd debugging functions btreePageOriginFile() and btree... btree-debug
2017-05-25  drhMerge all fixes from the 3.19.2 release.
2017-05-25  drhVersion 3.19.2 version-3.19.2
2017-05-25  drhThe SQLITE_EXTRA_IFNULLROW compile-time option causes...
2017-05-25  drhThe TK_IF_NULL_ROW expression node must be treated...
2017-05-25  drhIncrease the version number to 3.19.2 since ticket...
2017-05-24  drhVersion 3.19.1 version-3.19.1
2017-05-23  drhDisable the LEFT JOIN flattening optimization for aggre...
2017-05-23  drhEnsure that the expression rewriter inside the query...
2017-05-23  drhChange the version number to 3.19.1.
2017-05-23  drhRemove a surplus semicolon, which was harmless on gcc...
2017-05-23  drhWhen flattening a query, make sure iTable attribute...
2017-05-22  drhPull in all changes from the 3.19.0 release.
2017-05-22  drhVersion 3.19.0 version-3.19.0
2017-05-22  drhInclude the "msvc.h" header file in the amalgamation...
2017-05-19  drhPrevent a possible NULL pointer dereference in the...
2017-05-19  drhBranch for the 3.19 release.
2017-05-19  danFix some problems in fts5 code detected by -fsanitize...
2017-05-16  danUpdate the tool/warnings.sh script to automatically...
2017-05-15  drhFix the build so that it works again with SQLITE_OMIT_S...
2017-05-15  drhImprovements to the omittest.tcl script.
2017-05-12  mistachkinMake sure the 'sqlite3changegroup_*' functions are...
2017-05-11  danAdd another test case for the new authorizer functionality.
2017-05-11  drhMerge recent enhancements from trunk.
2017-05-11  drhEnhance the json_extract() function to reuse parses...
2017-05-11  danDo not save the state of an fts5 merge operation mid...
2017-05-11  drhCache the JSON parse used by json_extract(). auxdata-cache
2017-05-11  drhNegative N values in sqlite3_get_auxdata() and sqlite3_...
2017-05-11  drhNew requirements marks and documentation for the author...
2017-05-11  drhImprovements to the sqlite3_set_authorizer() documentation.
2017-05-11  drhChange the SQLITE_READ authorization call for unreferen...
2017-05-10  drhRename fields of the internal AuxData object to make...
2017-05-10  drhImproved documentation for the SQLITE_READ authorizer...
2017-05-10  drhInvoke the SQLITE_READ authorizer callback with a NULL...
2017-05-10  danFix a couple of test scripts so that they work with
2017-05-10  drhAvoid unnecessary codec operations on in-memory subjour...
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  drhBring in all the latest enhancements from trunk.
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...
next