/ Changes On Branch interruptible-checkpoint
Login

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

Changes In Branch interruptible-checkpoint Excluding Merge-Ins

This is equivalent to a diff from ed406d31ff to c7a9f26d11

2016-10-17
15:28
Changes to support interrupting a checkpoint using sqlite3_interrupt(). (check-in: c88d36e251 user: dan tags: trunk)
2016-08-13
14:30
Questionable changes to support interruptible checkpoint in ZipVFS. (Leaf check-in: c7a9f26d11 user: dan tags: interruptible-checkpoint)
06:38
Fix a buffer overread in fts5. (check-in: fcfbee6c7d user: dan tags: trunk)
2016-08-12
16:21
Have wal file checkpoints exit early if the sqlite3_interrupt() API function is called. (check-in: 8a5f41c7b1 user: dan tags: interruptible-checkpoint)
2016-08-11
19:12
Merge version 3.14 plus some subsequent patches (including the page-cache performance patch) from trunk. (check-in: d9f8918c5b user: drh tags: begin-concurrent)
18:05
Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a file to copy permissions from when a new database is created. Also allow passing NULL as the second parameter to sqlite3rbu_vacuum(). (check-in: ed406d31ff user: dan tags: trunk)
09:55
Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command. (check-in: ab83d7077d user: dan tags: trunk)

Changes to src/btree.c.

Changes to src/main.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/sqlite.h.in.

Changes to src/test2.c.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to src/wal.h.

Added test/interrupt2.test.