]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-12  drhMake sure the Btree mutex is held when setting the... threadtest4
2014-12-12  drhMerge the cell overflow page number cache thread race...
2014-12-12  drhFix a bug in the threadtest4.c program. Remove the...
2014-12-11  drhAdd the threadtest4.c test program. Not yet working.
2014-12-11  danFix a race condition to do with very large index keys...
2014-12-11  drhFix a typo in the documentation for sqlite3_threadsafe().
2014-12-10  danFix a typo causing a test error in e_walhook.test.
2014-12-10  danAdd new test file e_walhook.test.
2014-12-10  mistachkinRevise mutex handling by the sqlite3_win32_reset_heap...
2014-12-10  drhFix typos in the documentation for sqlite3_table_column...
2014-12-09  drhFix the sqlite3_table_column_metadata() routine so...
2014-12-09  danAdd extra tests to e_walckpt.test.
2014-12-09  drhLower the default SQLITE_SORTER_PMASZ value back to...
2014-12-09  drhMake the sqlite3_table_column_metadata() interface...
2014-12-09  drhAdd the SQLITE_REVERSE_UNORDERED_SELECTS compile-time...
2014-12-09  drhIncrease the default minimum PMA size for multi-threade...
2014-12-09  mistachkinFix harmless compiler warning.
2014-12-08  danAdd extra tests to e_walckpt.test.
2014-12-08  danAdd missing mutex calls around a call to sqlite3SchemaG...
2014-12-08  drhAdd a missing mutex around calls to clear the KeyInfo...
2014-12-06  danAvoid accessing a single uninitialized byte when moving...
2014-12-06  drhFix a (harmless) uninitialized variable reference in...
2014-12-05  drhAvoid a potential NULL pointer deference in the sqlite3...
2014-12-05  danFix a buffer overread that might occur in analyze.c...
2014-12-05  danAdd new test file e_walckpt.test. Still some tests...
2014-12-05  drhMake sure the WhereTerm objects are fully zeroed when...
2014-12-05  drhThe KeyInfo cache must be cleared before closing the...
2014-12-05  drhWhen closing a (shared-cache) database connection,...
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
next