Nikita Mikhaylov
|
e06432af60
|
CacheDictionary datarace on exception_ptr (#9379)
* datarace on exceptionptr fixed
* better
* monkey test added
* comment to test added
* add new line to reference file
* bump tests
* q
|
2020-02-28 15:34:39 +03:00 |
|
Alexey Milovidov
|
8d51824ddc
|
getThreadId for FreeBSD
|
2020-02-28 14:24:56 +03:00 |
|
Artem Zuikov
|
d643332490
|
fix style check error
|
2020-02-28 14:03:09 +03:00 |
|
Amos Bird
|
615c6bba91
|
cleaning duplicate linker flags
|
2020-02-28 18:56:33 +08:00 |
|
Artem Zuikov
|
fdd1f248d0
|
Merge branch 'master' into ast
|
2020-02-28 13:54:33 +03:00 |
|
Nikita Mikhaylov
|
aaffe31613
|
split metric
|
2020-02-28 13:53:59 +03:00 |
|
Artem Zuikov
|
316a8e231d
|
fix unit tests build
|
2020-02-28 13:38:46 +03:00 |
|
Anton Popov
|
adf4f7349f
|
temporary disable tests for compatability between replicas
|
2020-02-28 13:14:02 +03:00 |
|
alexey-milovidov
|
74de3fbb86
|
Merge pull request #9212 from BayoNet/en-docs/CLICKHOUSEDOCS-415-median
DOCS-415: median* functions
|
2020-02-28 13:13:22 +03:00 |
|
alesapin
|
9a03d413aa
|
Fix backward compatibility on server side
|
2020-02-28 12:58:35 +03:00 |
|
alesapin
|
46c6897ab5
|
Fix backward compatibility on server side
|
2020-02-28 12:57:45 +03:00 |
|
alesapin
|
1b7bf67e2b
|
Merge branch 'master' into CurtizJ-test-backward-compatability
|
2020-02-28 12:18:41 +03:00 |
|
Sergei Shtykov
|
f0aaa3b045
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-415-median
|
2020-02-28 11:55:34 +03:00 |
|
Sergei Shtykov
|
fb08cc7d89
|
CLICKHOUSEDOCS-415: Converted median description to quantile description.
|
2020-02-28 11:55:18 +03:00 |
|
alesapin
|
5a5792259c
|
Finalize mutations more frequently
|
2020-02-28 11:55:17 +03:00 |
|
alesapin
|
6fb48c5e9a
|
Disable coverage on client
|
2020-02-28 11:34:37 +03:00 |
|
alexey-milovidov
|
7b511b2d90
|
Merge pull request #9070 from urykhy/fix-mv-insert-2621
add option to force deduplicate children
|
2020-02-28 03:19:27 +03:00 |
|
alexey-milovidov
|
b3dfdbc1a0
|
Merge pull request #9387 from ClickHouse/fix_another_context_related_segfault
Fix Context-related segfault in StorageMerge and destruction order in BlockIO
|
2020-02-28 03:11:49 +03:00 |
|
alexey-milovidov
|
4a5e79ce3d
|
Merge pull request #9416 from CurtizJ/benchmark-query-id
Allow to set query_id in clickhouse-benchmark
|
2020-02-28 03:08:29 +03:00 |
|
proller
|
6b2d6e9392
|
Build fixes (#9381)
* Revert "Revert "Build fixes""
This reverts commit 355ff00c2e .
* zlib link fix
|
2020-02-28 03:07:42 +03:00 |
|
Nikita Mikhaylov
|
030a8a4164
|
Wrong counting of DictCacheKeysRequestedFound metric (#9411)
* first
* bump test
|
2020-02-28 03:07:00 +03:00 |
|
alexey-milovidov
|
6c0db94e21
|
Merge pull request #9394 from nikitamikhaylov/last_successful_update_time
last_successful_update_time in system.dictionaries
|
2020-02-28 03:03:16 +03:00 |
|
alexey-milovidov
|
ae8a701387
|
Merge pull request #9079 from yurriy/mysql
Send string columns to mysql client as utf8
|
2020-02-28 02:08:49 +03:00 |
|
Vitaly Baranov
|
244e13c670
|
Merge pull request #9414 from vitlibar/fix-build-freebsd
Fix build on FreeBSD.
|
2020-02-28 00:25:47 +03:00 |
|
Alexander Kuzmenkov
|
01c36f8b33
|
Fix shellcheck warnings.
|
2020-02-27 23:56:32 +03:00 |
|
Alexander Kuzmenkov
|
aab320d656
|
performance comparison
|
2020-02-27 22:44:03 +03:00 |
|
alexey-milovidov
|
ec4aed74a1
|
Update permissions_for_queries.md
|
2020-02-27 21:16:02 +03:00 |
|
Artem Zuikov
|
aad6669afb
|
fix gcc9 build
|
2020-02-27 21:05:49 +03:00 |
|
Alexander Kuzmenkov
|
90ee601eb0
|
performance comparison
|
2020-02-27 20:57:27 +03:00 |
|
CurtizJ
|
a17d286e83
|
allow to set query_id in clickhouse-benchmark
|
2020-02-27 20:21:01 +03:00 |
|
Alexander Tokmakov
|
8a91081331
|
fix BlockIO destruction order
|
2020-02-27 18:40:11 +03:00 |
|
Artem Zuikov
|
68dc399d0d
|
minor changes
|
2020-02-27 18:06:04 +03:00 |
|
Artem Zuikov
|
2c09017a33
|
place optimizeIf() after scalar subqueries + better getTablesWithColumns()
|
2020-02-27 17:33:03 +03:00 |
|
Nikita Mikhaylov
|
ab03704457
|
bump test
|
2020-02-27 17:11:36 +03:00 |
|
Vitaly Baranov
|
217f5a094a
|
Fix build on FreeBSD.
|
2020-02-27 16:41:17 +03:00 |
|
Artem Zuikov
|
db502ecd74
|
fix use after move
|
2020-02-27 16:31:32 +03:00 |
|
Alexey Milovidov
|
6e37d765e6
|
Fix submodules
|
2020-02-27 16:13:20 +03:00 |
|
alesapin
|
fc7ec08f4d
|
Update DataPartsExchange.cpp
|
2020-02-27 15:50:10 +03:00 |
|
Nikita Mikhaylov
|
6d583ff66e
|
first
|
2020-02-27 15:22:23 +03:00 |
|
alexey-milovidov
|
86a4ccafc1
|
Merge pull request #8956 from ClickHouse/update-openssl
Update OpenSSL
|
2020-02-27 15:07:46 +03:00 |
|
Yuriy
|
ebfe4f2d8d
|
rerun tests
|
2020-02-27 15:00:31 +03:00 |
|
Alexander Kazakov
|
ad6b6b3de9
|
Added small tests
|
2020-02-27 14:40:52 +03:00 |
|
Artem Zuikov
|
bb207da70d
|
fix test
|
2020-02-27 14:40:22 +03:00 |
|
alesapin
|
e161cc1424
|
Fix protocol incompatibility introduced in https://github.com/ClickHouse/ClickHouse/pull/8598
|
2020-02-27 13:43:38 +03:00 |
|
alesapin
|
f09131809f
|
Merge branch 'test-backward-compatability' of https://github.com/CurtizJ/ClickHouse into CurtizJ-test-backward-compatability
|
2020-02-27 13:41:44 +03:00 |
|
alesapin
|
4818d0508e
|
Fix style check
|
2020-02-27 13:11:49 +03:00 |
|
Nikita Mikhaylov
|
c5f47bd976
|
squashed
|
2020-02-27 13:07:50 +03:00 |
|
alesapin
|
1b82397177
|
Merge pull request #9397 from excitoon/patch-8
Little typo fixed
|
2020-02-27 12:50:50 +03:00 |
|
Alexey Milovidov
|
69f1093b54
|
Remove trash from Ivan Blinkov
|
2020-02-27 12:14:23 +03:00 |
|
Alexey Milovidov
|
63cc6c2dfd
|
Remove trash from Ivan Blinkov
|
2020-02-27 12:13:40 +03:00 |
|