]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-01-10  drhBegin making changes to turn off trusted schema in... default-untrusted-schema
2020-01-10  drhDocumentation updates on newer APIs. No changes to...
2020-01-09  drhFix the fossildelta.c extension so that it will compile...
2020-01-09  drhMerge in the untrusted-schema enhancements.
2020-01-09  drhOnly register the fts3_tokenizer() function using a...
2020-01-09  drhFix a harmless compiler warning.
2020-01-09  danFix an assert() in window.c that could fail with some...
2020-01-09  drhFix a problem in the encoding display in the updated... new-security-options
2020-01-09  drhFix minor typos in the trusted-schema.md document.
2020-01-09  drhMinor formatting changes in the trusted-schema.md document.
2020-01-09  drhDesign notes for the new-security-options branch.
2020-01-09  drhSimplified error message for the unsafe use of a virtua...
2020-01-09  drhFix a problem that restricted edgy functions in TEMP...
2020-01-08  drhBlock edgy functions used in DEFAULT constraints.
2020-01-08  drhPerformance improvements and test cases added. Allow...
2020-01-08  drhCheck for whether or not it is safe to use non-innocuou...
2020-01-08  drhProvide the -innocuous option to the "db func" method...
2020-01-08  drhFix the rot13.c extension to be deterministic. Add...
2020-01-08  drhIn the TreeView debugging output, show a "DDL" mark...
2020-01-08  drhMerge recent changes from trunk.
2020-01-08  drhWhen doing a test-to-double conversion on a BLOB with...
2020-01-08  drhFix a minor formatting error in the display of BLOB...
2020-01-08  drhImprovements to the documentation of sqlite3_create_col...
2020-01-08  drhSimplification of the logic in the constant-propagation...
2020-01-08  drhFix the constant propagation optimization so that it...
2020-01-08  drhFix a misworded comment. No code changes.
2020-01-07  drhCreate the "trusted_schema" pragma. Add sqlite3_vtab_c...
2020-01-07  drhEnforce SQLITE_VTABRISK restrictions.
2020-01-07  drhFix a performance regression caused by the previous...
2020-01-07  drhInvert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA.
2020-01-07  drhMerge recent fixes from trunk.
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  drhMerge enhancements from trunk.
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-06  drhRefactor names of flags for improved legibility.
2020-01-05  drhRemove a NEVER in btree due to a new test case from...
2020-01-04  drhRefactor the names of the new controls for restricting...
2020-01-04  drhEnhance PRAGMA function_list to show internal functions...
2020-01-04  drhMerge all fixes and enhancements from trunk.
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  drhMerge the latest fixes from trunk.
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-04  drhEnhance PRAGMA function_list so that it shows all insta...
2020-01-03  drhInvert the SQLITE_FUNC_SAFE bit to be SQLITE_FUNC_UNSAF...
2020-01-03  drhWhen UNSAFE_IN_VIEW is disabled, only allow functions...
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  drhMerge fixes from trunk.
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  drhMerge enhancements from trunk.
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  drhExperimental branch with new sqlite3_db_config() option...
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...
next