]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-08-10  stephanwasm opfs: error handling fix for an impossible-to... wasm-cleanups
2022-08-10  stephanwasm refactoring part 2 of (apparently) 2: moved ext...
2022-08-10  stephanwasm/fiddle refactoring part 1 of N: move fiddle app...
2022-08-10  stephanMerged in trunk for pending tree refactoring.
2022-08-09  drhAllow the name of an index to collide with a table...
2022-08-09  drhOmit the (undocumented) SQLITE_PCACHE_SEPARATE_HEADER...
2022-08-08  danAvoid some cases of signed integer overflow in fts5...
2022-08-08  drhAvoid trying to cast an over-sized floating point value...
2022-08-08  drhRemove an unreachable branch in the numericType() helpe...
2022-08-08  drhDo not attempt to convert an oversized floating point...
2022-08-06  danFix a rounding error caused by scalar->logarithm->scala...
2022-08-05  danAvoid having fts3 read uninitialized values when proces...
2022-08-05  mistachkinFix harmless compiler warning seen with MSVC.
2022-08-04  drhFix a problem with the query optimizer for LIMIT/OFFSET...
2022-08-04  drhFix a typo on a comment used to generate bytecode docum...
2022-08-03  drhPerformance optimization to the math opcodes of the...
2022-08-03  drhSmall performance increase on the binding interfaces.
2022-08-03  drhImprovement on the previous check-in.
2022-08-03  drhFor an IN operator used with a RIGHT JOIN, use the...
2022-08-01  drhIn the xUpdate method of the GeoPoly virtual table...
2022-07-26  drhRestore a VDBE coverage macro that is mistakenly delete...
2022-07-26  danFix another problem related to aggregate query LEFT...
2022-07-26  drhOmit a unused variable initialization in order to suppr...
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-20  stephanMerged in trunk.
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...
next