๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 7070860 Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of code that are only by drh ยท 14 years ago
  2. b3bdc72 Add the sqlite3PagerWalFramesize() function to pager.c. This is used by zipvfs. by dan ยท 14 years ago
  3. 0420b74 Minor changes to fix compilation with SQLITE_OMIT_WAL and SQLITE_OMIT_WSD defined. by dan ยท 14 years ago
  4. 4eb02a4 Enhance the WAL header sync so that it honors the various synchronous by drh ยท 14 years ago wal-header-sync
  5. 85a8375 Enhance WAL mode so that the WAL file honors the journal size limit set by drh ยท 15 years ago
  6. cdc1f04 Modify the interface to the blocking wal-checkpoint functionality. by dan ยท 15 years ago
  7. 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
  8. 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
  9. 763afe6 Incremental checkin on pager state refactoring. by dan ยท 15 years ago
  10. 38e1a27 Fix some errors when compiling with SQLITE_OMIT_WAL. by dan ยท 15 years ago
  11. 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
  12. 73b64e4 Initial code for incremental checkpoint in WAL mode. This check-in compiles by drh ยท 16 years ago
  13. 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
  14. d9e5c4f Refactoring the VFS-SHM methods used by WAL. This version compiles and by drh ยท 16 years ago
  15. 5543759 Changes so that WAL and exclusive-locking mode work together. by dan ยท 16 years ago
  16. b6e099a Fix problems with recovering wal files that use a page-size other than the default. by dan ยท 16 years ago
  17. 5cf5353 Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. by dan ยท 16 years ago
  18. 4c97b53 Fix a couple of assert() statements in os_unix.c and wal.c. Combine sqlite3WalIsDirty() with sqlite3WalUndo(). by dan ยท 16 years ago
  19. 7ed91f2 Refactor wal.c to use the VFS. This check-in compiles and links and works by drh ยท 16 years ago
  20. 833bf96 Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to wal.h. by drh ยท 16 years ago
  21. 4cd78b4 Fixes for problems with small caches and SAVEPOINT rollback in WAL mode. by dan ยท 16 years ago
  22. 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]
  23. 74d6cd8 Fix bugs in WAL mode rollback. by dan ยท 16 years ago
  24. 3306c4a Fixes and tests for backup of a WAL database. by dan ยท 16 years ago
  25. 8d22a17 Add the sqlite3_log_hook() interface for scheduling checkpoints. by dan ยท 16 years ago
  26. 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
  27. 64d039e Add experimental locking scheme. by dan ยท 16 years ago
  28. 6700d02 Add "log.h", which should have been part of the previous commit. by dan ยท 16 years ago