ClickHouse/dbms/src
Ivan 118bea2be6
Enable predicate push-down optimization by default. (#4846)
* Enable predicate push-down optimization by default.
* Forbid push-downs for some JOIN cases.
* Fix existing tests
* Forbid optimization if a select query has ARRAY JOIN on any side.
2019-04-18 13:39:25 +03:00
..
AggregateFunctions Fixed Java programmer's error (found by PVS-Studio) 2019-04-10 23:15:44 +03:00
Client Added [[noreturn]] attributes for functions that throw unconditionally 2019-04-10 23:27:14 +03:00
Columns Merge branch 'master' into adaptive_index_granularity 2019-04-15 19:36:36 +03:00
Common Move Poco/Ext/ThreadNumber.h to common/getThreadNumber.h (#5016) 2019-04-17 17:53:54 +03:00
Compression Add empty reads to cache 2019-04-05 15:57:22 +03:00
Core Enable predicate push-down optimization by default. (#4846) 2019-04-18 13:39:25 +03:00
Databases Resolve correctly when dictionary depends on dictionary 2019-04-15 20:40:45 +03:00
DataStreams Merge branch 'master' into adaptive_index_granularity 2019-04-15 19:36:36 +03:00
DataTypes Added [[noreturn]] attributes for functions that throw unconditionally 2019-04-10 23:27:14 +03:00
Dictionaries Remove pocoext (#5036) 2019-04-17 20:36:58 +03:00
Formats Cleanups 2019-04-11 00:20:22 +03:00
Functions Disable ubsan error "outside the range of representable values" in bitSwapLastTwo.cpp 2019-04-17 19:14:31 +03:00
Interpreters Enable predicate push-down optimization by default. (#4846) 2019-04-18 13:39:25 +03:00
IO Enable LFAlloc for MarkCache and UncompressedCache 2019-04-13 15:07:43 +03:00
Parsers Enable predicate push-down optimization by default. (#4846) 2019-04-18 13:39:25 +03:00
Storages Move Poco/Ext/ThreadNumber.h to common/getThreadNumber.h (#5016) 2019-04-17 17:53:54 +03:00
TableFunctions Typos for many factories 2019-04-03 14:13:22 +03:00
CMakeLists.txt ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00