]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-10-30  drhVersion 3.6.16.1 branch_3_6_16
2009-10-29  drhFix a 16-bit integer overflow that might occur in state...
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. ...
2009-06-19  danielk1977If a call is made to sqlite3PagerAcquire when there...
2009-06-19  drhMake sure group_concat() ignores initial NULL values...
2009-06-19  drhReorganize and cleanup the prepared statement object...
2009-06-19  drhFix a possible segfault when backing up an encrypted...
2009-06-19  drhMake sure the sqlite3VdbeGetOp() subroutine works even...
2009-06-18  drhChanges to the backup functionality so that it works...
2009-06-18  drhMove codec management from database connections into...
2009-06-18  drhUpdate the filefmt.test test script to conform to the...
2009-06-18  drhReduce the minimum usable page space to 480 byte from...
2009-06-18  drhRemove the P3 operand from OP_IsNull since it was not...
2009-06-17  drhAvoid an assertion fault if an out-of-memory error...
2009-06-17  drhFix a problem in vdbe.c that could cause a double-free...
2009-06-17  drhUse caution to avoid integer overflow when doing real...
2009-06-17  drhFix a potential segfault following database corruption...
2009-06-17  drhSuppress some -Wextra compiler warnings from GCC. ...
2009-06-17  danielk1977Fix a bug affecting secure-delete mode introduced by...
2009-06-17  danielk1977Fix for #3918. Also, fix the TRACE macros in balance_no...
2009-06-17  drhA minor simplification to the tokenizer. (CVS 6771)
2009-06-17  drhChanges to prepare.c and callback.c to promote better...
2009-06-16  drhChanges sqlite3_prepare_v2() (and related routines...
2009-06-16  danielk1977Changes to balance_nonroot() and BtreeDelete() to simpl...
2009-06-16  shaneFix a link error and warning that can occur in where...
2009-06-16  danielk1977Leave out a redundant line in build.c. Ticket #3916...
2009-06-16  danielk1977Remove a duplicate assert from btree.c. Ticket #3915...
2009-06-15  drhAdditional updates to the symbol resolver and expressio...
2009-06-15  drhChanges to allow a clean compile with no floating-point...
2009-06-15  drhUpdates to resolve.c to facilitate full coverage testin...
2009-06-15  shaneFix compiler warnings with MSVC build. (CVS 6761)
2009-06-15  drhVersion 3.6.15 (CVS 6760) version-3.6.15
2009-06-15  drhUpdate the configuration script for version 3.6.15...
2009-06-14  drhDetect database corruption and abort balance_nonroot...
2009-06-12  drhChange lemon so that it does not generate yytestcase...
2009-06-12  drhThe previous check-in ((6755)) put in more yytestcase...
2009-06-12  drhThe lemon parser generator now inserts yytestcase(...
2009-06-12  drhIn lemon: omit unused entries from the end of the yyFal...
2009-06-12  drhEnable the SQLITE_LIMIT_FUNCTION_ARG limiter. (CVS...
2009-06-12  drhRemove a C++-ism from the code. Ticket #3912. (CVS...
2009-06-12  drhAn additional memory leak in the parser fixed. Ticket...
2009-06-12  drhMake sure nested queries with USING clauses do not...
2009-06-12  drhModifications to the parser to eliminate unreachable...
2009-06-11  drhHonor the SQLITE_OPEN_READONLY flag even on a :memory...
2009-06-11  drhAdd an ALWAYS() to a conditional in where.c. (CVS 6747)
2009-06-11  drhChanges to reenable codec operation and to handle memor...
2009-06-10  drhDo not let the reverse_unordered_selects pragma force...
2009-06-10  drhRemove a NEVER() that can sometimes occur on an OOM...
2009-06-10  danielk1977Minor tweak to balance_quick() to save a few instructio...
2009-06-09  drhRemove the actual checks that verify that memory pools...
2009-06-09  shaneFix compiler warnings with MSVC build. (CVS 6741)
2009-06-09  shaneAvoid a false failure report in the test scripts caused...
2009-06-09  drhRequire that the buffer specified by SQLITE_CONFIG_HEAP...
2009-06-09  drhChanges to tokenize.c to facilitate full coverage testi...
2009-06-09  danielk1977Change savepoint4.test to limit database growth. Otherw...
2009-06-09  drhModify mkkeywordhash.c so that it puts the original...
2009-06-09  drhEnable cell overflow checking in sqlite3BtreeInitPage...
2009-06-09  danielk1977Avoid calling fillInCell() to create an internal node...
2009-06-09  drhOnly do the cell overread checks in sqlite3BtreeInitPage if
2009-06-09  danielk1977Do not clear the MemPage.nFree variable when insertCell...
next