]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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()...
2019-07-19  drhNew test cases added to test/fuzzdata8.db.
2019-07-19  drhRefinement to check-in [348e7f193a963390] that avoids...
2019-07-19  danFix a problem with renaming a table when the schema...
2019-07-19  danFix a problem with renaming tables when the schema...
2019-07-19  danFix a faulty assert() in walker.c that could fail when...
2019-07-19  drhFix a new problem in the BETWEEN operator when applied...
2019-07-17  drhAlways use the stdlib.h intptr_t type for pointer-integ...
2019-07-17  drhFix an incorrect assert() in balance_nonroot().
2019-07-17  drhImprovement to the hexdb interpreter built into the...
2019-07-17  danWhen processing a BETWEEN or CASE expression, avoid...
2019-07-17  drhFix the WITHOUT ROWID table logic so that it generates...
2019-07-17  drhNew test cases for PRAGMA index_xinfo on a WITHOUT... wor-pk-dups
2019-07-17  drhEnhance the "PRAGMA index_info()" and "PRAGMA index_xin...
2019-07-17  danFix problems with duplicate fields in the PRIMARY KEYs...
2019-07-17  danAdd casts to shell.c.in to avoid warnings on systems...
2019-07-16  drhAdd new assert() statements in an attempt to help stati...
2019-07-16  drhAdd assert()s in os_win.c in an effort to silence false...
2019-07-16  danCall ioctl() with the correct signature on both Android...
2019-07-15  danFix a problem that could cause a crash if a blob handle...
2019-07-15  danCall ioctl() with the correct signature on both Android... ioctl-signature
2019-07-14  drhMark an unreachable branch using ALWAYS().
2019-07-13  danFix a memory leak that could follow an OOM in the new...
2019-07-13  danFix a typo in test file window1.test.
2019-07-13  danFix error handling for the case where a window function...
2019-07-13  drhFix a double-quoted string literal used in the ".schema...
2019-07-13  danAdd support for attaching a FILTER clause to an aggrega...
2019-07-13  danRework the FILTER clause implementation to share more... filter-clause
next