Alexey Milovidov
|
d85588210d
|
Fix bad optimization of ORDER BY in subquery if it contains WITH FILL
|
2021-09-12 01:24:20 +03:00 |
|
Alexey Milovidov
|
526c7253d0
|
Fix wrong optimization
|
2021-09-12 01:15:37 +03:00 |
|
Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
Alexey Milovidov
|
8d62c42eb9
|
A bunch of changes for PVS-Studio
|
2021-05-08 19:11:50 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Artem Zuikov
|
26295f8695
|
try remove strange logic in DuplicateOrderByVisitor (#12267)
|
2020-07-08 14:24:50 +03:00 |
|
Alexey Milovidov
|
7f3a8f3eb9
|
Fix bad code in redundant ORDER BY optimization #10067
|
2020-07-06 02:50:20 +03:00 |
|
Mikhail Malafeev
|
10566e2b43
|
Remove duplicate ORDER BY and DISTINCT from subqueries (#10067)
|
2020-06-15 15:03:01 +03:00 |
|