]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2010-07-28  shanehModify CLI to optionally display "stats".
2010-07-28  drhLookaside memory is not used to store schemas. Change the
2010-07-28  drhAdd documentation for the SQLITE_STATUS_MALLOC_COUNT...
2010-07-28  danFix errors in wal3.test caused by recent modifications.
2010-07-28  danSupport FCNTL_CHUNK_SIZE on windows too.
2010-07-28  drhDo not allow automatic indices for the RHS of IN expres...
2010-07-27  danMerge trunk changes into experimental branch.
2010-07-27  danAdd experimental unix-only file-control to grow and...
2010-07-27  drhUpdate the makefiles to prefer TCL version 8.5 instead...
2010-07-26  drhFix a bug in the SQLITE_STATUS_MALLOC_COUNT counter...
2010-07-26  drhAdd the SQLITE_STATUS_MALLOC_COUNT option for sqlite3_s...
2010-07-26  drhIncrease the version number to 3.7.1 due to the API...
2010-07-26  drhAdd support for SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_...
2010-07-26  danWhen calculating schema memory, use the actual allocate...
2010-07-26  danAdd virtual table test cases to dbstatus.test.
2010-07-26  drhFurther fixes to the P4_MEM size measurement logic.
2010-07-26  drhFix an issue with P4_MEM and the schema size measuremen...
2010-07-26  drhMake sure sqlite3_free() is not called for P4_MPRINTF...
2010-07-26  danRemove an assert() that uses a variable removed earlier.
2010-07-26  danChange the way SubProgram objects are deleted so that...
2010-07-26  drhUpdate comments to better documentation the new memory...
next