]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2010-04-07  drhEnhance comments on the SrcList object definition to...
2010-04-07  drhFix the trace output of the OP_Function opcode to show...
2010-04-07  danAdd file test_demovfs.c, containing a simple VFS implem...
2010-04-06  drhVeryquick.test is now working. The SQLITE_STMTSTATUS_A...
2010-04-06  drhRuns quicktest without hitting an assert now. Some...
2010-04-06  drhProgress toward getting automatic indices to work....
2010-04-06  drhAutomatically generate transient indices for tables...
2010-04-05  drhMinor comment changes to the OP_OpenEphemeral header...
2010-04-03  drhSilently abandon a rollback if the journal has been...
2010-04-02  drhCheck for a failure in the call to sqlite3PagerPagecoun...
2010-04-02  drhTake care to avoid a buffer over-read when adding a...
2010-04-02  drhIf the size of the database according to the header...
2010-04-02  drhPager changes for code coverage testing.
2010-04-01  drhDisable the corruptE.test script when ENABLE_OVERSIZE_C...
2010-04-01  drhZero the filesize-in-header word for bigfile.tcl. ...
2010-04-01  drhDo not journal the content of freelist leaf pages....
2010-04-01  drhRemove a NEVER in sqlite3PagerPagecount() that can...
2010-04-01  drhRestore the size information in the BtShared structure...
2010-03-31  drhMake sure an OOM error on sqlite3PagerPagecount() is...
2010-03-31  drhReport corruption if a database contains a reference...
2010-03-31  drhClarification of the implementation of SQLITE_STMTSTATU...
2010-03-31  danClear the column cache before populating aggregate...
2010-03-31  drhDocumentation enhancements for the sqlite3_log() interf...
2010-03-31  drhInclude shell.c and sqlite3.def in the amalgamation...
2010-03-31  drhIncrease test coverage following the introduction of...
2010-03-30  drhContinuing refinements to the filesize-in-header enhanc...
2010-03-30  drhAdd a NEVER macro around a test in btree.c that can...
next