]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-07-26  danAdd test cases related to fix [e717e029]. flatten-left-join
2022-07-26  drhMake sure IF_NULL_ROW expressions receive a separate...
2022-07-26  drhImproved AggInfo.aCol debugging output, intended to...
2022-07-26  drhAdd a OOM term to a single assert() statement.
2022-07-26  drhPerformance optimization: avoid unnecessary calls...
2022-07-25  drhFix an assert() that was made out-of-date by [b52393ac2...
2022-07-25  drhPerformance optimization by only invoking sqlite3FkChec...
2022-07-25  drhPerformance optimization in sqlite3ViewGetColumnNames().
2022-07-25  drhFix a harmless compiler warning.
2022-07-25  drhIn-line a call to sqlite3ExprCode() in insert.c, for...
2022-07-25  drhPerformance optimization in computing the Expr.nHeight...
2022-07-25  drhSmall performance increase and size reduction by splitt...
2022-07-25  drhFix an error in the aggregate query LEFT JOIN flattenin...
2022-07-25  drhAllow subqueries on the right-hand side of a LEFT JOIN...
2022-07-25  drhTK_IF_NULL_ROW expressions must be accumulated in the...
2022-07-25  danReduce a timeout in walsetlk.test from 2000ms to 1100ms...
2022-07-23  drhSimplifications to sqlite3FinishCoding() for a small...
2022-07-23  drhRemove a branch that is no longer reachable due to...
2022-07-23  drhUse sqlite3ParserAddCleanup() rather than pParse->pCons...
2022-07-22  drhOmit the EP_MemToken flag that was made obsolete by...
2022-07-22  drhIn a TK_BLOB Expr node, the Expr.zToken might not be...
2022-07-22  drhUpdate the documentation for SQLITE_OPEN_NOFOLLOW to...
2022-07-21  mistachkinFix harmless compiler warning seen with MSVC.
2022-07-20  drhMake use of the sqlite3ExprDeferredDelete() interface...
2022-07-20  drhSimplify the logic that converts the "1" expression...
2022-07-19  larrybrImprove accuracy of julian day milliseconds calculation.
2022-07-18  danRemove a few unsuitable scripts from the "veryquick...
2022-07-18  drhAdd the "testrunner" makefile target.
2022-07-18  drhIncrease the size of loop variables in the printf(...
2022-07-18  drhEnhance the REGEXP extension so that it will accept...
2022-07-18  drhFix a problem in the REGEXP extension for the {M,N...
2022-07-18  drhEnhance the ext/misc/regexp.c code so that when it...
2022-07-16  danFixes for the generated "mallocs.tcl" and "leaks.tcl...
2022-07-15  drhIn the query planner, restore the former aggressiveness...
2022-07-15  danFix a memory leak in fts3 that could occur when process...
2022-07-15  drhFix the whereKeyStats() routine (part of STAT4 processi...
2022-07-15  danUpdate some faulty assert() statements in fts3.
2022-07-14  danEnsure all testrunner.tcl processes use the same pendin...
2022-07-14  danUpdate testrunner.tcl so that it can run the test suite...
2022-07-14  drhWhen applying the omit-ORDER-BY optimization, defer...
2022-07-13  danFix testrunner.tcl so that it can detect the number...
2022-07-13  danMinor change to help message in testrunner.tcl.
2022-07-13  danAdd new script test/testrunner.tcl. For running a set...
2022-07-13  danFix a problem preventing "testrunnter.tcl all" from...
2022-07-13  danUpdate testrunner.tcl to allow the user to specify...
2022-07-13  danFix testrunner.tcl so that it checks for memory leaks.
2022-07-13  drhThe query flattener should not run if the subquery...
2022-07-12  danAdd test/testrunner.tcl, an experimental script for...
2022-07-12  stephanRenamed the SQLITE_SHELL_WASM_WEB_MODE to SQLITE_SHELL_...
2022-07-12  danFix another test case error message similar to those...
2022-07-12  danUpdate makefiles to fix building the non-amalgamation...
2022-07-12  drhFix a bug in wapptest.tcl introduced by [51255bad4c1fb607].
2022-07-12  stephanRenamed SQLITE_SHELL_WASM_MODE to SQLITE_SHELL_WASM_WEB...
2022-07-12  drhBack out the pager performance enhancement at [a1c090e0...
2022-07-11  drhAdd the --config option to wapptest.tcl. The argument...
2022-07-11  danUpdate the expected error messages in some OOM test...
2022-07-11  drhUse 64-bit memory allocation APIs in the sqlite_stmt...
2022-07-11  drhIn the sqlite_stmt extension, store the result of strle...
2022-07-11  drhFix harmless compiler warnings about unused debugging...
2022-07-11  drhBack out the optimization at [1a8c2e54375ee2cf7] becaus...
2022-07-11  drhEnsure that the Parse.nErr flag is set following an...
2022-07-11  danFix a problem in fts3 to do with deferred tokens and...
2022-07-10  drhWhen an OOM occurs and sets the Parse.nErr value, also...
2022-07-08  drhPerformance optimizations in the WHERE clause processin...
2022-07-08  drhOmit an unnecessary structure initialization in whereLo...
2022-07-08  drhSize reduction and performance optimization in whereLoo...
2022-07-08  drhIn wherePathSolver(), defer initializing variables...
2022-07-08  danUpgrade the TEA build system used to build the Tcl...
2022-07-08  danFix typo in autoconf/tea/win/makefile.vc. tea-upgrade
2022-07-08  drhRemove an obsolete statement from a comment. No change...
2022-07-08  danUpdate options in the TEA package msvc makefile to...
2022-07-08  danUpdate the build options used for the TEA package to...
2022-07-07  drhVery small size reduction and performance increase...
2022-07-07  drhSize reduction and performance increase in defragementP...
2022-07-07  danUpgrade the TEA build system in autoconf/tea/. To match...
2022-07-07  drhSize reduction and performance increase in the pageFind...
2022-07-07  drhSize reduction and performance increase in the freeSpac...
2022-07-06  mistachkinFix harmless compiler warnings seen with MSVC.
2022-07-06  danAvoid ignoring the last line of a csv file if the final...
2022-07-06  danAvoid dropping error codes in the xBegin() method of...
2022-07-05  danFix for builds with both SQLITE_DEBUG and SQLITE_OMIT_W...
2022-07-05  danFix a problem in the csv extension that was triggered...
2022-07-05  drhFix an assert() in btree to be more precise, as the...
2022-07-04  drhSize reduction and performance optimization in sqlite3W...
2022-07-04  drhIn the getNormalPage() routine of pager.c, consolidate...
2022-07-03  drhEnhance the REGEXP extension so that the end-of-input...
2022-07-03  drhFix the initial-prefix optimization for the REGEXP...
2022-07-03  drhImproved comment on sqlite3VdbeSwap(). No changes...
2022-07-03  drhRemove debugging code that has always been commented...
2022-07-01  danDo not attempt the OP_Count optimization on queries...
2022-07-01  drhPerformance improvement in resolveP2Values(). Save...
2022-06-30  drhSmall performance improvement to sqlite3_finalize().
2022-06-30  danAdd missing "finish_test" command to the end of test...
2022-06-29  danHave the sqlite_stmt table buffer all data for the...
2022-06-27  drhFix a missing dependency for json.lo in Makefile.in
2022-06-25  drhPut an ALWAYS() on an unreachable branch.
2022-06-25  drhAllow flattening of a subquery that is the right operan...
2022-06-25  drhIncrease the version number to 3.40.0 so as to begin...
2022-06-25  drhFix documentation type. [forum:/forumpost/8d900996ed...
2022-06-25  drhVersion 3.39.0 version-3.39.0
next