]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-07-05  danAdd any files specified as part of the QUICKTEST_INCLUD...
2010-07-05  danFix typos in permutations.test.
2010-07-03  danDo not run the memsubsys1.test script under the memsubs...
2010-07-03  drhRemove the unused xRename() method from the sqlite3_vfs...
2010-07-03  danFurther changes to test scripts so that the "inmemory_j...
2010-07-03  danFix a bug in the permutations.test script.
2010-07-03  danFix an assert in pager.c. And various test cases that...
2010-07-03  danFix an assert in pager.c. And various test cases that...
2010-07-03  drhCherry-pick the correct changes out of the recent ...
2010-07-03  drhRemove code accidently appended to pager.c.
2010-07-03  drhPrint the SQLite source_id() string when running speed...
2010-07-03  danFix an assert() in pager.c added by the previous commit...
2010-07-03  danDo not attempt to open a WAL file for an in-memory...
2010-07-03  danChange code in OP_Rewind to avoid a valgrind warning...
2010-07-03  drhFix a buffer overrun in the where.c. Problem detected...
2010-07-02  shanehChanges to os_win.c to have it return same error code...
2010-07-02  drhOmit the OP_JournalMode opcode from the VDBE when SQLIT...
2010-07-02  danFix a bug in test_vfs.c causing an assert to fail....
2010-07-02  danDo not run the tests in notify3.test unless the unlock...
2010-07-02  drhTake out the incomplete initializer on the constant...
2010-07-02  shanehFix a couple more compiler warnings under MSVC.
2010-07-02  drhFix compiler warnings in the proxy locking code.
2010-07-02  drhRemove a couple of C++ style comments from pager.c.
2010-07-02  shanehFix some warnings when compiling under MSVC.
2010-07-02  danAdd initializers for the xShmXXX() members to an sqlite...
2010-07-02  drhRemove an unused call to sqlite3PageBegin() from pager_...
2010-07-02  danRun tkt-9d68c883.test along with the other pager.c...
2010-07-02  danAdditional test cases to cover branches in pager.c.
2010-07-02  drhAdd a NEVER to sqlite3PagerCommitPhaseTwo() because...
2010-07-01  drhIf you delete a database file but not its *-wal file...
2010-07-01  danAdd tests to pager1.test and pagerfault.test.
2010-07-01  danAdd pager test cases. Change a condition in pager.c...
2010-06-30  danAdd further test cases. Fix an assert() in pager.c.
2010-06-30  danDo not call pager_open_journal() from within PagerBegin...
2010-06-30  danAdd coverage test cases. Have sqlite3_backup_step(...
2010-06-29  danAdd tests to pager1.test and pagerfault.test.
2010-06-28  danAdd extra pager tests.
2010-06-28  danFix some errors when compiling with SQLITE_OMIT_WAL.
2010-06-28  danRemove debugging code from test script.
2010-06-28  danCurrently, if SQLite cannot find a table or index refer...
2010-06-26  drhMake walIndexTryHdr() a private function. Fix an issue...
2010-06-26  drhSuppress various compiler warnings.
2010-06-26  drhFix two asserts on the scratch allocator to allow for...
2010-06-26  drhSuppress a couple uninitialized variable warnings.
2010-06-26  danAdd test file tkt-d11f09d36e.test.
2010-06-26  drhRemove a NEVER() in pager that can in fact be reached...
2010-06-26  danFix a case where the doNotSyncSpill flag may remain...
2010-06-26  danWhen synchronous=NORMAL, use the same journal file...
2010-06-25  danFurther test cases for pager1.test and pagerfault.test.
2010-06-25  danReduce the average (but not maximum) size of the alloca...
2010-06-25  danReduce the size of the large allocation (approx 8KB...
2010-06-25  drhFix up a branch in sqlite3ValueFromExpr() so that we...
2010-06-25  drhChange the name of the shared-memory file on windows...
2010-06-25  danModify the merge-sort in wal.c so that it does not...
2010-06-24  danAdd test cases to pager1.test and pagerfault.test.
2010-06-24  drhRevert to allowing a cache spill during writes of multi...
2010-06-24  danModify ctime.test to work with SQLITE_THREADSAFE=2.
2010-06-24  drhDisable memory-pressure induced cache spill during...
2010-06-24  danAdd a coverage test to pagerfault.test.
2010-06-24  danAdd coverage tests. Remove a NEVER macro from pager...
2010-06-24  drhMake sure the wal-index reader detects an incorrect...
2010-06-23  drhFix and/or improve comments in wal.c. No code changes.
2010-06-23  danAdd test case for SQLITE_FULL errors to pagerfault...
2010-06-23  drhInclude the SOURCE_ID value in the log messages output...
2010-06-23  drhAdjust the shared-memory locking range to account for...
2010-06-23  danAdd a version number to the wal-index header. If SQLite...
2010-06-23  drhFix the xCurrentTimeInt64 interface on windows. It...
2010-06-23  drhSimplifications to the pager_delmaster() implementation.
2010-06-22  drhDisable code used only by the codec when the codec...
2010-06-22  danAdd codec support to wal mode.
2010-06-22  drhWhen trying to transition from journal_mode MEMORY...
2010-06-22  danSome changes to test scripts related to codec enabled...
2010-06-22  dani
2010-06-21  drhMinor tweaks to get the pager working for corner cases...
2010-06-21  drhFix comment inside the pager_unlock() routine. Always...
2010-06-21  danAdd test cases to pager1.test and pager2.test.
2010-06-21  drhMerge the experimental UNDELETABLE_WHEN_OPEN optimizati...
2010-06-21  danChange things so that journal2.test works with ENABLE_A...
2010-06-21  danAdd further pager tests.
2010-06-21  danMerge latest trunk change.
2010-06-21  danFix jrnlmode2.test so that it works on systems where...
2010-06-19  drhFix an uninitialized variable in os_unix.c.
2010-06-19  danFix an assert() failure that could occur if compiling...
2010-06-19  danChange the name of IOCAP_SAFE_DELETE to IOCAP_UNDELETAB...
2010-06-19  danAdd tests to pager1.test and pagerfault.test.
2010-06-19  drhChange the unix VFS to always allocate shared-memory...
2010-06-19  danAdd tests to pager1.test and pagerfault.test.
2010-06-18  danAdd tests to pager1.test.
2010-06-18  danRearrange some code in OP_JournalMode to avoid incorrec...
2010-06-18  danChange the implementation of the unix implementation...
2010-06-17  danApply [b9b11855e8] (the alternate fix to [fc62af4523...
2010-06-17  danMerge trunk change [7c3a86b9c7].
2010-06-17  danA different fix to [fc62af4523]. When changing from...
2010-06-17  drhFix the tkt-fc62af4523.test to work around non-randomne...
2010-06-17  danFix bug in journal2.test.
2010-06-17  danMerge trunk updates with experimental branch.
2010-06-17  danDo not delete the journal file in "PRAGMA journal_mode...
2010-06-17  danAdd test case for [fc62af4523].
2010-06-17  danMerge fix [f80c3f922a] with experimental changes.
2010-06-17  drhBug fix: Only trust the database size number at offset...
next