incremental improvements to iotester. (tags: iotester)
incremental improvements to iotester. (tags: iotester)
View ArticleAdd a compile-time option that enables setting the encryption key. (tags:...
Add a compile-time option that enables setting the encryption key. (tags: iotester)
View ArticleImproved documentation for the sha3() SQL functions in the shathree.c...
Improved documentation for the sha3() SQL functions in the shathree.c extension in ext/misc. (tags: trunk)
View ArticleDoc typo correction reported in the forum. (tags: trunk)
Doc typo correction reported in the forum. (tags: trunk)
View ArticleReinstate the --disable-tcl option on ./configure....
Reinstate the --disable-tcl option on ./configure. [forum:/forumpost/845d4a57becc7f3c|Forum thread 845d4a57becc7f3c]. (tags: trunk)
View ArticleImproved help message for --disable-tcl on the configure script. (tags: trunk)
Improved help message for --disable-tcl on the configure script. (tags: trunk)
View ArticleFurther tests and fixes for this branch. (tags: fts5-locale)
Further tests and fixes for this branch. (tags: fts5-locale)
View ArticleIf a subquery is materialized due to an ORDER BY and that ordering is useful...
If a subquery is materialized due to an ORDER BY and that ordering is useful in helping to satisfy the ORDER BY or GROUP BY in the order query without doing an extra sort, then omit the extra sort....
View ArticleImprovements to the subquery ORDER BY decision algorithm. Fewer...
Improvements to the subquery ORDER BY decision algorithm. Fewer false-negatives. (tags: order-by-subquery)
View ArticleBug fix in the subquery ORDER BY propagator. (tags: order-by-subquery)
Bug fix in the subquery ORDER BY propagator. (tags: order-by-subquery)
View ArticleFix handling of COLLATE. Add test cases for the same. Code cleanup for...
Fix handling of COLLATE. Add test cases for the same. Code cleanup for improved understandability and maintainability. (tags: order-by-subquery)
View ArticleEnsure that memory allocations in ANALYZE are always 8-byte aligned in order...
Ensure that memory allocations in ANALYZE are always 8-byte aligned in order to satisfy a new assert() added by [539e4f661767ef90]. (tags: trunk)
View ArticleAdd tests to restore coverage of fts5_main.c. (tags: fts5-locale)
Add tests to restore coverage of fts5_main.c. (tags: fts5-locale)
View ArticleAdd tests to restore coverage of fts5_storage.c. (tags: fts5-locale)
Add tests to restore coverage of fts5_storage.c. (tags: fts5-locale)
View Article*MERGE* If a subquery has an ORDER BY clause and that ordering is helpfile in...
*MERGE* If a subquery has an ORDER BY clause and that ordering is helpfile in satisfying the ORDER BY or GROUP BY of the outer query without doing an extra sort, then omit or reduce the sort in the...
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 all the latest trunk enhancements, and especially the...
*MERGE* Merge all the latest trunk enhancements, and especially the order-by-subquery optimization, into the bedrock branch, via wal2. (tags: bedrock)
View ArticleAdd tests to restore coverage of fts5_config.c. (tags: fts5-locale)
Add tests to restore coverage of fts5_config.c. (tags: fts5-locale)
View ArticleFix a typo in an "ifdef" that broke SQLITE_OMIT_ANALYZE builds. (tags: trunk)
Fix a typo in an "ifdef" that broke SQLITE_OMIT_ANALYZE builds. (tags: trunk)
View Article