]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-09  drhVersion 3.8.7.4 branch-3.8.7 version-3.8.7.4
2014-12-08  danAdd missing mutex calls around a call to sqlite3SchemaG...
2014-12-08  drhIncrease the version number to 3.8.7.4.
2014-12-08  drhAdd a missing mutex around calls to clear the KeyInfo...
2014-12-05  drhVersion 3.8.7.3 version-3.8.7.3
2014-12-05  danFix a buffer overread that might occur in analyze.c...
2014-12-05  drhThe KeyInfo cache must be cleared before closing the...
2014-12-05  drhIncrease the version number to 3.8.7.3.
2014-12-05  drhWhen closing a (shared-cache) database connection,...
2014-12-04  drhIf a table is the right operand of a LEFT JOIN, then...
2014-11-18  drhVersion 3.8.7.2. version-3.8.7.2
2014-11-18  drhIncrement the version number to 3.8.7.2
2014-11-18  drhAdd an ALWAYS() to an always-true conditional in the...
2014-11-17  drhRemove code from sqlite3BtreeKeySize() made unreachable...
2014-11-17  danAvoid calling sqlite3BtreeKeysize() on a b-tree cursor...
2014-11-17  drhImproved comments on the BtCursor.skipNext field. ...
2014-11-17  drhWhen a SELECT statement is terminated by a ROLLBACK...
2014-11-17  drhFix a bug in the sqlite3TripAllCursors() routine that...
2014-11-17  danUpdate a couple of test cases to account for the fact...
2014-11-14  drhDo not automatically remove the DISTINCT keyword from...
2014-11-13  drhWhen a transaction or savepoint rollback occurs, save...
2014-11-12  drhFix the %c format character in sqlite3VXPrintf() so...
2014-11-12  drhMake sure that NULL results from OP_Column are fully...
2014-11-11  drhThis is a cherry-pick of version [b5df5ac052].
2014-10-29  drhVersion 3.8.7.1 version-3.8.7.1
2014-10-29  drhIncrease the version number to 3.8.7.1
2014-10-29  drhFix problems with running UPDATE and DELETE against...
2014-10-29  drhDisable the use of strchrnul() unless specifically...
2014-10-29  drhIn the OP_Column opcode, when extracting a field that...
2014-10-29  drhCall fsync() right after ftruncate() when in journal_mo...
2014-10-17  drhVersion 3.8.7 version-3.8.7
2014-10-16  mistachkinWork around MSVC not being able to deduce that a local...
2014-10-16  mistachkinChanges to work around Win32 and MSVCRT APIs that are...
2014-10-16  danUpdate the vdbe-compress.tcl script to account for...
2014-10-15  danUpdate releasetest.tcl so that x86-64 runs a superset...
2014-10-15  danFix a problem causing lock5.test to fail in mmap-mode.
2014-10-15  drhAdd a four-byte prefix to the BtShared.pTmpSpace buffer...
2014-10-15  danRearrange an expression in vdbemem.c to avoid a (harmle...
2014-10-14  drhMake sure new sqlite3_vtab objects created by the xCrea...
2014-10-13  drhOptimize a database corruption test inside of the OP_Co...
2014-10-13  drhUse the padding word in the Mem object as temporary...
2014-10-13  drhThree small optimizations to vdbeaux.c.
2014-10-13  drhReduce the CPU load imposed by sqlit3VdbeCursorMoveto...
2014-10-13  drhRemove the OPFLAG_CLEARCACHE flag from OP_Column. ...
2014-10-12  drhRemove the VdbeCursor.lastRowid cache of the current...
2014-10-11  drhPerformance optimization and very slight size reduction...
2014-10-11  drhSimplification to the insertCell() routine in btree...
2014-10-11  drhRequire the SQLITE_ENABLE_RTREE compile-time option...
2014-10-11  drhMake sure that a GROUP BY that also implements an ORDER...
2014-10-11  drhRemove an unnecessary conditional from the EXPLAIN...
2014-10-10  danAccount for the ASC/DESC properties of ORDER BY express... experimental
2014-10-10  drhRestrict the scope of the explainIndexRange() function...
2014-10-10  danFix a failing test case in index5.test. Also tweak...
2014-10-10  drhChanges to enable compiling using VC6.
2014-10-10  drhWhen using the -config option to releasetest.tcl, defau...
2014-10-10  drhProvide the new "-config CONFIG" option to the test...
2014-10-10  drhAdd the estimated number of output rows to the EXPLAIN...
2014-10-10  drhSimplify the code used to generate the text for EXPLAIN...
2014-10-10  drhFix a potential problem in the whereRangeScanEst()...
2014-10-10  drhCause the command-line shell to return non-zero if...
2014-10-09  danAllow FTS tokenizers to choose whether or not to consid...
2014-10-09  drhAdd a test case for the memory leak fixed by the previo...
2014-10-09  drhFix a memory leak associated with the FTS4 matchinfo...
2014-10-08  drhRemove an always-true branch in whereRangeScanEst(...
2014-10-08  drhFix up test cases to account for the new SQLITE_LIMIT_W...
2014-10-08  drhSet the connection-specific lastRowid value before...
2014-10-08  drhEnsure that the Pager.pTmpSpace allocation is correct...
2014-10-08  danRemove some temporary code in mallocA.test that was...
2014-10-08  drhFix the STAT4 range scan estimates for DESC indexes.
2014-10-08  drhMore intuitive labels on ".wheretrace" output.
2014-10-07  drhMake sure the sqlite3VdbeMemClearAndResize() routine...
2014-10-07  drhFix the corruptI.test script so that it works with
2014-10-07  drhRestrict the scope of the valueToText() routine.
2014-10-07  drhEnhance (and fix) the MEMTYPE tags associated with...
2014-10-06  drhRemove unreachable branches in decodeIntArray() when...
2014-10-06  danImprove the accuracy of the estimates used when searchi...
2014-10-06  drhFix a harmless compiler warning inside an assert()...
2014-10-04  drhTweaks to documentation on sqlite3_open() and sqlite3_b...
2014-10-04  drhUpdates to documentation and requirements marks. No...
2014-10-04  danAdd a test to show that the change on this branch is... stat4-avgeq
2014-10-04  drhAvoid leaking Index.aiRowEst memory if an OOM causes...
2014-10-03  danFix a division-by-zero error that might occur if the...
2014-10-03  danImprove the accuracy of the estimates used when searchi...
2014-10-03  drhAdd requirements marks on the sqlite3_db_status() inter...
2014-10-03  drhUpdate to requirements marks related to changes in...
2014-10-02  drhAvoid a NULL pointer deference when processing the...
2014-10-01  drhShow the TK_DOT operator in the TreeView debugging...
2014-10-01  danAvoid ever writing before the start of an allocated...
2014-09-30  drhImprovements to the new syntax-tree output routines...
2014-09-30  drhEnable the query planner to deal with WHERE clauses...
2014-09-30  drhFurther enhancements to the "wheretrace" debugging...
2014-09-30  drhEnhanced debug output for OR-logic in the query loop...
2014-09-30  drhShow tree diagrams of data structures in the debugging...
2014-09-30  drhRemove the SQLITE_ENABLE_TREE_EXPLAIN compile-time...
2014-09-29  drhFix the header comment in sqlite3VdbeDeletePriorOpcode...
2014-09-29  drhEnsure that the OP_Prev opcode verifies that content...
2014-09-26  mistachkinAdd an assert() to verify the last-row-id for the datab...
2014-09-26  drhFix the "PRAGMA integrity_check" command so that it...
2014-09-26  drhIf an SQL function makes a recursive call to do an...
2014-09-25  drhMinor code reformatting and comment change, to improve...
next