aboutsummaryrefslogtreecommitdiff
path: root/test/pushdown.test
Commit message (Expand)AuthorAge
* Ensure that the query flattener does not change an ON clause term to a WHERE ...dan2024-12-02
* Be more aggressive about reusing subqueries that appear on the RHS of INdrh2024-07-04
* Show the creation of IN-operator Bloom filters in the EXPLAIN QUERY PLAN output.drh2024-07-03
* Merge trunk enhancements into the pushdown-subquery branch.drh2024-04-07
|\
| * Add comments to note the name abiguity between the MySQL push-downdrh2024-04-07
* | Experimental enhancement in which expressions of the form "expr IN table"drh2024-04-05
|/
* As evidenced by [forum:/forumpost/f3f546025a|forum post f3f546025a], thedrh2023-05-15
* New restriction on the push-down optimization to prevent an ON or USING clausedrh2023-05-10
* Enable the count-of-view optimization by default.drh2023-02-22
* Remove the push-down optimization restriction that was added bydrh2023-02-22
* If the SELECT that implements a subquery or a VIEW or a CREATE TABLE AS isdrh2022-12-14
* Back out the part of the change in [88a05141c28e5ff1] that adds affinity todrh2022-12-14
* Add restriction (9) to the push-down optimization: If the subquery isdrh2022-11-25
* Remove some 'breakpoint' commands in test files.mistachkin2017-07-19
* Fix another problem on this branch.dan2017-07-10
* Within a loop that uses a non-covering index test, test non-indexed terms thatdan2017-04-28