SQLite

Changes On Branch cache-stats
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch cache-stats Excluding Merge-Ins

This is equivalent to a diff from 36be31ff to 89272357

2011-09-22
03:13
Merge the cache-stats enhancement into trunk. (Closed-Leaf check-in: 646db971 user: drh tags: mistake)
2011-09-21
16:43
Change the way the sqlite3_analyzer executable is built. (check-in: 05e3cced user: dan tags: trunk)
00:09
Pull in the latest changes from trunk. Update the STAT3 documentation. (check-in: 63fc3e4b user: drh tags: stat3-trunk)
2011-09-20
15:53
Add SQLITE_STMTSTATUS_CACHE_HIT/MISS and SQLITE_DB_STATUS_CACHE_HIT/MISS. For querying the number of pager cache hits and misses on a statement or connection basis. (Closed-Leaf check-in: 89272357 user: dan tags: cache-stats)
2011-09-19
20:56
Minor comment change in the description of the different memory allocator options. No changes to code. (check-in: 36be31ff user: drh tags: trunk)
18:00
Version 3.7.8 (check-in: 3e0da808 user: drh tags: trunk, release, version-3.7.8)

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/status.c.

Changes to src/test1.c.

Changes to src/test_malloc.c.

Changes to src/vdbe.c.

Changes to src/vdbeInt.h.

Changes to src/vdbeblob.c.

Added test/stmtstatus.test.