]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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. ...
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...
next