]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-05  drhAdd code to check the validity of CollSeq objects durin... collseq-checking
2014-12-05  drhImproved comment on the sharedB.test test script. fix-stale-keyinfo-cache
2014-12-05  drhTest case demonstrating the problem described by
2014-12-05  drhWhen closing a (shared-cache) database connection,...
2014-12-05  drhFix compiler warnings.
2014-12-05  drhFix the autoconf and MSVC makefiles, which have been...
2014-12-04  drhMake sure that a DISTINCT query with an ORDER BY works...
2014-12-04  drhPerformance enhancement for single-table queries with...
2014-12-04  drhIf a table is the right operand of a LEFT JOIN, then...
2014-12-04  drhClarification of the meaning of the second parameter...
2014-12-04  drhFix comment typos reported on the mailing list. No...
2014-12-04  drhAdd an implementation mark and fix a comment describing...
2014-12-03  drhAdd evidence marks and assert()s used as evidence for...
2014-12-03  drhFix over-length comment lines in sqlite.h.in. No chang...
2014-12-03  drhSimplify the sqlite3_wal_checkpoint() documentation...
2014-12-03  drhFuther tweaks to the sqlite3_wal_checkpoint_v2() docume...
2014-12-03  drhUpdates to the documentation for sqlite3_wal_checkpoint...
2014-12-02  drhAdd support for SQLITE_CHECKPOINT_TRUNCATE.
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...
next