]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-02  danWhen attempting to restart a wal file, make any require... checkpoint-truncate
2014-12-02  danAdd the SQLITE_CHECKPOINT_TRUNCATE option.
2014-12-02  drhConvert two unreachable branches into assert() statements.
2014-12-02  drhWork around overzealous NULL pointer checking in memcpy...
2014-11-28  drhRemove the ill-designed "-end" option from the command...
2014-11-28  drhAdd the -end option to the command-line shell, which...
2014-11-27  danFix a buffer overread during compilation of CREATE...
2014-11-27  drhMore test cases for the balancer.
2014-11-27  drhFix a problem in the new b-tree balancer that was causi...
2014-11-25  danFix an integer overflow bug in vdbesort.c.
2014-11-22  drhAlways reinitialized the Index.bUnordered and Index...
2014-11-22  drhFix an error in the comments from the previous check-in.
2014-11-22  drhDeploy heuristics (well-commented) to better estimate...
2014-11-22  drhRemove a redundant test case (probably a copy/paste...
2014-11-20  drhFix a typo in a requirements mark on the abs() SQL...
2014-11-20  drhFix a benign test error on PRAGMA collation_list
2014-11-20  drhUpdates to requirements tags on the mutex documentation.
2014-11-20  drhAdd requirements marks on the built-in collating functions.
2014-11-20  drhEnsure that when the number of cells on a page drops...
2014-11-20  drhFix the encoding of some integers to use the minimum...
2014-11-20  drhAdd some requirements marks to the record formatting...
2014-11-19  drhAdd new requirements marks associated with the file...
2014-11-19  drhCompletely remove an assert() that had previously been...
2014-11-19  drhAdd an ALWAYS on an always-true branch in wal.c.
2014-11-18  drhAdding the "noskipscan" token to an sqlite_stat1.stat...
2014-11-18  drhAllow an automatic index to be used if the only uses...
2014-11-18  drhMerge in all the other ROLLBACK fixes from the branch...
2014-11-18  drhFix a bug in the sqlite3TripAllCursors() routine that...
2014-11-18  drhUpdate a couple of test cases to account for the fact...
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  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-15  drhAdding the "noskipscan" token to an sqlite_stat1.stat... noskipscan-token
2014-11-14  danConsider using an automatic-index for a scan even if... experimental-autoindex-fix
2014-11-14  drhDo not automatically remove the DISTINCT keyword from...
2014-11-14  danDo not automatically remove the DISTINCT keyword from...
2014-11-13  danModify the documentation for sqlite3_backup_init()...
2014-11-13  danHave calls to sqlite3_backup_init() fail if there is...
2014-11-13  drhWhen a transaction or savepoint rollback occurs, save...
2014-11-12  danAdd further tests for rollback operations in the presen...
2014-11-12  danWhen 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-11-11  mistachkinRemove some calls to the 'breakpoint' test command.
2014-11-11  danAdd tests for sqlite3_blob_bytes().
2014-11-11  drhPermit read operations to continue after a ROLLBACK...
2014-11-11  danAdd new test file e_blobclose.test, containing tests...
2014-11-11  drhExperimental changes that permit read operations to... read-after-rollback
2014-11-10  drhNew test cases for deleting content out from under...
2014-11-10  danAdd test file e_blobwrite.test, containing tests for...
2014-11-10  drhAdd the eval() SQL function extension in ext/misc/eval.c.
2014-11-10  drhShorten over-length source code lines in shell.c.
2014-11-07  danAdd new test file e_blobopen.test, containing tests...
2014-11-07  drhFix another harmless comment typo.
2014-11-07  drhIn the ".scanstats on" output from the shell, round...
2014-11-07  drhFix harmless typos in comments.
2014-11-07  drhFix typo in sqlite3.h reported on the mailing list.
2014-11-07  drhUpdate documentation on sqlite3_config() and add corres...
2014-11-06  drhAdded SQLITE_SCANSTAT_SELECTID. Change the value retur...
2014-11-06  drhFurther improvements to the ".scanstats on" display... scanstatus
2014-11-06  drhOn the ".scanstats on" output in the shell, initialize...
2014-11-06  drhChanges the formatting of ".scanstats on" in the shell...
2014-11-06  drhAdd the SQLITE_SCANSTAT_SELECTID metric. Use it to...
2014-11-06  drhChange the SQLITE_SCANSTAT_EST parameter so that it...
2014-11-05  drhFixes to the Windows VFS to allow memory mapped files...
2014-11-05  drhFix harmless compiler warnings in the new balance_nonro...
2014-11-05  drhChange the query planner to do a better job of estimati...
2014-11-05  drhMake sure that NULL results from OP_Column are fully...
2014-11-05  danAdd a test case to check that the previous commit is...
2014-11-05  drhEnhance whereLoopCheaperProperSubset(X,Y) so that it...
2014-11-05  danAdd the ".scanstats on" command to the shell tool....
2014-11-04  drhImproved output formatting for the showstat4 tool.
2014-11-04  mistachkinSkip tests that require WAL mode when it is not enabled. winMmapNoWal
2014-11-04  mistachkinFor the Win32 VFS, allow memory mapped files to work...
2014-11-04  drhAdd various requirements evidence marks for sqlite3_con...
2014-11-04  drhChange the definition of SQLITE_CONFIG_SCRATCH so that...
2014-11-04  drhImproved documentation and addition of source-code...
2014-11-04  drhAdd the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_c...
2014-11-03  drhUpdates to the sqlite3_stmt_scanstatus() documentation...
2014-11-03  danAdd the experimental sqlite3_stmt_scanstatus() API...
2014-11-03  danFix a typo preventing this from building with SQLITE_EN...
2014-11-03  drhRefactor the interface to make it more easily extensible.
2014-11-03  danAdd further tests. Fixes so that compilation without...
2014-11-03  drhUse exponential buffer size growth in StrAccum, as...
2014-11-03  drhWhen enlarging the size of a StrAccum object, use sqlit...
2014-11-03  danRemove unused variable from struct WhereInfo. Add some...
2014-11-01  danMinor performance enhancements to SQLITE_ENABLE_STMT_SC...
2014-11-01  danIf SQLITE_ENABLE_STMT_SCANSTATUS is defined, record...
2014-11-01  drhAdd requirements marks and make minor tweaks to documen...
2014-11-01  danMinor fixes and documentation improvements for sqlite3_...
2014-10-31  danAdd the experimental sqlite3_stmt_scanstatus() API.
2014-10-31  drhChange the command-line shell man-page to use the ...
2014-10-31  drhSimplify the logic in the cell redistribution loop...
next