]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-05-28  drhIf a subquery is used to drive an index, this change... copy-optimization
2021-05-28  drhMake a deep copy of the result of a subquery in case...
2021-05-28  drhFix a potential memory leak in json_group_object()...
2021-05-27  drhAdd the merge-test.tcl script to ease verification...
2021-05-27  drhImproved comment on the prpagateConstants() routine...
2021-05-27  drhRemove a NEVER that is reachable following OOM in writa...
2021-05-26  drhImprovements to the constant-propagation optimization...
2021-05-26  drhMinor optimization to opcode comparison logic in the... constant-propagation-fix
2021-05-26  danAdd new test file whereM.test. Containing tests for...
2021-05-26  danAvoid assuming that an expression like "x=10" in a...
2021-05-26  drhTake care that the code is not generated for the same...
2021-05-26  danUpdate an assert() in wherecode.c that might fail follo...
2021-05-25  danDo not run sessionbig.test as part of the session_strm...
2021-05-25  danUpdate an allocation routine in the sessions module...
2021-05-25  danEnhance the shell tool ".dump PATTERN" command so that...
2021-05-24  danFix a problem in the in-memory journal code that could...
2021-05-24  drhMinor comment improvements in fuzzcheck.c.
2021-05-24  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-05-24  drhFix the TreeView module so that it works with the TK_ER...
2021-05-24  drhAdditional defenses (above and beyond [b986600520696b0c...
2021-05-23  drhDo not push a WITH clause onto the processing stack...
2021-05-22  drhDo not invoke sqlite3ExprAffinity() after a syntax...
2021-05-22  drhThe fix in the previous check-in was only correct if...
2021-05-22  drhIf an FTS5 Cursor fails to enlarge the space for the...
2021-05-21  drhIf there are errors in a nested CTE, be sure to abandon...
2021-05-21  danFix a problem with SQLITE_MAX_MEMORY in malloc.c.
2021-05-20  drhFix a faulty assert() statement in sqlite3ExprListDup...
2021-05-20  drhEnhance one test case to use various alternative defini...
2021-05-20  danEnsure that objects within view definitions are not...
2021-05-20  danEnsure the required b-tree mutexes are held for "CREATE...
2021-05-20  drhReplace [0f0959c6f95046e8] with a new and better soluti...
2021-05-20  drhFixes and improvements to PRAGMA compile_options.
2021-05-19  drhWhen constructing the synthensized SELECT statement...
2021-05-19  larrybrIncorporate ..._DESERIALIZE revision. compile_options
2021-05-19  larrybrmerge from trunk
2021-05-19  drhAdd a comment with useful information about SHM locking...
2021-05-19  drhFix a formatting error on the comment. better-comment
2021-05-19  drhAdd a table of shared-memory lock offsets in a comment...
2021-05-19  danAllow aggregate sub-selects within ORDER BY and PARTITI...
2021-05-19  drhImproved column name and column type determination...
2021-05-19  larrybrCure some TCL test failures and narrow an object scope.
2021-05-18  drhIn the MULTI-INDEX OR query plan, code for sub-expressi...
2021-05-18  drhImproved comments on the generated opcodes.h file.
2021-05-18  drhAdd a CORRUPT_DB term to an assert() added earlier...
2021-05-17  drhFix harmless compiler warnings.
2021-05-17  drhEnhance the integer-comparison optimization on the...
2021-05-17  danFix problems with refering to CTEs from within sub...
2021-05-17  drhWhen deleting an SQL function that does not exist,...
2021-05-17  drhPerformance improvement in sqlite3TableLock().
2021-05-15  drhPerformance optimization in the memory allocation of...
2021-05-15  drhPerformance optimization to the clearCell() routine...
2021-05-14  drhSmall performance improvement for sqlite3BtreeInsert().
2021-05-14  drhAvoid adding superfluous virtual WHERE clause terms...
2021-05-14  drhAttempt the [/info/f4229707ac08d66c|constant propagatio...
2021-05-14  drhFix an over-length source code comment in whereexpr...
2021-05-13  drhModify the sqlite3_stmt_readonly() interface so that...
2021-05-13  drhThe content columns of the index-btree that implements...
2021-05-12  drhFurther simplification of the reverse-order scan logic...
2021-05-12  drhFix the query plan for an indexed lookup on a WITHOUT...
2021-05-12  drhFix a race condition that can lead to deadlock in the...
2021-05-12  drhAdd the new threadtest5 test program for stressing...
2021-05-12  drhEnhance the memdb VFS so that it is able to share datab...
2021-05-12  drhRespond correctly to OOM during mutex allocation. memdb-enhancement
2021-05-12  drhMark an unreachable branch as NEVER().
2021-05-11  drhFix a NEVER() that can sometimes be true.
2021-05-11  drhFix a NEVER() that can sometimes be true.
2021-05-10  drhEnhance the memdb VFS to provide the ability to share...
2021-05-08  drhEnable the sqlite3_serialize() and sqlite3_deserialize...
2021-05-08  drhFix help-text typo in the CLI.
2021-05-07  drhDetect misuse of aggregate functions in the ORDER BY...
2021-05-06  danFixes for cksmvfs and rbu so that they work together.
2021-05-06  drhRemove an assert() in FTS5 that can (rarely) be false...
2021-05-06  drhImproved detection of oversized cells in balance_nonroo...
2021-05-05  drhProvide the sqlite3PrintMem() routine on SQLITE_DEBUG...
2021-05-05  danFix an undefined-integer-overflow problem in fts3.c.
2021-05-04  drhWhen applying the optimization that disables WHERE...
2021-05-04  drhAlso for the 0x20000 bit of ".wheretrace", show when...
2021-05-04  drhAdditional debugging output for whereScanNext() showing...
2021-05-04  drhBack out the EXISTS-to-IN optimization. It slows thing...
2021-05-03  drhFix minor coverity warnings in the CLI.
2021-05-03  drhFix a potential memory leak following OOM in the decima...
2021-05-01  drhBack out the NEVER() inserted by [c7309ed3c7588c7e...
2021-04-30  drhGuard against a NULL-pointer dereference following...
2021-04-30  drhFix a harmless "unused variable" warning when compiling...
2021-04-29  larrybrReduce API lifetime requirement for objects passed...
2021-04-29  drhFix the operation of the "-" argument to --load-dbsql...
2021-04-29  drhFix the IN-early-out optimization so that it works...
2021-04-29  drhEnhanced "PRAGMA vdbe_trace=on" output associated with...
2021-04-29  drhFix harmless compiler warnings.
2021-04-29  drhUpdate test/fuzzdata8.db with recent dbsqlfuzz finds.
2021-04-28  drhIgnore the TEMP or TEMPORARY keyword on CREATE statemen...
2021-04-28  drhAdjust a VDBE coverage macros due to the enhancement...
2021-04-27  drhFurther improvements to the handling of RETURNING claus...
2021-04-27  drhRETURNING bug fix: Correctly deal with RETURNING state...
2021-04-27  danFix a segfault that could occur when querying a corrupt...
2021-04-27  larrybrmerge latest trunk
2021-04-27  drhBetter error messages on showdb.
2021-04-26  drhImproved robustness of the "showdb" debugging program...
2021-04-26  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-04-26  drhFix the [/info/df1d6482f9e92daf|UNION ALL flattener...
next