Commit Graph

52910 Commits

Author SHA1 Message Date
Azat Khuzhin
5cc35d4d38 build: switch llvm to -std=gnu++17 2020-12-11 01:32:38 +03:00
Azat Khuzhin
d5b62ab26d build: use -Wno-c++2a-compat over -Wno-c++20-compat (since -std=c++2a) 2020-12-11 01:32:38 +03:00
Azat Khuzhin
af6be3ad5f build: require clang-11/llvm-11 for building debian package in d/control
Now the script that builds debian package handle this, so I guess it has
installed some gcc version, but uses clang to compile, and this produces
new errors in other builds.
2020-12-11 01:32:38 +03:00
Azat Khuzhin
8e035a7518 build: pass the c++ standard for compiling llvm
Yes clickhosue set gnu++2a globally, but this will not work, since
default -std=c++11 will be added later, look:

    clang++ -std=gnu++2a ... -std=c++11 -Wall -Wextra contrib/llvm/...
2020-12-11 01:32:38 +03:00
Azat Khuzhin
75153c9663 build: ThinLTO provides its own parallel linking, limit to 2 in case of ThinLTO 2020-12-11 01:32:38 +03:00
Azat Khuzhin
2a814afd85 build: re-enable jobs limits 2020-12-11 01:32:38 +03:00
alexey-milovidov
c696cb172d
Merge pull request #17985 from ClickHouse/revert-17895-DateTime64_DateTime_comparison
Revert "Date vs DateTime64 comparison"
2020-12-11 01:09:12 +03:00
alexey-milovidov
2fb7ce8340
Revert "Date vs DateTime64 comparison" 2020-12-11 01:09:01 +03:00
alexey-milovidov
04e20b0171
Merge pull request #17940 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table
DOCSUP-4709: Document the system.distribution_queue table
2020-12-11 00:34:26 +03:00
alexey-milovidov
6e417088dc
Update distribution_queue.md 2020-12-11 00:34:10 +03:00
alexey-milovidov
596c1ce427
Merge pull request #17950 from 243f6a8885a308d313198a2e037/docs/fix_changelog_links
Docs: Changelog issue/pr raw urls to #ddddd links, with some typo fixes
2020-12-11 00:32:13 +03:00
Nikita Mikhaylov
77df818c5f
Merge pull request #17963 from nikitamikhaylov/fix-arcadia
Use ryu instead of dragonbox in Arcadia
2020-12-11 00:15:02 +03:00
alexey-milovidov
f7d1441858
Update WriteHelpers.h 2020-12-11 00:09:52 +03:00
alexey-milovidov
77e74f8c65
Merge pull request #17954 from hodgesrm/clickhouse-community-article
Added blog article on ClickHouse Community.
2020-12-10 23:54:19 +03:00
Alexey Milovidov
a618bbce4c Slightly better 2020-12-10 23:52:50 +03:00
Alexey Milovidov
c8b8d22e0e Add YouTube 2020-12-10 23:49:40 +03:00
Alexey Milovidov
2a7391dea5 Corrections 2020-12-10 23:45:16 +03:00
Alexey Milovidov
67b228e6c1 Corrections 2020-12-10 23:43:31 +03:00
Alexey Milovidov
ca0e53bb50 Corrections 2020-12-10 23:38:22 +03:00
Alexey Milovidov
24f5372743 Corrections 2020-12-10 23:36:11 +03:00
Alexey Milovidov
c0624e4972 Corrections 2020-12-10 23:33:35 +03:00
alexey-milovidov
3123089ba8
Update the-clickhouse-community.md 2020-12-10 23:05:51 +03:00
alexey-milovidov
71978cbbf8
Merge pull request #17851 from zhangjmruc/master
Fix translated errors and update misc to latest
2020-12-10 22:58:15 +03:00
alexey-milovidov
7f4b5a0d1b
Merge pull request #17854 from weeds085490/dev/add_diag_info_when_circle_in_merge
add diagnostic information when two merge tables try to read each oth…
2020-12-10 22:56:34 +03:00
alexey-milovidov
c35c52be87
Merge pull request #17867 from ucasFL/mergetree-setting
Add settings `min_compress_block_size` and `max_compress_block_size` to MergeTreeSettings
2020-12-10 22:54:05 +03:00
alexey-milovidov
f1ee1ef16a
Update MergeTreeSettings.h 2020-12-10 22:50:54 +03:00
alexey-milovidov
f9b1b12708
Merge pull request #17859 from otrazhenia/evgsudarikova-DOCSUP-2958-new
DOCSUP-2958: Document the output_format_tsv_null_representation setting
2020-12-10 22:45:08 +03:00
alexey-milovidov
5eab260ee5
Merge pull request #17864 from ClickHouse/filimonov-dict-fixes
dict notes
2020-12-10 22:43:04 +03:00
alexey-milovidov
7f35db47c5
Merge pull request #17869 from nikitamikhaylov/dragonbox-cmake
Add dragonbox-cmake
2020-12-10 22:42:05 +03:00
alexey-milovidov
0bf84b0ef9
Merge pull request #17949 from ClickHouse/github-dataset
Add GH dataset description
2020-12-10 22:33:18 +03:00
nikitamikhaylov
17310c6c50 fix-arcadia 2020-12-10 21:08:16 +03:00
Azat Khuzhin
6f2c559398 Convert top_level_domains_lists.xml into regular file
docker/test/performance-comparison/config/config.d is not allowed to has
symlinks, since it is copied with the COPY docker command.
2020-12-10 21:01:17 +03:00
Kruglov Pavel
9a785dbbf5
Merge branch 'master' into disk-s3-send-metadata 2020-12-10 20:17:41 +03:00
tavplubix
60aef3d529
Merge pull request #17944 from zhang2014/fix/ISSUES-15187
ISSUES-15187 support convert MySQL prefix index for MaterializeMySQL
2020-12-10 19:42:38 +03:00
tavplubix
5f78280aec
Merge pull request #17915 from zhang2014/better_exception_message
Better exception message for MaterializeMySQL
2020-12-10 19:26:20 +03:00
Alexander Kuzmenkov
678b8f0efb
Merge pull request #17905 from ClickHouse/aku/poco-log-rotation
Fix integer overflow in max log size calculation
2020-12-10 18:49:08 +03:00
Evgeniia Sudarikova
1b4166a179 resolved conflict and added example to RU version 2020-12-10 18:41:55 +03:00
nikitamikhaylov
955033d6a1 done 2020-12-10 16:18:37 +03:00
alexey-milovidov
b1c00d4045
Merge pull request #17958 from staticor/patch-3
Update introspection.md
2020-12-10 15:19:07 +03:00
Evgeniia Sudarikova
c63d3593b0 edited example 2020-12-10 13:01:27 +03:00
robot-clickhouse
c34c0bf507 Update version_date.tsv after release 20.8.9.6 2020-12-10 12:45:44 +03:00
Vladimir Chebotarev
39d867e56d
Added proper authentication for S3 client (#16856) 2020-12-10 12:19:42 +03:00
Steve-金勇
5fc67379ea
Update introspection.md
Improve translation of Chinese. 
There are several language parts that hard to understand.
优化一些翻译,主要是语句不通的地方。
2020-12-10 16:36:05 +08:00
alesapin
dd9f4bfc8a
Merge pull request #16877 from ClickHouse/complete_zk_api
Fake in-memory ZooKeeper server inside ClickHouse
2020-12-10 10:47:54 +03:00
Azat Khuzhin
f68a231a46 Fix installing top_level_domains for tests 2020-12-10 10:19:51 +03:00
Robert Hodges
b63274e999 Added blog article on ClickHouse Community. 2020-12-09 20:50:23 -08:00
243f6a8885a308d313198a2e037
b3419c5d32 fix: Materialize d MySQL -> MaterializeMySQL 2020-12-10 09:36:55 +09:00
243f6a8885a308d313198a2e037
e77ab91884 fix: typo and code blocks, missing explanations 2020-12-10 09:26:57 +09:00
243f6a8885a308d313198a2e037
cf7ec95d36 docs: fix raw link to #ddddd 2020-12-10 09:26:57 +09:00
243f6a8885a308d313198a2e037
b42ee3d993 docs: fix broken changelog link 2020-12-10 09:22:22 +09:00