SQLite

Check-in [3f58e7c889]
Login

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

Overview
Comment:Add the sqlite3_db_release_memory() interface and the shrink_memory pragma.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3f58e7c8895d1252eff56282c08b1a6f1194452c
User & Date: drh 2011-11-16 19:29:17.253
Context
2011-11-16
23:29
Back out the [ceee03c79a] change. (check-in: 69ec53fc1c user: drh tags: trunk)
19:29
Add the sqlite3_db_release_memory() interface and the shrink_memory pragma. (check-in: 3f58e7c889 user: drh tags: trunk)
18:08
Merge the PCACHE2 changes into trunk. (check-in: 457513f21f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Added test/shrink.test.