]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-03-05  danFix another problem with RETURNING clauses in UPDATEs... returning-fix
2021-03-05  danFix an assert() failure that could be triggered by...
2021-03-05  drhFix the processing of implied LIMIT clauses when flatte...
2021-03-04  drhMark the NotUsed parameter to the dropColumnFunc()...
2021-03-04  drhPut ALWAYS() on a branch that is now always true becaus...
2021-03-04  danUpdate shell.c.in so that SQLITE_SHELL_IS_UTF8 is set...
2021-03-04  drhRemove a branch made unreachable by check-in [e893f8875...
2021-03-04  danFix a segfault that could occur following an OOM condition.
2021-03-04  drhEarlier detection of a misplaced ORDER BY or LIMIT...
2021-03-04  danFix a crash that could occur if a sub-select inside...
2021-03-03  danFix a buffer overrun that could occur in fts5 when...
2021-03-03  danRemove the --timeout option from the valgrindfuzz Makef...
2021-03-03  danFix a case where fts3 was erroneously reporting corruption.
2021-03-03  drhFix a harmless assertion fault resulting from [6e6b3729...
2021-03-03  danFix a problem with using ALTER TABLE commands on databa...
2021-03-02  drhCast a string size variable to 64-bit to avoid any...
2021-03-02  drhLimit the size of the exponent input in the second...
2021-03-02  danChange the timeout for test case "valgrindfuzz" from...
2021-03-02  danDo not run test file windowpushd.test as part of the...
2021-03-02  drhAdd ALWAYS() to an always-true conditional.
2021-03-01  drhAdd #ifndef macros so that the build works again with
2021-03-01  danFix a couple of memory-sanitizer complaints that could...
2021-03-01  danFix another msan complain triggered by a corrupt database. msan-fix
2021-02-28  danInitialize extra field in PgHdr1 to fix an msan complaint.
2021-02-27  danAdd OOM test case associated with the fix in the previo...
2021-02-27  drhRemove a NEVER() that might sometimes be tree following...
2021-02-26  danFix a segfault that could occur when optimizing a NOT...
2021-02-26  danAttempt to optimize "x IS NULL" and "x IS NOT NULL...
2021-02-26  danAttempt to optimize "x IS NULL" and "x IS NOT NULL... ifnull-opt
2021-02-26  danMinor simplification in resolve.c.
2021-02-25  danFix test case in altercorrupt.test so that it works...
2021-02-25  danFix a problem with UPDATE and DELETE statements that...
2021-02-25  danFix handling of INSERT on views with implicitly named...
2021-02-25  danEnsure that tests like "rbu.test" and "notify2.test...
2021-02-23  danWhen a sub-transaction is released, if no pages require...
2021-02-23  danAllow WHERE terms to be pushed down into sub-queries...
2021-02-23  danFurther tests for the push-down optimization with windo... window-functions-pushdown
2021-02-22  danAllow WHERE terms to be pushed down into sub-queries...
2021-02-22  drhAdd a few simple test cases for MATERIALIZED and NOT...
2021-02-22  drhImplement the MATERIALIZED and NOT MATERIALIZED hints...
2021-02-22  danWhen a sub-transaction is released, if no pages require... stmt-jrnl-truncate
2021-02-22  drhAdd an ALWAYS() on a branch that is now unreachable. as-materialize-redux
2021-02-22  drhFix inverted logic regarding the materialization hint...
2021-02-22  drhAdd the AS MATERIALIZED and AS NOT MATERIALIZED syntax...
2021-02-21  drhMaterialize any CTE that is used more than once.
2021-02-21  drhRename the "struct SrcList_item" object to the more...
2021-02-21  drhSimplified resolution of CTE names. Slightly faster...
2021-02-20  drhPerformance improvement in resolving the INDEXED BY...
2021-02-20  danFix a case where FTS3/4 could pass a NULL pointer to...
2021-02-20  danUpdate sqlite3changeset_apply_v2() so that it handles...
2021-02-20  drhBreak out the Cte object from the With object. This...
2021-02-20  drhSimplification to where.c manually cherrypicked from...
2021-02-19  danFix another problem handling corrupt database files...
2021-02-19  danAdd tests for ALTER TABLE DROP COLUMN commands.
2021-02-19  danAdd support for "ALTER TABLE ... DROP COLUMN ..." commands.
2021-02-19  danFix a crash that could occur in ALTER TABLE DROP COLUMN... alter-table-drop-column
2021-02-19  drhOmit an branch made unreachable by the improved error...
2021-02-19  drhThe COLUMN keyword in ALTER TABLE DROP COLUMN is optional.
2021-02-19  drhGive a better error message on DROP COLUMN when attempt...
2021-02-19  drhAdd a NEVER() to an unreachable branch in the DROP...
2021-02-18  drhAdd missing VdbeCoverage() macros.
2021-02-18  drhEnhance renameParseSql() to better handle OOMs.
2021-02-18  drhMerge changes from trunk into the alter-table-drop...
2021-02-18  danFix DROP COLUMN so that it works even if the user has...
2021-02-18  danFix a problem with schema error detection when processi...
2021-02-18  danAdd test cases for ALTER TABLE DROP COLUMN.
2021-02-18  danAvoid invoking the update or pre-update hooks during...
2021-02-18  drhImprovement to the INSERT optimization of check-in...
2021-02-18  drhDisable the optimization of [16ac213c57196361] when the
2021-02-18  danEnsure that the pre-update hook is invoked for INSERT...
2021-02-18  drhAdd missing VdbeCoverage() macros to some of the new...
2021-02-18  drhPerformance optimization in the resolver.
2021-02-18  drhPerformance optimization in the code generator for...
2021-02-17  drhUse the sqlite3ParserAddCleanup() mechanism to ensure...
2021-02-17  danFix a problem with OOM error handling in the new code...
2021-02-17  danMerge trunk changes into this branch.
2021-02-17  danFix various issues with the changes on this branch...
2021-02-17  drhEnhance the ".once" and ".output" commands in the CLI...
2021-02-16  danAdd experimental implementation of ALTER TABLE DROP...
2021-02-16  drhSimplification to the resolveAlias() routine.
2021-02-16  drhNew SELECTTRACE macros more clearly deliniate when...
2021-02-15  drhFix an issue with the LIKE operator when it includes...
2021-02-15  danAdd tests for sqlite3_column_count().
2021-02-15  drhEnsure that the ALTER TABLE statements return 0 for
2021-02-15  danFix an error in the test case fix in [ecd71203].
2021-02-13  drhFix incorrect test name labels in the select1.test...
2021-02-13  drhAvoid manifesting a CTE (or other view) multiple times...
2021-02-13  danFix a problem in the unreleased union-all flattening...
2021-02-12  danFix a test case to account for the fact that different...
2021-02-12  danEnsure RBU tests are run as part of release testing.
2021-02-10  danFix a longstanding problem causing an RBU vacuum to...
2021-02-10  danRemove an assert() added by the previous commit that... shm-lock-fix
2021-02-10  danFix a longstanding problem causing an RBU vacuum to...
2021-02-10  danIn RBU, avoid passing VFS xShmLock calls through to...
2021-02-08  drhCorrectly detect correlated subqueries when resolving...
2021-02-08  drhImproved name resolution for references to a table...
2021-02-07  drhDo not allow RETURNING in the DML statements of a trigger.
2021-02-07  drhFix harmless compiler warnings.
2021-02-06  drhRemove an ALWAYS() and NEVER() in the authorizer that...
2021-02-06  drhFix the OSSFuzz-discovered shift problem from two days...
next