]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-06-01  danMerge with [15abbc3416]. wal-incr-ckpt
2010-06-01  danIf an attempt to get a read-lock on the WAL fails with...
2010-06-01  drhFix a bug introduced by the previous check-in but only...
2010-06-01  drhFix an off-by-one boundary-value issue in walCleanupHash().
2010-06-01  danDo not hold the shared-memory mutex in os_unix.c if...
2010-06-01  danIf the checkpoint fails to obtain an exclusive lock...
2010-06-01  danFixes to the test cases in wal2.test.
2010-06-01  drhComment edits and cleanup in wal.c. No functional...
2010-06-01  drhAttempt to get the filectrl.test script running.
2010-06-01  drhFix os_unix.c so that it will compile and build on...
2010-05-31  drhFix issues with locking_mode=EXCLUSIVE in WAL.
2010-05-31  drhAdd an "isInit" field in the wal-index header that...
2010-05-31  drhFix an inconsistent #ifdef in wal.c. Fix os_unix.c...
2010-05-31  danAvoid dropping the checkpoint lock after a recovery...
2010-05-31  danZero the checkpoint header as the last step of successf...
2010-05-31  drhGet the new xShmLock interface design working on os_win.c.
2010-05-31  drhMake sure WAL alway requests enough shared-memory space.
2010-05-31  drhRemove the tests that enable tracing based on the exist...
2010-05-31  danUpdate another test case in wal.test.
2010-05-31  drhChange WAL test cases to account for the improved concu...
2010-05-31  drhDo not fail a checkpoint just because active readers...
2010-05-31  drhAdd WALTRACE() macros to help with debugging and analysis.
2010-05-31  danAnother minor fix to checkpoint on the WAL branch.
2010-05-31  danFix a bug in checkpoint introduced by [181ceb32ea].
2010-05-31  danFix some asserts and other things in the new WAL branch.
2010-05-31  danChanges to the way one of the WAL/OOM tests works.
2010-05-31  drhWAL runs but quickly deadlocks.
2010-05-30  drhInitial code for incremental checkpoint in WAL mode...
2010-05-29  danAdd tests to fkey2.test to check that ON CONFLICT claus...
2010-05-29  dani
2010-05-28  danAdd a test to walcksum.test to stress the checksum...
2010-05-26  drhMake sure the wal-index mapping is always large enough...
2010-05-26  drhChange the semantics of xShmGet() such that it will...
2010-05-25  drhUpdated header comments in wal.c. No functional code...
2010-05-25  danAdd a busy-handler to a test case in walthread.test...
2010-05-25  danModify walcrash2.test so that it works with DEFAULT_AUT...
2010-05-25  drhUpdate header comments in wal.c to correctly describe...
2010-05-25  danIf a writer exits unexpectedly in the middle of a trans...
2010-05-25  drhRemove unreachable code associated with WAL from the...
2010-05-24  drhOOM errors during an auto-checkpoint are benign.
2010-05-24  drhRemove the walmode.test case from the inmemory_journal...
2010-05-24  drhFix the wal2.test script so that it works in auto_vacuu...
2010-05-24  danChange the checksum used in WAL files so that each...
2010-05-24  drhMake sure a WAL frame of all zeros is detected as an...
2010-05-24  drhFix up test_osinst.c to work with SQLITE_OMIT_VIRTUALTABLE.
2010-05-24  danChange the WAL file format to support two kinds of...
2010-05-22  danAdd a couple of missing methods to test_osinst.c..
2010-05-22  drhAdd several EXPENSIVE_ASSERT code blocks to validate...
2010-05-21  danFix another bug in walClearHash().
2010-05-21  drhComment out the SQLITE_FCNTL_SIZE_HINT from os_unix...
2010-05-21  danCorrect an off-by-one bug in the previous commit.
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...
next