Fix typo in comments. No code changes. (tags: trunk)
Fix typo in comments. No code changes. (tags: trunk)
View ArticleFix typo in the LSM documentation. (tags: trunk)
Fix typo in the LSM documentation. (tags: trunk)
View ArticleUpdate the README into a README.md and clearly state that work on SQLite4 has...
Update the README into a README.md and clearly state that work on SQLite4 has concluded, lest there be any doubt. (tags: trunk)
View ArticleFix a buffer overrun occuring when many overflow pages are recycled by a...
Fix a buffer overrun occuring when many overflow pages are recycled by a merge operation. (tags: trunk)
View ArticleFixes so that tcl tests run with bt. (tags: trunk)
Fixes so that tcl tests run with bt. (tags: trunk)
View ArticleRun extra tests with the bt backend. (tags: trunk)
Run extra tests with the bt backend. (tags: trunk)
View ArticleFix memory leaks in test suite. (tags: trunk)
Fix memory leaks in test suite. (tags: trunk)
View ArticleAdd some human readable text to the bt file header. Refuse to open a database...
Add some human readable text to the bt file header. Refuse to open a database (SQLITE_NOTADB) if a valid header cannot be located in the database or wal files. (tags: trunk)
View ArticleDefer opening a bt database until it is first read. (tags: trunk)
Defer opening a bt database until it is first read. (tags: trunk)
View ArticleHave the bt backend support "PRAGMA page_size". (tags: trunk)
Have the bt backend support "PRAGMA page_size". (tags: trunk)
View ArticleAdd IO error tests for the bt backend. (tags: trunk)
Add IO error tests for the bt backend. (tags: trunk)
View ArticleAdd crash simulation and recovery test infrastructure. And one test case....
Add crash simulation and recovery test infrastructure. And one test case. (tags: trunk)
View ArticleFix a couple of problems related to log recovery and checkpointing. (tags:...
Fix a couple of problems related to log recovery and checkpointing. (tags: trunk)
View ArticlePerformance tweaks for seek operations. (tags: trunk)
Performance tweaks for seek operations. (tags: trunk)
View ArticleEdit [18ae7f98554bc110|18ae7f9855]: Edit check-in comment.
Edit [18ae7f98554bc110|18ae7f9855]: Edit check-in comment.
View ArticleAdd other bt optimizations. Fix a problem in mutex_noop.c. (tags: trunk)
Add other bt optimizations. Fix a problem in mutex_noop.c. (tags: trunk)
View ArticleFix an important typo in the varint decoder documentation. (tags: trunk)
Fix an important typo in the varint decoder documentation. (tags: trunk)
View ArticleAdded -lm to the build flags for Makefile.gcc-linux, based on ML feedback....
Added -lm to the build flags for Makefile.gcc-linux, based on ML feedback. (tags: trunk)
View Article