]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-07-11  drhRemove an unused parameter from the accessPayload(...
2009-07-11  danielk1977Fix a case where deleting a row from a corrupt database...
2009-07-11  drhBug fix in the computation of the number of pages to...
2009-07-11  drhUnwind some complex conditions in sqlite3BtreeDelete...
2009-07-11  danielk1977Remove another unreachable branch from btree.c. (CVS...
2009-07-11  danielk1977Modify the integrity-check code so that each b-tree...
2009-07-11  danielk1977Remove unreachable condition from btree.c. (CVS 6876)
2009-07-10  drhFix a pager reference count leak in btree that occurs...
2009-07-10  danielk1977Fix a double-free that can occur when using the fts3...
2009-07-10  drhSimplifications to the PRAGMA integrity_check logic...
2009-07-09  drhFix two faulty assert() statements btree. (It was...
2009-07-09  danielk1977Remove an unused branch from btree.c. (CVS 6871)
2009-07-09  danielk1977In btree.c, have setSharedCacheLock() assume that the...
2009-07-09  danielk1977Restore (btree_set_cache_size) to test3.c. This is...
2009-07-09  shaneremoved the test function sqlite3BtreeFlags() (test...
2009-07-09  shaneremoved unused functions from test3.c (test code only...
2009-07-09  drhSimplifications and additional testcase() macros for...
2009-07-08  danielk1977Fix a typo in (6861): "ifndef SQLITE_TEST" -> "ifdef...
2009-07-08  danielk1977Revert part of (6860) that was accidentally checked...
2009-07-08  drhAdd another boundary-condition testcase() macro to...
2009-07-08  drhImprovements to comments in btree.c:freeSpace(). Added...
2009-07-08  drhComment out sqlite3BtreeFlags() when not in debug mode...
2009-07-08  danielk1977Fix error handling in sqlite3BtreePutData(). (CVS 6860)
2009-07-08  danielk1977Remove an ALWAYS clause that could be false if an IO...
2009-07-08  drhSimplifications to sqlite3BtreeInsert() and allocateSpa...
2009-07-07  drhImprovements to corrupt database detection in defragmen...
2009-07-07  danielk1977Do not load the root-page of a b-tree table/index when...
2009-07-07  danielk1977If an error occurs in PagerBegin(), call pager_end_tran...
2009-07-07  drhFix a reference count problem following database corrup...
2009-07-07  drhSimplifications to btree.c and vdbeaux.c in support...
2009-07-06  drhFix the pager so that it remembers the name of the...
2009-07-06  drhFix the backup logic so that it detects a failure to...
2009-07-06  danielk1977Make the sqlite3BtreeMoveto function static, since...
2009-07-06  drhSimplifications and comment cleanup in vdbeaux.c. ...
2009-07-04  danielk1977Remove unreachable code from function btreeCursor(...
2009-07-04  danielk1977Remove a redundant branch from btree.c. (CVS 6847)
2009-07-03  drhRemove two unused fields from the Parse structure....
2009-07-03  drhRemove unused code (that was commented out) from prepar...
2009-07-03  drhCause sqlite3_exec() to return SQLITE_NOMEM if it canno...
2009-07-03  drhRemove an unused variable from the test code in test3...
2009-07-03  drhAdd a version of the Lemon parser template "lempar...
2009-07-03  danielk1977Simplify the way the read-uncommitted flag is handled...
2009-07-03  drhMake explicit the restrictions on UPDATE, DELETE, and...
2009-07-03  drhTest the result of pthread_create() and do not call...
2009-07-02  danielk1977Fix to sqlite3AuthRead to accommodate "new" or "old...
2009-07-02  danielk1977When a b-tree transaction is committed when there are...
2009-07-02  danielk1977Cause opening a transaction on a sharable b-tree module...
2009-07-02  danielk1977Fix for compilation with OMIT_AUTOVACUUM defined. Ticke...
2009-07-01  danielk1977Change to test code and scripts allowing memsys3 to...
2009-07-01  danielk1977Fix a 1-byte buffer overwrite that can occur when a...
2009-07-01  danielk1977Report an error if a USING or ON clause is specified...
2009-07-01  danielk1977Do not ignore alias "a" in a query of the form "SELECT...
2009-06-29  danielk1977Cause incremental-blob read/write operations lock share...
2009-06-27  drhVersion 3.6.16 (CVS 6829)
2009-06-27  drhFix an instance where sqlite3JumpHere() might be called...
2009-06-27  drhFix a bug in sqlite3_realloc() - if called with a size...
2009-06-26  drhRemove incorrect NEVER() macros from malloc.c. The...
2009-06-26  shaneRemoved a few compiler warnings under MSVC. (CVS 6825)
2009-06-26  drhRemove the priorNewRowid field from the sqlite3 structu...
2009-06-26  shaneSkip a couple tests requiring working 64bit int support...
2009-06-26  drhWhen sqlite3VdbeAddOp() fails due to an OOM fault,...
2009-06-26  danielk1977Fix a test script problem in exclusive.test. (CVS 6821)
2009-06-26  drhFix the new pager.c changes so that they compile with...
2009-06-26  danielk1977Another change to test_journal.c to account for (6817...
2009-06-26  danielk1977Update test_journal.c to account for (6817). Changes...
2009-06-26  danielk1977Avoid writing the 8-byte journal-header magic until...
2009-06-25  danielk1977Fix a problem with a return code being ignored in inser...
2009-06-25  drhGet the notify2.test running again by removing an ALWAY...
2009-06-25  danielk1977Replace an "if" condition that is always true in btree...
2009-06-25  drhImproved handling of oversize string and blob errors...
2009-06-24  drhRemove an ALWAYS() macro from vdbe.c that sometimes...
2009-06-24  drhDisable the new malloc-37 test when locking_mode==exclu...
2009-06-24  drhRemove a declaration of the sqlite3Assert() function...
2009-06-24  drhRemove the sqlite3Assert() function. The ALWAYS()...
2009-06-24  danielk1977Simplify things by rolling the functionality of balance...
next