ClickHouse/src
Constantine Peresypkin 10c76917ea fix nats-io TLS support
nats-io library needs `NATS_HAS_TLS` define to correctly compile-in TLS
support

fixes #39525
2022-08-05 11:20:05 +02:00
..
Access Fix clang-tidy in utils/examples 2022-07-29 11:36:51 +03:00
AggregateFunctions Fixing build. 2022-07-20 20:30:16 +00:00
Backups Fix removing "internal" column. 2022-07-27 12:24:21 +02:00
Bridge
BridgeHelper
Client fix redirecting of logs to stdout in client 2022-07-29 19:10:23 +00:00
Columns Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
Common Merge pull request #39760 from ClickHouse/bit-fiddling 2022-08-01 17:04:51 +02:00
Compression Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
Coordination Address PR comments 2022-07-27 07:51:30 +00:00
Core Merge pull request #38185 from vdimir/analyze_stuck 2022-07-31 22:53:09 +03:00
Daemon First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
Databases Merge pull request #39337 from ClickHouse/minor_fix_for_ordinary_database 2022-07-19 13:30:56 +03:00
DataTypes remove some dead and commented code 2022-07-22 11:17:58 +00:00
Dictionaries Merge branch 'master' into direct-dictionary-dict-has-multiple-same-keys-fix 2022-07-25 11:41:58 +00:00
Disks Merge pull request #39183 from azat/default-disk-check 2022-07-27 15:14:50 +03:00
Formats Fix double escaping in the metadata of FORMAT JSON 2022-07-30 23:56:41 +02:00
Functions Merge pull request #39760 from ClickHouse/bit-fiddling 2022-08-01 17:04:51 +02:00
Interpreters Merge pull request #39760 from ClickHouse/bit-fiddling 2022-08-01 17:04:51 +02:00
IO Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
Loggers First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
Parsers Merge pull request #39681 from pkit/pkit/executable_settings 2022-08-01 17:59:52 +02:00
Processors Merge pull request #39647 from Avogar/fix-arrow-strings 2022-08-01 12:46:07 +02:00
QueryPipeline Merge pull request #39601 from ClickHouse/fix-chain-add-sink 2022-07-26 14:54:44 +02:00
Server Fixing build. 2022-07-20 20:30:16 +00:00
Storages fix nats-io TLS support 2022-08-05 11:20:05 +02:00
TableFunctions add settings for executable table func 2022-07-30 20:02:56 +02:00
CMakeLists.txt Automated function registration 2022-07-29 15:39:50 +08:00
configure_config.cmake merge 2022-07-16 19:05:07 +02:00
NOTICE