]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-05-21  danRemove entries from wal-index hash tables when a rollba...
2010-05-21  drhFix the wal-index header read routine so that it correc...
2010-05-20  drhAdd a new xShmBarrier method to the VFS - a shared...
2010-05-20  drhMake use of the extra information in the WAL header...
2010-05-20  drhConvert the wal-header and frame-header to 24 bytes...
2010-05-19  shanehMerge WIN32 WAL support into trunk. Still some issues...
2010-05-19  drhAdd the SQLITE_FCNTL_SIZE_HINT to the os_win.c VFS.
2010-05-19  drhAdd the SQLITE_FCNTL_SIZE_HINT operator to sqlite3_file...
2010-05-19  drhFix a bug in the new checkpoint computation. Also...
2010-05-19  drhRevise the checksumming algorithm in wal.c. More varia...
2010-05-19  drhRefactoring some variable names in wal.c.
2010-05-19  drhAdd a large comment to wal.c describing the WAL and...
2010-05-18  drhUpdate the wal-index hash format so that hash-table...
2010-05-18  drhRefactoring of the WalIterator implementation.
2010-05-18  drhMark the shared-memory in the WAL implementation as...
2010-05-18  drhComment clarifications in wal.c.
2010-05-17  drhRemove an unreachable test from wal.c.
2010-05-15  danAdd a note to the documentation of sqlite3_wal_hook...
2010-05-15  drhSilently ignore errors trying to set the default journa...
2010-05-14  drhFix a typo that (by bad luck) was not a syntax error...
2010-05-14  drhMake sure the value of an INTEGER PRIMARY KEY column...
2010-05-14  drhPull in all the latest changes from the trunk. wal-win32
2010-05-14  drhSimplifications to the SHM implementation in os_unix...
2010-05-14  drhSimplify os_unix.c by removing support for LinuxThreads...
2010-05-14  drhChange the OSTRACEn() macro to OSTRACE(()). Also renam...
2010-05-14  danFix test_osinst.c so that it does not depend on gettime...
2010-05-14  danAdd xShmXXX methods to test_osinst.c.
2010-05-13  drhMake debugging elements of the sqlite3_mutex object...
2010-05-13  drhAllow sqlite3WalCheckpoint() to be called even if the...
2010-05-13  danRemerge mistaken test_osinst.c changes.
2010-05-13  danFix mistake in test_osinst.c.
2010-05-13  drhMake sure xShmGet is never called while already holding...
2010-05-13  drhThe refactored of VFS SHM primitives are now working...
2010-05-13  drhChange the xShmSize() implementation in os_unix.c so... wal-refactor
2010-05-13  danFix for a segfault that can follow a malloc failure.
2010-05-13  danModify the VFS in test_vfs.c to match the refactoring...
2010-05-12  danChange the vfs instrumentation code in test_osinst...
2010-05-12  drhFix for the test_devsym.c test module for the VFS-SHM...
2010-05-12  drhA couple simple fixes to get wal.test mostly working.
2010-05-12  drhRefactoring the VFS-SHM methods used by WAL. This...
2010-05-12  shanehUpdates to WAL support in os_win.c: pulled in latest...
2010-05-12  drhRemove the OP_Variable optimization of check-in [48b77b...
2010-05-12  danRemove a branch made redundant by the earlier exclusive...
2010-05-11  danHave os_unix.c use the suffix "-wal-index" for wal...
2010-05-11  drhWhen an attempt to change journal_mode fails due to...
2010-05-11  danChanges so that WAL and exclusive-locking mode work...
2010-05-11  shanehInitial port of WAL VFS support from os_unix.c to os_win.c.
2010-05-11  shanehUpdates for to WAL TCL test scripts to support running...
2010-05-10  drhFix an off-by-one error while constructing the name...
2010-05-10  danMerge [96d6eaf4d2] and [40b0a6357b].
2010-05-10  drhFix an uninitialized variable in OSX proxy locking.
2010-05-10  danModify the format of the wal-index to use a hash table...
2010-05-10  drhIf an ATTACH command files due to OP_JournalMode but...
2010-05-10  drhEnhance the OP_JournalMode opcode with an ignore-errors...
2010-05-07  drhWhen running a checkpoint while in locking_mode=EXCLUSI...
2010-05-07  drhChange the xShmOpen() method of the VFS to take the...
2010-05-07  drhAdditional tweaks to API documentation. No functional...
2010-05-07  drhUpdates to documentation on the C interfaces supporting...
2010-05-07  danFix a recently introduced problem in wal.test.
2010-05-07  danChange wal.test and walhook.test so that they work...
2010-05-07  danTest another IO error case in wal.c.
2010-05-07  danFix a problem with checkpointing large log files create...
2010-05-07  danSince walIndexTryHdr() can no longer encounter any...
2010-05-07  drhAnother attempt to fix permutations.test so that it...
2010-05-06  drhRemove savepoint6.test from the set of tests run by...
2010-05-06  drhThe PRAGMA journal_mode=WAL; command now makes WAL...
2010-05-06  drhMake sure to do a clean shutdown of the library upon...
2010-05-06  drhExclude all WAL tests from the journaltest permutation.
2010-05-06  shanehChanges to support SQLITE_OMIT_WAL.
2010-05-06  drhUpdates to the VFS SHM locking documentation.
2010-05-06  danInstead of transitioning to RECOVER state from CHECKPOI...
2010-05-06  danIf recovery is run before a checkpoint, change back...
2010-05-06  danOnly pass -1 as the size parameter to xShmGet when...
2010-05-06  danFix a bug whereby an old snapshot could be checkpointed...
2010-05-06  drhAfter throwing an error to say that one cannot change...
2010-05-06  danFurther coverage tests.
2010-05-06  shanehUpdate configure scripts for WAL support.
2010-05-06  danAdd tests to cover a couple of branches in wal.c.
2010-05-06  danUnset a tcl variable before reusing it in wal.test.
2010-05-06  danAdd tests for some lock-contention cases.
2010-05-06  drhRemove the noop-mutex implementations of mutex_held...
2010-05-06  drhAdd two text files containing pager design notes to...
2010-05-06  danAdd test cases to test the libraries handling of corrup...
2010-05-06  danAdd tests for handling errors returned by xShm VFS...
2010-05-05  drhChange the behavior of the sqlite3_wal_hook() callback...
2010-05-05  drhFurther simplifications to the SHM locking logic. ...
2010-05-05  danTest the handling of errors returned by the xShmXXX...
2010-05-05  drhDo not compare page sizes on source and destination...
2010-05-05  drhSimplifications to the SHM locking implementation in...
2010-05-05  drhProhibit backup if the destination is using WAL and...
2010-05-05  danWhen closing a WAL database, if the exclusive lock...
2010-05-05  drhMake sure the page size of the main database is fixed...
2010-05-05  drhDo not attempt to modify the page_size when running...
2010-05-05  drhGet the previous mutex fix working with SQLITE_DEBUG...
2010-05-05  drhWhen the in single-threaded mode, the sqlite3_mutex_all...
2010-05-04  drhWhen sqlite3PagerPagecount() is called without any...
2010-05-04  drhBe sure to release all wal-index locks before closing...
2010-05-04  drhRelax an over-zealous assert() in sqlite3WalUndo().
2010-05-04  drhTake care not to invoke the xShmClose method of the...
2010-05-04  danAdd a test case to verify that log files containing...
next