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 |
|
alesapin
|
ae8ad38af6
|
Review fix
|
2020-07-31 17:07:54 +03:00 |
|
alexey-milovidov
|
f89b9e9d5e
|
Merge pull request #13167 from ClickHouse/fix-trivial-error-in-kill-mutation-test
Fix trivial error in kill mutation test
|
2020-07-31 17:00:33 +03:00 |
|
alexey-milovidov
|
bf45e0de3b
|
Merge pull request #13165 from ClickHouse/even-more-retries-in-gtest-zkutil
Even more retries in zkutil gtest
|
2020-07-31 16:59:48 +03:00 |
|
Alexey Milovidov
|
9123cb0bba
|
Added missing file
|
2020-07-31 16:53:42 +03:00 |
|
alesapin
|
c018367f50
|
Add labeler event
|
2020-07-31 16:41:56 +03:00 |
|
Nikolai Kochetov
|
39530f837e
|
Remove TreeExecutorBlockInputStream.
|
2020-07-31 16:23:19 +03:00 |
|
Alexey Milovidov
|
570d104536
|
Fix build
|
2020-07-31 16:22:49 +03:00 |
|
Alexey Milovidov
|
c3ad710b84
|
Merge branch 'master' into crash-log
|
2020-07-31 16:12:53 +03:00 |
|
Alexander Kuzmenkov
|
52435033f9
|
Actually I do know how to generate the .mo files
`pybabel compile -d website/locale`
|
2020-07-31 16:00:56 +03:00 |
|
Nikolai Kochetov
|
14af7208a0
|
Update ExecutingGraph.h
|
2020-07-31 15:57:21 +03:00 |
|
Alexander Kuzmenkov
|
12fdf09532
|
Temporarily restore .mo files
They are not generated as a part of build process now, and I don't know
how to generate them manually.
|
2020-07-31 15:56:57 +03:00 |
|
Alexander Kuzmenkov
|
27906e1f9b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-07-31 15:54:08 +03:00 |
|
Ilya Yatsishin
|
1566c8a92b
|
Merge pull request #12285 from qoega/rework-integrational
Rework integrational configuration paths
|
2020-07-31 15:34:21 +03:00 |
|
Alexey Milovidov
|
6d5590a4b4
|
Merge with master
|
2020-07-31 15:25:17 +03:00 |
|
alesapin
|
45894fcf99
|
Better comments
|
2020-07-31 15:22:32 +03:00 |
|
alesapin
|
0c918c6137
|
Update tests/integration/runner
|
2020-07-31 15:08:19 +03:00 |
|
alexey-milovidov
|
bbc8473388
|
Update StorageMergeTree.cpp
|
2020-07-31 15:00:07 +03:00 |
|
alexey-milovidov
|
9c9ef0db9b
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-31 14:56:49 +03:00 |
|
alexey-milovidov
|
91156bef54
|
Merge pull request #13075 from ClickHouse/fix-11327
Fix 11327
|
2020-07-31 14:53:07 +03:00 |
|
Nikolai Kochetov
|
191dd81963
|
Check header for totals and extremes.
|
2020-07-31 14:47:33 +03:00 |
|
BayoNet
|
09448811df
|
DOCS-503: system.stack_trace (#13010)
* CLICKHOUSEDOCS-503: Added stack_trace.md. Restored ru grant.md. Updated ru geo/index.md.
* CLICKHOUSEDOCS-503: Fixed the Original article page.
* Update docs/en/operations/system-tables/stack_trace.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables/stack_trace.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
|
2020-07-31 14:46:58 +03:00 |
|
alexey-milovidov
|
543d2da3da
|
Merge pull request #12700 from CurtizJ/fix-performance-with-in
Fix performance with large tuples
|
2020-07-31 14:40:38 +03:00 |
|
alexey-milovidov
|
22241017a0
|
Update ActionsVisitor.cpp
|
2020-07-31 14:39:09 +03:00 |
|
alesapin
|
14928874a1
|
Fix mutations status check
|
2020-07-31 14:37:16 +03:00 |
|
alesapin
|
78a887fbac
|
Merge pull request #13107 from ClickHouse/fix_docs_deploy_script
Better documentation deploy script
|
2020-07-31 14:33:56 +03:00 |
|
alexey-milovidov
|
24d51c21a4
|
Merge pull request #13155 from azat/cppkafka-upstream
Switch cppkafka to upstream and bump to upstream/master
|
2020-07-31 14:33:04 +03:00 |
|
Nikolai Kochetov
|
a767b59f41
|
Merge pull request #12981 from hczhcz/patch-0728
Add http headers X-ClickHouse-Database and X-ClickHouse-Format
|
2020-07-31 14:19:54 +03:00 |
|
Alexey Milovidov
|
6fafeab979
|
Increase timeout
|
2020-07-31 14:17:02 +03:00 |
|
Nikolai Kochetov
|
3306a24273
|
Update ConvertingTransform.h
|
2020-07-31 14:11:03 +03:00 |
|
Alexey Milovidov
|
b57219e008
|
Fix trivial error in kill mutation test
|
2020-07-31 14:09:32 +03:00 |
|
Nikolai Kochetov
|
a337d2e2bc
|
Merge branch 'master' into refactor-pipeline-executor
|
2020-07-31 14:02:58 +03:00 |
|
Alexander Kuzmenkov
|
e2e4fc9848
|
align numbers to the right in perf report
|
2020-07-31 13:59:15 +03:00 |
|
Alexey Milovidov
|
0acb7a3021
|
Update test
|
2020-07-31 13:33:31 +03:00 |
|
Alexey Milovidov
|
d63f82e36e
|
Even more retries in zkutil gtest
|
2020-07-31 13:12:03 +03:00 |
|
alexey-milovidov
|
065db05665
|
Merge pull request #12638 from ianton-ru/selected_rows_event
Add SelectedRows and SelectedBytes events
|
2020-07-31 12:48:46 +03:00 |
|
alesapin
|
2eb01fd655
|
Merge pull request #13104 from ClickHouse/volumes-refactorings
Merging #12670
|
2020-07-31 11:21:30 +03:00 |
|
Alexey Milovidov
|
bf4e74375e
|
generate ya.make
|
2020-07-31 02:43:55 +03:00 |
|