]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-10-23  danAdd debugging code to count the number of iterations... debug-loopcounters
2014-10-22  drhTake steps to avoid misestimating range query costs...
2014-10-21  drhCall fsync() right after ftruncate() when in journal_mo...
2014-10-21  drhFurther tuning of the cost estimates for skip-scan...
2014-10-21  drhImprovements to the WHERETRACE debugging logic.
2014-10-21  drhIf a skip-scan is a proper subset of some other scan...
2014-10-17  drhFix a (probably harmless) but in the CSV output mode...
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...
2014-09-25  drhSimplifications to the SQL function and aggregate calli...
2014-09-25  drhSimplification to the random rowid picking logic that...
2014-09-25  drhStill more performance enhancements to the LIKE and...
2014-09-25  drhMore performance optimization for the LIKE and GLOB...
2014-09-25  drhChange that might allow SQLite to build and work using...
2014-09-25  drhSize reduction and performance improvement in the LIKE...
2014-09-24  drhHave each open database allocate its pTmpSpace when...
2014-09-24  drhSmall performance and size optimization for btreeUnlock...
2014-09-24  drhDo not allow parameters in a DEFAULT clause of a CREATE...
2014-09-24  drhHave the clearCell() routine return the cell size to...
2014-09-24  drhShorten all lines of source code in btree.c to at most...
2014-09-24  drhAdd the MemPage.noPayload boolean and use it to help
2014-09-23  drhRemove an unused C-preprocessor macro. No functional...
2014-09-23  drhAvoid calling btreeParseCellPtr() from within fillInCel...
2014-09-23  drhSimplify the CellInfo structure for a size reduction...
2014-09-23  drhAdd the "multiplex_truncate" PRAGMA to the multiplexor...
2014-09-23  drhAdjust skip-scan cost estimates slightly so that a...
2014-09-22  drhFix to payload size overflow detection in the cellSizeP...
2014-09-22  drhSize reduction and substantial performance increase...
2014-09-22  drhTune the query planner to be more aggressive about...
2014-09-22  drhDisable shared memory operations using the unix-nolock...
2014-09-21  drhCorrectly handle an ORDER BY clause on an outer query...
2014-09-21  drhAdd test cases for ticket [89398880bcfff9]. select-trace
next