Commit Graph

45620 Commits

Author SHA1 Message Date
alexey-milovidov
38deb00403
Update 01403_datetime64_constant_arg.sql 2020-08-01 19:23:08 +03:00
Alexey Milovidov
8fe201f1b9 Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-01 19:20:11 +03:00
Alexey Milovidov
353886c189 Minor changes in Debian scripts 2020-08-01 19:18:59 +03:00
Alexey Milovidov
c7878cd771 Merge branch 'master' into amosbird-fm 2020-08-01 19:17:59 +03:00
alexey-milovidov
664b2c10c8
Update CMakeLists.txt 2020-08-01 18:56:50 +03:00
Alexey Milovidov
64d91d0f90 Fix build; fix errors 2020-08-01 18:54:44 +03:00
alexey-milovidov
e9b5687e68
Merge pull request #12506 from ClickHouse/add-test-for-lost-replicas-cleanup
Added a test to ensure that amount of ZooKeeper nodes doesn't grow in presense of lost replicas
2020-08-01 18:17:43 +03:00
Alexey Milovidov
344d898df3 Allow "register" variables in libunwind 2020-08-01 18:10:47 +03:00
Alexey Milovidov
4fa0b16eaa Revert "Smaller stack frames"
This reverts commit 73c349fd7f.
2020-08-01 17:54:51 +03:00
Alexey Milovidov
89ca1be38d Merge branch 'master' into shellcheck1 2020-08-01 16:20:21 +03:00
Azat Khuzhin
29c21b4a4f Hide ClientInfo::current_password under #ifdef ARCADIA_BUILD
Cc: @alexey-milovidov
2020-08-01 16:02:26 +03:00
Azat Khuzhin
8f83c262d5 Cover FunctionUnixTimestamp64 with constant argument 2020-08-01 13:32:38 +03:00
Azat Khuzhin
3b022b85a5 Fix FunctionUnixTimestamp64 with constant argument 2020-08-01 13:29:36 +03:00
Alexander Kuzmenkov
dd475fe82c
Update report.py 2020-08-01 13:10:36 +03:00
Nikolai Kochetov
c786f05388
Merge pull request #13189 from ClickHouse/refactor-pipes-2
Remove TreeExecutorBIS
2020-08-01 11:56:50 +03:00
Alexey Milovidov
e7d1037f7d Fix Shellcheck errors 2020-08-01 02:55:20 +03:00
Alexey Milovidov
73c349fd7f Smaller stack frames 2020-08-01 00:23:16 +03:00
Alexey Milovidov
f509077d16 Taking "Merge" log entries into account 2020-07-31 23:58:08 +03:00
Alexey Milovidov
07f3662f6d Merge remote-tracking branch 'origin/master' into deprecate-special-zero-datetime 2020-07-31 23:49:06 +03:00
Alexey Milovidov
3723b163d9 Crash log: development 2020-07-31 23:25:15 +03:00
Alexey Milovidov
9ef9d31f03 Crash log: development 2020-07-31 23:16:31 +03:00
Alexander Kuzmenkov
a317f995be performance comparison 2020-07-31 22:58:38 +03:00
Alexey Milovidov
59840c725c Merge remote-tracking branch 'origin/master' into crash-log 2020-07-31 22:52:37 +03:00
alexey-milovidov
6ba7316957
Merge pull request #13169 from ClickHouse/fix_killed_mutation_status
Fix segfault when mutation get killed
2020-07-31 21:27:39 +03:00
Alexey Milovidov
72bb5af15c More perf tests 2020-07-31 21:19:54 +03:00
Vitaly Baranov
0fcee34322 Add test. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
7c4ae5ee65 Add the parameter custom_settings_prefixes to the server config. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
f73a4749cf Add function getSetting(). 2020-07-31 20:57:49 +03:00
Vitaly Baranov
80a3caef1c Allow using any types for custom fields. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
442f3de5a8 Implement custom settings. 2020-07-31 20:57:43 +03:00
Vitaly Baranov
56665a15f7 Rework and rename the template class SettingsCollection => BaseSettings. 2020-07-31 20:54:18 +03:00
Alexander Kuzmenkov
1d954581eb Fix some spurious perf test failures 2020-07-31 19:28:04 +03:00
Vitaly Baranov
e40a8ac176 Use names of the settings instead of their indices in SettingsConstraints and settings profiles. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
300727afa3 Rework the StringField* classes and make conversion String => StringField* explicit. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
18e3f1f60d Split SettingsCollection.h into 3 files: SettingsFields.h, SettingsEnums.h, SettingsCollection.h 2020-07-31 19:11:27 +03:00
Vitaly Baranov
90602b869a Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
d152e84a2e Rename Setting* => SettingField*. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
4ad99f1472 Make type names of settings shorter: SettingUInt64 => UInt64. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
668653600c Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto(). 2020-07-31 19:11:27 +03:00
Vitaly Baranov
cd372de417 Use SettingUInt64 only in Settings, use UInt64 in other places. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
30b34e6a15 Use SettingSeconds only in Settings, use std::chrono::seconds in other places. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
b76b23ce31 Better conversion of String and std::string_view to Field. 2020-07-31 19:11:27 +03:00
Alexander Kuzmenkov
6f861294f4 query fuzzer 2020-07-31 18:57:01 +03:00
Alexander Kuzmenkov
365f914802 fix potential segfault in cloning ASTDictionary 2020-07-31 18:41:23 +03:00
Alexander Kuzmenkov
429d0fdbe4
Merge pull request #12731 from ClickHouse/aku/site-typo
Fix a typo on the site.
2020-07-31 18:22:56 +03:00
alesapin
d1725c0012 Fix test 2020-07-31 18:12:02 +03:00
alesapin
d4940fdd3f +x for test 2020-07-31 18:07:23 +03:00
BayoNet
2041a8df54
CLICKHOUSEDOCS-721: Removed Avro uuid from the list of usupported logical types. (#13062)
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-31 17:52:45 +03:00
alesapin
523902dc3d
Merge pull request #13183 from ClickHouse/add_labeler_hook
Add pr labeler to github hook
2020-07-31 17:48:52 +03:00
Alexey Milovidov
6304e06f71 Added missing file 2020-07-31 17:15:04 +03:00