aboutsummaryrefslogtreecommitdiff
path: root/src/wal.h
Commit message (Expand)AuthorAge
* ifdef adjustments so that SQLITE_OMIT_WAL works with SQLITE_USE_SEH.drh2023-08-21
* If an EXCEPTION_IN_PAGE_ERROR exception is caught, make the underlying OS err...dan2021-09-10
* Block on the WRITER lock when attempting to run recovery.dan2020-05-06
* Unless upgrading an existing read transaction, have ENABLE_SETLK_TIMEOUT buil...dan2020-05-05
* Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOUT builds.dan2020-05-04
* Allow sqlite3_snapshot_open() to be called to change the snapshot after adan2018-08-06
* Update the mechanism used to keep track of what kind of syncing to do fordrh2017-08-25
* Add experimental sqlite3_snapshot_recover() API.dan2016-11-18
* Have wal file checkpoints exit early if the sqlite3_interrupt() API function ...dan2016-08-12
* Fix various internal #defines to conform to new C-language naming restrictions,drh2016-07-09
* Add the experimental SQLITE_FCNTL_JOURNAL_POINTER file control for obtainingdrh2016-01-08
* Add untested implementations of experimental APIs sqlite3_snapshot_get(), _op...dan2015-12-05
* Minor fixes for compilation with SQLITE_OMIT_WAL defined.dan2013-05-02
* Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFet...dan2013-03-23
* Allow the database file to be memory mapped in wal mode.dan2013-03-22
* Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of code that are onlydrh2012-02-24
* Add the sqlite3PagerWalFramesize() function to pager.c. This is used by zipvfs.dan2012-02-23
* Minor changes to fix compilation with SQLITE_OMIT_WAL and SQLITE_OMIT_WSD def...dan2011-12-30
* Enhance the WAL header sync so that it honors the various synchronousdrh2011-12-16
* Enhance WAL mode so that the WAL file honors the journal size limit setdrh2011-05-16
* Modify the interface to the blocking wal-checkpoint functionality.dan2010-11-18
* Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the bus...dan2010-11-16
* If a database file with the WAL flag set is opened in exclusive-locking mode,...dan2010-11-01
* Incremental checkin on pager state refactoring.dan2010-08-03
* Fix some errors when compiling with SQLITE_OMIT_WAL.dan2010-06-28
* Fix a problem with rolling back to a savepoint opened before the writer decid...dan2010-06-02
* Initial code for incremental checkpoint in WAL mode. This check-in compilesdrh2010-05-30
* Change the checksum used in WAL files so that each frames checksum depends on...dan2010-05-24
* Refactoring the VFS-SHM methods used by WAL. This version compiles anddrh2010-05-12
* Changes so that WAL and exclusive-locking mode work together.dan2010-05-11
* Fix problems with recovering wal files that use a page-size other than the de...dan2010-05-04
* Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.dan2010-05-01
* Fix a couple of assert() statements in os_unix.c and wal.c. Combine sqlite3Wa...dan2010-04-30
* Refactor wal.c to use the VFS. This check-in compiles and links and worksdrh2010-04-29
* Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments todrh2010-04-28
* Fixes for problems with small caches and SAVEPOINT rollback in WAL mode.dan2010-04-26
* Change the names of the log.c and log.h source files to wal.c and wal.h.drh2010-04-26