]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-05-01  danAvoid an OP_Next in cases where an IN(...) query agains... unique-in-opt
2024-04-30  danAvoid 32-bit overflow when calculating ncycle for ...
2024-04-26  drhFix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET...
2024-04-26  stephanInternal JS doc touchups. No functional changes.
2024-04-26  stephanAdditional internal docs in the wasm utilities.
2024-04-26  danAllow virtual table implementations to handle OFFSET... vtab-limit-fix
2024-04-26  danHave where.c ignore any plan from a virtual table that...
2024-04-26  drhFurther fixes and improvements to the generate_series...
2024-04-26  drhUse hex flag masks rather than decimals in ext/misc...
2024-04-26  danFix a problem allowing a LIMIT constraint to be passed...
2024-04-26  drhFix handling of LIMIT and OFFSET in virtual tables...
2024-04-26  drhEnhance the generated_series() table-valued-function...
2024-04-26  danAdd test demonstrating the problem at [forum:/forumpost...
2024-04-26  drhFix the TreeView display of a LIMIT clause on a compoun...
2024-04-25  drhImprovement to the way that affinity is determined...
2024-04-25  drhFurther improvements to the computation of affinity... compound-subquery-affinity
2024-04-25  drhBack out the previous change on this branch. In its...
2024-04-25  stephanwasm: add a makefile comment about the static sqlite3...
2024-04-24  drhAn experimental minor tweak to the way affinities are...
2024-04-24  drhIf a RETURNING clause contains a subquery that referenc...
2024-04-24  danFix a case where a corrupt stat4 record could go unreco...
2024-04-24  drhAdd comments linking the assert() added in [cef4d9e3ba5...
2024-04-24  danAvoid slowdown when exprNodeIsConstant() is called...
2024-04-24  drhEnsure that temporary SrcItem objects created by trigge...
2024-04-24  stephanRemove an undocumented feature from the JS Worker1...
2024-04-23  drhFix a problem with vector IN operators used with an...
2024-04-23  danFix an uninitialized variable problem in the new code... vector-in-fix
2024-04-23  stephanRemove some dead WASM-side code.
2024-04-23  stephanMinor touchups in JS docs and exception messages.
2024-04-23  stephanWhen running the 'dist' target in ext/wasm for an SEE...
2024-04-22  danAdd extra tests for aborting conflicts in the sessions...
2024-04-22  stephanMinor cleanups to [8fbda563d2f5].
2024-04-22  stephanExtend the JS/WASM SEE build support by (A) filtering...
2024-04-22  drhExtra robustness in the code that causes cursors to...
2024-04-22  stephanFor sqlite3.oo1.DB JavaScript classes, bypass execution...
2024-04-22  drhContinuation of the fix at [8c0f69e0e4ae0a44]: If a...
2024-04-21  drhFix an indentation problem in debugging routine sqlite3...
2024-04-20  danSlight performance improvement for the new code on...
2024-04-20  danFix a problem where an expression like (a, b) IN (SELEC...
2024-04-18  drhCorrect handling of OUTER JOIN when on or the other...
2024-04-15  drhThe first assert() added in [0ebc65481f4a3e79] is not...
2024-04-12  drhIf a build fails in testrunner.tcl, do not attempt...
2024-04-12  drhFixes and new tests logic to ensure that the btree...
2024-04-12  drhAdd assert() statements to help verify the overflow... btree-ovfl-cache
2024-04-12  drhNew assert() statements to verify the correctness of...
2024-04-12  drhTest case for the fix in the previous check-in.
2024-04-12  drhMark the BTree cell overflow cache as invalid whenever...
2024-04-11  stephanFix handling of the SQLITE_OMIT_WAL check in one place...
2024-04-09  danFix a "shift exponent is too large" usan error that...
2024-04-09  danAvoid some performance problems in the recover extensio...
2024-04-09  drhThe read-only CHECK-constraint optimization of [34ddf02...
2024-04-08  danUpdate tests in returning1.test to account for [c7896e88].
2024-04-08  drhEnhance the WHERE-clause push-down optimization so...
2024-04-08  drhFix a harmless compiler warning in the ICU extension...
2024-04-08  drhEnhancements to the fuzzer invariant checker to turn... pushdown-subquery
2024-04-07  drhMerge trunk testing enhancements into the pushdown...
2024-04-07  drhOmit all rowid-in-view restrictions from the fuzzinvari...
2024-04-07  drhIf SQLITE_ALLOW_ROWID_IN_VIEW is set to 2, then all...
2024-04-07  drhMerge trunk enhancements into the pushdown-subquery...
2024-04-07  drhAdd comments to note the name abiguity between the...
2024-04-06  drhDo not allow changes to sqlite3ExprIsTableConstant...
2024-04-06  drhMerge testing logic fixes on trunk into the pushdown...
2024-04-06  drhImprovements to the accurancy of the fuzzinvariants...
2024-04-06  drhGeneralize pushdown to allow any uncorrelated subquery...
2024-04-05  drhExperimental enhancement in which expressions of the...
2024-04-05  drhCheck-in [a9657c87c53c1922] is wrong: the IndexedExpr...
2024-04-05  drhWhen compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if...
2024-04-04  stephanOptimize sqlite3.oo1.DB.exec() for the rowMode='object...
2024-04-04  drhAdd the "interstage-heuristic" that attempts to avoid...
2024-04-04  drhFix an ASAN problem in part of the test harness. No...
2024-04-04  drhFix test cases due to an error message change.
2024-04-04  stephanFix exception propagation when the opfs-sahpool VFS...
2024-04-02  drhAdd an optional 3rd argument to the icu_load_collation...
2024-04-02  drhFix typos in comments. Provided ".wheretrace" debuggin... interstage-heuristic
2024-04-02  drhAdd a heuristic in between the two solver() passes...
2024-04-01  drhImproved comments in the query planner logic that compu...
2024-03-30  stephanMake explicit that sqlite3_keyword_name()'s index is...
2024-03-28  stephanDocument that the order of an update hook call is unspe...
2024-03-27  danUpdate comments in fts5.h.
2024-03-26  danAdd extra tests to vtabL.test.
2024-03-26  danAvoid expanding integer values in columns with real...
2024-03-25  drhThe RAISE() operator is not a constant expression and...
2024-03-25  danAdd further tests for sqlite3_declare_vtab().
2024-03-25  drhSimplifications to the sqlite3_declare_vtab() implement...
2024-03-25  danFix a theoretical OOB memory access in sqlite3_stmt_sca...
2024-03-25  drhRevert the previous change. Instead, do a pre-check...
2024-03-25  drhRemove an ALWAYS() from a condition that can be true.
2024-03-25  drhFix an inaccuracy in automatic indexes that was exposed...
2024-03-25  drhFix the pragma4.test script so that it works with SQLIT...
2024-03-25  drhFix recent test case changes so that they also work...
2024-03-25  drhUse the SQLITE_CONSTRAINT return value from xBestIndex...
2024-03-25  drhImprovements to the vtablog.c extension: Eliminate...
2024-03-25  stephanFlag sqlite3_trace() and sqlite3_profile() as deprecate...
2024-03-25  drhImprovements to the vtablog.c extension, for better...
2024-03-24  drhFix the xBestIndex method of the pragma virtual table...
2024-03-24  drhImproved "wheretrace" debugging output for calls to...
2024-03-24  drhDo not automatically assume that ROWID is NOT NULL...
2024-03-23  drhFix an adverse interaction between CREATE TABLE AS...
2024-03-22  drhFix incorrect boundary assert()s on the new OP_IfSizeBe...
2024-03-21  drhTest case for the assert() problem fixed by [9ba3cff9d4...
next