]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-08-14  drhIncorporate fossil-scm version information into the...
2009-08-13  drhFix typos in comments used to generate documentation.
2009-08-13  drhTweak to the new whereB.test file to make it more consi...
2009-08-13  danIf a binary operator in a WHERE clause that should...
2009-08-13  drhEnhancements to the whereB.test to check more affinity...
2009-08-13  drhAdd a test case for the affinity problem reported by...
2009-08-13  drhMerge the accidental fork.
2009-08-13  drhFix a typo on a comment in sqlite3VdbeIntegerAffinity().
2009-08-13  danChanges to the query planner that improve the order...
2009-08-12  shaneFixed some compiler warnings in WINCE only sections...
2009-08-12  drhMake sure the large-file support macros occur first... cvs-to-fossil-cutover
2009-08-11  danielk1977Instead of adding SQLITE_API macros sqlite3.h while...
2009-08-10  drhReduce the maximum supported sector size to 64KiB....
2009-08-10  drhVersion 3.6.17 (CVS 6969)
2009-08-10  danielk1977Update a couple of tests in corrupt7.test to account...
2009-08-10  danielk1977Exclude a static function in test1.c from the build...
2009-08-10  danielk1977Change mallocI.test to close a database connection...
2009-08-10  shaneRemoved some warnings from the MSVC compile. (CVS 6965)
2009-08-10  shaneFixed "Interlocked" logic error that prevented the...
2009-08-08  drhSuppress various compiler warnings. (CVS 6963)
2009-08-07  danielk1977Enhancement to (6844). If sqlite3_exec() is to return...
2009-08-06  danielk1977Mark the rtreeUpdate function as static. (CVS 6961)
2009-08-06  drhAlternative fix for ticket #3810. This is a replacemen...
2009-08-06  drhChange a hyperlink label on shared cache mode documenta...
2009-08-05  shaneSimplified conditional for read-only lock in winceLockF...
2009-08-01  drhMake sure all database connections are closed at the...
2009-08-01  drhReturn a better error message when problems are encount...
2009-08-01  drhAdd a testcase for ticket #3810. (CVS 6955)
2009-08-01  drhFix a segfault following OOM that was introduced by...
2009-08-01  drhIncrement the version number in preparation for the...
2009-07-31  danielk1977Fix a bug in where.c that could cause SQLite to write...
2009-07-29  danielk1977Add a test to mallocI.test to show that a shared lock...
2009-07-28  danielk1977Add the experimental API sqlite3_strnicmp(). Modify...
2009-07-28  danielk1977When flattening a SELECT query, do not discard collatio...
2009-07-28  shaneFixed reversed labels in WHERETRACE() statement. Debug...
2009-07-27  danielk1977If there is a hot-journal in the file-system, a connect...
2009-07-27  danielk1977Do not simulate OOM conditions in the sqlite3OsXXX...
2009-07-27  danielk1977When extracting values from a record to use in an UPDAT...
2009-07-25  drhThe noReadlock property on a pager object implies the...
2009-07-25  drhRemove obsolete assert and testcase macros related...
2009-07-25  drhAdjust memory size computations to avoid a conditional...
2009-07-25  danielk1977Change an unreachable condition in PagerSharedLock...
2009-07-25  drhChange a condition to a '%' operator in bitvec.c. ...
2009-07-25  drhMore simplifications to pager.c. (CVS 6939)
2009-07-25  drhSimplifications and comment improvements to pager.c...
2009-07-25  drhAdd a NEVER() on an always-false conditional in pager.c.
2009-07-25  danielk1977Remove the "proc zeroblob" implementation from incrvacu...
2009-07-25  danielk1977Add files that should have gone in with the previous...
2009-07-25  danielk1977Add a complex assert() that checks a pager invariant...
2009-07-25  drhAdd assert() statements to more tightly constrain the...
2009-07-25  drhRemove two more overzealous assert() statements. (CVS...
2009-07-25  drhRemove an overzealous assert() from pager.c. (CVS 6931)
2009-07-24  drhFix an issue with the previous check-in, (6929). (CVS...
2009-07-24  drhFurther simplifications to pager.c in support of struct...
2009-07-24  danielk1977Allow virtual tables to be used in shared-cache mode...
2009-07-24  drhSimplifications to pager.c in support of structural...
2009-07-24  drhSimplifications and comment improvements in pager.c...
2009-07-23  drhSimplifications and comment enhancements on btree.c...
2009-07-22  danielk1977Modify mksqlite3c.tcl so that it inserts SQLITE_API...
2009-07-22  drhSimplifications to btree.c in support of coverage testi...
2009-07-22  danielk1977Avoid leaving a suspect page in the page-cache if an...
2009-07-22  danielk1977Fix a double-free that can occur after database corrupt...
2009-07-22  drhAdd a NEVER() macro around a pager.c conditional that...
2009-07-22  danielk1977Changes to test code (only) to allow veryquick.test...
2009-07-22  drhRemove an ALWAYS() from a condition that can in fact...
2009-07-22  drhFurther simplifications to btree.c, especially the...
2009-07-21  danielk1977Change getAndInitPage() (btree.c) to use only PagerAcqu...
2009-07-21  drhAdditional simplifications to btree.c in support of...
2009-07-21  drhRemove an assert() in btree.c which is no longer true...
2009-07-21  drhChanges to btree.c in support of coverage testing....
2009-07-20  drhReverse the order of two conditionals in a test in...
2009-07-20  drhModify various routines inside btree.c to take a pointe...
2009-07-20  drhUse an ALWAYS() on a conditional in btmutex.c that...
2009-07-20  drhCorrections to the comment that is inserted at the...
2009-07-20  drhAlways provide a name for the TEMP database even if...
2009-07-18  drhCode tweaks in support of full-coverage testing. (CVS...
2009-07-18  danielk1977Add some code to sqlite3VdbeMemSetZeroBlob() so that...
2009-07-18  danielk1977When the asynchronous IO backend opens a file with...
2009-07-18  danielk1977Changes to test scripts so that (make test) works when...
2009-07-17  danielk1977Fix a subtle problem that can occur when a transaction...
2009-07-17  danielk1977Return a meaningful error message if a keyword is used...
2009-07-17  shaneSkip all tests in tableapi.test if SQLITE_OMIT_GET_TABL...
2009-07-17  drhCode simplifications in support of structural testing...
2009-07-16  drhCode simplifications and comment improvements in suppor...
2009-07-16  drhRemove an unused variable from sqlite3ExprListDup(...
2009-07-15  drhFix a potential database corruption following DROP...
2009-07-15  drhSimplifications to btree.c in support of structural...
2009-07-15  drhRemove an assert() from vdbeaux.c that might not be...
2009-07-15  drhAdded the SQLITE_TESTCTRL_RESERVE option to sqlite3_tes...
2009-07-14  drhAdd comments and assert() statements to show that the...
2009-07-14  drhSimplifications to the PRAGMA integrity_check logic...
2009-07-14  drhSimplifications and tweaks to vdbeaux.c resulting from...
2009-07-14  drhMake sure the IN operator works with zeroblobs. Ticket...
2009-07-13  drhRemove the SQLITE_CommitBusy flag. This was an attempt...
2009-07-13  danielk1977Change an unreachable condition in btree.c to a NEVER...
2009-07-13  danielk1977In sqlite3PagerWrite(), do not set the PGHDR_NEED_SYNC...
2009-07-13  danielk1977Remove an assert ("assert( subpage>0 )") from btree...
2009-07-13  danielk1977Remove a case from BtreeMovetoUnpacked() that is unreac...
2009-07-12  drhSimplifications to btree.c to help facilitate coverage...
2009-07-12  drhWhen an OOM fault occurs while moving a page for autova...
next