]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-08-18  danDisable the SQLITE_MAX_PAGE_SIZE compile time option...
2010-08-18  shanehFix issue with wal.test on Windows.
2010-08-18  shanehFix some compiler warnings in the MSVC build.
2010-08-17  drhRemove a NEVER() that is actually reachable.
2010-08-17  drhSuppress harmless compiler warning.
2010-08-17  danReturn an error when parsing "?NNN" if NNN is so large...
2010-08-17  drhIt is no longer possible to reach pagerStress() while...
2010-08-17  danIf an SQLITE_FULL error occurs during rollback or journ...
2010-08-17  drhChanges to pager for improved testability.
2010-08-17  danAdd tests for the BETWEEN operator to e_expr.test.
2010-08-17  danInvoke sqlite3_log() whenever one or more frames are...
2010-08-17  danFix some non-ANSI C code in test_demovfs.c. Also change...
2010-08-16  drhRemove an superfluous branch from pager.c.
2010-08-16  danAdd tests for different page sizes to wal.test. Includi...
2010-08-16  danAdd test cases designed to exercise all syntax diagram...
2010-08-16  drhFix a typo in a comment in wal.c. No code changes.
2010-08-16  drhAdd ALWAYS() macros in wal.c to cover branches that...
2010-08-14  drhAdjustments for better 64K page size handling.
2010-08-14  danAdd test case to e_expr.test.
2010-08-14  drhChange sqlite3PagerPagecount() to return void, since...
2010-08-14  drhMinor simplifications to btree.c in support of full...
2010-08-14  drhTweaks to comments in pager.c. Fix two compiler warnings.
2010-08-14  danAdd test cases to e_expr.test.
2010-08-14  danTest that it is possible to drop a trigger while there...
2010-08-13  danAdd tests to test file e_expr.test.
2010-08-13  danDo not apply the flattening optimization if the sub...
2010-08-12  danIf an error occurs in PagerSetPagesize(), set the outpu...
2010-08-12  danAdd coverage tests for pager.c.
2010-08-12  drhIncrease the maximum page size from 32k to 64k.
2010-08-11  danImprove coverage of pager.c.
2010-08-11  danUpdate an r-tree extension test case to account for...
2010-08-11  danUse sqlite3DbFree() instead of sqlite3_free() to free...
2010-08-11  danFixes to tcl test files so that they work in auto-vacuu...
2010-08-11  drhFix memory allocation in proxy locking so that it works...
2010-08-11  danMerge experimental changes into trunk.
2010-08-10  danFix a bug in pager.c causing it to omit the xSync(...
2010-08-10  danAdd variable pager.dbHintSize, used to limit the number...
2010-08-10  danChanges to debugging code in mutex_unix.c and mutex_w32...
2010-08-09  danModify some comments in pager.c.
2010-08-09  danMerge latest trunk changes with experimental branch.
2010-08-09  danFix a memory leak in test_journal.c causing tests to...
2010-08-09  drhFix typos in comments. No functional changes to the...
2010-08-09  danChange to tcl test infrastructure so that --malloctrace...
2010-08-09  drhFix two comment typos that were reported on the mailing...
2010-08-09  danFix a problem causing the return code of an xSync call...
2010-08-09  danIn WAL mode, ignore any error returned by an xFileContr...
2010-08-07  danFix minor problems and update comments in pager.c.
2010-08-07  danFix a problem wherein changing the journal-mode immedia...
2010-08-07  danAdd test case 'cgt_pager_1', intended for use with...
2010-08-06  drhRemove all vestiges of ctype.h from FTS3.
2010-08-06  danFurther enhancements to comments in pager.c.
2010-08-06  danFix some problems with running test scripts with the...
2010-08-06  danMerge trunk changes into experimental branch.
2010-08-06  danDo not run some tests in notify3.test with the inmemory...
2010-08-06  danFurther updates to comments in pager.c.
2010-08-06  danModify test_journal.c to work with pre-allocated databases.
2010-08-06  danFix a bug to do with deleting the journal file when...
2010-08-06  drhChange two automatic array variables into static consta...
2010-08-05  danAdd comments describing UNKNOWN_LOCK to pager.c. Improv...
2010-08-05  danMerge trunk changes with experimental branch.
2010-08-05  danCatch an error code that was not being propagated back...
2010-08-05  danFixes for error handling with temp databases. And for...
2010-08-05  drhMake the size of a Bitvec object 512 bytes on all platf...
2010-08-05  drhDo not read the database file size on a SAVEPOINT rollb...
2010-08-05  drhFix the query planner so that when it has a choice...
2010-08-04  drhIf the outer loop of a join must be a full table scan...
2010-08-04  danFix some problems with error recovery introduced while...
2010-08-04  danWhen opening a write-transaction on a database file...
2010-08-03  danMerge trunk changes into experimental branch.
2010-08-03  danSet the Pager.eState variable to PAGER_ERROR whenever...
2010-08-03  drhFix disabled implementation-mark comments in func.c.
2010-08-03  danAdd comments to clarify the purpose of the pager "error...
2010-08-03  drhFix the REPLACE conflict resolution so that it falls...
2010-08-03  danAdd state diagram to comments in experimental version...
2010-08-03  danIncremental checkin on pager state refactoring.
2010-08-02  danExperimental refactoring of the Pager object state.
2010-08-02  drhModify wal2.test to disable tests requiring TCL 8.5...
2010-08-02  danIn shared-cache mode, do not allow one connection to...
2010-08-01  drhFix a typo in an error message of the TCL interface.
2010-07-30  drhIf a database becomes corrupted such that an index...
2010-07-30  drhFix typos in comments. No code or logic changes.
2010-07-30  drhRemove a test from sqlite3PagerCommitPhaseOne which...
2010-07-30  danRemove variable Pager.needSync, which was almost comple...
2010-07-30  danMerge trunk changes into experimental again.
2010-07-30  danChanges to the comments describing the Pager.setMaster...
2010-07-30  drhCherry-pick the multi-file transaction fix for ticket...
2010-07-30  danAdd the test cases for bug [f3e5abed55].
2010-07-30  danMake sure a connection has an exclusive lock on all...
2010-07-30  danMerge further trunk changes into experimental branch.
2010-07-30  danAdd tests to check that the ICU regexp() function can...
2010-07-30  drhUpdates to the README.txt file for ICU.
2010-07-29  drhUnconditionally include the pTmpSpace size in the estim...
2010-07-29  drhChange the profile timer units back to nanoseconds...
2010-07-29  drhCorrect handling of compound foreign key constraints...
2010-07-28  drhGet SQLITE_OMIT_VIRTUALTABLE working again after being...
2010-07-28  drhFix the dbstatus.test script so that it works correctly...
2010-07-28  danMerge trunk changes into experimental branch.
2010-07-28  drhImprove the accuracy of the Pager heap usage estimate.
2010-07-28  drhAdjust the shell test script "shell4.test" to account...
2010-07-28  drhRecord the pcache allocation size statistics even for...
next