]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-05-04  drhCode EP_InnerJoin constraints at the same time that... joinD
2022-05-04  drhMerge ON-clause constraint usage fix from trunk into...
2022-05-04  drhFix ON-clause constraint usage for FULL and RIGHT JOINs.
2022-05-04  drhNew test cases using various join types and Bloom filte...
2022-05-04  larrybrFix CLI use of wrong allocator for free().
2022-05-04  drhIn the query planner, do not let tables commute across...
2022-05-03  larrybrTypos cleared from README.md
2022-05-03  drhFix the Bloom filter pull-down optimization so that...
2022-05-03  drhAdd assert()s to show that jumps always land an an...
2022-05-02  drhRemove a testcase() macro taht was made obsolete by...
2022-05-02  drhDocument (in comments) that the SQLITE_FlttnUnionAll...
2022-05-02  drhFix a harmless compiler warning in sqlite3TreeViewWinFu...
2022-05-02  drhImprovement on check-in [a193749730d6cfba] so that...
2022-05-02  drhBring the comments on sqlite3FindInIndex() into closer...
2022-04-30  drhDefensive code in sqlite3TreeViewWindow() to fix a...
2022-04-30  drhSimplified fix to the problem with subroutine reuse...
2022-04-30  drhPreserve the COLLATE operator on an index on an express...
2022-04-30  drhFurther improvements to codeEqualityTerm() for cases...
2022-04-30  drhEnhance the TreeView debugging output for Expr with...
2022-04-29  drhEnhance the codeEqualityTerm() routine inside the code...
2022-04-29  drhWith TreeView, only show the table columns for a SrcIte...
2022-04-29  drhMultiple enhancements to the TreeView output for SrcIte...
2022-04-29  drhMinor typo fix in a comment, for the benefit of broken...
2022-04-28  danFix problem with SQLITE_OMIT_VIRTUALTABLE builds.
2022-04-27  drhFix a harmless typo in a comment.
2022-04-27  drhWhen computing STAT1 values using ANALYZE, if a ratio...
2022-04-27  danFix a test problem in rbubusy.test causing a crash...
2022-04-26  danUpdate corruptL.test so that it works with SQLITE_ENABL...
2022-04-25  drhFix a problem with automatic indexes introduced by
2022-04-25  drhDo not allow the push-down optimization on the right... autoindex-fix
2022-04-25  drhThe pushDownWhereTerms() routine should be using
2022-04-25  drhFix a problem with automatic indexes introduced by
2022-04-25  drhAdd a new optimizer disabling bit to disable just the...
2022-04-25  drhAvoid unintended side-effects on Parse.nSelect in the
2022-04-25  drhRemove NEVER() on branches formerly thought to unreachable
2022-04-23  drhPrevent the ORDER BY LIMIT optimization from running...
2022-04-23  drhIn debug builds, add extra code to verify that there...
2022-04-23  drhFix false-positives in sqlite3VdbeNoJumpsOutsideSubrtn... right-join-subrtn-check
2022-04-23  drhFor debug builds, if the RIGHT JOIN body subroutine...
2022-04-22  drhMake use of the "%!S" format when running ExplainSubquery.
2022-04-22  drhImprove EXPLAIN QUERY PLAN output and comments on bytec...
2022-04-22  drhHonor the MATERIALIZED keyword on a common table expres...
2022-04-22  danAdd test cases to check the handling of SQLITE_BUSY...
2022-04-22  drhSimplification of data structures in the wildcard expan...
2022-04-22  drhMinor simplification to the result-set wildcard expande...
2022-04-22  drhMerge the latest trunk fixes into the right-join branch.
2022-04-21  drhPrevious fix to join8.test needs a return.
2022-04-21  drhDisable join8.test if the build lacks support for virtu...
2022-04-21  drhAdd support for RIGHT and FULL JOIN.
2022-04-21  drhFix harmless compiler warnings.
2022-04-21  drhFix a harmless uninitialized variable warning in MSVC.
2022-04-21  drhFix harmless compiler warnings in the CLI.
2022-04-21  drhMake sure the code generator knows to invoke row-value...
2022-04-21  drhEnsure correct fg.isNestedFrom values even on crazy...
2022-04-21  drhAvoid materializing columns of SF_NestedFrom subqueries...
2022-04-20  larrybrFor CLI, fix how columnar mode fills in empty portions...
2022-04-20  drhSmall correction to the new bUsed logic of sqlite3Proce...
2022-04-20  drhMerge window function fix from trunk.
2022-04-20  drhRemove an unnecessary assignment operation.
2022-04-20  danFix a problem with using multiple SQLITE_SUBTYPE functi...
2022-04-20  drhComment fixes and improvements in sqlite3ProcessJoin().
2022-04-20  drhImproved tracking of nested SELECT objects used to...
2022-04-20  drhAlso show the ENAME_SPAN value in sqlite3TreeViewExprLi...
2022-04-20  drhImproved TreeView output for ExprList: Show the ENAME...
2022-04-20  drhAdd a new comment to the body of lookupName(). No...
2022-04-19  drhMerge the ALTER TABLE fix from trunk.
2022-04-19  danFix a problem in ALTER TABLE with handling "table....
2022-04-19  drhImproved comment on the JF_LTORJ constant definition.
2022-04-19  drhFix a NULL-pointer dereference that can occur on an...
2022-04-19  drhMark an unreachable "just-in-case" branch as unreachable.
2022-04-19  drhAdd 512 new join test cases derived from PostgreSQL...
2022-04-19  drhRemove unnecessary cases for the resolver.
2022-04-19  drhAdd the omitted "finish_test" to the end of joinA.test.
2022-04-19  drhNew test cases for RIGHT and FULL JOIN.
2022-04-18  drhFix the query flattener so that it does not flatten...
2022-04-18  drhNew test cases, including one that gets a different...
2022-04-18  drhDisable the unused EU4_EXPR mode for the IdList object.
2022-04-18  drhEven more test cases.
2022-04-18  drhNew test cases for parenthesized NATURAL FULL JOINs.
2022-04-18  drhNew test case demonstrating the ability to invoke OP_Nu...
2022-04-18  drhMerge the btree bug-fix from trunk.
2022-04-18  drhEnsure that left-hand side WITHOUT ROWID tables are...
2022-04-18  drhFix problems with WHERE clauses that follow multiple...
2022-04-18  danAvoid an assert() failure in allocateSpace() triggered...
2022-04-18  drhMerge the latest fixes from trunk.
2022-04-18  drhImproved comment field in the bytecode generated for...
2022-04-18  drhImproved comment field in the bytecode generated for...
2022-04-18  drhNew RIGHT JOIN test cases, one of which is currently...
2022-04-18  drhChange the row-value initialization subroutine call...
2022-04-18  drhDo not allow an empty table bypass to jump outside...
2022-04-18  drhFix the sqlite3SrcListAppendList() routine so that...
2022-04-18  drhLeave sqlite3ProcessJoin() early if an OOM is encounter...
2022-04-18  drhFix to the coalesce() function generation in the resolver.
2022-04-18  drhWhen converting a NATURAL JOIN into a JOIN USING, make...
2022-04-17  drhFix to the logic that computes coalesc() functions...
2022-04-17  drhDeal with OP_Return bypass in the RIGHT JOIN subroutine...
2022-04-17  drhChange OP_Return such that if P3 is 1, the Return is...
2022-04-17  drhFurther improvements to USING() processing for RIGHT...
2022-04-16  drhNew test cases, one of which is failing, indicating...
2022-04-16  drhFix the USING to ON translation so that it works correc...
next