Commit Graph

42057 Commits

Author SHA1 Message Date
Ivan Blinkov
b4a72b1774
Update features.html 2020-06-10 20:20:45 +03:00
Ivan Blinkov
f53773a083
Update quickstart.html 2020-06-10 20:12:34 +03:00
Denis Zhuravlev
ba6574d428
fix typo in greatCircleAngle example (#11583)
fix typo in greatCircleAngle example
2020-06-10 19:50:27 +03:00
Ivan Blinkov
0a74c9373e less confusing 2020-06-10 19:48:08 +03:00
alesapin
e221a64c4b Better test 2020-06-10 18:56:18 +03:00
Nikita Mikhaylov
bf262a3b04
more lock_guard 2020-06-10 18:44:28 +03:00
Nikita Mikhaylov
8c19817575
lock_guard 2020-06-10 18:30:50 +03:00
Fan()
e144e78b31
Update clickhouse-copier.md (#11558) 2020-06-10 18:30:33 +03:00
Ivan Blinkov
0316464ed4 fix 2020-06-10 18:30:13 +03:00
Ivan Blinkov
b3dad4c3a6
Update odbc.md 2020-06-10 18:16:29 +03:00
Nikolai Kochetov
e2c6d09019 Added test. 2020-06-10 18:06:55 +03:00
Nikolai Kochetov
d4c8adbaff Fix sanitizeBlock 2020-06-10 18:06:37 +03:00
Ivan Blinkov
01b9f73e65
Disallow was replaced with robots html tag 2020-06-10 18:04:33 +03:00
Ivan Blinkov
f043ba3c82
Update README.md 2020-06-10 18:02:24 +03:00
Ivan Blinkov
60b40f0403 Lost part of refactoring 2020-06-10 17:51:25 +03:00
Alexander Tokmakov
08073903ed fix query_id of http queries 2020-06-10 17:24:42 +03:00
Lewinma
ba92f96a74
fix some translation errors in Chinese (#11128)
* fix some translation erros in Chinese

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

* Update docs/zh/sql-reference/functions/date-time-functions.md

Co-authored-by: hcz <hczhcz@users.noreply.github.com>

Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
Co-authored-by: hcz <hczhcz@users.noreply.github.com>
2020-06-10 17:23:45 +03:00
Ivan Blinkov
6191d33bd9 Do not cache frames inside StackTrace 2020-06-10 16:30:12 +03:00
Nikita Mikhaylov
9df693ced5
Merge pull request #11561 from Jokser/s3-http-client-memory-optimization
Avoid copying whole response stream into memory in S3 HTTP client.
2020-06-10 16:53:33 +04:00
Alexander Tokmakov
9166ddea41 fix segfault in show create table 2020-06-10 15:53:12 +03:00
Nikita Mikhaylov
93b0d5b29b done 2020-06-10 15:47:34 +03:00
alexey-milovidov
202288b2e7
Merge pull request #11571 from Felixoid/patch-3
Replase back/forward quotes and apostrophes by straight
2020-06-10 15:00:40 +03:00
Ivan Blinkov
1effc16ae8
Update README.md 2020-06-10 14:05:54 +03:00
Mikhail f. Shiryaev
7f09bb8264
Replase back/forward quotes and apostrophes by straight 2020-06-10 12:52:41 +02:00
Alexander Kuzmenkov
04b0089776
Merge pull request #11515 from ClickHouse/aku/more-stable-perf-tests
More stable perf tests
2020-06-10 13:25:52 +03:00
Ivan Blinkov
90ee4d52f4 merge master 2020-06-10 13:18:41 +03:00
Vxider
7078355449 remove unused local variables 2020-06-10 18:06:24 +08:00
tavplubix
a93ae46ac1
Merge pull request #11079 from ClickHouse/merging_external_source_cassandra
Merging #4978
2020-06-10 10:39:18 +03:00
Alexander Kuzmenkov
af1c8f8a5f fixup 2020-06-10 02:57:31 +03:00
Alexander Kuzmenkov
f6136ec279 Merge remote-tracking branch 'origin/master' into HEAD 2020-06-10 02:37:52 +03:00
Alexander Kuzmenkov
898d83491d fixup 2020-06-10 02:37:48 +03:00
Alexey Milovidov
c95d5786fd Fixup 2020-06-10 01:52:25 +03:00
alexey-milovidov
13b225799e
Merge pull request #11550 from realadvisor/master
Fix ClickHouse init process failed in docker if any script is added into docker-entrypoint-initdb.d
2020-06-10 01:48:58 +03:00
alexey-milovidov
8e05558a5f
Merge pull request #11540 from ClickHouse/fix-direct-io
Fix direct IO with PREWHERE
2020-06-09 23:53:09 +03:00
alexey-milovidov
324f2ee3ce
Merge pull request #11543 from azat/flacky-01293_system_distribution_queue
Fix 01293_system_distribution_queue flackiness
2020-06-09 23:51:25 +03:00
Azat Khuzhin
8a78cffe5c Force table creation on SYSTEM FLUSH LOGS 2020-06-09 21:11:08 +03:00
Ivan Blinkov
f872c639ed Try to disable linker options from sentry 2020-06-09 20:44:56 +03:00
Ilya Yatsishin
4b11b99b03
Merge pull request #11557 from Vxider/fix_zh_configuration_files
Fix spelling and improve translation in configuration-files(zh)
2020-06-09 20:30:07 +03:00
Alexander Tokmakov
6bb68329f8 Merge branch 'master' into merging_external_source_cassandra 2020-06-09 19:51:14 +03:00
Nikolai Kochetov
0efa017976
Merge pull request #11562 from ClickHouse/revert-11266-addition-to-11184
Revert "Addition to #11184"
2020-06-09 19:40:17 +03:00
Nikolai Kochetov
e0de3aa7c9
Revert "Addition to #11184" 2020-06-09 19:39:26 +03:00
Nikolai Kochetov
595fc9eff6
Merge pull request #11440 from ClickHouse/add-remote-source
Add remote source
2020-06-09 19:27:28 +03:00
Nikolai Kochetov
5cc2f318c9
Merge pull request #11495 from vzakaznikov/live_view_support_for_prewhere
Adding support for PREWHERE in live view tables.
2020-06-09 19:09:17 +03:00
Ivan Blinkov
6f7064928f Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry 2020-06-09 19:07:57 +03:00
Ivan Blinkov
d91f0bd580 Switch back to sentry upstream 2020-06-09 19:07:40 +03:00
vxider
f011ca02cf
fix punctuation (#11553) 2020-06-09 18:52:53 +03:00
Fan()
2909b53fff
Update clickhouse-copier.md (#11559) 2020-06-09 18:29:52 +03:00
Pavel Kovalenko
f623ef635b Avoid copying whole response stream into memory in S3 HTTP client. 2020-06-09 18:26:51 +03:00
alesapin
a6feb81af1 Fix under msan 2020-06-09 18:11:11 +03:00
alesapin
e3ae0734c9 Better test 2020-06-09 18:04:56 +03:00