]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-04-15  drhMerge the latest trunk enhancements into the begin... begin-concurrent
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  drhMerge the latest trunk enhancements into the begin...
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-29  danFix handling of an OOM case broken by [49263c91].
2024-03-29  danFix a problem in SQLITE_DIRECT_OVERFLOW_READ builds...
2024-03-29  danImprove the log message emitted when a BEGIN CONCURRENT...
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-26  drhMerge all recent trunk enhancements into the begin...
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.
2024-03-19  danReturn the error "ambiguous column name: rowid", instea... ambiguous-rowid-error
2024-03-19  drhFix the fuzzinvariants.c test module so that it does...
2024-03-19  drhImprovements to the first check-in on this branch,...
2024-03-19  drhOn second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW...
2024-03-19  drhWhen compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid...
2024-03-19  drhAdjustments to the test cases for the previous check...
2024-03-19  drhFix another problem from [c63e26e705f5e967] involving...
2024-03-19  drhFirst steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW...
2024-03-18  danFix asan problems in sqlite3rbu.c. Enable RBU for sanit...
2024-03-18  danAvoid spurious SQLITE_IOERR_DATA errors when reading...
2024-03-18  drhMerge the latest trunk enhancements into the begin...
2024-03-18  drhRemove unnecessary blank lines from build commands...
2024-03-18  drhAdd the "VALUES-as-coroutine" optimization. Large...
2024-03-18  drhFix harmless compiler (scan-build) warnings. exp-values-clause2
2024-03-18  drhAllow the VALUES-as-coroutine optimization to be applie...
2024-03-18  drhChange a test case to use a window function rather...
2024-03-18  drhAdd assert() statements to validate access to the SrcIt...
2024-03-18  drhFix the patch at [10ee6fcba08ab128] so that it works...
2024-03-18  drhImprovements to EXPLAIN QUERY PLAN output for multi...
next