alexey-milovidov
3fffa16aab
Update src/IO/HTTPCommon.cpp
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-01-23 00:43:02 +03:00
Alexey Milovidov
eeafd73890
Fix typo in docs, tnx Egor Savin
2021-01-23 00:08:59 +03:00
Alexey Milovidov
0528ca60d6
Avoid UBSan report in greatCircleDistance
2021-01-23 00:03:59 +03:00
alexey-milovidov
25ea281297
Merge pull request #19360 from vdimir/issue-18197
...
Fix default value in join types with non-zero default (close #18197 )
2021-01-22 23:51:56 +03:00
Alexey Milovidov
4047542b61
Fix UBSan report in runningDifference
2021-01-22 23:46:51 +03:00
Alexey Milovidov
4afcb94a8a
Fix Style check
2021-01-22 23:41:26 +03:00
Alexey Milovidov
ae8de8259f
Fix UBSan report in substring
2021-01-22 23:40:04 +03:00
alexey-milovidov
a04360e6b2
Update 01664_array_slice_ubsan.sql
2021-01-22 23:36:10 +03:00
Alexey Milovidov
fb71a0704e
Fix UBSan report in arraySlice
2021-01-22 23:35:16 +03:00
alexey-milovidov
c3d6c68994
Merge pull request #19408 from olgarev/revolg-DOCSUP-5082-Docs_for_cache_types
...
DOCSUP-5082: Docs for cache types (continued)
2021-01-22 23:30:41 +03:00
alesapin
7d4945a073
Merge pull request #19412 from ClickHouse/fix_one_more_tiny_race
...
Fix one more race in TestKeeper
2021-01-22 23:04:01 +03:00
Azat Khuzhin
d1d82bc897
Fix build with unbundled poco
...
Refs: #13405
Cc: @excitoon
2021-01-22 21:35:48 +03:00
Azat Khuzhin
109dbe5df4
Check the stream before sending while hanlding async INSERTs into Distributed
...
It is possible to get corruption (even though it is very unlikely, and
initially it wasn't corruption) just before the data block goes in the
file on disk, and in case of batching, it will break the packets, since
it will write the packet type but will not write any data after.
2021-01-22 21:29:58 +03:00
alexey-milovidov
819483fd9a
Merge pull request #19396 from ClickHouse/fuzz-limit-memory
...
Limit max memory usage in fuzz testing
2021-01-22 21:09:25 +03:00
Alexey Milovidov
70b8c0117d
Remove some suppressions
2021-01-22 21:06:40 +03:00
Alexey Milovidov
76ef420d15
Update fast test
2021-01-22 21:05:25 +03:00
tavplubix
49e1321df4
Merge pull request #19072 from ClickHouse/fix_19021
...
Fix checkpoint in PeekableReadBuffer over ConcatReadBuffer
2021-01-22 21:00:04 +03:00
Dmitriy
23c7f4a0ea
Fix the translation
...
Поправил перевод на русский язык.
2021-01-22 20:41:28 +03:00
Alexander Kuzmenkov
ccf332ea7e
Don't dwell on the past in query fuzzer
...
When we remember too many query fragments, just clean the database
and start collecting it anew. Hopefully this should make the fuzzer more
aggressive.
2021-01-22 20:15:31 +03:00
tavplubix
1b832aa698
Merge pull request #19322 from ClickHouse/fix_18063
...
Fix segfault on aggregation when MV has unexpected structure
2021-01-22 20:15:09 +03:00
vdimir
ad73dc6c72
Check literal types in RewriteSumIfFunctionMatcher ( #19406 )
2021-01-22 19:21:45 +03:00
tavplubix
a3e5e4735f
Merge pull request #19292 from olgarev/revolg-DOCSUP-5918-INSERT_query_support_in_table_functions
...
DOCSUP-5918: Documented INSERT query support in table functions
2021-01-22 17:47:49 +03:00
alexey-milovidov
8642ba107a
Merge pull request #19246 from sevirov/sevirov-DOCSUP-5840-edit_translate_russian_materializemysql
...
DOCSUP-5840: Edit and translate to Russian
2021-01-22 17:31:54 +03:00
alexey-milovidov
c057c3bdd2
Merge pull request #19297 from zhangjmruc/master
...
update clickhouse-local docs to latest
2021-01-22 17:31:10 +03:00
alexey-milovidov
b6822bfd04
Merge pull request #19365 from ClickHouse/tavplubix-patch-3
...
Better logging in MySQLHandler
2021-01-22 17:29:59 +03:00
alexey-milovidov
1fd500dfa4
Merge pull request #19378 from azat/pushing-to-view-logging
...
Add log message with elapsed time while pushing to view
2021-01-22 17:28:58 +03:00
alexey-milovidov
21455ae646
Merge pull request #19374 from filimonov/docker_openshift
...
Allow docker to be executed with arbitrary uid
2021-01-22 17:28:44 +03:00
alexey-milovidov
04b950ecbd
Update Dockerfile.alpine
2021-01-22 17:28:36 +03:00
alexey-milovidov
8fdb9d9018
Update Dockerfile
2021-01-22 17:28:25 +03:00
tavplubix
9801bfc0ee
Merge branch 'master' into fix_18063
2021-01-22 17:28:05 +03:00
Alexander Tokmakov
14e842c197
print stderr of failed subprocess
2021-01-22 17:27:23 +03:00
alexey-milovidov
f44f169aaa
Merge pull request #19385 from ClickHouse/sum-ubsan
...
Avoid UBSan report in aggregate function sum
2021-01-22 17:25:55 +03:00
alexey-milovidov
6e1d660e36
Merge pull request #19390 from ClickHouse/http_referer
...
Add http_referer to client info
2021-01-22 17:25:09 +03:00
alexey-milovidov
9818bd319a
Merge pull request #19381 from azat/parts-types-metrics
...
Add metrics for MergeTree parts (Wide/Compact/InMemory) types
2021-01-22 17:24:50 +03:00
alexey-milovidov
3431e39587
Merge pull request #19393 from ClickHouse/extract-all-groups-fail-fast
...
Fail fast in incorrect usage of extractAllGroups
2021-01-22 17:24:13 +03:00
vdimir
4879d25748
Merge pull request #19267 from Jokser/disk-s3-docs
...
Add S3 disk documentation [EN]
2021-01-22 17:20:05 +03:00
alexey-milovidov
9add38f47b
Merge pull request #19394 from ClickHouse/quantile-weighted-overflow
...
Fix UBSan report in quantileExactWeighted
2021-01-22 17:18:01 +03:00
alexey-milovidov
136e9652d0
Update query-fuzzer-tweaks-users.xml
2021-01-22 17:16:08 +03:00
alexey-milovidov
7b62871765
Merge pull request #19383 from ClickHouse/h3-fix-buffer-overflow
...
Fix buffer overflow in Uber H3
2021-01-22 17:14:29 +03:00
Kruglov Pavel
b2d5370b36
Merge pull request #17359 from ildus/tuple_arg_for_argMinMax
...
Add tuple argument support for argMin and argMax
2021-01-22 17:11:01 +03:00
Maksim Kita
d712748304
Function accurateCastOrNull fixed unitialized values for numeric cast
2021-01-22 16:24:51 +03:00
Olga Revyakina
51d9f2ab0c
GET\POST specific
2021-01-22 16:06:39 +03:00
tavplubix
2d988f6791
Update arcadia_skip_list.txt
2021-01-22 16:01:04 +03:00
olgarev
35608a1f6a
Apply suggestions from code review
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-01-22 15:59:39 +03:00
Ilya Yatsishin
41a4f54bcc
Update docker/test/fuzzer/query-fuzzer-tweaks-users.xml
2021-01-22 15:36:15 +03:00
Ilya Yatsishin
8f280aa1c6
Merge pull request #19337 from filimonov/kafka_wo_ssl
...
Allow building librdkafka without ssl
2021-01-22 15:22:30 +03:00
alesapin
cc2788af88
Fix typo
2021-01-22 13:48:40 +03:00
Alexander Kuzmenkov
6296cc6b09
Merge pull request #19361 from ClickHouse/aku/reconnect
...
Reconnect after client errors
2021-01-22 13:32:56 +03:00
Alexander Kuzmenkov
8b9105bf39
Merge pull request #18446 from azat/constant-folding
...
Fix constant folding when the result is unknown
2021-01-22 13:26:24 +03:00
Alexander Kuzmenkov
3048fa8414
Update run-fuzzer.sh
2021-01-22 13:21:29 +03:00