Versioning of the SQLite source code has transitioned from CVS to
Fossil.
Query planner enhancements.
The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE
command to collect a small histogram of each index, to help SQLite better
select among competing range query indices.