]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-01-07  drhProvide the ability to tag an application-defined funct... testonly-functions
2020-01-07  drhAdd an "|| CORRUPT_DB" term to an assert() statement...
2020-01-07  danFix an instance of an undefined behaviour (a left-shift...
2020-01-06  drhIn the typeof() optimization in OP_Column, expand the...
2020-01-06  drhRewrite the (debugging use only) sqlite3VdbeMemPrettyPr...
2020-01-06  drhBackout change [4d0b9109f7a5312d4e1] because the condit...
2020-01-06  mistachkinMove variable declaration to start-of-block for MSVC.
2020-01-06  drhDo not attempt to use the skip-scan optimization if...
2020-01-06  danEnsure the SF_Aggregate flag on a SELECT statement...
2020-01-05  drhRemove a NEVER in btree due to a new test case from...
2020-01-04  drhFix DBSTAT so that it returns now rows, rather than...
2020-01-04  drhFix harmless compiler warnings.
2020-01-04  danOmit the omit flat from eq constraints on column "name...
2020-01-04  drhRecord when the OP_IfNotOpen branch is and is not taken.
2020-01-04  drhRemove another NEVER added by check-in [7b62555e285f32d3].
2020-01-04  drhNew test cases in test/in4.test require rtree, so disab...
2020-01-04  danFix a problem where the loop for the RHS of a LEFT...
2020-01-04  drhFix a false-positive in the register validity tracking...
2020-01-04  drhImprove a testcase in test/fuzzdata8.db to make it...
2020-01-04  drhBack out another NEVER added by check-in [7b62555e285f3...
2020-01-04  danOmit the omit flag from eq constraints on column "aggre...
2020-01-04  drhRestore a NEVER and an assert in btree that was removed by
2020-01-03  danIn fts3, avoid making a very large memory allocation...
2020-01-03  drhAdd NEVER macros to error-detection branches that were...
2020-01-03  drhImprovement to check-in [7405e98225761180] so that...
2020-01-03  danImprove a specific case of early database corruption...
2020-01-03  drhRemove an over-zealous ALWAYS() macro and add a test...
2020-01-03  danFix a possible NULL pointer dereference caused by using...
2020-01-03  drhFix the OP_Copy-coalesce optimization so that if the...
2020-01-03  danEnsure that when a Select object is reset a new, empty...
2020-01-03  drhWhen generating the name of a view (or common table...
2020-01-03  drhFix a problem in sqlite3TreeViewBareExprList() in which...
2020-01-02  drhAdd the two-size lookaside memory allocator. Also...
2020-01-02  drhNEVER() and ALWAYS() macros tagging unreachable branches. two-size-lookaside
2020-01-02  drhMerge the latest enhancements from trunk.
2020-01-02  drhDo not allow the zipfile virtual table to start a trans...
2020-01-02  drhFix some test logic in the OP_Delete opcode so that...
2020-01-02  drhIfdef-out code that is only possible with the sessions...
2020-01-02  drhHave the OP_ReleaseReg opcode also invalidate the regis...
2020-01-02  danHandle blobs that are the return values of functions...
2020-01-02  drhFix the OP_Move opcode so that it correctly manages...
2020-01-02  drhEnhancements to aid testing and debugging:
2020-01-02  drhAdd the test_trace_breakpoint() subroutine that is...
2020-01-02  drhUse OP_Copy instead of OP_SCopy to move the results...
2020-01-02  drhThe sqlite3WhereEnd() call now unwinds all Expr modific...
2020-01-01  drhProvide the -DSQLITE_ENABLE_INTERNAL_FUNCTIONS=1 compil...
2020-01-01  drhWhen generating code for a subquery, make a copy of...
2020-01-01  danEnsure that when code for a scalar SELECT featuring...
2020-01-01  drhFix the sqlite3ExprImpliesNonNullRow() routine so that...
2020-01-01  drhNew test-only SQL functions: implies_nonnull_row()...
2020-01-01  drhFactor out code generation for in-line SQL functions...
2020-01-01  drhIssue OP_ReleaseReg opcodes against the array of regist...
2019-12-31  drhRemove an incorrect assert() statement. Ticket [46fcd7...
2019-12-31  drhAlso set the SQLITE_DIRECTONLY flag on the load_extensi...
2019-12-31  drhSet the SQLITE_DIRECTONLY flag on the fts3_tokenizer...
2019-12-31  drhRefactor names. Use "small" instead of "mini" to descr... mini-lookaside-take-2
2019-12-31  drhMerge recent enhancements from trunk.
2019-12-31  drhThe OP_ResultRow opcode releases the SCopy dependences...
2019-12-30  drhBack out the NEVER() from check-in [40d10e7aad5b8992...
2019-12-30  drhAdd an ALWAYS() to a conditional which is apparently...
2019-12-30  drhPut a NEVER() on a defensive branch.
2019-12-30  drhFix a typo in a comment. No changes to code.
2019-12-30  danDo not use HIDDEN columns for NATURAL joins. Fix for...
2019-12-30  danIn ALTER TABLE, rename columns and tables in expression...
2019-12-29  drhDo not allow triggers that run as part of REPLACE confl...
2019-12-29  drhAdd the OP_FinishSeek opcode which completes an OP_Defe...
2019-12-28  danDo not attempt to flatten compound sub-queries in a...
2019-12-28  danChange an assert() in where.c to a testcase() macro...
2019-12-28  drhDisable early coding of transitive constraints at the...
2019-12-28  danFix an instance where the planner might choose to use...
2019-12-28  drhFurther improvements to .wheretrace during loop code...
2019-12-28  drhNew enhancements to .wheretrace. The 0x20000 flag...
2019-12-28  drhExpose some of the Where data structure debug printing...
2019-12-28  drhAdd the --enable-all option to the main configure scrip...
2019-12-28  drhSimplifications to the initialization of the sqlite3_in...
2019-12-28  drhIf the ".wheretrace 0x10000" bit is set, print WhereTer...
2019-12-28  drhTwo new test cases added to test/fuzzdata8.db.
2019-12-28  danSecond attempt to fix a problem with unwinding the...
2019-12-28  danMerge latest trunk changes with this branch. better-error-handling-1
2019-12-28  danFix an assert() failure in altertable3-22.4.
2019-12-28  drhFix a faulty assert() associated with query search...
2019-12-28  drhConvert an assert() back into a conditional. The condi...
2019-12-28  drhWhen an INSERT is receiving content from a SELECT,...
2019-12-28  drhRecompute the values for all generated columns after
2019-12-27  danDo not attempt to unwind the WITH stack in the Parse...
2019-12-27  danRemove a NEVER() that is no longer true. Fix for [36ffe...
2019-12-27  danFix a problem involving window function aliases being...
2019-12-27  drhAdd a missing "ifcapable rtree {...}" line to the windo...
2019-12-27  danFix a problem with window functions in aggregate querie...
2019-12-27  danDo not mistake constant integers in a PARTITION BY...
2019-12-27  drhFollow-up to check-in [c8c6dd0e6582ec91] - change the...
2019-12-27  danWhen determining if an aggregate within a sub-query...
2019-12-27  drhEnsure that the Pager.changeCountDone flag is cleared...
2019-12-27  drhFix buffer underflows in the zipfile extension associat...
2019-12-26  drhIf an UPSERT can cause an Abort due to a constraint...
2019-12-26  drhAn UPDATE of a table that is indexed by a constant...
2019-12-26  danFix an assert() in fts5 that could fail if an xSavepoin...
2019-12-26  drhMakefile.in fix so that it works on systems that requir...
2019-12-26  drhAdd two new fuzzer test cases from dbsqlfuzz.
2019-12-26  drhIn the xAccess() method of the unix VFS, return true...
next