Commit Graph

52936 Commits

Author SHA1 Message Date
glushkovds
d700a83331
Update client-libraries.md
Add php Laravel library
2020-12-11 15:25:34 +05:00
Alexander Kuzmenkov
fb1221148d
Merge pull request #17748 from azat/custom-TLD
Add ability to use custom TLD list
2020-12-11 12:42:19 +03:00
filimonov
8e2ca9518b
Update test.py
adjusting timeouts a bit, in the good hope that it will prevent flakiness of the test.
2020-12-11 10:13:03 +01:00
nauta
00dc104025 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse 2020-12-11 16:15:40 +08:00
Steve-金勇
af02de4b11
Update index.md
Fix original translation ( wrong encoded), improve translation
2020-12-11 14:35:57 +08:00
Sherry Wang
38523bf9dc Fix some translation errors in string-replace-functions 2020-12-11 13:48:32 +08:00
Steve-金勇
28bc33ac19
Update Index.md
Make Clickhouse Docs Translation more human-readable. 

Improve original machine-translation.
2020-12-11 11:29:43 +08:00
feng lv
3ee6b6382b fix
fix
2020-12-11 02:00:18 +00:00
Alexander Kuzmenkov
d757f32300 Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
alexey-milovidov
e11790f61a
Merge pull request #17880 from MrGeneral/master
update and fix over-translation on date-time-functions
2020-12-11 02:26:31 +03:00
nikitamikhaylov
b6d69eb63b done 2020-12-11 02:16:21 +03:00
alexey-milovidov
a31663a75d
Merge pull request #16111 from annvsh/anna-shakhova-DOCSUP-3201-add_raw_blob_format
DOCSUP-3201: Added RawBLOB format description
2020-12-11 02:02:17 +03:00
alexey-milovidov
27ba035aa1
Update formats.md 2020-12-11 02:01:39 +03:00
alexey-milovidov
3874d62db8
Update formats.md 2020-12-11 02:00:43 +03:00
alexey-milovidov
56a873c789
Update formats.md 2020-12-11 01:58:27 +03:00
alexey-milovidov
14e0b8dd34
Update formats.md 2020-12-11 01:57:18 +03:00
alexey-milovidov
d716d97583
Merge pull request #15878 from kevinchiang/master
Documentation Cleanup.  Formatting on Creating secondary indexes.  Update documentation to remove section saying that there are no secondary indexes.
2020-12-11 01:55:30 +03:00
alexey-milovidov
75347ab5f5
Merge pull request #17702 from den-crane/patch-7
Doc. Russian translation for some missing date-time-functions
2020-12-11 01:54:20 +03:00
alexey-milovidov
822eb0c805
Update date-time-functions.md 2020-12-11 01:53:53 +03:00
alexey-milovidov
4ab123f6c7
Update date-time-functions.md 2020-12-11 01:52:50 +03:00
alexey-milovidov
91224948a2
Update date-time-functions.md 2020-12-11 01:51:55 +03:00
alexey-milovidov
85a8cc35b3
Update date-time-functions.md 2020-12-11 01:51:07 +03:00
alexey-milovidov
a8a37b4249
Merge pull request #17703 from den-crane/patch-8
Doc. Some formatting fixed in date-time-functions
2020-12-11 01:50:12 +03:00
alexey-milovidov
cd65389835
Merge pull request #17879 from den-crane/patch-1
Doc. SYSTEM DROP REPLICA Russian doc
2020-12-11 01:43:26 +03:00
alexey-milovidov
cbf7e947c8
Update system.md 2020-12-11 01:43:07 +03:00
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