Make the TCL interface more rebust against very large strings coming out of...
Make the TCL interface more rebust against very large strings coming out of TCL9. (tags: trunk)
View Article*MERGE* Bring all the latest trunk fixes and enhancements into the...
*MERGE* Bring all the latest trunk fixes and enhancements into the commit-and-continue branch. (tags: commit-and-continue)
View ArticleFix a problem with non-PASSIVE wal2 checkpoints sometimes taking the WRITER...
Fix a problem with non-PASSIVE wal2 checkpoints sometimes taking the WRITER lock. (tags: cf8f1552-commit-instr)
View ArticleFix harmless typo in a comment describing the columnMallocFailure() function....
Fix harmless typo in a comment describing the columnMallocFailure() function. (tags: trunk)
View ArticleFix a problem with the formatting of "slow schema" log messages. Also change...
Fix a problem with the formatting of "slow schema" log messages. Also change logging version to v=17. (tags: cf8f1552-commit-instr)
View Article*MERGE* Merge latest trunk changes into this branch. (tags: win32-enable-setlk)
*MERGE* Merge latest trunk changes into this branch. (tags: win32-enable-setlk)
View ArticleFix walsetlk.test to work on unix. (tags: win32-enable-setlk)
Fix walsetlk.test to work on unix. (tags: win32-enable-setlk)
View ArticleEnsure windows may block on a SHARED (but not EXCLUSIVE) DMS lock. (tags:...
Ensure windows may block on a SHARED (but not EXCLUSIVE) DMS lock. (tags: win32-enable-setlk)
View ArticleFix a problem with walsetlk.test on windows. (tags: win32-enable-setlk)
Fix a problem with walsetlk.test on windows. (tags: win32-enable-setlk)
View ArticleEnsure that all win32 API functions invocations in os_win.c are made via the...
Ensure that all win32 API functions invocations in os_win.c are made via the function table. Fix asan error in test code. (tags: win32-enable-setlk)
View ArticleWhen a writer initializes a new *-shm file hash table, zero only the...
When a writer initializes a new *-shm file hash table, zero only the hash-table slots, not the array of page numbers. (tags: cf8f1552-commit-instr)
View ArticleIncrease the maximum number of arguments on an SQL function to 1000 with the...
Increase the maximum number of arguments on an SQL function to 1000 with the capability to increase it further up to 32767 using a compile-time option. (tags: trunk)
View ArticleExperimental code to load stat4 data using a single pass. (tags:...
Experimental code to load stat4 data using a single pass. (tags: cf8f1552-commit-instr)
View ArticleAdd extra logging for alternative stat4 code. (tags: cf8f1552-commit-instr)
Add extra logging for alternative stat4 code. (tags: cf8f1552-commit-instr)
View ArticleIncrease the maximum number of arguments on an SQL function to 1000 with the...
Increase the maximum number of arguments on an SQL function to 1000 with the capability to increase it further up to 32767 using a compile-time option. (tags: cf8f1552-commit-instr)
View ArticleFix a buffer overread in test code. Add test configurations for...
Fix a buffer overread in test code. Add test configurations for ENABLE_SETLK=1 and FOR_WINRT=1 builds to release testing. (tags: win32-enable-setlk)
View ArticleFix a harmless compiler warning that comes up when using SQLITE_DEBUG in...
Fix a harmless compiler warning that comes up when using SQLITE_DEBUG in separate compilation mode. (tags: trunk)
View ArticleTry to reduce incidental divergence between trunk and wal2. (tags:...
Try to reduce incidental divergence between trunk and wal2. (tags: wal2-conflict-reduction)
View Article*MERGE* Merge all recent trunk enhancements and fixes into the wal2...
*MERGE* Merge all recent trunk enhancements and fixes into the wal2 branch.Addendum: This was part of an attempt to reduce divergence. I'm still trying to figure out the best way to do that. (tags:...
View ArticleAvoid a memset() when loading stat4 data. Add instrumentation to the same...
Avoid a memset() when loading stat4 data. Add instrumentation to the same code. (tags: cf8f1552-commit-instr)
View Article