Commit Graph

53074 Commits

Author SHA1 Message Date
alexey-milovidov
35d9bd2a50
Merge pull request #17992 from staticor/patch-1
Update Index.md
2020-12-12 02:36:10 +03:00
alexey-milovidov
fb9d05e93b
Merge pull request #17988 from ClickHouse/aku/remove-includes
Remove some redundant includes to speed up build
2020-12-12 02:32:27 +03:00
alexey-milovidov
656a9222ac
Merge pull request #18000 from ClickHouse/filimonov-kafka-flaky-test
kafka test_premature_flush_on_eof flap
2020-12-12 02:29:26 +03:00
alexey-milovidov
ee477cde8f
Merge pull request #17998 from staticor/patch-2
Update index.md
2020-12-12 02:28:14 +03:00
alexey-milovidov
47e3419530
Update client-libraries.md 2020-12-12 02:26:44 +03:00
alexey-milovidov
5a7e7f9bf6
Merge pull request #18004 from glushkovds/patch-1
Update client-libraries.md
2020-12-12 02:25:35 +03:00
alexey-milovidov
8d8496a653
Merge pull request #18005 from ClickHouse/filimonov-log-verbosity-client-go-away
Decrease log verbosity of disconnecting clients
2020-12-12 02:25:13 +03:00
alexey-milovidov
6bc3c8cc14
Merge pull request #18009 from amosbird/clientfix
client SIGWINCH fix
2020-12-12 02:22:23 +03:00
alexey-milovidov
cd480e6a37
Update adopters.md 2020-12-11 21:54:35 +03:00
Alexander Kuzmenkov
dcc4b5609f fixup 2020-12-11 21:16:26 +03:00
Amos Bird
88341fec82
client SIGWINCH fix 2020-12-12 00:34:40 +08:00
Alexander Kuzmenkov
a2886cdfa5 Merge remote-tracking branch 'origin/master' into HEAD 2020-12-11 18:57:47 +03:00
Alexander Kuzmenkov
d54d96701a fixup 2020-12-11 18:57:26 +03:00
Pavel Kovalenko
59a5e63417 Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
#	src/Disks/S3/DiskS3.cpp
#	src/Disks/S3/DiskS3.h
#	src/Disks/S3/registerDiskS3.cpp
#	src/IO/WriteBufferFromS3.cpp
#	src/IO/WriteBufferFromS3.h
2020-12-11 18:28:41 +03:00
Pavel Kovalenko
72a55c192e Fix master branch merge artifact. 2020-12-11 18:23:59 +03:00
Pavel Kovalenko
75bdb813ea Merge remote-tracking branch 'origin/master' into disk-s3-remove-empty-metadata-files
# Conflicts:
#	src/Disks/S3/DiskS3.cpp
2020-12-11 18:22:31 +03:00
Nikita Mikhaylov
f1a145a2b2
Merge pull request #17984 from nikitamikhaylov/fix-arcadia-second
Fix arcadia
2020-12-11 17:56:19 +03:00
alexey-milovidov
e57944567a
Merge pull request #18008 from evgenymarkov/patch-1
Fix typo in related links
2020-12-11 17:49:37 +03:00
Evgeny Markov
401f502468
Fix typo in related links 2020-12-11 17:30:15 +03:00
Kruglov Pavel
a8c1d17f83
Merge pull request #16935 from ucasFL/agg-func-setting-null-for-empty
`aggregate_functions_null_for_empty` move OrNull ahead
2020-12-11 17:11:39 +03:00
Kruglov Pavel
6300cd285f
Merge pull request #17909 from Jokser/disk-s3-send-metadata
Ability to set metadata when put S3 object
2020-12-11 17:01:14 +03:00
Maksim Kita
b70b98c415 Fix style issues 2020-12-11 16:54:08 +03:00
Maksim Kita
4ae5619714 Optimized erase in HashTable 2020-12-11 16:54:08 +03:00
Maksim Kita
bf5d75853c Added erase into HashTable 2020-12-11 16:54:08 +03:00
Maksim Kita
bfceb06659 Fixed test 2020-12-11 16:54:08 +03:00
Maksim Kita
d8b78682e1 SpaceSaving remove last element from map fix 2020-12-11 16:54:08 +03:00
Alexander Tokmakov
ed355f8663 fix 2020-12-11 16:50:45 +03:00
Vitaly Baranov
1b3893bcab User with allow_ddl=0 cannot do DDL but can grant DDL. 2020-12-11 16:38:49 +03:00
Vitaly Baranov
648be453a4 User with allow_introspection_functions=0 cannot call introspection functions but can grant INTROSPECTION. 2020-12-11 16:38:49 +03:00
Vitaly Baranov
710ba6f617 Simplify class ContextAccess. 2020-12-11 16:38:45 +03:00
Alexander Tokmakov
58a31e4882 Merge branch 'master' into allow_atomic_database_inside_materialize_mysql 2020-12-11 16:14:03 +03:00
Alexander Tokmakov
f9f7da5f97 fix 2020-12-11 15:06:19 +03:00
Pavel Kovalenko
de4a7a8865 Correct handling S3 disk metadata file read exceptions. 2020-12-11 14:27:58 +03:00
Pavel Kovalenko
5bf388683c Correct handling S3 disk metadata file read exceptions. 2020-12-11 14:21:54 +03:00
filimonov
8d9ad60afa
Decrease verbosity of disconnecting clients
Right now they go to error log.
2020-12-11 11:51:48 +01:00
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