]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-01-02  mistachkinMerge updates from trunk. asciiMode
2015-01-02  drhAdd the SQLITE_CONFIG_PMASZ start-time option.
2015-01-01  drhAdd logic to releasetest.tcl that detects -fsanitize...
2015-01-01  drhAdd the ability to specify an alternative compiler...
2015-01-01  drhEnhance the "lemon" executable so that it ignores ...
2015-01-01  drhFix an error in the computation of the number of hours...
2015-01-01  drhFix a harmless compiler warning in rtree.
2015-01-01  drhFix two test cases in memsubsys1 so that they work...
2015-01-01  drhFix the fkey-7.1 test so that it sorts its answer and...
2014-12-31  drhFix to releasetest.tcl: When doing the secondary _debu...
2014-12-31  drhAdjust the memsubsys1-5.5 test case to avoid occasional...
2014-12-31  drhFix a floating-point round-off error problem in the...
2014-12-31  drhDisable the bigsort.test module on machine with less...
2014-12-31  drhChange threadtest3.c so that SQLITE_SCHEMA returns...
2014-12-31  drhUpdate the command-line parsing for threadtest3 so...
2014-12-31  danAdd a missing sqlite3_close() call to threadtest3.c.
2014-12-31  drhOnly run walthread5 once when running all tests in...
2014-12-31  danDo run pragma3.test as part of the mmap permutation...
2014-12-31  drhChange the width of output lines in releasetest.tcl...
2014-12-31  drhMake sure PRAGMA data_version is updated even if the...
2014-12-31  danDo not run pragma3.test as part of the mmap permutation.
2014-12-30  drhAdd the "mptester" tests to releasetest.tcl.
2014-12-30  danEnsure that when a file is extended using FCNTL_SIZE_HI...
2014-12-30  drhUpdate the threadtest3 test program so that its output...
2014-12-30  danFix problems with the "inmemory_journal" permutation.
2014-12-30  danIf the sorter uses mmap'd temp files, ensure all pages...
2014-12-30  drhMake SQLITE_CONFIG_PCACHE_HDRSZ accurate (not an over...
2014-12-30  danChange notify2.test to check that sqlite3_blocking_step...
2014-12-30  drhRound all object sizes that go into computing SQLITE_CO...
2014-12-29  drhFix the --dryrun option in releasetest.tcl.
2014-12-29  danFix some recently added tests so that they work with...
2014-12-29  drhReinstate an assert() by adding an "|| CORRUPT_DB"...
2014-12-29  drhFix the "checksymbols" target in Makefile.in so that...
2014-12-28  drhFix WITHOUT ROWID tables so that they correctly deal...
2014-12-25  drhUpdate the SQLITE_CONFIG_PAGECACHE documentation so...
2014-12-24  drhFix the error counter in releasetest.tcl. And report...
2014-12-24  danFix a failing assert() in balance_nonroot().
2014-12-24  danWhen building the amalgamation with SQLITE_ENABLE_IOTRA...
2014-12-23  drhMerge the new and improved releasetest.tcl script into...
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  mistachkinPermit sqlite3_shutdown() to be called with OMIT_WSD...
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  drhFix a potential segfault following OOM error in the...
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  mistachkinMerge updates from trunk.
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-11  mistachkinUpdate a comment.
2014-12-11  mistachkinRename a structure member to improve code clarity.
2014-12-11  mistachkinRemove an unused structure member.
2014-12-11  mistachkinFurther simplify shell mode changes.
2014-12-11  mistachkinSimplify and cleanup the implementation of the new...
2014-12-11  mistachkinMerge updates from trunk.
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...
next