SQLite

Changes On Branch incr-vacuum-opt
Login

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

Changes In Branch incr-vacuum-opt Excluding Merge-Ins

This is equivalent to a diff from 9bd9bd9c to bf575341

2013-02-25
13:31
Merge the incr-vacuum-opt branch with the trunk. (check-in: 26e235b7 user: dan tags: trunk)
12:06
Add test file incrvacuum3.test. No code changes. (Closed-Leaf check-in: bf575341 user: dan tags: incr-vacuum-opt)
07:12
Catch a dropped error code in backup.c. (check-in: ac8ca3ec user: dan tags: incr-vacuum-opt)
2013-02-22
20:16
Avoid moving pages more than once in an incremental vacuum operation. (check-in: c3939d24 user: dan tags: incr-vacuum-opt)
19:34
Two new SQL functions: unicode() and char(). (Closed-Leaf check-in: 209b2108 user: drh tags: unicode-function)
2013-02-20
00:54
On Minix, disable the ".timer" command in the shell in order to avoid calling getrusage(). (check-in: 9bd9bd9c user: drh tags: trunk)
2013-02-19
22:26
Enhance the showdb tool with options to show PTRMAP usage and content. (check-in: 06bd9130 user: drh tags: trunk)

Changes to src/backup.c.

Changes to src/btree.c.

Changes to src/btreeInt.h.

Changes to src/pager.c.

Changes to src/test_vfs.c.

Added test/incrvacuum3.test.

Changes to test/incrvacuum_ioerr.test.

Changes to test/tester.tcl.

Changes to test/tkt3762.test.