Commit Graph

45234 Commits

Author SHA1 Message Date
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
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
Alexander Kuzmenkov
e2e4fc9848 align numbers to the right in perf report 2020-07-31 13:59:15 +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
c2a1b4c08b
Merge pull request #13058 from markpapadakis/master
Minor perf. improvement
2020-07-31 02:32:19 +03:00
alexey-milovidov
158587c0d1
Update PipelineExecutor.cpp 2020-07-31 02:31:49 +03:00
alexey-milovidov
74edcfb87e
Merge pull request #13073 from nikitamikhaylov/rewrite-tests
BayesAB test
2020-07-31 02:30:07 +03:00
alexey-milovidov
e8f5bbd05f
Update TraceCollector.cpp 2020-07-31 02:29:54 +03:00
alexey-milovidov
7849e1846b
Merge pull request #13152 from vzakaznikov/small-fixes-to-rbac-srs
Small fixes to the RBAC SRS
2020-07-31 01:30:58 +03:00
alexey-milovidov
6e0c907aef
Merge pull request #13108 from vzakaznikov/fixing_test_00960_live_view_watch_events_live
Fixing 00960_live_view_watch_events_live.py test
2020-07-31 01:29:47 +03:00
Alexander Kuzmenkov
db15108005 add times speedup/slowdown to changed tests table 2020-07-31 01:14:20 +03:00
Azat Khuzhin
3d3c25b52d Switch cppkafka to upstream and bump to upstream/master
All changes in ClickHouse-Extra has been merged into upstream no need in
using the fork.

There are not a lot of changes for now, and cppkafka does not looks like
in the active development stage, but just in case better to sync with
upstream.

FWIW cppkafka usage is pretty minimal and it's usage is questionable,
since librdkafka is under active development while cppkafka is not, and
later still does not support some features that is used in clickhouse:
- interceptors (for logging proxying)
2020-07-31 00:41:44 +03:00
alesapin
777cdfe593 Fix release script 2020-07-30 22:08:58 +03:00
Alexander Kuzmenkov
0e70e21b58
Update run-fuzzer.sh 2020-07-30 22:04:15 +03:00
Vitaliy Zakaznikov
c93acd0935 Fixing links to the git repository. 2020-07-30 21:00:47 +02:00
Vitaliy Zakaznikov
1b15668c1d Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into small-fixes-to-rbac-srs 2020-07-30 20:55:39 +02:00
alexey-milovidov
fc35ce69fa
Merge pull request #12666 from ClickHouse/forward_alter_error_to_client
Forward exceptions to client if exception happened during ALTER
2020-07-30 21:36:06 +03:00
Vitaly Baranov
facab1ea58
Merge pull request #12642 from vzakaznikov/testflows_rbac_syntax_tests
Adding RBAC syntax tests.
2020-07-30 20:49:07 +03:00
Alexander Kuzmenkov
3d13da1c24 query fuzzer 2020-07-30 20:07:10 +03:00
Alexander Kuzmenkov
96125111fe
Merge pull request #13085 from ClickHouse/aku/fuzzer-error-code
Fix the AST fuzzer error message
2020-07-30 19:53:21 +03:00
alesapin
ded4f7d5e4
Update docs/tools/purge_cache_for_changed_files.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-30 18:14:26 +03:00
alexey-milovidov
4c3241808d
Merge pull request #12728 from ClickHouse/prevent-inconsistent-merge-tree-settings
Safe logic for incorrect MergeTreeSettings
2020-07-30 17:55:39 +03:00
alesapin
a8e3e4af14 Review fixes 2020-07-30 17:38:09 +03:00
alesapin
c1b4ee69ac Fix name in release.sh 2020-07-30 17:37:01 +03:00
alesapin
d3a6edbd5d Review fixes 2020-07-30 17:36:14 +03:00
alesapin
df0dcf4a31 Fix error codes 2020-07-30 17:27:11 +03:00
Alexander Kuzmenkov
f0fda359de pipefail 2020-07-30 16:43:22 +03:00
Vitaliy Zakaznikov
0c80fb896a Fixing 00960_live_view_watch_events_live.py 2020-07-30 15:37:32 +02:00
Alexander Kuzmenkov
b2b94ba13d
Update run-fuzzer.sh 2020-07-30 16:35:24 +03:00
alesapin
5ee648402a Better deploy script 2020-07-30 16:12:23 +03:00
BayoNet
c1b71ab06e
DOCS-733: Fixed broken links in Russian version (#13106)
* CLICKHOUSEDOCS-733: Fixed some broken links. Updated introduction and TOC in aggregate functions.

* CLICKHOUSEDOCS-733: Fixed files endings.

* CLICKHOUSEDOCS-733: Returned the list of functions back to reference index.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-30 15:49:19 +03:00
alexey-milovidov
e6265bf299
Merge pull request #13100 from ClickHouse/keep-less-amount-of-logs-in-zookeeper
Keep less amount of logs in ZooKeeper
2020-07-30 15:41:55 +03:00
alexey-milovidov
a22bdb1989
Merge pull request #13081 from CurtizJ/fix-index_analysis
Fix wrong index analysis with functions
2020-07-30 15:30:55 +03:00
alexey-milovidov
c6ac339897
Merge pull request #13086 from azat/client-replxx-no-load-on-save
Avoid re-loading completion from the history file after each query
2020-07-30 15:10:27 +03:00
Vitaliy Zakaznikov
4596d262cc Updating expected error messages to fix failing tests. 2020-07-30 14:09:07 +02:00
Nikita Mikhaylov
a948d20832 fix 2020-07-30 14:59:21 +03:00
Vitaliy Zakaznikov
0429e94572 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_rbac_syntax_tests 2020-07-30 07:20:59 -04:00
alesapin
1c8aa4b6c1 Fix get disk interface 2020-07-30 14:08:56 +03:00
Nikita Mikhaylov
4d49d2c671 another removes 2020-07-30 13:31:14 +03:00
alesapin
d3ea1d914b Tiny fixes and avoid dynamic casts 2020-07-30 13:04:49 +03:00
alesapin
724b7be555 Merge branch 'volumes-related-refactorings' of https://github.com/excitoon-favorites/ClickHouse into volumes-refactorings 2020-07-30 12:20:48 +03:00
robot-clickhouse
0ca52cd940
Merge pull request #13102 from ClickHouse/dependabot/pip/docs/tools/protobuf-3.12.4
Bump protobuf from 3.12.2 to 3.12.4 in /docs/tools
2020-07-30 11:14:46 +03:00
dependabot-preview[bot]
6196f22a12
Bump protobuf from 3.12.2 to 3.12.4 in /docs/tools
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 to 3.12.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.2...v3.12.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 07:30:59 +00:00
Alexey Milovidov
6517ddcbd4 Keep less amount of logs in ZooKeeper 2020-07-30 05:47:05 +03:00
alexey-milovidov
7c84c3a9ed
Merge pull request #13083 from emironyuk/emironyuk-DOCSUP-1914-adopters
DOCSUP-1914: updated adopters.md
2020-07-30 05:26:21 +03:00
Vladimir Chebotarev
bcc926fbb2 Returned max_data_part_size to system.storage_policies. 2020-07-30 04:19:32 +03:00