]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-12-22  drhFix a typo in an evidence mark on a test script. No...
2014-12-22  danFixes and simplifications for the snippet() and highlig...
2014-12-22  drhMerge the PRAGMA data_version redefinition and other...
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  drhMerge the PRAGMA data_version command and the enhanceme...
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  danRemove the fts5_test() aux function. Test aux functions...
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-18  danFix a problem with prefix queries and the AND operator.
2014-12-18  danFix various problems in fts5 revealed by fault-injectio...
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  drhMerge threading fixes from trunk into the sessions...
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  drhMerge the KeyInfo cache mutex fix from trunk.
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-08  danUpdate this branch with latest trunk changes.
2014-12-08  danUpdate comments in sqlite3ota.h to remove the "must...
2014-12-08  danExtra tests for the ota_rowid column.
2014-12-06  danAllow the ota extension to write to tables with no...
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  drhMerge the fix for the shared-cache KeyInfo cache bug...
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  drhImport from trunk the fix the "test" target on the...
2014-12-05  drhFix compiler warnings.
2014-12-05  drhFix the autoconf and MSVC makefiles, which have been...
2014-12-04  drhIncorporate the SQLITE_CHECKPOINT_TRUNCATE enhancement...
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  danBegin testing fts5 OOM and IO error handling.
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  danAdd a configuration option to remap the "rank" column...
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  drhMerge all recent fixes and enhancements from trunk...
2014-12-02  drhConvert two unreachable branches into assert() statements.
2014-12-02  drhWork around overzealous NULL pointer checking in memcpy...
2014-12-01  danAdd code to parse a rank() function specification....
2014-11-28  danAdd a cookie mechanism to ensure that the %_config...
next