]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2010-07-26  drhMake sure all memory from sqlite3DbMalloc() is freed...
2010-07-24  drhMake sure all memory from sqlite3DbMalloc() is freed...
2010-07-24  danExperimental code to measure memory consumed by databas...
2010-07-23  drhFix a typo in the OS/2 vfs code.
2010-07-23  danMerge two leaves.
2010-07-23  drhStrenghten an assert() in malloc.c that helps to ensure...
2010-07-23  drhRemove additional traces (mostly in comments) of the...
2010-07-23  danAdd a test case to shared.test. No changes to productio...
2010-07-23  danRemove the Table.dbMem variable, as it is no longer...
2010-07-23  danRemove the unused Schema.db variable.
2010-07-22  drhAdd evidence marks to the where.c source file. Comment...
2010-07-22  danMake the sqlite3_db_status() routine threadsafe.
2010-07-22  drhEnhance the LIKE/GLOB query optimization so that it...
2010-07-22  danAdd test/threadtest3.c, containing multi-thread tests...
2010-07-22  drhTry to optimize LIKE and GLOB operators when RHS contai...
2010-07-22  drhTweaks to the virtual table documentation contained...
2010-07-21  drhFix a comment typo. This check-in is 3.7.0 release...
2010-07-20  shanehAdded fix for race conditions from os_unix.c; added...
2010-07-20  danFix a race condition in os_unix.c that may occur when...
2010-07-19  drhUpdate the CLI test scripts for version 3.7.0.
2010-07-19  danUse exit(255) instead of abort() in the tcl [sqlite_abo...
2010-07-19  danChanges to stat.test so that it works with file-format 4.
2010-07-19  danRe-introduce the prefix-search optimization of [feef1b1...
2010-07-19  danEnable previously failing tests in e_expr.test that...
2010-07-19  drhFix a parser bug that was causing the relative preceden...
2010-07-19  drhImprovements to the formatting of parse.out file from...
2010-07-18  drhAdd the -p option to lemon to cause conflicts resolved...
2010-07-17  danAdd new test file e_expr.test.
2010-07-17  danDo not run journal3.test with the inmemory_journal...
next