Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add a version number to the wal-index header. If SQLite encounters a version ... | dan | 2010-06-23 |
* | Convert the wal-header and frame-header to 24 bytes. Extra information in | drh | 2010-05-20 |
* | Change wal.test and walhook.test so that they work with DEFAULT_AUTOVACUUM=1 ... | dan | 2010-05-07 |
* | Change the behavior of the sqlite3_wal_hook() callback. It should now return | drh | 2010-05-05 |
* | Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "P... | dan | 2010-05-03 |
* | Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. | dan | 2010-05-01 |
* | Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to | drh | 2010-04-28 |
* | Add the sqlite3_log_hook() interface for scheduling checkpoints. | dan | 2010-04-19 |