ClickHouse/src/Core
2023-05-07 17:31:56 +02:00
..
examples Merge pull request #41046 from azat/build/llvm-15 2022-09-16 07:31:06 +03:00
fuzzers Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
MySQL Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
PostgreSQL Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
tests Merge branch 'master' into rs/gcc-removal 2023-04-12 22:17:04 +02:00
AccurateComparison.h abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
BackgroundSchedulePool.cpp Better 2023-04-17 04:58:32 +00:00
BackgroundSchedulePool.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BaseSettings.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
BaseSettings.h Merge pull request #46550 from ClickHouse/46231-systerm-server-settings 2023-02-28 11:23:15 -05:00
Block.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
Block.h Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
BlockInfo.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
BlockInfo.h Make better 2022-05-18 09:25:26 +00:00
callOnTypeIndex.h make only IPv4 as numeric, fix hash functions for IPv6, add more hash functions to test 2023-01-10 02:03:06 +00:00
CMakeLists.txt Moved fuzzers to another directory 2021-08-21 02:27:27 +00:00
ColumnNumbers.h Merge remote-tracking branch 'origin/master' into grouping-function 2022-05-19 17:58:33 +00:00
ColumnsWithTypeAndName.h
ColumnWithTypeAndName.cpp Remove column from header descriotion for EXPLAIN PLAN and EXPLAIN PIPELINE 2020-09-28 20:37:11 +03:00
ColumnWithTypeAndName.h Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
DecimalComparison.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DecimalFunctions.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Defines.h Enhancements for background merges (#49313) 2023-05-02 13:43:59 +02:00
ExternalResultDescription.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExternalResultDescription.h Removed some data streams 2021-08-11 23:39:01 +03:00
ExternalTable.cpp Add missing includes (due to removing ThreadPool.h from PipelineExecutor.h) 2023-04-11 20:45:46 +02:00
ExternalTable.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
Field.cpp Cleanup 2023-02-06 18:11:33 +01:00
Field.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
InterpolateDescription.cpp bugfix - columns order tracking 2022-03-31 11:51:13 -04:00
InterpolateDescription.h bugfix - columns order tracking 2022-03-31 11:51:13 -04:00
iostream_debug_helpers.cpp Remove some code 2021-07-17 21:06:46 +03:00
iostream_debug_helpers.h Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
IResolvedFunction.h Cleanup code 2022-12-23 18:23:01 +00:00
Joins.cpp Merge branch 'master' into grace_hash_join 2022-09-07 08:00:14 +00:00
Joins.h Merge branch 'master' into grace_hash_join 2022-09-07 08:00:14 +00:00
MultiEnum.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
Names.h Try to compute helper column lazy 2022-05-13 14:55:50 +00:00
NamesAndAliases.h Update using Map datatyle in system log tables before merge 2021-06-28 14:42:21 +03:00
NamesAndTypes.cpp Review fixes 2023-04-13 13:38:16 +02:00
NamesAndTypes.h Review fixes 2023-04-13 13:38:16 +02:00
PostgreSQLProtocol.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
PostgreSQLProtocol.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Protocol.h Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
ProtocolDefines.h Always communicate with local replica through loopback interface for parallel replicas (#48246) 2023-04-05 13:32:46 +02:00
QualifiedTableName.h Fix clang-tidy warnings in Compression, Coordination, Core folders 2022-03-14 18:17:35 +00:00
QueryProcessingStage.cpp Add ability to push down LIMIT for distributed queries 2021-06-09 02:29:50 +03:00
QueryProcessingStage.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ServerSettings.cpp Use MAKE_DEPRECATED_BY_SERVER_CONFIG() for deprecated throttle settings 2023-04-05 09:40:18 +02:00
ServerSettings.h Merge pull request #46528 from myrrc/feature/show-secrets-option 2023-05-04 11:21:30 +02:00
ServerUUID.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ServerUUID.h fix split build 2021-08-18 15:15:31 +03:00
Settings.cpp Extract common code 2023-02-03 18:44:56 +00:00
Settings.h Disable distinct_in_order optimization 2023-05-07 17:31:56 +02:00
SettingsChangesHistory.h Allow reordering by default when reading from file/s3/url 2023-05-05 10:55:45 -07:00
SettingsEnums.cpp Merge pull request #47114 from Avogar/parquet-compression 2023-03-09 13:02:18 +01:00
SettingsEnums.h Merge pull request #47114 from Avogar/parquet-compression 2023-03-09 13:02:18 +01:00
SettingsFields.cpp Implement system.server_settings 2023-02-17 23:46:09 -05:00
SettingsFields.h Test and fix 2023-04-06 15:50:28 +00:00
SettingsQuirks.cpp Fix possible race conditions 2023-03-21 16:01:54 +00:00
SettingsQuirks.h Disable async_socket_for_remote/use_hedged_requests for buggy linux kernels 2021-03-25 23:39:30 +03:00
SortCursor.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
SortDescription.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
SortDescription.h Merge branch 'master' into aggregating-in-order-from-query-plan 2022-11-28 16:53:29 +01:00
TypeId.h Atempt to avoid including Decimal.h all over the code 2023-03-22 02:33:10 +01:00
Types_fwd.h Atempt to avoid including Decimal.h all over the code 2023-03-22 02:33:10 +01:00
Types.h Atempt to avoid including Decimal.h all over the code 2023-03-22 02:33:10 +01:00
UUID.cpp Add missing file 2021-01-27 04:12:24 +03:00
UUID.h Untangle UUID 2021-05-04 01:46:51 +03:00