]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-07-30  drhRemove a test from sqlite3PagerCommitPhaseOne which...
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 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  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  drhDo not allow automatic indices for the RHS of IN expres...
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...
2010-07-16  danFix a problem with wal4.test caused by changes in the...
2010-07-16  danFix a test script bug uncovered by [a121cd80c5] that...
2010-07-15  drhPrevious check-in [534aab837e] accidently reverted...
2010-07-15  drhOptionally support shared-memory in /dev/shm or other...
2010-07-15  danChanges to wal.c so that SQLite can read even if the...
2010-07-15  danHandle the case where xShmMap returns SQLITE_BUSY.
2010-07-15  danWhen creating a journal file on unix, attempt to create...
2010-07-15  danChange a comment inside a block of code in parse.y...
2010-07-14  drhFix a typo in a comment in os_unix.c.
2010-07-14  drhThe expression list on the RHS of an IN operator can...
2010-07-14  drhAdditional test cases and evidence marks for the empty...
2010-07-14  drhMake the result of an IN or NOT IN expression with...
2010-07-14  danFix an assert() failure in wal2.test caused by messing...
2010-07-14  danTest the libaries response to read-only or unreadable...
2010-07-14  danOn unix, try to create the *-wal and *-shm files with...
2010-07-14  danAdd tests to pagerfault.test.
2010-07-14  danTest that a corrupted WAL hash-table does not put the...
2010-07-14  danFix a typo in the IS_BIG_INT macro used by coverage...
2010-07-14  drhFix the unix driver to return an I/O error if unlink...
2010-07-14  drhRemove the xShmOpen method from the VFS. Shared-memory...
2010-07-14  drhChange the name of the xShmClose VFS method to xShmUnma...
2010-07-13  drhTweaks to the new shared-memory interface design -...
2010-07-13  danFix a typo in a comment in sqlite.h.in.
2010-07-13  danChanges so that the xShmOpen VFS method is no longer...
2010-07-13  drhImproved documentation for the SQLITE_ACCESS_* constant...
2010-07-13  danAdd proposed interface change to sqlite.h.in. This...
2010-07-13  danFixes to the pcache10 and pcache90 permutations.
2010-07-13  danFix problems with running the async.test script.
2010-07-12  shanehUpdates to comments and code organization to reflect...
2010-07-12  danFix test_stat.c so that it does not cause compilation...
2010-07-12  drhFix makefiles so that they build sqlite3_analyzer again...
2010-07-12  danIn the async-IO module, do not increment the open file...
2010-07-12  danChanges so that the space-analyzer script works with...
2010-07-09  shanehExclude a few more FTS modules from the "in memory...
2010-07-09  shanehExclude fts3cov.test from the "in memory" permutation...
2010-07-09  shanehFix warning under MSVC.
2010-07-09  drhReformat WAL code for clearer presentation. Update...
2010-07-08  drhAdd a test case to cover code that was left untested...
2010-07-08  shanehFix test case numbering in backup_malloc.test and issue...
2010-07-08  drhChange the journal_mode pragma to remove the "default...
2010-07-08  shanehMerged experimental crashsql() into trunk.
next