๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/instr
/
src
/
wal.h
7070860
Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of code that are only
by drh
ยท 14 years ago
b3bdc72
Add the sqlite3PagerWalFramesize() function to pager.c. This is used by zipvfs.
by dan
ยท 14 years ago
0420b74
Minor changes to fix compilation with SQLITE_OMIT_WAL and SQLITE_OMIT_WSD defined.
by dan
ยท 14 years ago
4eb02a4
Enhance the WAL header sync so that it honors the various synchronous
by drh
ยท 14 years ago
wal-header-sync
85a8375
Enhance WAL mode so that the WAL file honors the journal size limit set
by drh
ยท 15 years ago
cdc1f04
Modify the interface to the blocking wal-checkpoint functionality.
by dan
ยท 15 years ago
a58f26f
Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file.
by dan
ยท 15 years ago
8c40800
If a database file with the WAL flag set is opened in exclusive-locking mode, use heap memory to store the wal-index instead of shared-memory.
by dan
ยท 15 years ago
763afe6
Incremental checkin on pager state refactoring.
by dan
ยท 15 years ago
38e1a27
Fix some errors when compiling with SQLITE_OMIT_WAL.
by dan
ยท 15 years ago
6e6bd56
Fix a problem with rolling back to a savepoint opened before the writer decided to wrap the log file.
by dan
ยท 16 years ago
73b64e4
Initial code for incremental checkpoint in WAL mode. This check-in compiles
by drh
ยท 16 years ago
71d8991
Change the checksum used in WAL files so that each frames checksum depends on the content of the WAL header and all frame headers and content up to and including the frame to which the checksum is attached.
by dan
ยท 16 years ago
d9e5c4f
Refactoring the VFS-SHM methods used by WAL. This version compiles and
by drh
ยท 16 years ago
5543759
Changes so that WAL and exclusive-locking mode work together.
by dan
ยท 16 years ago
b6e099a
Fix problems with recovering wal files that use a page-size other than the default.
by dan
ยท 16 years ago
5cf5353
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.
by dan
ยท 16 years ago
4c97b53
Fix a couple of assert() statements in os_unix.c and wal.c. Combine sqlite3WalIsDirty() with sqlite3WalUndo().
by dan
ยท 16 years ago
7ed91f2
Refactor wal.c to use the VFS. This check-in compiles and links and works
by drh
ยท 16 years ago
833bf96
Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to wal.h.
by drh
ยท 16 years ago
4cd78b4
Fixes for problems with small caches and SAVEPOINT rollback in WAL mode.
by dan
ยท 16 years ago
c438efd
Change the names of the log.c and log.h source files to wal.c and wal.h.
by drh
ยท 16 years ago
[Renamed (72%) from src/log.h]
74d6cd8
Fix bugs in WAL mode rollback.
by dan
ยท 16 years ago
3306c4a
Fixes and tests for backup of a WAL database.
by dan
ยท 16 years ago
8d22a17
Add the sqlite3_log_hook() interface for scheduling checkpoints.
by dan
ยท 16 years ago
c511878
Do not sync any files in wal mode if "PRAGMA synchronous=off" is set. If files are synced, pass either SQLITE_SYNC_FULL or SQLITE_SYNC_NORMAL to the xSync() callback as configured by "PRAGMA fullfsync".
by dan
ยท 16 years ago
64d039e
Add experimental locking scheme.
by dan
ยท 16 years ago
6700d02
Add "log.h", which should have been part of the previous commit.
by dan
ยท 16 years ago