]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-05-07  danFix an error that could occur if the first transaction... setlk-deadlock-changes
2020-05-07  danMerge trunk changes into this branch.
2020-05-07  drhFix the handling of reserve-bytes so that the maximum...
2020-05-06  danAvoid leaking a file-handle in test file walsetlk.test.
2020-05-06  danFix an assert() failure that could follow an IO error.
2020-05-06  drhFix harmless compiler warnings.
2020-05-06  danFix a problem preventing building without SQLITE_ENABLE...
2020-05-06  danAdd error code SQLITE_BUSY_TIMEOUT, used internally...
2020-05-06  danFix compiler warnings in non-SQLITE_ENABLE_SETLK_TIMEOU...
2020-05-06  danBlock on the WRITER lock when attempting to run recovery.
2020-05-06  drhProvide the SQLITE_DEFAULT_LEGACY_ALTER_TABLE compile...
2020-05-06  danAdd tests for running recovery when opening a write...
2020-05-06  danMerge latest trunk changes into this branch.
2020-05-05  danUnless upgrading an existing read transaction, have...
2020-05-05  drhThe only known path to a corruption detection branch...
2020-05-05  drhEarlier detection of index corruption caused by missing...
2020-05-05  drhFix a compiler warning in cksumvfs.c.
2020-05-04  drhFix harmless compiler warnings.
2020-05-04  danChanges to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU...
2020-05-04  drhMinor change to the sqlite_stmt virtual table, for...
2020-05-04  drhSimplify the initialization of built-in extensions.
2020-05-04  drhEnsure that the master-journal name is in a form suitab...
2020-05-02  drhAdd the SQLITE_FCNTL_CKPT_START file-control and use...
2020-05-02  drhAdd support for PRAGMA analyze_limit and approximate...
2020-05-02  drhAdd a missing VdbeCoverage() macro. approximate-analyze
2020-05-02  drhMerge the bytecode and tables_used table-valued functio...
2020-05-02  drhCorner-case changes to the bytecode virtual table for... bytecode-function
2020-05-01  drhMerge recent enhancements from trunk.
2020-05-01  drhAdd the SQLITE_FCNTL_CKPT_START file-control. Use... ckpt-start-fcntl
2020-05-01  drhMerge recent trunk enhancements.
2020-05-01  drhClarification to the sqlite3_uri() family of interfaces...
2020-05-01  drhUpdate documentation for sqlite3_close_v2() for clarity...
2020-05-01  drhAdd the new SQLITE_IOERR_DATA result code and use it...
2020-04-29  drhDo not allow page_size changes on an active cksumvfs...
2020-04-28  drhFix incorrect error message when something goes wrong...
2020-04-28  drhAdd the cksumvfs extension.
2020-04-28  drhUse AtomicStore() when setting the mem0.nearlyFull...
2020-04-28  drhUse an AtomicLoad() macro in sqlite3HeapNearlyFull().
2020-04-26  drhYet another attempt to enhance sqlite3_load_extension...
2020-04-26  drhFix an issue with check-in [bc3bf7c6681a96bc] when...
2020-04-25  drhFix the sqlite3_load_extension() interface so that...
2020-04-25  danEnsure affinity is not discarded from a view column...
2020-04-24  drhThe new sqlite3_database_file_object() interface requir...
2020-04-24  drhNew test case for ticket [1dcb4d44964846ad].
2020-04-23  drhFix an uninitialized variable in the newly enhanced...
2020-04-22  drhFix an off-by-one error in the "calculated" page count...
2020-04-22  danFix an integer overflow in fts3 causing a usan error.
2020-04-22  drhClarify the comment on the sqlite3BtreeGetRequestedRese...
2020-04-21  drhAdd the sqlite3_database_file_object() interface.
2020-04-21  drhAdd the sqlite3_database_file_object() interface to... sqlite3_database_file_object
2020-04-21  drhExperimental API: sqlite3_database_file_object().
2020-04-20  drhDo not use O_NOFOLLOW when opening a directory just...
2020-04-20  drhEnhance the ".filectrl" command in the CLI to support...
2020-04-20  drhThe SQLITE_TESTCTRL_RESERVE operator is removed. In...
2020-04-20  drhRemove an obsolete comment. No changes to code.
2020-04-18  drhAdd the --bom option to the ".excel", ".once", and...
2020-04-17  drhFix the ".excel" command and the ".open -x" and ".open...
2020-04-16  danMerge accidentally created fork.
2020-04-16  danImprove corruption detection in fts3 shadow tables...
2020-04-15  drhClarification of the byte-order determination for UTF16...
2020-04-14  drhBuild the UINT collating sequence extension into the...
2020-04-14  drhAdd the UINT collating sequence extension. The impleme...
2020-04-09  mistachkinWhen compiling the shell for WinRT, avoid using Win32...
2020-04-09  drhMerge recent trunk enhancements into the bytecode-funct...
2020-04-09  drhMerge trunk enhancements into the approximate-analyze...
2020-04-07  drhLimit LIKE/GLOB pattern length to 100 bytes (default...
2020-04-07  drhAdd the --spinner option to the fuzzcheck test program.
2020-04-07  drhThe ALTER TABLE fix of check-in [7e5ad8e0ab7ee91a]...
2020-04-07  drhRemove dead code that was added during initial developm...
2020-04-06  drhPerformance improvement in sqlite3ResolveExprNameList().
2020-04-06  drhPerformance improvement for column name lookup.
2020-04-06  danWhen running ALTER TABLE, avoid adding some internally...
2020-04-04  drhRemove a NEVER() that could be true in sqlite3MatchEName().
2020-04-04  drhIn the push-down optimization, do not substitute column...
2020-04-03  danAvoid factoring out constant expressions on the LHS...
2020-04-03  drhAdd a test case to fuzzdata8.db for the recent Henry...
2020-04-03  drhMerge updates from trunk.
2020-04-03  drhIn the event of a semantic error in an aggregate query...
2020-04-03  danDo not suppress errors when resolving references in...
2020-04-03  danFix a case when a pointer might be used after being...
2020-04-02  drhFix a minor problem with EXPLAIN QUERY PLAN for triggers.
2020-04-02  drhMinor changes for better test coverage.
2020-04-02  drhFix an obsolete comment in the parameter binding logic...
2020-04-02  drhFix another harmless compiler warning.
2020-04-02  drhAdd a missing #ifdef to avoid a harmless compiler warning.
2020-04-02  drhMerge enhancements from trunk.
2020-04-01  drhSimple fixes to PRAGMA analysis_limit.
2020-03-31  drhAdd "PRAGMA analysis_limit=N;" to limit the number...
2020-03-31  drhMerge recent enhancements from trunk.
2020-03-30  danUse __atomic_load_n() and __atomic_store_n() for a...
2020-03-30  danFix "GCC_VESRION" typo in wal.c.
2020-03-28  drhEnhancements to the SQLITE_ENABLE_SETLK_TIMEOUT compile...
2020-03-28  drhMSVC does not allow constant expressions as initializer...
2020-03-27  danModifications to the way blocking locks are used in... setlk-deadlock-fix
2020-03-26  drhAdd the tables_used() table-valued function as a variat...
2020-03-26  drhMerge updates from trunk.
2020-03-26  drhReinstate the optimization that converts "x IN (y)...
2020-03-25  drhFor the LIKE pattern in the .dump command of the CLI...
2020-03-25  drhEnhance the ".dump" command in the CLI so that it accep...
2020-03-24  drhOptimize the "subprog IS NULL" constraint.
next