]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
11 days ago  drhFurther improvements to the computation of affinity... compound-subquery-affinity
11 days ago  drhBack out the previous change on this branch. In its...
12 days ago  drhAn experimental minor tweak to the way affinities are...
12 days ago  drhIf a RETURNING clause contains a subquery that referenc...
12 days ago  danFix a case where a corrupt stat4 record could go unreco...
12 days ago  drhAdd comments linking the assert() added in [cef4d9e3ba5...
12 days ago  danAvoid slowdown when exprNodeIsConstant() is called...
12 days ago  drhEnsure that temporary SrcItem objects created by trigge...
12 days ago  stephanRemove an undocumented feature from the JS Worker1...
13 days ago  drhFix a problem with vector IN operators used with an...
13 days ago  danFix an uninitialized variable problem in the new code... vector-in-fix
13 days ago  stephanRemove some dead WASM-side code.
13 days ago  stephanMinor touchups in JS docs and exception messages.
13 days ago  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...
2024-03-21  stephanAdd comments (only, no code) to the JS sqlite3_config...
2024-03-21  drhEnhancements to testrunner.tcl:
2024-03-21  danHave os_unix.c reuse cached file-descriptors in the...
2024-03-21  drhFix all test cases so that they work with SQLITE_ALLOW_...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B... eqp-orderby
2024-03-20  drhFix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility...
2024-03-20  drhFix a typo in a comment. rowid-in-view
2024-03-20  drhFix typos in the SQLITE_CONFIG_ROWID_IN_VIEW documentation.
2024-03-19  drhChange the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration...
2024-03-19  drhReturn the error "ambiguous column name: rowid", instea...
2024-03-19  drhAdd the --no-rowid-in-view option to the --help output...
2024-03-19  drhMake sure the new u1.nRow value is copied when making...
2024-03-19  danUpdate test scripts to account for [8fcea4cd].
2024-03-19  drhIn the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX...
2024-03-19  danUpdate tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.
next