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
*
ifdef adjustments so that SQLITE_OMIT_WAL works with SQLITE_USE_SEH.
drh
2023-08-21
*
If an EXCEPTION_IN_PAGE_ERROR exception is caught, make the underlying OS err...
dan
2021-09-10
*
Block on the WRITER lock when attempting to run recovery.
dan
2020-05-06
*
Unless upgrading an existing read transaction, have ENABLE_SETLK_TIMEOUT buil...
dan
2020-05-05
*
Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOUT builds.
dan
2020-05-04
*
Allow sqlite3_snapshot_open() to be called to change the snapshot after a
dan
2018-08-06
*
Update the mechanism used to keep track of what kind of syncing to do for
drh
2017-08-25
*
Add experimental sqlite3_snapshot_recover() API.
dan
2016-11-18
*
Have wal file checkpoints exit early if the sqlite3_interrupt() API function ...
dan
2016-08-12
*
Fix various internal #defines to conform to new C-language naming restrictions,
drh
2016-07-09
*
Add the experimental SQLITE_FCNTL_JOURNAL_POINTER file control for obtaining
drh
2016-01-08
*
Add untested implementations of experimental APIs sqlite3_snapshot_get(), _op...
dan
2015-12-05
*
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