]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-08-19  drhOmit the "_except" term from the name of the new interface. sqlite3_drop_modules_except
2019-08-17  drhThe experimental sqlite3_drop_modules_except() interface.
2019-08-17  drhFix the new ability to unregister virtual table modules...
2019-08-17  danWhen populating an ephemeral b-tree for the RHS of...
2019-08-17  drhEnsure the functions that appear to be constant are...
2019-08-17  drhActivate introspection pragmas by default. The new...
2019-08-17  drhThe SQLITE_DIRECTONLY flag, when added to sqlite3_creat...
2019-08-16  drhAdd the ability to unregister a virtual table module...
2019-08-15  drhFix harmless compiler warnings in the TCL interface.
2019-08-15  drhAdd the SQLITE_DBCONFIG_ENABLE_VIEW option, together...
2019-08-15  drhProvide the SQLITE_DIRECTONLY flag for app-defined... directonly
2019-08-15  drhEnsure that the optional "sz=N" parameter that can...
2019-08-15  danEnsure that SQLite does not attempt to process incompat...
2019-08-15  drhAvoid downgrading SQLITE_CORRUPT errors detected by...
2019-08-15  drhEnsure that the cell overwrite optimization does not...
2019-08-15  drhEarly detection out-of-bounds page numbers on the direc...
2019-08-14  drhAlways check for reads past the end of the file on...
2019-08-13  mistachkinAdd some static to the 'regexp' extension.
2019-08-13  danUpdate test cases so that they work with ICU enabled.
2019-08-13  danUpdate some corruption test cases to take [724f4df9c...
2019-08-13  danFix a problem with RBU function sqlite3rbu_bp_progress...
2019-08-12  drhMake sure the btree cursor overflow cache is cleared...
2019-08-12  drhFor the ".testctrl prng_seed" command in the CLI, if...
2019-08-12  drhAdd a TESTCTRL that disables the verification of type...
2019-08-12  drhValidate the type, name, and tbl_name fields of the...
2019-08-10  drhFix the sqliteExprImpliesExpr() routine so that it...
2019-08-10  danAdd extra test cases related to the previous commit.
2019-08-10  drhRemove two incorrect assert() statements from the logic...
2019-08-09  drhAllow the RHS of a row-value IN operator to use a compo...
2019-08-09  mistachkinModify signature of sqlite3VdbeChangeOpcode() to accept...
2019-08-09  drhFix more compiler warnings.
2019-08-08  drhFix harmless compiler warnings.
2019-08-08  drhRemove support for SQLITE_ENABLE_STAT3. The sqlite_sta...
2019-08-08  drhFix a case of the Expr.affinity to Expr.affExpr refacto...
2019-08-08  drhMore legacy STAT3 code removed. omit-stat3
2019-08-08  drhRemove support for STAT3. The sqlite_stat3 tables...
2019-08-08  drhRemove a NEVER() that is reachable from a corrupt database.
2019-08-07  danRemove use of the affinity() function from view.test...
2019-08-07  danAdd "set TMP=%CD%" to the start of each msvc script...
2019-08-07  danEliminate some more cases of redundant sorting in windo...
2019-08-07  drhDo not make SQLITE_READ authorizer calls for tables...
2019-08-06  danEnsure that when the col in an operator like "val IN...
2019-08-06  drhImproved reuse of file descriptors for which close...
2019-08-06  drhEnhance the ".recover" output in the shell to use doubl...
2019-08-06  danAdd "PRAGMA foreign_keys=OFF;" to the start of the...
2019-08-06  drhEnsure that columns of views and sub-queries that are...
2019-08-06  drhPerformance optimization to the new affinity handling... pending
2019-08-06  drhUse 0x40 (ASCII '@') instead of 0x00 to mean "no affini...
2019-08-05  danEnsure that columns of views and sub-queries that are...
2019-08-05  danAdd test cases to this branch. tkt-61c853-A
2019-08-05  danFix the patch on this branch so that it works with...
2019-08-05  drhOne of two options on how to address ticket [61c853857f...
2019-08-05  drhRefactor field Expr.affinity into Expr.affExpr to avoid...
2019-08-05  drhImproved detection of corruption on the freeblock list...
2019-08-05  danFix a problem with renaming a table when a view or...
2019-08-05  danPrevent an fts5 table from being its own content table...
2019-08-03  drhStregthen an assert() in the WHERE clause code generato...
2019-08-03  danFix a problem with queries of the form "SELECT min...
2019-08-03  drhIn the ".wheretrace 0x100" debugging mode, show the...
2019-08-03  drhAdd the SQLITE_TESTCTRL_PRNG_SEED which can control...
2019-08-03  drhGive the SQLITE_TESTCTRL_PRNG_SEED two arguments. ... prng-seed-test-control
2019-08-02  drhFixes to the PRNG_SEED pragma idea.
2019-08-02  drhAdd the SQLITE_TESTCTRL_PRNG_SEED test control.
2019-08-02  danIf a query like "SELECT min(a), b FROM t1" visits no...
2019-08-02  danIf a query like "SELECT min(a), b FROM t1" visits no... tkt-41866dc37
2019-08-01  drhThe sqlite3_set_authorizer() interface should only...
2019-08-01  danAdd new release tests for windows to releasetest_data...
2019-08-01  danFix a problem in ALTER TABLE triggered by views or...
2019-07-31  danUpdate "releasetest_data.tcl" so that it is a standalon...
2019-07-31  drhNew test cases in test/fuzzdata8.db.
2019-07-31  drhDo not allow the json_set() function to overwrite the...
2019-07-30  drhFix the build for when -DSQLITE_SMALL_STACK is used.
2019-07-30  drhImproved fix for ticket [ced41c7c7d6b4d36] that keeps...
2019-07-30  drhDisable the skip-scan optimization for DISTINCT queries.
2019-07-29  drhConvert an assert() in R-Tree into a database corruptio...
2019-07-29  danFix a crash in fts3 caused by corrupt database records.
2019-07-29  danWhen using an index for both DISTINCT and ORDER BY...
2019-07-29  danWhen using an index for both DISTINCT and ORDER BY... tkt-6749cb3c
2019-07-29  drhFix the OP_Affinity operator so that when applying...
2019-07-29  drhFix a minor typo in a comment.
2019-07-29  mistachkinSync up warning related compiler options in the Makefil...
2019-07-29  mistachkinFix harmless compiler warning seen with MSVC for x64.
2019-07-26  danUpdate RBU so that it supports indexes on expressions.
2019-07-26  danFix RBU handling of partial indexes with comments embed...
2019-07-25  danFix a potential buffer overread in fts5 triggered by...
2019-07-24  drhFix faulty asserts in the code generator.
2019-07-24  danImprove the ".recover" command so that it handles intke...
2019-07-24  danImprove the ".recover" command's handling of corrupt...
2019-07-24  danImprove the ".recover" command in the shell tool so...
2019-07-23  danAvoid redefining types u32 and u16 when fossildelta...
2019-07-22  drhDo not use the insert-overwrite optimization if the...
2019-07-22  drhConsolidate the removal of Window objects from the...
2019-07-22  danFix a bug in the linked-list handling code added by...
2019-07-22  drhNew test cases added to test/fuzzdata8.db
2019-07-22  danRemove Window objects from the corresponding Select...
2019-07-22  danRemove Window objects from the corresponding Select... winfunc-in-orderby
2019-07-22  danFix a problem with renaming tables when the schema...
2019-07-20  drhMake sure any window definitions in an ORDER BY clause...
2019-07-20  drhEarly detection of a corrupt R-Tree in the R-Tree searc...
2019-07-20  drhPerformance optimizations in the rtreeStepToLeaf()...
next