alexey-milovidov
761a3e56a5
Update SystemLog.cpp
2020-01-23 22:21:57 +03:00
Alexey Milovidov
680da3d7ed
Merge remote-tracking branch 'origin/master' into oandrew-avro
2020-01-23 22:08:08 +03:00
Alexey Milovidov
64984cf061
Update Avro submodule to prevent UBSan failure
2020-01-23 22:06:53 +03:00
Alexey Milovidov
5ab0e23a0c
Forked Avro to make changes for UBSan
2020-01-23 21:52:23 +03:00
Alexey Milovidov
59d9bfa71e
Enable Avro with Memory Sanitizer
2020-01-23 21:47:17 +03:00
Alexey Milovidov
629f5e85e6
Merge branch 'oandrew-avro' of github.com:yandex/ClickHouse into oandrew-avro
2020-01-23 21:43:06 +03:00
chertus
d38bf7b4b2
add test
2020-01-23 21:32:16 +03:00
alexey-milovidov
119c7a9670
Update SystemLog.cpp
2020-01-23 21:28:37 +03:00
Azat Khuzhin
4f868614d5
Document tmp_policy
2020-01-23 21:10:33 +03:00
Nikolai Kochetov
5a8932488d
Romve commented code.
2020-01-23 21:02:13 +03:00
Nikolai Kochetov
50f66433e0
Update PushingToViewsBlockOutputStream
2020-01-23 20:51:43 +03:00
Alexander Kuzmenkov
c7616ff11a
[wip] performance comparison
2020-01-23 20:49:11 +03:00
Azat Khuzhin
c9cc1ef516
Cover tmp_policy
2020-01-23 20:31:19 +03:00
Azat Khuzhin
88bfb788a9
Add ability to use multiple disks/volumes for temporary data
...
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.
Also tmp_policy has some limitations:
- move_factor is ignored
- keep_free_space_bytes is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
alesapin
24e0d3e63d
Remove token
2020-01-23 20:19:51 +03:00
Nikolai Kochetov
9635c8d5c5
Update PushingToViewsBlockOutputStream
2020-01-23 20:11:49 +03:00
Nikolai Kochetov
7d4d063f38
Try to remove some code.
2020-01-23 18:53:58 +03:00
chertus
3571cdb4b5
correct row limit for many right blocks case
2020-01-23 18:47:49 +03:00
Nikolai Kochetov
25ea3d83e2
Merge branch 'issue_7878_2' of https://github.com/vzakaznikov/ClickHouse into vzakaznikov-issue_7878_2
2020-01-23 18:45:24 +03:00
Nikolai Kochetov
4a4de82648
Merged with master
2020-01-23 18:44:26 +03:00
alexey-milovidov
f563d7f4b3
Merge pull request #8801 from vitlibar/fix-race-system-reload-all-dictionaries
...
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 18:10:17 +03:00
Nikolai Kochetov
405f9f0696
Fix LazyOutput.
2020-01-23 17:58:50 +03:00
alesapin
1fa6adacbe
Merge pull request #8790 from ClickHouse/disable_flappy_tests
...
Disable some flappy tests
2020-01-23 17:41:17 +03:00
Ivan Blinkov
07fc58771d
Update index.html
2020-01-23 17:41:05 +03:00
Ivan Blinkov
9106fc74b4
Update LICENSE
2020-01-23 17:38:30 +03:00
Ivan Blinkov
c6e7c29eef
Update AUTHORS
2020-01-23 17:36:05 +03:00
Ivan Blinkov
97c67e0e0a
Update AUTHORS
2020-01-23 17:33:48 +03:00
Mikhail Korotov
c05652067e
Update HTTPHandler.cpp
2020-01-23 16:40:16 +03:00
Mikhail Korotov
276d1c233e
Update 01071_http_header_exception_code.sh
2020-01-23 16:38:55 +03:00
Vitaly Baranov
6a6ec36d63
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 16:35:12 +03:00
CurtizJ
1764ba5219
test for alter with ttl
2020-01-23 16:11:06 +03:00
CurtizJ
b5d8baee71
fix alters if ttl is set
2020-01-23 16:04:06 +03:00
Nikolai Kochetov
b3e33b8330
Enable block skip for null format in processors pipeline.
2020-01-23 15:59:01 +03:00
Nikolai Kochetov
f85e7ca36d
Enable block skip for null format in processors pipeline.
2020-01-23 15:53:32 +03:00
millb
c441c2fc9c
tests fixed
2020-01-23 15:47:13 +03:00
alexey-milovidov
3b896d21bd
Merge pull request #8792 from grihabor/patch-1
...
Add extern "C" for cgo to link
2020-01-23 15:40:13 +03:00
alexey-milovidov
39e34e0339
Merge pull request #8795 from abyss7/replxx
...
Restore support for \G suffix
2020-01-23 15:37:04 +03:00
alesapin
36e619ab4b
Add trash script for tests history
2020-01-23 15:29:08 +03:00
Nikolai Kochetov
b6a819c5d8
Fix ConvertingAggregatedToChunksTransform.
2020-01-23 14:45:12 +03:00
Nikolai Kochetov
bceb084512
Fix ConvertingAggregatedToChunksTransform.
2020-01-23 14:44:43 +03:00
Vitaliy Zakaznikov
024dce32d8
Fixing NameOrDefault mode in ConvertingBlockInputStream.
2020-01-23 12:40:27 +01:00
Nikolai Kochetov
8839defb63
Fix ConvertingAggregatedToChunksTransform.
2020-01-23 14:39:42 +03:00
Maxim Akhmedov
86a7f1d97b
Make system log engine customizable via config.
2020-01-23 14:22:06 +03:00
Ivan Lezhankin
bfdab88efb
Restore \G suffix support
2020-01-23 14:18:47 +03:00
Vladimir Chebotarev
a362664cc1
Better handling of per_part_columns_lock
.
2020-01-23 13:08:35 +03:00
Nikolai Kochetov
f431b10e38
Update TCPHandler.
2020-01-23 13:04:18 +03:00
Gregory
814c431674
Add extern "C" for cgo in arcadia to link [STRM-1049]
...
See https://a.yandex-team.ru/review/1018931/files/
2020-01-23 12:22:00 +03:00
alesapin
e6958c0e49
Disable some flappy tests
2020-01-23 12:01:55 +03:00
Nikolai Kochetov
0e906b29e1
Merge pull request #8783 from ClickHouse/loop-math-perf
...
Math perftest.
2020-01-23 11:53:30 +03:00
Ivan Lezhankin
5c39023ebe
Merge remote-tracking branch 'upstream/master' into replxx
2020-01-23 11:19:48 +03:00