2022-05-04 |
drh | Code EP_InnerJoin constraints at the same time that... joinD |
commit | commitdiff | tree |
2022-05-04 |
drh | Merge ON-clause constraint usage fix from trunk into... |
commit | commitdiff | tree |
2022-05-04 |
drh | Fix ON-clause constraint usage for FULL and RIGHT JOINs. |
commit | commitdiff | tree |
2022-05-04 |
drh | New test cases using various join types and Bloom filte... |
commit | commitdiff | tree |
2022-05-04 |
larrybr | Fix CLI use of wrong allocator for free(). |
commit | commitdiff | tree |
2022-05-04 |
drh | In the query planner, do not let tables commute across... |
commit | commitdiff | tree |
2022-05-03 |
larrybr | Typos cleared from README.md |
commit | commitdiff | tree |
2022-05-03 |
drh | Fix the Bloom filter pull-down optimization so that... |
commit | commitdiff | tree |
2022-05-03 |
drh | Add assert()s to show that jumps always land an an... |
commit | commitdiff | tree |
2022-05-02 |
drh | Remove a testcase() macro taht was made obsolete by... |
commit | commitdiff | tree |
2022-05-02 |
drh | Document (in comments) that the SQLITE_FlttnUnionAll... |
commit | commitdiff | tree |
2022-05-02 |
drh | Fix a harmless compiler warning in sqlite3TreeViewWinFu... |
commit | commitdiff | tree |
2022-05-02 |
drh | Improvement on check-in [a193749730d6cfba] so that... |
commit | commitdiff | tree |
2022-05-02 |
drh | Bring the comments on sqlite3FindInIndex() into closer... |
commit | commitdiff | tree |
2022-04-30 |
drh | Defensive code in sqlite3TreeViewWindow() to fix a... |
commit | commitdiff | tree |
2022-04-30 |
drh | Simplified fix to the problem with subroutine reuse... |
commit | commitdiff | tree |
2022-04-30 |
drh | Preserve the COLLATE operator on an index on an express... |
commit | commitdiff | tree |
2022-04-30 |
drh | Further improvements to codeEqualityTerm() for cases... |
commit | commitdiff | tree |
2022-04-30 |
drh | Enhance the TreeView debugging output for Expr with... |
commit | commitdiff | tree |
2022-04-29 |
drh | Enhance the codeEqualityTerm() routine inside the code... |
commit | commitdiff | tree |
2022-04-29 |
drh | With TreeView, only show the table columns for a SrcIte... |
commit | commitdiff | tree |
2022-04-29 |
drh | Multiple enhancements to the TreeView output for SrcIte... |
commit | commitdiff | tree |
2022-04-29 |
drh | Minor typo fix in a comment, for the benefit of broken... |
commit | commitdiff | tree |
2022-04-28 |
dan | Fix problem with SQLITE_OMIT_VIRTUALTABLE builds. |
commit | commitdiff | tree |
2022-04-27 |
drh | Fix a harmless typo in a comment. |
commit | commitdiff | tree |
2022-04-27 |
drh | When computing STAT1 values using ANALYZE, if a ratio... |
commit | commitdiff | tree |
2022-04-27 |
dan | Fix a test problem in rbubusy.test causing a crash... |
commit | commitdiff | tree |
2022-04-26 |
dan | Update corruptL.test so that it works with SQLITE_ENABL... |
commit | commitdiff | tree |
2022-04-25 |
drh | Fix a problem with automatic indexes introduced by |
commit | commitdiff | tree |
2022-04-25 |
drh | Do not allow the push-down optimization on the right... autoindex-fix |
commit | commitdiff | tree |
2022-04-25 |
drh | The pushDownWhereTerms() routine should be using |
commit | commitdiff | tree |
2022-04-25 |
drh | Fix a problem with automatic indexes introduced by |
commit | commitdiff | tree |
2022-04-25 |
drh | Add a new optimizer disabling bit to disable just the... |
commit | commitdiff | tree |
2022-04-25 |
drh | Avoid unintended side-effects on Parse.nSelect in the |
commit | commitdiff | tree |
2022-04-25 |
drh | Remove NEVER() on branches formerly thought to unreachable |
commit | commitdiff | tree |
2022-04-23 |
drh | Prevent the ORDER BY LIMIT optimization from running... |
commit | commitdiff | tree |
2022-04-23 |
drh | In debug builds, add extra code to verify that there... |
commit | commitdiff | tree |
2022-04-23 |
drh | Fix false-positives in sqlite3VdbeNoJumpsOutsideSubrtn... right-join-subrtn-check |
commit | commitdiff | tree |
2022-04-23 |
drh | For debug builds, if the RIGHT JOIN body subroutine... |
commit | commitdiff | tree |
2022-04-22 |
drh | Make use of the "%!S" format when running ExplainSubquery. |
commit | commitdiff | tree |
2022-04-22 |
drh | Improve EXPLAIN QUERY PLAN output and comments on bytec... |
commit | commitdiff | tree |
2022-04-22 |
drh | Honor the MATERIALIZED keyword on a common table expres... |
commit | commitdiff | tree |
2022-04-22 |
dan | Add test cases to check the handling of SQLITE_BUSY... |
commit | commitdiff | tree |
2022-04-22 |
drh | Simplification of data structures in the wildcard expan... |
commit | commitdiff | tree |
2022-04-22 |
drh | Minor simplification to the result-set wildcard expande... |
commit | commitdiff | tree |
2022-04-22 |
drh | Merge the latest trunk fixes into the right-join branch. |
commit | commitdiff | tree |
2022-04-21 |
drh | Previous fix to join8.test needs a return. |
commit | commitdiff | tree |
2022-04-21 |
drh | Disable join8.test if the build lacks support for virtu... |
commit | commitdiff | tree |
2022-04-21 |
drh | Add support for RIGHT and FULL JOIN. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix a harmless uninitialized variable warning in MSVC. |
commit | commitdiff | tree |
2022-04-21 |
drh | Fix harmless compiler warnings in the CLI. |
commit | commitdiff | tree |
2022-04-21 |
drh | Make sure the code generator knows to invoke row-value... |
commit | commitdiff | tree |
2022-04-21 |
drh | Ensure correct fg.isNestedFrom values even on crazy... |
commit | commitdiff | tree |
2022-04-21 |
drh | Avoid materializing columns of SF_NestedFrom subqueries... |
commit | commitdiff | tree |
2022-04-20 |
larrybr | For CLI, fix how columnar mode fills in empty portions... |
commit | commitdiff | tree |
2022-04-20 |
drh | Small correction to the new bUsed logic of sqlite3Proce... |
commit | commitdiff | tree |
2022-04-20 |
drh | Merge window function fix from trunk. |
commit | commitdiff | tree |
2022-04-20 |
drh | Remove an unnecessary assignment operation. |
commit | commitdiff | tree |
2022-04-20 |
dan | Fix a problem with using multiple SQLITE_SUBTYPE functi... |
commit | commitdiff | tree |
2022-04-20 |
drh | Comment fixes and improvements in sqlite3ProcessJoin(). |
commit | commitdiff | tree |
2022-04-20 |
drh | Improved tracking of nested SELECT objects used to... |
commit | commitdiff | tree |
2022-04-20 |
drh | Also show the ENAME_SPAN value in sqlite3TreeViewExprLi... |
commit | commitdiff | tree |
2022-04-20 |
drh | Improved TreeView output for ExprList: Show the ENAME... |
commit | commitdiff | tree |
2022-04-20 |
drh | Add a new comment to the body of lookupName(). No... |
commit | commitdiff | tree |
2022-04-19 |
drh | Merge the ALTER TABLE fix from trunk. |
commit | commitdiff | tree |
2022-04-19 |
dan | Fix a problem in ALTER TABLE with handling "table.... |
commit | commitdiff | tree |
2022-04-19 |
drh | Improved comment on the JF_LTORJ constant definition. |
commit | commitdiff | tree |
2022-04-19 |
drh | Fix a NULL-pointer dereference that can occur on an... |
commit | commitdiff | tree |
2022-04-19 |
drh | Mark an unreachable "just-in-case" branch as unreachable. |
commit | commitdiff | tree |
2022-04-19 |
drh | Add 512 new join test cases derived from PostgreSQL... |
commit | commitdiff | tree |
2022-04-19 |
drh | Remove unnecessary cases for the resolver. |
commit | commitdiff | tree |
2022-04-19 |
drh | Add the omitted "finish_test" to the end of joinA.test. |
commit | commitdiff | tree |
2022-04-19 |
drh | New test cases for RIGHT and FULL JOIN. |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix the query flattener so that it does not flatten... |
commit | commitdiff | tree |
2022-04-18 |
drh | New test cases, including one that gets a different... |
commit | commitdiff | tree |
2022-04-18 |
drh | Disable the unused EU4_EXPR mode for the IdList object. |
commit | commitdiff | tree |
2022-04-18 |
drh | Even more test cases. |
commit | commitdiff | tree |
2022-04-18 |
drh | New test cases for parenthesized NATURAL FULL JOINs. |
commit | commitdiff | tree |
2022-04-18 |
drh | New test case demonstrating the ability to invoke OP_Nu... |
commit | commitdiff | tree |
2022-04-18 |
drh | Merge the btree bug-fix from trunk. |
commit | commitdiff | tree |
2022-04-18 |
drh | Ensure that left-hand side WITHOUT ROWID tables are... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix problems with WHERE clauses that follow multiple... |
commit | commitdiff | tree |
2022-04-18 |
dan | Avoid an assert() failure in allocateSpace() triggered... |
commit | commitdiff | tree |
2022-04-18 |
drh | Merge the latest fixes from trunk. |
commit | commitdiff | tree |
2022-04-18 |
drh | Improved comment field in the bytecode generated for... |
commit | commitdiff | tree |
2022-04-18 |
drh | Improved comment field in the bytecode generated for... |
commit | commitdiff | tree |
2022-04-18 |
drh | New RIGHT JOIN test cases, one of which is currently... |
commit | commitdiff | tree |
2022-04-18 |
drh | Change the row-value initialization subroutine call... |
commit | commitdiff | tree |
2022-04-18 |
drh | Do not allow an empty table bypass to jump outside... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix the sqlite3SrcListAppendList() routine so that... |
commit | commitdiff | tree |
2022-04-18 |
drh | Leave sqlite3ProcessJoin() early if an OOM is encounter... |
commit | commitdiff | tree |
2022-04-18 |
drh | Fix to the coalesce() function generation in the resolver. |
commit | commitdiff | tree |
2022-04-18 |
drh | When converting a NATURAL JOIN into a JOIN USING, make... |
commit | commitdiff | tree |
2022-04-17 |
drh | Fix to the logic that computes coalesc() functions... |
commit | commitdiff | tree |
2022-04-17 |
drh | Deal with OP_Return bypass in the RIGHT JOIN subroutine... |
commit | commitdiff | tree |
2022-04-17 |
drh | Change OP_Return such that if P3 is 1, the Return is... |
commit | commitdiff | tree |
2022-04-17 |
drh | Further improvements to USING() processing for RIGHT... |
commit | commitdiff | tree |
2022-04-16 |
drh | New test cases, one of which is failing, indicating... |
commit | commitdiff | tree |
2022-04-16 |
drh | Fix the USING to ON translation so that it works correc... |
commit | commitdiff | tree |
next |