]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-04-29  danFix a but in the WAL checkpoint code causing SQLite...
2010-04-29  danAdd tests to walthread.test.
2010-04-28  danAdd a test to walthread.test for changing between WAL...
2010-04-28  danMerge two "wal"
2010-04-28  danChange walthread.test so that tests can be run with...
2010-04-28  drhChanges to the interface design for the xShmLock method...
2010-04-28  drhRename the sqlite3_log_hook() to sqlite3_wal_hook(...
2010-04-27  danMerge two "wal" leaves.
2010-04-27  danAdd a test to check that a checkpointer releases its...
2010-04-27  danFix a problem with identifying a corrupt database in...
2010-04-27  drhAdd the xShmRelease() method to the VFS. The os_unix...
2010-04-27  danRun trans.test and avtrans.test as part of the "wal...
2010-04-27  danFix a problem that occurs when one process causes the...
2010-04-27  drhMerge in recent changes from the trunk
2010-04-26  drhOptimization: Convert an ORDER BY clause into a no...
2010-04-26  danDo not attempt to set journal_mode=wal on :memory:...
2010-04-26  drhChange the default_cache_size pragma to always store...
2010-04-26  drhIdentify the SQLite version meta-value entry in the...
2010-04-26  danFixes for problems with small caches and SAVEPOINT...
2010-04-26  drhFurther enhancements to the showdb utility: A page...
2010-04-26  drhEnhancements to the showdb.c utility program. Automati...
2010-04-26  danAdd the "wal" permutation to run existing test files...
2010-04-26  danAdd mutexes to fix a race condition in wal.c. This...
2010-04-26  drhChange the names of the log.c and log.h source files...
2010-04-26  drhBegin moving WAL-specific I/O into the VFS. This check...
2010-04-25  drhRemove an unreachable branch from the function initiali...
2010-04-24  danAdd comment explaining checksum mechanism.
2010-04-24  danFix bugs in WAL mode rollback.
2010-04-24  danMerge with [0291ed974d].
2010-04-24  drhWhen commands such as ALTER TABLE and VACUUM use SQL...
2010-04-24  danMerge with [e79dac3c2f].
2010-04-24  danReserve some space at the start of the log-summary...
2010-04-23  danFixes and tests for backup of a WAL database.
2010-04-23  shanehMerge of notify.c changes from experimental.
2010-04-23  danAdd very simple test cases for backup and VACUUM of...
2010-04-22  danCreate a version of the log checksummer that works...
2010-04-22  danFurther tests and changes related to switching between...
2010-04-21  danTests for (and changes to) the code to switch between...
2010-04-21  danIf, after obtaining a SHARED lock, there exists a ...
2010-04-21  danMinor changes to test cases to account for the fact...
2010-04-20  danUse the read and write version fields of the database...
2010-04-19  danAdd the sqlite3_log_hook() interface for scheduling...
2010-04-17  danAdd some comments regarding file-locks to log.c.
2010-04-17  danDo not sync any files in wal mode if "PRAGMA synchronou...
2010-04-17  drhIt is possible for sqlite3.pUnlockConnection to be...
2010-04-17  danMerge with trunk commit [3e646e3f4c].
2010-04-17  danIn synchronous=normal mode, do not sync the log after...
2010-04-17  drhChange sqlite3_step() so that it automatically calls...
2010-04-17  danEnhancements to wal-mode locking scheme.
2010-04-16  shanehChanges for branch coverage of notify.c. Fixed quirk of
2010-04-16  danChange the log file format to include a small (12 byte...
2010-04-16  danFix bug in log recovery (last frame in log was being...
2010-04-15  drhDisable query flattening when the outer query is a...
2010-04-15  danAllow writers to write dirty pages to the log mid-trans...
2010-04-15  danMerge two leaves on the WAL branch.
2010-04-15  drhThe query planner fix of check-in [33b1f584ef] should...
2010-04-15  drhFix a problem in the result set size estimation logic...
2010-04-15  danChange the way checksums are calculated.
2010-04-15  drhBring over the recent query planner enhancements from...
2010-04-15  drhFurther refinements to table order selection on join...
2010-04-14  drhThe query planner uses non-indexable WHERE clause terms...
2010-04-14  danAdd tests and fix bugs in WAL locking mechanism.
2010-04-14  danAdd tests to check inter-process WAL locking.
2010-04-14  danImprove the logLockRegion() function in log.c.
2010-04-14  danFixes for locking issues in WAL mode.
2010-04-13  danAdd experimental locking scheme.
2010-04-13  drhFix an uninitialized variable in readDbPage of pager.c.
2010-04-13  danRemove old code to interpret an argument (no longer...
2010-04-13  danFix other problems in the WAL test scripts.
2010-04-13  danFix test script issues preventing walthread.test from...
2010-04-13  danFix a pager bug introduced by the wal code.
2010-04-13  danSync wal branch with [012cf101bf].
2010-04-13  danTest that the rollback-hook is invoked if a commit...
2010-04-12  drhAdd e_fts3.test to the set of tests excluded from the...
2010-04-12  drhRecent changes cause the xSync method of the memory...
2010-04-12  drhClear a global variable in e_fts3.test before it is...
2010-04-12  drhRemove duplicate secure_delete pragma implemention.
2010-04-12  danAdd "log.h", which should have been part of the previou...
2010-04-12  danImport experimental write-ahead-logging code.
2010-04-12  danFix a problem where a process in exclusive mode could...
2010-04-12  drhReset the simulated device in the test harness to its...
2010-04-10  drhFix issues and clarify the operation of pager_playback_...
2010-04-09  drhAdd a test case for the OOM-fault corruption issue.
2010-04-09  drhCandidate fix for a pager bug associated with sqlite3Pa...
2010-04-09  drhAvoid unnecessary calls to sqlite3_step() with null...
2010-04-08  drhFix a typo in a comment. No changes to code.
2010-04-08  drhFix code coverage problems in where.c.
2010-04-08  drhAdditional automatic index tests.
2010-04-08  drhNew test cases for automatic indices. New testcase...
2010-04-08  drhFix the computation of the number of rows in a table...
2010-04-08  drhFix an integer overflow bug in the automatic index...
2010-04-08  drhAdd testcase() macros to the automatic index logic...
2010-04-08  drhMake sure F_OK, R_OK, and W_OK are defined in test_demo...
2010-04-08  drhMerge automatic index changes into the trunk.
2010-04-08  drhWhen constructing automatic indices do not include...
2010-04-07  drhPull over the latest changes from the trunk.
2010-04-07  drhWhen rolling back a savepoint to the beginning of the...
2010-04-07  drhAdd an interface to the SQLITE_STMTSTATUS_AUTOINDEX...
2010-04-07  drhWrap all automatic index changes inside SQLITE_OMIT_AUT...
2010-04-07  drhMake sure that all automatic indices are covering indic...
next