VDimir
|
0e9daded94
|
Repcale dots in prometheus metric names with underscores
|
2019-12-21 17:47:44 +00:00 |
|
alexey-milovidov
|
d52547dc75
|
Merge pull request #8082 from moon03432/master
fix bitmapAnd error when intersecting an aggregated bitmap and a scalar bitmap
|
2019-12-21 18:14:27 +03:00 |
|
tyrionhuang
|
caedf9d91d
|
add bitmapAnd sql & reference
|
2019-12-21 17:22:39 +08:00 |
|
Alexey Milovidov
|
6997e9199c
|
Merge remote-tracking branch 'origin/better-priority-queue' into gcc-libcxx
|
2019-12-21 03:00:15 +03:00 |
|
Alexey Milovidov
|
6c03e1e91a
|
Optimization of sorting heap
|
2019-12-21 03:00:07 +03:00 |
|
Alexey Milovidov
|
b2ffab7cca
|
Merge remote-tracking branch 'origin/better-priority-queue' into gcc-libcxx
|
2019-12-21 02:59:25 +03:00 |
|
Alexey Milovidov
|
0820dc0c84
|
Optimization of sorting heap
|
2019-12-21 02:59:08 +03:00 |
|
Alexey Milovidov
|
9638d7c4b2
|
Merge remote-tracking branch 'origin/better-priority-queue' into gcc-libcxx
|
2019-12-21 02:58:29 +03:00 |
|
Alexey Milovidov
|
9960a79b36
|
Optimization of sorting heap
|
2019-12-21 02:57:57 +03:00 |
|
Alexey Milovidov
|
f483a32b5a
|
Merge commit 'dba9766575' into gcc-libcxx
|
2019-12-21 02:38:45 +03:00 |
|
Alexey Milovidov
|
dba9766575
|
Better priority_queue performance, part 1
|
2019-12-21 02:38:07 +03:00 |
|
alexey-milovidov
|
ea56001fc0
|
Merge pull request #8324 from ClickHouse/update-libcxx
Updated libc++
|
2019-12-21 00:44:48 +03:00 |
|
alexey-milovidov
|
980cf16873
|
Merge pull request #8323 from ClickHouse/minor-improvements-backquote
Added quoting of db and table names where appropriate
|
2019-12-20 22:14:35 +03:00 |
|
Alexey Milovidov
|
b26b8a25b6
|
Merge branch 'update-libcxx' into gcc-libcxx
|
2019-12-20 21:45:25 +03:00 |
|
Alexey Milovidov
|
61dbd52a3f
|
Fixed build after updating libcxx
|
2019-12-20 21:44:40 +03:00 |
|
Alexey Milovidov
|
5443d4a998
|
Merge branch 'master' into gcc-libcxx
|
2019-12-20 21:30:30 +03:00 |
|
alexey-milovidov
|
0d119a40eb
|
Merge pull request #8240 from vitlibar/sync-system-reload-dictionary
Synchronous system reload dictionary
|
2019-12-20 20:00:03 +03:00 |
|
Alexey Milovidov
|
41ed1ed471
|
Added quoting of db and table names where appropriate
|
2019-12-20 19:53:37 +03:00 |
|
proller
|
521e2e709e
|
Build fixes. Arm, minimal build
|
2019-12-20 17:46:00 +03:00 |
|
alexey-milovidov
|
993f3eacc2
|
Merge pull request #8281 from amosbird/patch-16
allow no-declared free functions
|
2019-12-20 16:29:02 +03:00 |
|
CurtizJ
|
75c5e02ec2
|
improve input order analyzing and turn on order by optimization with left/inner joins
|
2019-12-20 16:15:17 +03:00 |
|
Alexander Tokmakov
|
9041977bb6
|
InterpreterCreateQuery code cleanup
|
2019-12-20 15:51:51 +03:00 |
|
Alexander Tokmakov
|
10ad22faea
|
refactor InterpreterCreateQuery::createTable(...)
|
2019-12-20 15:51:51 +03:00 |
|
alexey-milovidov
|
7f10630873
|
Merge pull request #8308 from ClickHouse/deprecate-merge_tree_uniform_read_distribution
Deprecate "merge_tree_uniform_read_distribution" setting
|
2019-12-20 15:28:34 +03:00 |
|
alesapin
|
ee851113b8
|
Event better test
|
2019-12-20 12:18:48 +03:00 |
|
alexey-milovidov
|
de01dd12b5
|
Merge pull request #8306 from ClickHouse/fix_rename_distributed
Fix rename distributed
|
2019-12-20 04:38:21 +03:00 |
|
alexey-milovidov
|
3ba09ed589
|
Merge pull request #8298 from 4ertus2/joins
Fix engine join crash
|
2019-12-20 04:12:43 +03:00 |
|
Alexey Milovidov
|
0ac868ed48
|
Deprecate "merge_tree_uniform_read_distribution" setting
|
2019-12-20 04:11:37 +03:00 |
|
Alexey Milovidov
|
4104a65bab
|
Fixed build
|
2019-12-20 04:01:51 +03:00 |
|
Alexey Milovidov
|
371aef532c
|
Deprecate "merge_tree_uniform_read_distribution" setting
|
2019-12-20 02:49:41 +03:00 |
|
Alexey Milovidov
|
9ce8d5fe54
|
Deprecate "merge_tree_uniform_read_distribution" setting
|
2019-12-20 01:38:05 +03:00 |
|
Alexey Milovidov
|
3d2af60ad2
|
Minor style improvement
|
2019-12-20 00:29:37 +03:00 |
|
chertus
|
b5658ef1a3
|
remove qualification in StorageJoin JOIN case
|
2019-12-19 23:37:10 +03:00 |
|
Alexander Tokmakov
|
d1568c1614
|
fix rename distributed
|
2019-12-19 22:51:12 +03:00 |
|
alexey-milovidov
|
e83eeef731
|
Merge pull request #8258 from ClickHouse/update-llvm-bisect
Update LLVM in contrib
|
2019-12-19 22:22:32 +03:00 |
|
alexey-milovidov
|
0b70706f04
|
Merge pull request #8241 from vitlibar/fix-allowed-client-hosts-checks
Fix checking if a client host is allowed.
|
2019-12-19 21:09:29 +03:00 |
|
chertus
|
c72b0d4e2a
|
fix engine join crash [wip]
|
2019-12-19 18:50:28 +03:00 |
|
alesapin
|
0cc7ccfc2e
|
Remove unintended diff
|
2019-12-19 18:30:52 +03:00 |
|
alesapin
|
9fea941009
|
Make wait endless
|
2019-12-19 18:27:56 +03:00 |
|
Vitaly Baranov
|
ba328ad48e
|
Corrections after review.
|
2019-12-19 17:51:32 +03:00 |
|
alexey-milovidov
|
ad60f990cd
|
Merge pull request #8291 from Enmk/now64_crash_fix
Handling error from clock_gettime properly
|
2019-12-19 16:12:22 +03:00 |
|
alexey-milovidov
|
3e90352af1
|
Update now64.cpp
|
2019-12-19 16:12:13 +03:00 |
|
alesapin
|
88033a4333
|
Merge branch 'master' into synchronous_mutations
|
2019-12-19 15:44:02 +03:00 |
|
alesapin
|
e6cc87fc20
|
Fix broken unit test
|
2019-12-19 15:31:10 +03:00 |
|
Nikolai Kochetov
|
5f3d7cace4
|
Merge pull request #7898 from apbodrov/avg_weighted
avgWeighted
|
2019-12-19 12:56:38 +03:00 |
|
Vasily Nemkov
|
2292ec9592
|
Handling error from clock_gettime properly
|
2019-12-19 12:55:10 +03:00 |
|
alesapin
|
7b392d4e89
|
Merge pull request #8275 from ClickHouse/fix_range_dictionaries_ddl
DDL dictionaries Range fix
|
2019-12-19 12:54:39 +03:00 |
|
Amos Bird
|
ee2a3b4b07
|
allow no-declared free functions
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Bug Fix
Changelog entry (up to few sentences, required except for Non-significant/Documentation categories):
We have free functions implemented for factories such as https://github.com/yandex/ClickHouse/blob/master/dbms/src/Processors/Formats/Impl/CapnProtoRowInputFormat.cpp#L318
|
2019-12-19 09:02:01 +08:00 |
|
Vitaly Baranov
|
902d7860da
|
Fix tests.
|
2019-12-19 03:38:30 +03:00 |
|
Vitaly Baranov
|
41b0ba98dd
|
SYSTEM RELOAD db.dict syntax is now supported.
|
2019-12-19 03:38:24 +03:00 |
|
Vitaly Baranov
|
68187b5e08
|
Getting from a dictionary isn't blocked until SYSTEM RELOAD is finished.
|
2019-12-19 03:22:58 +03:00 |
|
Vitaly Baranov
|
bfcd437e91
|
Add an integration test.
|
2019-12-19 03:15:14 +03:00 |
|
Vitaly Baranov
|
fa53f0c6ba
|
Fix using a custom hostname for a node in the integrations tests.
See https://github.com/docker/compose/issues/2925
|
2019-12-19 03:15:08 +03:00 |
|
Alexey Milovidov
|
766aced61c
|
Merge branch 'master' of github.com:yandex/ClickHouse into update-llvm-bisect
|
2019-12-19 00:36:18 +03:00 |
|
Amos Bird
|
630ef97854
|
Allow table identifier as the first arg to joinGet (#7707)
|
2019-12-18 23:36:51 +03:00 |
|
alexey-milovidov
|
f5a16b1229
|
Update KeyCondition.cpp
|
2019-12-18 22:04:33 +03:00 |
|
alexey-milovidov
|
b5cab7c721
|
Update KeyCondition.cpp
|
2019-12-18 22:03:57 +03:00 |
|
Alexey Milovidov
|
90795b7d4b
|
Added asserts to KeyCondition while evaluating RPN
|
2019-12-18 22:00:09 +03:00 |
|
alexey-milovidov
|
11db8b2b50
|
Merge pull request #8276 from ClickHouse/tid-preparation
Minimal change in preparation for #7477
|
2019-12-18 21:33:55 +03:00 |
|
Nikolai Kochetov
|
f3c5f2d170
|
Merge pull request #8272 from ClickHouse/fix_replace_running_query
Fix 00600_replace_running_query.
|
2019-12-18 21:33:09 +03:00 |
|
Alexey Milovidov
|
d0073ac7cf
|
Minimal change in preparation for #7477
|
2019-12-18 19:47:51 +03:00 |
|
alesapin
|
742caced3f
|
Add ability to work with different types besides Date in RangeHashed external dictionary created from DDL query.
|
2019-12-18 19:26:46 +03:00 |
|
Vasily Nemkov
|
6fee967acd
|
now64() tests
|
2019-12-18 19:10:26 +03:00 |
|
Alexey Milovidov
|
1d0854c7af
|
Using less number of LLVM libraries
|
2019-12-18 19:08:11 +03:00 |
|
Alexey Milovidov
|
a99773ca64
|
Merge branch 'master' of github.com:yandex/ClickHouse into update-llvm-bisect
|
2019-12-18 18:26:55 +03:00 |
|
Nikolai Kochetov
|
d6c34d11d9
|
Fix 00600_replace_running_query.
|
2019-12-18 18:21:45 +03:00 |
|
Vasily Nemkov
|
6802025eb6
|
Fixed crash in now64() when it argument is a result of function call.
|
2019-12-18 17:51:35 +03:00 |
|
Vitaly Baranov
|
2b93cab88f
|
Fix checking of client hostname.
|
2019-12-18 16:40:51 +03:00 |
|
alesapin
|
9b3bc2f0b3
|
Fix flapping test
|
2019-12-18 16:00:20 +03:00 |
|
Andrei Bodrov
|
dd007c5ce1
|
typo :(
|
2019-12-18 15:48:40 +03:00 |
|
Andrei Bodrov
|
6ffa542c4c
|
fix build
|
2019-12-18 15:01:07 +03:00 |
|
Andrei Bodrov
|
6ba5cf289c
|
test
|
2019-12-18 14:57:06 +03:00 |
|
alesapin
|
a175ea5b73
|
Add coverage file flush for clickhouse-server when std::atexit is not called. Also slightly improved logging in stateless tests with coverage.
|
2019-12-18 13:43:40 +03:00 |
|
Andrei Bodrov
|
cbcc7482ff
|
fix after merge
|
2019-12-18 13:05:22 +03:00 |
|
Andrei Bodrov
|
5ae834d153
|
fix conflict
|
2019-12-18 13:02:04 +03:00 |
|
alesapin
|
8116351f09
|
Fix setting description
|
2019-12-18 12:20:33 +03:00 |
|
alesapin
|
f110b70ad8
|
Merge branch 'master' into synchronous_mutations
|
2019-12-18 12:00:14 +03:00 |
|
Alexey Milovidov
|
b90b090040
|
Addition to prev. revision
|
2019-12-18 08:26:17 +03:00 |
|
Alexey Milovidov
|
f804ff5d1a
|
Make the setting obsolete
|
2019-12-18 08:19:56 +03:00 |
|
Alexey Milovidov
|
4ec492a50c
|
Merge branch 'master' into update-llvm-bisect
|
2019-12-18 08:12:18 +03:00 |
|
Alexey Milovidov
|
6d58d85579
|
Fixed warnings
|
2019-12-18 08:12:03 +03:00 |
|
Alexey Milovidov
|
12f21dd584
|
Removed useless memset
|
2019-12-18 08:11:26 +03:00 |
|
Alexey Milovidov
|
0bc4a64b89
|
Attempt to make it working
|
2019-12-18 07:21:06 +03:00 |
|
alexey-milovidov
|
fcbd76815c
|
Merge branch 'master' into update-llvm-bisect
|
2019-12-18 04:22:10 +03:00 |
|
Alexey Milovidov
|
55dd76cdbf
|
Fixed build
|
2019-12-18 03:38:20 +03:00 |
|
Alexey Milovidov
|
ffb506b073
|
Fixed build
|
2019-12-18 03:37:35 +03:00 |
|
Alexey Milovidov
|
8f67b0bf3d
|
Returned normal LLVM headers in ExpressionJIT
|
2019-12-18 03:35:54 +03:00 |
|
Alexey Milovidov
|
5e9d7c1b9d
|
Update to llvm-9.0.0
|
2019-12-18 02:29:48 +03:00 |
|
alexey-milovidov
|
a7384b4d07
|
Merge branch 'master' into MoreGCCWarnings
|
2019-12-18 02:01:39 +03:00 |
|
alexey-milovidov
|
06d124c073
|
Merge pull request #8229 from hczhcz/patch-2
Optimize rounding functions
|
2019-12-18 02:00:14 +03:00 |
|
alexey-milovidov
|
993ed07e11
|
Merge pull request #8255 from ClickHouse/fix_flappy_test
More stable kill in integration tests
|
2019-12-18 01:59:22 +03:00 |
|
alexey-milovidov
|
b2fcaff0dc
|
Merge pull request #8252 from 4ertus2/bugs
Fix crash in FULL JOIN with LowCard in key (attempt 2)
|
2019-12-18 01:58:56 +03:00 |
|
alexey-milovidov
|
c9887ccadc
|
Merge pull request #8250 from ClickHouse/no_mutation_number_by_default
No mutation number by default
|
2019-12-18 01:58:21 +03:00 |
|
alexey-milovidov
|
5afb518c47
|
Merge pull request #8253 from nvartolomei/nv/constraints-coverage
Improve settings constraints tests coverage
|
2019-12-18 01:56:50 +03:00 |
|
Alexey Milovidov
|
eff1a95016
|
Update to 4637e15844661778c871b5f9642228e79a87e6e9
|
2019-12-18 01:09:29 +03:00 |
|
Alexey Milovidov
|
5378b2ade4
|
Update to 079df9ab2cd137141d5444f994ecc9721a6e2b68
|
2019-12-18 00:58:32 +03:00 |
|
Alexey Milovidov
|
5945644207
|
Update to 6cadc7c06ba
|
2019-12-18 00:51:47 +03:00 |
|
Alexey Milovidov
|
bc827c1649
|
Removed support for old LLVM
|
2019-12-18 00:00:01 +03:00 |
|
Alexander Kuzmenkov
|
89a2ec3944
|
Check Field type in get(). (#7386)
Allow silent conversion only between Int64 and UInt64.
|
2019-12-17 23:48:33 +03:00 |
|
alexey-milovidov
|
e691762a6b
|
Merge pull request #8251 from GrigoryPervakov/s3-log
Attach AWS SDK logging to CH logging system
|
2019-12-17 23:33:47 +03:00 |
|