]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-23  mistachkinRemove 'threadtest' as a target on Windows, due to... releasetest-refactor
2014-12-23  mistachkinFix typo in library object file name.
2014-12-23  drhIn the releasetest.tcl script, show the test target...
2014-12-23  drhAdd the threadtest target to Makefile.in. Add --enable...
2014-12-23  mistachkinDraft of changes necessary to make releasetest work...
2014-12-23  drhAdd the "checksymbols" target to Makefile.in
2014-12-23  drhRework the test/releasetest.tcl script so that it uses...
2014-12-22  drhFix a typo in an evidence mark on a test script. No...
2014-12-22  drhRedefine the way PRAGMA data_version works: It continu...
2014-12-21  drhFixes to the README.md file. No changes to code.
2014-12-20  mistachkinSupport manually disabling overlapped file I/O for...
2014-12-20  mistachkinMinor fixes and enhancements to the SQLITE_ENABLE_API_A...
2014-12-20  drhAdd the "PRAGMA data_version" command for checking...
2014-12-20  drhUpdate the PRAGMA data_version command so that it repon... data_version_pragma
2014-12-19  drhAdding test cases for the "PRAGMA data_version" command.
2014-12-19  drhExperimental "PRAGMA data_version" command for detectin...
2014-12-19  drhSimplify the implementation of the "header-value" pragm...
2014-12-17  danExperimental opimizations to speed up FK constraint...
2014-12-17  danFix some comments in fkey.c. Add tests to fkey8.test. experimental-fk-actions
2014-12-16  danExperimental opimizations to speed up FK constraint...
2014-12-16  drhFix the e_walauto.test script so that it works on windows.
2014-12-16  drhEnhanced "stress2" testing in the threadtest3.c test...
2014-12-16  drhMake sure the sqlite3BtreeCount() routine does not...
2014-12-15  danChanges to threadtest3 so that "stress2" is more simila... threadtest3
2014-12-15  danAdd new test file e_walauto.test.
2014-12-15  danFix errors in threadtest3 tests caused by earlier tests...
2014-12-13  danFurther enhancements to threadtest3 stress tests.
2014-12-12  drhAdd extra tests to threadtest4.c. Fix a benign data...
2014-12-12  danAdd extra tests to threadtest3.
2014-12-12  drhAdd new tests to the threadtest4.c program. Fix a...
2014-12-12  drhRemove the KeyInfo cache (for now - perhaps we will...
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.
next