]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-05-02  drhAdd a missing VdbeCoverage() macro. approximate-analyze
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 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  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 an obsolete comment in the parameter binding logic...
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  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-21  drhFix to the recomputation of the colUsed field added...
2020-03-21  drhEnhance the treeview system to show the SrcList_item...
2020-03-21  danSimplify some of the code modified by the previous...
2020-03-21  danEnsure that "main" can always be used to refer to the...
2020-03-21  danConsolidate some code on this branch. main-alias-fix
2020-03-21  drhChange a bitfield in sqlite3_stmt into an unsigned...
2020-03-21  drhPerformance optimization in sqlite3VdbeMakeReady().
2020-03-21  drhRecompute the set of columns used for each table when...
2020-03-20  danAllow "main" to be used to refer to the main database...
2020-03-20  danAvoid an undefined integer overflow in fts3 by detectin...
2020-03-19  drhChagnes the ESCAPE clause on the LIKE operator to overw...
2020-03-19  drhFix an integer overflow problem with the dbstat virtual...
2020-03-19  drhFix a typo in a comment. No changes to code.
2020-03-18  drhFix the build for when SQLITE_ENABLE_STAT4 is defined.
2020-03-18  drhAdd the SQLITE_ANALYZE_LIMIT compile-time option (expec...
2020-03-17  drhProvide an estimated row count to stat_init() for STAT1...
2020-03-17  drhRemove the SQLITE_OMIT_BTREECOUNT option. Btree count...
2020-03-17  drhImproved bytecode comments for the ANALYZE command.
2020-03-17  drhMerge changes from trunk.
2020-03-16  danFix handling of window functions in aggregate queries...
2020-03-16  drhAt the end of the right-hand table loop of a LEFT JOIN...
2020-03-12  drhRemove stray comment characters at the end of an #ifdef...
2020-03-12  drhFix comments and strengthen assert() statements associa...
2020-03-11  drhMerge enhancements from trunk.
2020-03-11  drhDo not factor out constant functions into the initializ...
2020-03-11  drhRename sqlite3ExprCodeAtInit() to sqlite3ExprCodeRunJus... do-not-factor-functions
2020-03-11  drhDo not factor out constant functions into the initializ...
2020-03-11  drhThis variant to the fix for ticket [e0c2ad1aa8a9c691...
2020-03-10  drhMerge updates from trunk.
2020-03-10  drhEnhanced detection logic for preventing the use of...
2020-03-10  drhFurther changes to ensure that expressions held in...
2020-03-10  drhMake a copy of the expression that defines a value...
2020-03-10  drhApply the correct affinity transformations when pulling...
2020-03-10  drhThe sqlite3ExprCodeFactorable() routine should make...
2020-03-10  drhBackground work for experiments trying to enhance ANALY...
2020-03-09  drhCleaner separation of the STAT4-specific logic in the...
2020-03-09  drhEnhancements to the ".import" command of the CLI.
2020-03-09  pdrFix typos in RowSet.
next