index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wal.h
Commit message (
Expand
)
Author
Age
*
Minor fixes for compilation with SQLITE_OMIT_WAL defined.
dan
2013-05-02
*
Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFet...
dan
2013-03-23
*
Allow the database file to be memory mapped in wal mode.
dan
2013-03-22
*
Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of code that are only
drh
2012-02-24
*
Add the sqlite3PagerWalFramesize() function to pager.c. This is used by zipvfs.
dan
2012-02-23
*
Minor changes to fix compilation with SQLITE_OMIT_WAL and SQLITE_OMIT_WSD def...
dan
2011-12-30
*
Enhance the WAL header sync so that it honors the various synchronous
drh
2011-12-16
*
Enhance WAL mode so that the WAL file honors the journal size limit set
drh
2011-05-16
*
Modify the interface to the blocking wal-checkpoint functionality.
dan
2010-11-18
*
Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the bus...
dan
2010-11-16
*
If a database file with the WAL flag set is opened in exclusive-locking mode,...
dan
2010-11-01
*
Incremental checkin on pager state refactoring.
dan
2010-08-03
*
Fix some errors when compiling with SQLITE_OMIT_WAL.
dan
2010-06-28
*
Fix a problem with rolling back to a savepoint opened before the writer decid...
dan
2010-06-02
*
Initial code for incremental checkpoint in WAL mode. This check-in compiles
drh
2010-05-30
*
Change the checksum used in WAL files so that each frames checksum depends on...
dan
2010-05-24
*
Refactoring the VFS-SHM methods used by WAL. This version compiles and
drh
2010-05-12
*
Changes so that WAL and exclusive-locking mode work together.
dan
2010-05-11
*
Fix problems with recovering wal files that use a page-size other than the de...
dan
2010-05-04
*
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.
dan
2010-05-01
*
Fix a couple of assert() statements in os_unix.c and wal.c. Combine sqlite3Wa...
dan
2010-04-30
*
Refactor wal.c to use the VFS. This check-in compiles and links and works
drh
2010-04-29
*
Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to
drh
2010-04-28
*
Fixes for problems with small caches and SAVEPOINT rollback in WAL mode.
dan
2010-04-26
*
Change the names of the log.c and log.h source files to wal.c and wal.h.
drh
2010-04-26