]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-06-23  drhEnhance autoincrement so that it works with triggers...
2009-06-23  danielk1977Remove a condition from balance_nonroot() that is alway...
2009-06-23  danielk1977Call balance_shallower() from balance_nonroot() instead...
2009-06-23  drhUpdate the configure script for version 3.6.16 (CVS...
2009-06-23  drhUpdate the version number in preparation for the next...
2009-06-23  drhSimplifications to vdbe.c to promote better test covera...
2009-06-23  danielk1977Add a test to verify that #3929 is fixed. (CVS 6801)
2009-06-23  danielk1977Fix a failing assert in btree.c. The same bug was causi...
2009-06-22  drhSimplifications to vdbe.c and it service routines in...
2009-06-22  danielk1977Remove a condition that is always true from btree.c...
2009-06-22  drhMake sure sqlite3BtreeCreateTable() returns an error...
2009-06-22  drhMore simplifications to vdbe.c. Remove a NEVER() from...
2009-06-22  danielk1977If an OOM error occurs just after obtaining a shared...
2009-06-22  drhSimplifications to vdbe.c in support of coverage testin...
2009-06-20  danielk1977When recovering from the error-state in pagerSharedLock...
2009-06-20  danielk1977If after obtaining an exclusive lock to rollback a...
2009-06-19  drhImproved documentation on the VFS methods. Ticket...
2009-06-19  drhDo now allow a COMMIT to occur while even a single...
2009-06-19  drhFix the comment on the sqlite3PExpr() subroutine. ...
next