]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-03-24  drhProvide content for the bytecode.subprog column.
2020-03-23  drhFix the build so that it works even without SQLITE_ENAB...
2020-03-23  drhThe bytecode() function now runs and sometimes works...
2020-03-23  drhFurther simplification and modularization of the EXPLAI...
2020-03-23  drhBegin breaking appear the sqlite3VdbeList() routine...
2020-03-23  drhInfrastructure for the bytecode() table-valued function...
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_...
2020-02-17  drhConvert invalid surrogates to 0xfffd when translating...
2020-02-17  drhA better (smaller and faster) solution to ticket [43748...
2020-02-17  drhTake care when checking the table of a TK_COLUMN expres...
2020-02-16  drhAvoid an infinite recursion on an illegal recursive...
2020-02-13  drhFix problems in the constant propagation optimization...
2020-02-13  drhDisallow the skip-scan optimization in the absence...
2020-02-13  drhOmit O_NOFOLLOW from the open() call when opening ...
2020-02-13  drhFix an incorrect assert() statement that was added...
2020-02-12  drhIncrease the default upper bound on the number of param...
2020-02-12  danWhen determining whether an == or IS constraint in...
2020-02-10  drhMark the sha1() extension function as SQLITE_DETERMINISTIC.
2020-02-10  drhFix the build for when SQLITE_VDBE_COVERAGE is used.
2020-02-07  drhDuring byte-code generation, strive to avoid jumps...
2020-02-07  drhSimplify the code by removing the unsupported and undoc...
2020-02-06  drhThere is no need to keep track of the number of changed...
2020-02-06  drhUnroll the comparison loop inside keywordCode() for...
2020-02-06  drhSeparate OP_IdxInsert and OP_SorterInsert into complete...
2020-02-06  drhRemove dead code from the sqlite3_filename_database...
2020-02-06  danFix some fts3 problems found by usan.
2020-02-05  drhSmall size reduction and performance improvement in the
2020-02-04  danEnable more detailed log messages in SQLITE_ENABLE_CORR...
2020-02-04  drhExtend the OP_Copy-coalesce optimization fix of check...
2020-02-04  drhFix a problem with the byte-code decompiler that was...
2020-02-03  drhCosmetic change to the xfer-optimization to put the...
2020-02-03  drhIncrease the version number to 3.32.0.
2020-02-01  drhOn an INSERT or UPDATE, perform affinity conversions...
2020-02-01  drhFix the comment display for the OP_Function opcode...
2020-02-01  drhMerge the sqlite3CodecQueryParameters() fix into trunk.
2020-02-01  drhFix a problem in sqlite3CodecQueryParameters() that...
2020-01-31  drhFix a minor typo in a comment in the btreeinfo extension.
2020-01-29  danFix a problem with the processing of IN(...) constraint...
next