Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues. (tags:...
Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues. (tags: exp-values-clause2)
View ArticleFix the patch at [10ee6fcba08ab128] so that it works on reduced-size Expr...
Fix the patch at [10ee6fcba08ab128] so that it works on reduced-size Expr nodes. (tags: exp-values-clause2)
View ArticleAdd assert() statements to validate access to the SrcItem.u1.nRow union...
Add assert() statements to validate access to the SrcItem.u1.nRow union member. (tags: exp-values-clause2)
View ArticleAllow the VALUES-as-coroutine optimization to be applied to later rows of a...
Allow the VALUES-as-coroutine optimization to be applied to later rows of a VALUES clause even if earlier rows do not qualify. (tags: exp-values-clause2)
View ArticleFix harmless compiler (scan-build) warnings. (tags: exp-values-clause2)
Fix harmless compiler (scan-build) warnings. (tags: exp-values-clause2)
View Article*MERGE* Add the "VALUES-as-coroutine" optimization. Large VALUES clauses on...
*MERGE* Add the "VALUES-as-coroutine" optimization. Large VALUES clauses on an INSERT, for example, prepare and run in about half the time and with half the memory. This check-in also includes...
View ArticleRemove unnecessary blank lines from build commands in the default...
Remove unnecessary blank lines from build commands in the default Makefile.in. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleAvoid spurious SQLITE_IOERR_DATA errors when reading partial pages from a...
Avoid spurious SQLITE_IOERR_DATA errors when reading partial pages from a cksumvfs database using a SQLITE_DIRECT_OVERFLOW_READ build. (tags: trunk)
View ArticleFix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests....
Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests. (tags: trunk)
View ArticleFirst steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW to work again. That...
First steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW to work again. That compile-time option is untested, undocumented, and unsupported. But it was mentioned in the release notes for version 3.36.0,...
View ArticleFix another problem from [c63e26e705f5e967] involving infinities and the...
Fix another problem from [c63e26e705f5e967] involving infinities and the Kahan-Babushka-Neumaier summation algorithm. Problem reported by [forum:/forumpost/23b8688ef4|forum post 23b8688ef4]. (tags: trunk)
View ArticleAdjustments to the test cases for the previous check-in to make them...
Adjustments to the test cases for the previous check-in to make them cross-platform Linux/Mac/Windows. Test changes only. No change to core code. (tags: trunk)
View ArticleFix a problem involving infinities int the Kahan-Babushka-Neumaier summation...
Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation algorithm. (tags: branch-3.44)
View ArticleFix a problem involving infinities int the Kahan-Babushka-Neumaier summation...
Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation algorithm. (tags: branch-3.45)
View ArticleWhen compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default...
When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default but can now be turned off using SQLITE_TESTCTRL_ROWID_IN_VIEW. Without the compile-time option, rowid-in-view is always...
View ArticleOn second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time...
On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time option SQLITE_CONFIG_NO_ROWID_IN_VIEW. (tags: rowid-in-view)
View Article