ClickHouse/src
Antonio Andelic 8c765a3713
Merge pull request #59766 from ClickHouse/logical-optimizer-lowcardinality
Fix logical optimizer with LowCardinality in new analyzer
2024-02-09 09:04:44 +01:00
..
Access Updated the authentication failures counter logic 2024-01-30 23:52:33 +00:00
AggregateFunctions Fix crash in topK when merging empty states 2024-02-05 20:52:54 +01:00
Analyzer Fix logical optimizer with LowCardinality 2024-02-08 15:01:56 +01:00
Backups Merge pull request #59388 from ClickHouse/system_zookeeper_retries 2024-02-02 11:52:15 +01:00
Bridge add error handler 2023-11-01 01:18:08 -04:00
BridgeHelper Updated implementation 2024-01-25 14:31:49 +03:00
Client Remove unused is_finished 2024-02-06 14:30:19 +00:00
Columns Move ColumnArray-specific code out of the ActionsDAG. 2024-02-08 15:31:32 +01:00
Common Strict aliasing for Int8 2024-02-06 20:33:32 +01:00
Compression Merge pull request #59229 from rschu1ze/cleanup-msan-usage 2024-01-29 20:39:06 +01:00
Coordination Fix digest calculation 2024-01-31 16:08:22 +00:00
Core Merge pull request #59705 from kitaisreal/revert-59702-revert-59650-merge-tree-final-optimization-diagnostics-and-settings 2024-02-08 14:48:29 +01:00
Daemon Updated implementation 2024-01-25 14:31:49 +03:00
Databases Fix for empty sorted_nodes 2024-02-06 21:44:45 +01:00
DataTypes Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
Dictionaries Updated implementation 2024-01-25 14:31:49 +03:00
Disks Revert "Poco Logger small refactoring" 2024-02-02 12:10:05 +01:00
Formats Merge pull request #58047 from Avogar/variant-data-type 2024-01-29 11:36:08 +01:00
Functions Merge pull request #58866 from rschu1ze/distance-with-cpu-dispatch 2024-02-09 03:32:26 +01:00
Interpreters Fix DB type check - now it'll refuse to create in Replicated databases (#59743) 2024-02-08 22:38:53 -08:00
IO Concurrent table creation in DatabaseReplicated 2024-02-01 09:51:52 +01:00
Loggers Loggers initialization fix 2024-01-29 20:11:14 +03:00
Parsers Revert "Merge pull request #59122 from arthurpassos/bring_back_attach_partition_pr" 2024-02-07 02:52:43 +01:00
Planner Merge pull request #50894 from ClickHouse/storage-merge-aliases-analyzer 2024-02-08 11:22:00 +01:00
Processors Merge pull request #59705 from kitaisreal/revert-59702-revert-59650-merge-tree-final-optimization-diagnostics-and-settings 2024-02-08 14:48:29 +01:00
QueryPipeline Remove unused member 2024-02-01 19:51:07 +00:00
Server Insert synchronously if dependent MV deduplication is enabled 2024-02-08 08:42:04 +00:00
Storages Merge pull request #50894 from ClickHouse/storage-merge-aliases-analyzer 2024-02-08 11:22:00 +01:00
TableFunctions Updated implementation 2024-01-25 14:31:49 +03:00
CMakeLists.txt Don't apply O2 on release builds 2024-01-29 17:34:11 +01:00
configure_config.cmake Allow to build without libssl 2024-01-25 21:14:03 +00:00
NOTICE