]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-01-18  mistachkinFix harmless compiler warnings seen with MSVC.
2021-01-18  mistachkinUpdate test helper procedure 'get_pwd' to handle the...
2021-01-18  drhEnhance the query planner so that it is able to code...
2021-01-18  drhMore comments on the EXISTS-to-IN optimization logic. exists-to-in
2021-01-17  drhMinor simplification of the EXISTS-to-IN logic.
2021-01-16  drhImproved handling of vector equalities in the EXISTS...
2021-01-16  drhGive the EXISTS-to-IN optimization the ability to handl...
2021-01-16  drhAdd debugging output about the EXISTS-to-IN optimizatio...
2021-01-16  drhFix a hyperlink in the Lemon documentation.
2021-01-15  danAdd OOM injection tests for new code on this branch.
2021-01-15  danUpdate header comments for routines added by this branch.
2021-01-15  danEnsure the EXISTS->IN transformation preserves the...
2021-01-15  drhFix a potential NULL pointer dereference following...
2021-01-15  drhAdd a new optimizer disabling bit to close off the...
2021-01-15  drhSmall performance improvement in the EXISTS-to-IN trans...
2021-01-15  drhMerge the latest trunk enhancements into the exists...
2021-01-15  danAdd simple tests (and a fix) for the change on this...
2021-01-14  drhImprovements to the min/max optimization. Fix for...
2021-01-14  danAllow the planner to convert an EXISTS(SELECT...) expre...
2021-01-14  drhThe early-out of the inner loop on the min/max optimiza... minmax-opt-exp
2021-01-13  drhFix a harmless compiler warning.
2021-01-13  drhExpand the number of optimization-disable bits from...
2021-01-13  drhFurther enhancements to the min/max optimization of
2021-01-13  drhcli: Omit surplus whitespace at the end of lines in...
2021-01-13  drhIn the .selecttrace output, show the ORDER BY clause...
2021-01-12  drhMerge the ParseCleanup enhancement to trunk.
2021-01-12  drhFix a potential use-after-free following an OOM in... parse-cleanup
2021-01-12  drhRerun autoconf.
2021-01-12  danFix for the top-level configure script so that it works...
2021-01-11  drhAdd a linked list of ParseCleanup objects to the end...
2021-01-09  drhNew CLI command: ".stats vmstep" enables the display...
2021-01-09  drhMore detailed compile-time testing before attempting...
2021-01-08  drhFix an issue with sha3_query() when the first argument...
2021-01-07  danUpdate cksumvfs to check that the xCurrentTimeGetInt64...
2021-01-07  danFix problems with some "crashsql" tests.
2021-01-07  drhFix harmless typos in comments per
2021-01-04  danAdd extra test for handling of embedded nul characters...
2021-01-02  drhIn Lemon, factor the parser stack overflow detection...
2021-01-01  drhAvoid allocating space to hold the prepared statements...
2021-01-01  drhFaster and smaller test to ensure that the sqlite_schem...
2021-01-01  drhChange the unions of the Table.addColOffset field from...
2021-01-01  drhUse the column name hash to improve performance of...
2021-01-01  drhModify the makefile rule for "startup" so that it alway...
2021-01-01  drhSize reduction and performance increase in sqlite3Prepa...
2021-01-01  drhSmall size reduction and performance improvement in...
2021-01-01  drhStreamline processing of the authenticator callback...
2021-01-01  drhAdd the "startup" test program designed to measure...
2021-01-01  drhDo not attempt to take a pointer to the ceil() and...
2020-12-30  drhNew test case for the HAVING fix of check-in [f62f983b5...
2020-12-30  drhNew test cases for cursor renumbering in the UNION...
2020-12-29  drhDo not set the P3 parameter on OP_RowCell when copying...
2020-12-28  drhFix missing comma in ctime.c that would cause the ENABL...
2020-12-23  danAdd the sqlite3session_memory_used() API to the session...
2020-12-22  danFix SQLITE_OMIT_WINDOWFUNC builds by moving declaration...
2020-12-22  mistachkinFix a couple spelling typos in comments.
2020-12-22  danFix a problem handling sub-queries with both a correlat...
2020-12-22  drhSimplification to the aggregate-function analysis error...
2020-12-21  danFix problems with joining UNION ALL sub-queries against...
2020-12-21  danFix a problem when flattening joins between a UNION...
2020-12-21  drhEnhance documentation to show that "ro" is the correct...
2020-12-21  drhAdd the --timer option to fuzzcheck. Get the --timeout...
2020-12-20  drhAlways declare the sqlite3WhereTrace variable, even...
2020-12-19  danFix a broken assert() in fts5 that could be triggered...
2020-12-19  drhAllow UNION ALL sub-queriesto be flattened even if...
2020-12-18  danFix for the previous fix in the case where a UNION... union-all-flattener
2020-12-18  danWhen flattening UNION ALL subqueries into a join query...
2020-12-17  danFix a part of the header comment for flattenSubquery().
2020-12-17  danAdd test cases and minor fixes to this branch.
2020-12-17  drhIn the CLI, add the ".filectrl data_version" command...
2020-12-17  danFix a problem with sqlite3_expanded_sql() that could...
2020-12-16  drhEnhance the sqlite3BtreeTransferRow() routine so that...
2020-12-16  danAllow sub-queries that use UNION ALL to be flattened...
2020-12-16  drhRemove an unnecessary and incorrect #ifdef. Fix harmle...
2020-12-16  drhFix a typo in the sqlite3_free_filename() documentation.
2020-12-15  danFix another integer overflow triggered by a corrupt...
2020-12-15  danWhen the -statstep option is passed to the "rbu" execut...
2020-12-15  danChange an fts5 assert() that can be triggered by a...
2020-12-14  drhEnhance UPSERT so that it allows multiple ON CONFLICT...
2020-12-14  danFix an integer overflow problem in new VACUUM code.
2020-12-14  drhMinor changes for test coverage. generalized-upsert
2020-12-12  drhMore test cases. No new problems discovered.
2020-12-12  drhNew test cases with corresponding bug fixes.
2020-12-11  drhBegin adding test cases. Fix one bug found so far...
2020-12-11  danFix an assert() broken by recent changes to vacuum.
2020-12-11  drhSmall performance tweaks.
2020-12-11  drhBug fixes so that legacy tests pass. New tests for...
2020-12-11  danAdd an "#ifndef SQLITE_AMALGAMATION" block around the...
2020-12-11  drhFix the configure script on the autoconf distribution...
2020-12-11  danFix the expert extension so that it handles generated...
2020-12-11  drhLogic is in place to handle multiple ON CONFLICT clause...
2020-12-10  drhUse an iterator for the index loop in sqlite3GenerateCo...
2020-12-10  danRemove a redundant branch added by [56a54258560].
2020-12-10  danChanges to avoid loading large records into memory...
2020-12-10  danFix minor issues with new code on this branch. vacuum-lomem
2020-12-10  danMerge trunk changes into this branch.
2020-12-10  danBetter integrate the changes on this branch with OP_Ins...
2020-12-10  drhAdd an optional function to the chsumvfs extension...
2020-12-10  drhThe DO UPDATE code generator searches for the correct...
2020-12-09  mistachkinFix compilation issues with MSVC related to C99.
2020-12-09  danTransfer large index or WITHOUT ROWID records between...
next