SQLite

Changes On Branch malloc-enhancement
Login

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

Changes In Branch malloc-enhancement Excluding Merge-Ins

This is equivalent to a diff from a6bb2108 to 548bf3f7

2010-07-26
16:24
Add support for SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_DBSTATUS_STMT_USED to the trunk. (check-in: 008368b2 user: drh tags: trunk)
2010-07-25
02:39
Fixes to prior checkins so that they compile and run even if SQLITE_MEMDEBUG is not defined. (Closed-Leaf check-in: 548bf3f7 user: drh tags: malloc-enhancement)
02:12
Further examples of using automatic deallocation to replace "delete" methods. (check-in: da2f62c5 user: drh tags: malloc-enhancement)
2010-07-24
16:34
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and all memory from sqlite3_malloc() is freed by sqlite3_free(). (check-in: ac1f37a6 user: drh tags: malloc-enhancement)
11:28
Experimental code to measure memory consumed by database schemas and prepared statements. (check-in: 9aa30342 user: dan tags: experimental)
2010-07-23
22:26
Fix a typo in the OS/2 vfs code. (check-in: a6bb2108 user: drh tags: trunk)
17:37
Merge two leaves. (check-in: 54e5886d user: dan tags: trunk)

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/callback.c.

Changes to src/func.c.

Changes to src/insert.c.

Changes to src/loadext.c.

Changes to src/malloc.c.

Changes to src/mem2.c.

Changes to src/notify.c.

Changes to src/pragma.c.

Changes to src/printf.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/test4.c.

Changes to src/test5.c.

Changes to src/test7.c.

Changes to src/test8.c.

Changes to src/tokenize.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/vtab.c.

Changes to src/where.c.