ClickHouse/src/Core
robot-clickhouse-ci-1 7a825c1417
Merge pull request #54427 from Avogar/json-object-as-tuple-inference
Add new features to schema inference for JSON formats
2023-09-27 20:12:45 +02:00
..
examples Fix linking of examples 2023-08-11 00:40:26 +02:00
fuzzers fix fuzzers, cmake refactor, add target fuzzers 2023-09-01 14:20:50 +00:00
MySQL Re-enable clang-tidy checks 2023-09-26 09:34:12 +00:00
PostgreSQL Fix 2023-08-25 19:24:31 +02:00
tests Re-enable clang-tidy checks 2023-09-26 09:34:12 +00: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 fix 2023-09-03 22:03:28 +08:00
Block.cpp Made shrinkToFit interface mutable. Improved shrinkToFit implementation. 2023-09-15 09:03:07 +00:00
Block.h Made shrinkToFit interface mutable. Improved shrinkToFit implementation. 2023-09-15 09:03:07 +00:00
BlockInfo.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
BlockInfo.h Send partial result with the new architectuin the special pipeline 2023-05-01 09:25:15 +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
ColumnNumbers.h Merge remote-tracking branch 'origin/master' into grouping-function 2022-05-19 17:58:33 +00:00
ColumnsWithTypeAndName.h
ColumnWithTypeAndName.cpp
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 Fix adding sub-second intervals to DateTime 2023-08-21 12:33:21 -07:00
Defines.h Merge pull request #53068 from nickitat/unify_keep_alive_setting 2023-09-05 22:05:23 -04:00
ExternalResultDescription.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExternalResultDescription.h
ExternalTable.cpp Merge branch 'master' into concurrency-control-controllable 2023-07-04 23:16:04 +03:00
ExternalTable.h
Field.cpp More fixes 2023-09-26 18:55:10 +00:00
Field.h Merge pull request #54212 from bharatnc/ncb/fix-ipv4-select 2023-09-04 11:39:23 +02: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
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 Use concepts to replace more std::enable_if_t 2023-08-02 07:50:25 +00:00
Names.h Try to compute helper column lazy 2022-05-13 14:55:50 +00:00
NamesAndAliases.h
NamesAndTypes.cpp Better 2023-09-15 11:11:04 +00:00
NamesAndTypes.h Better 2023-09-15 11:11:04 +00:00
PostgreSQLProtocol.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
PostgreSQLProtocol.h partially fixed 01747_system_session_log_long test 2023-07-28 03:36:23 +00:00
Protocol.h SSH keys authentication (#41109) 2023-09-26 17:50:19 +02:00
ProtocolDefines.h SSH keys authentication (#41109) 2023-09-26 17:50:19 +02:00
QualifiedTableName.h Fixed tests 2023-06-20 11:42:22 +03:00
QueryProcessingStage.cpp
QueryProcessingStage.h
ServerSettings.cpp fix 2023-09-03 22:03:28 +08:00
ServerSettings.h Convert shutdown_wait_unfinished into ServerSettings 2023-09-19 22:09:38 +02:00
ServerUUID.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ServerUUID.h
Settings.cpp Move obsolete format settings to separate section 2023-09-20 16:00:28 +00:00
Settings.h Merge pull request #54427 from Avogar/json-object-as-tuple-inference 2023-09-27 20:12:45 +02:00
SettingsChangesHistory.h Merge branch 'master' into json-object-as-tuple-inference 2023-09-26 15:23:08 +02:00
SettingsEnums.cpp Refactor 2023-08-18 15:38:46 +08:00
SettingsEnums.h Refactor 2023-08-18 15:38:46 +08:00
SettingsFields.cpp Rename 2023-09-01 12:55:58 +02:00
SettingsFields.h More clang-tidy fixes 2023-09-21 14:40:57 +00:00
SettingsQuirks.cpp Enable hedged requests under tsan 2023-08-09 16:02:45 +02:00
SettingsQuirks.h
SortCursor.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
SortDescription.cpp Update further uses of SipHash 2023-07-19 10:01:58 -07:00
SortDescription.h Merge branch 'master' into aggregating-in-order-from-query-plan 2022-11-28 16:53:29 +01:00
TypeId.h Better schema inference for JSON formats 2023-09-25 15:42:59 +00:00
Types_fwd.h fix backward compatibility for IP types hashing in aggregate functions 2023-06-04 16:23:34 +00:00
Types.h Atempt to avoid including Decimal.h all over the code 2023-03-22 02:33:10 +01:00
UUID.cpp Addressing feedback. 2023-08-18 13:50:31 -07:00
UUID.h Trailing whitespace fix. 2023-08-18 14:08:02 -07:00
ValuesWithType.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
ValueWithType.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00