]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-05-29  drhAvoid unnecessary fstat() calls to determine the databa... io-opt
2017-05-29  drhAvoid unnecessary calls to fstat() to determine the...
2017-05-29  drhFix a typo in a comment. No code changes.
2017-05-29  drhOptimizations to the Walker object and its methods...
2017-05-29  drhCorrectly initialize the iSelectId of FROM clause terms...
2017-05-29  mistachkinImprove shell help text for the '.open' command.
2017-05-27  drhSmaller and faster vdbeSorterCompareText().
2017-05-25  drhSmall performance increase and size decrease in the...
2017-05-25  drhMerge the LEFT JOIN query flattener fixes from 3.19.2.
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-25  drhThe TK_IF_NULL_ROW expression node must be treated...
2017-05-24  mistachkinFix harmless compiler warnings in FTS5.
2017-05-24  drhVersion 3.19.1 version-3.19.1
2017-05-24  drhFix a problem in STAT4 equality estimation for multi...
2017-05-23  drhRemove the msvc.h header file from the autoconf tarball.
2017-05-23  drhDo not use strcpy() in the (obsolete) amatch extension.
2017-05-23  drhDisable the LEFT JOIN flattening optimization for aggre...
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  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-23  drhWhen flattening a query, make sure iTable attribute...
2017-05-23  drhRemove a surplus semicolon, which was harmless on gcc...
2017-05-22  danFix incompatibilities between the "sqldiff --changeset...
2017-05-22  drhAdd the ".cd" command to the command-line shell.
2017-05-22  drhIncrease the version number to 3.20 for the next releas...
2017-05-22  drhMerge the last-minute 3.19.0 changes into trunk.
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-22  danFix a case where NULL was being passed to memcmp()...
2017-05-22  drhWhen planning a query using sorting, resolve ties in...
2017-05-19  drhPrevent a possible NULL pointer dereference in the...
2017-05-19  drhPrevent a possible NULL pointer dereference in the...
2017-05-19  drhImproved comments on one routine in the query planner...
2017-05-19  drhFix a documentation typo. No changes to code.
2017-05-19  drhBranch for the 3.19 release.
2017-05-19  danFix some problems in fts5 code detected by -fsanitize...
2017-05-18  drhFix a documentation typo. No changes to code. doc-type
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  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  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...
next