alesapin
|
a67540e658
|
Merge pull request #8230 from Melancholic/master
Fixed #5335. clickhouse-local. Print help if no arguments are passed
|
2019-12-16 17:47:00 +03:00 |
|
nagorny
|
03f0909552
|
Fixed #5335. clickhouse-local. Print help if no arguments are passed
|
2019-12-16 12:05:26 +03:00 |
|
alexey-milovidov
|
bf1414cc76
|
Merge pull request #8225 from ClickHouse/tcmalloc-deprecate
Deprecate tcmalloc
|
2019-12-16 03:20:56 +03:00 |
|
Alexey Milovidov
|
952351a033
|
Fixed build after merge
|
2019-12-16 02:54:56 +03:00 |
|
alexey-milovidov
|
575984b4a0
|
Merge pull request #8189 from ClickHouse/regions-more-languages
More languages for regions
|
2019-12-16 02:47:20 +03:00 |
|
alexey-milovidov
|
d0ef4b6b96
|
Merge branch 'master' into more-accurate-using-load-reload
|
2019-12-16 02:42:45 +03:00 |
|
alexey-milovidov
|
38353d1253
|
Merge pull request #8197 from filimonov/fix_kafka_mv_subqueries
Init query context for Kafka to make subqueries work
|
2019-12-16 02:40:00 +03:00 |
|
Alexey Milovidov
|
d5d2959a5f
|
Minor changes after merge #7900
|
2019-12-16 01:53:52 +03:00 |
|
Alexey Milovidov
|
ebf16a8a17
|
Deprecated tcmalloc
|
2019-12-16 01:37:27 +03:00 |
|
alexey-milovidov
|
d498e14ff8
|
Merge pull request #7900 from Vdimir/prometheus-metrics-7369
Prometheus endpoint
|
2019-12-16 01:16:52 +03:00 |
|
alexey-milovidov
|
3399f9a73c
|
Merge pull request #8112 from hczhcz/patch-1210
Add function bankerRound
|
2019-12-15 23:57:13 +03:00 |
|
hcz
|
3ff7c1e4dc
|
Improve roundBankers implementation
|
2019-12-15 16:30:54 +08:00 |
|
Alexey Milovidov
|
6a34958fd2
|
Minor modifications
|
2019-12-15 02:00:18 +03:00 |
|
alexey-milovidov
|
3a265cd9f3
|
Merge pull request #8213 from ClickHouse/fix-exists-query
Fixed segfault in EXISTS query
|
2019-12-14 23:02:08 +03:00 |
|
Alexey Milovidov
|
22301e534b
|
Don't use https in test to postpone fix of UBSan report in libressl
|
2019-12-14 19:48:19 +03:00 |
|
alexey-milovidov
|
cd556a35e6
|
Merge pull request #8210 from 4ertus2/bugs
Fix `There's no column` error for materialized and alias columns
|
2019-12-14 19:45:07 +03:00 |
|
alexey-milovidov
|
39a8f1e9c7
|
Merge pull request #8202 from zhang2014/feature/support_drop_mysql_database
ISSUES-6063 support drop mysql database engine
|
2019-12-14 19:44:17 +03:00 |
|
VDimir
|
d413c4a7d5
|
Add test_prometheus_endpoint
|
2019-12-14 19:40:50 +03:00 |
|
alexey-milovidov
|
e009584086
|
Merge pull request #8164 from nicelulu/master
Fix trivial count query with ConvertingBlockInputStream.
|
2019-12-14 19:39:49 +03:00 |
|
root
|
22bc508dc4
|
use currentDatabase().
|
2019-12-14 13:28:16 +08:00 |
|
Nikita Mikhaylov
|
f055239cde
|
Merge pull request #8207 from nikitamikhaylov/fix-parallel-cancel-test
Light fix of parallel cancel test
|
2019-12-14 01:59:32 +03:00 |
|
Nikita Mikhaylov
|
69f32e007c
|
remove comment
|
2019-12-14 01:59:17 +03:00 |
|
Alexey Milovidov
|
0998dcbda6
|
Fixed segfault in EXISTS query
|
2019-12-13 23:24:03 +03:00 |
|
Winter Zhang
|
690502a435
|
update _remove.flag suffix to .remove_flag suffix
|
2019-12-14 04:15:40 +08:00 |
|
chertus
|
8c9ca6891f
|
fix 'There's no column' error for materialized and alias columns
|
2019-12-13 21:46:55 +03:00 |
|
alexey-milovidov
|
8727f30ef8
|
Merge pull request #7790 from bgranvea/simple-aggregate-function-fix
Fix "Sizes of columns doesn't match" error with SimpleAggregateFunction
|
2019-12-13 20:56:03 +03:00 |
|
alexey-milovidov
|
d0408e8265
|
Merge pull request #8204 from ClickHouse/nullable-rand
rand and nullable argument
|
2019-12-13 20:50:07 +03:00 |
|
alexey-milovidov
|
86e1cbf80b
|
Merge pull request #8199 from Enmk/DateTime64_performance
Improved performance of max(), min(), argMin(), argMax() for DateTime64
|
2019-12-13 20:49:43 +03:00 |
|
Nikita Mikhaylov
|
9936fd2bc4
|
fix added
|
2019-12-13 19:44:33 +03:00 |
|
hcz
|
6171e8b70c
|
Rename roundBankers
|
2019-12-13 22:50:14 +08:00 |
|
Alexander Kuzmenkov
|
5b67c55ec6
|
Update containers for #6892.
|
2019-12-13 16:57:10 +03:00 |
|
Nikolai Kochetov
|
1de6b244aa
|
Fix randConstant.
|
2019-12-13 16:47:28 +03:00 |
|
Vasily Nemkov
|
d8473c17a3
|
Improved performance of max(), min(), argMin(), argMax() for DateTime64
|
2019-12-13 16:40:09 +03:00 |
|
Boris Granveaud
|
3502e3858a
|
provide test case
|
2019-12-13 14:10:49 +01:00 |
|
Nikolai Kochetov
|
bd2517343d
|
Fi rand and randConstant for nullable types.
|
2019-12-13 16:10:02 +03:00 |
|
zhang2014
|
713923e451
|
Support detach and drop table for mysql database engine
|
2019-12-13 19:48:38 +08:00 |
|
vxider
|
142932ebdf
|
fix gcc 8.2.1 build (#8162)
|
2019-12-13 14:18:09 +03:00 |
|
root
|
63aaf64e93
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into lulu-master1
|
2019-12-13 16:12:43 +08:00 |
|
alesapin
|
d894d1df3d
|
Merge pull request #8135 from excitoon/patch-4
Fixed `test_multiple_disks::test_kill_while_insert` a little
|
2019-12-13 11:06:34 +03:00 |
|
zhangxiao018
|
9e0b1c9f65
|
add test.
|
2019-12-13 12:01:23 +08:00 |
|
zhangxiao018
|
8a2b8647e4
|
add test.
|
2019-12-13 11:59:51 +08:00 |
|
Mikhail Filimonov
|
f3fa71c707
|
Init query context for Kafka to make subqueries work
|
2019-12-13 02:21:40 +01:00 |
|
alexey-milovidov
|
399995d60b
|
Merge pull request #7812 from infinivision/fix_part_mutation
fix part mutation
|
2019-12-13 03:45:59 +03:00 |
|
alexey-milovidov
|
ad76a1bafb
|
Merge pull request #8185 from vitlibar/fix-drop-dictionary-if-exists
Fix DROP DICTIONARY IF EXISTS
|
2019-12-13 02:47:06 +03:00 |
|
alexey-milovidov
|
575208c6e2
|
Merge pull request #8182 from ClickHouse/aku/msan-exception
Suppress an msan false positive in exception handling.
|
2019-12-13 02:41:28 +03:00 |
|
alexey-milovidov
|
31e4d40501
|
Merge pull request #8106 from ClickHouse/function-refactoring
Function refactoring
|
2019-12-13 02:30:55 +03:00 |
|
alexey-milovidov
|
d0cf282204
|
Merge pull request #8179 from ClickHouse/parts_to_do_names
Add parts_to_do_names column to system.mutations.
|
2019-12-13 02:30:03 +03:00 |
|
alexey-milovidov
|
efb916c556
|
Merge pull request #8176 from ClickHouse/fix_tmp_drop_relative_path
Fix loading of partially dropped table
|
2019-12-13 02:28:13 +03:00 |
|
alexey-milovidov
|
be08e4cdf1
|
Merge pull request #8190 from filimonov/issue5142test
Test for issue #5142
|
2019-12-13 02:27:53 +03:00 |
|
alexey-milovidov
|
69535078fd
|
Merge pull request #8192 from excitoon-favorites/better-logging-disks
Better logging in background move task.
|
2019-12-13 02:27:38 +03:00 |
|