]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-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-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-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  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  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-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.
2020-03-09  drhFix typos in the Lemon documentation.
2020-03-08  pdrAvoid a redundant NULL check
2020-03-05  danReport an error if the main, or any other, database...
2020-03-05  drhChange the sqlite3.pDfltColl (the default collating...
2020-03-05  drhWhen printing the OP_CollSeq opcode for EXPLAIN listing...
2020-03-03  drhFix a false-positive in the debugging logic that attemp...
2020-03-03  drhRemove an invalid assert() on the debugging logic that...
2020-03-03  drhImproved detection of corruption in the interior nodes...
2020-03-02  drhEnhance the fuzzcheck test program so that it is able...
2020-03-02  drhFix a faulty assert() statement in the stale-register...
2020-03-02  drhEnsure that the NULL-scan pass counter is initialized...
2020-02-29  danFix a problem with window functions occuring within...
2020-02-29  drhIn the CLI, add the ".oom" command for debugging builds.
2020-02-28  drhThe RTREE extension behaves has if data columns have...
2020-02-27  danIn sqlite3changeset_apply(), ensure that DELETE and...
2020-02-27  drhFix harmless compiler warnings from MSVC.
2020-02-27  danOptimization for "SELECT min(x) FROM tbl" where "x...
2020-02-27  drhExtra zero terminators on the end of the blank filename...
2020-02-27  drhEnsure that the filename passed into the xFullPathname...
2020-02-25  drhUpdate the fuzzcheck test module so that it avoids...
2020-02-24  drhIf STAT4 determines that a WHERE clause term that is...
2020-02-24  drhRework this changes so that instead of setting the... stat4-truthprob
2020-02-24  drhDisable the new analyzeG.test module if not building...
2020-02-24  drhMerge bugfix from trunk.
2020-02-23  drhFix a problem with ALTER TABLE for views that have...
2020-02-22  drhDo not activate the truthProb adjustment mechanism...
2020-02-22  danAdd new test file analyzeG.test, containing a test...
2020-02-22  drhWhen stat4 information is available, try to use it...
2020-02-22  drhIn the OP_Column opcode, if the cursor is marked NullRo...
2020-02-20  danAdd test case for previous commit.
2020-02-20  drhEarly-out on the INTERSECT query processing following...
2020-02-19  drhFix a potential NULL pointer dereference following...
2020-02-18  drhRemove a NEVER() macro and add a test case to cause...
2020-02-18  drhAdd the new sqlite3_create_filename() and sqlite3_free_...
next