Alexey Milovidov
|
b5e05d761b
|
Whitespace
|
2019-12-09 04:15:42 +03:00 |
|
alesapin
|
af7b8f9274
|
Merge pull request #8051 from ClickHouse/fix_collations_behaviour
Fix several bugs with collations.
|
2019-12-08 11:10:23 +03:00 |
|
alesapin
|
2fffe2802f
|
Review fixes
|
2019-12-07 16:13:14 +03:00 |
|
alesapin
|
3881a85c39
|
Review fixes
|
2019-12-07 01:22:12 +03:00 |
|
Vxider
|
47f8d9713a
|
build fix
|
2019-12-06 23:35:23 +08:00 |
|
alesapin
|
de6cd490ef
|
Merge pull request #8037 from vitlibar/system-reload-dictionary-causes-complete-reloading
SYSTEM RELOAD DICTIONARY reloads a dictionary completely
|
2019-12-06 12:55:41 +03:00 |
|
Vitaly Baranov
|
6306e2ab91
|
Add DCL to manage quotas.
|
2019-12-05 21:03:57 +03:00 |
|
Vitaly Baranov
|
38fa1af5ca
|
Disable quota consumptions for the system queries and for selecting
from the `system.quota` and `system.quotas` tables.
|
2019-12-05 21:03:57 +03:00 |
|
Vitaly Baranov
|
0e21673271
|
Rework Quota based on IAccessEntity.
|
2019-12-05 21:03:57 +03:00 |
|
Vitaly Baranov
|
c733e5b50b
|
Add functions for writing std::chrono to string.
|
2019-12-05 21:03:57 +03:00 |
|
Vitaly Baranov
|
7db6c60bb1
|
Add AccessControlManager and an interface for the storage.
|
2019-12-05 21:03:57 +03:00 |
|
Vitaly Baranov
|
9b44848179
|
SYSTEM RELOAD DICTIONARY now reloads a dictionary with update_field completely.
|
2019-12-05 19:45:05 +03:00 |
|
alesapin
|
772bb0b70b
|
Fix collation locales
|
2019-12-05 18:35:09 +03:00 |
|
chertus
|
852e891499
|
better comment
|
2019-12-05 15:01:34 +03:00 |
|
Nikolai Kochetov
|
26e415736a
|
Merge pull request #7665 from 4ertus2/joins
New ANY, SEMI, ANTI JOIN (HashJoin only)
|
2019-12-05 14:38:20 +03:00 |
|
chertus
|
d3d2e39955
|
fix SEMI RIGHT JOIN
|
2019-12-04 23:23:07 +03:00 |
|
alesapin
|
7b8443710d
|
Better code
|
2019-12-04 19:20:24 +03:00 |
|
alesapin
|
40c6966223
|
Don't check dictionary modification if it's already have an exception.
|
2019-12-04 18:23:18 +03:00 |
|
alesapin
|
a41764cccc
|
Reload dictionary with invalidate query if it has exception
|
2019-12-04 17:45:56 +03:00 |
|
alesapin
|
2a43daec5c
|
Buildable code
|
2019-12-03 20:15:16 +03:00 |
|
alesapin
|
20e4e92c49
|
Fix some conflicts
|
2019-12-03 19:32:41 +03:00 |
|
chertus
|
3829df0e7b
|
fix comment
|
2019-12-03 17:38:13 +03:00 |
|
chertus
|
e160d35e54
|
more Join.addJoinedBlock() refactoring
|
2019-12-03 17:30:51 +03:00 |
|
Alexander Burmak
|
108c792fd9
|
Fixed typos in ExternalLoader.h and CrossToInnerJoinVisitor.cpp
|
2019-12-03 16:39:42 +03:00 |
|
chertus
|
46b27e4dd1
|
perf: move heavy addJoinedBlock() operations out of lock
|
2019-12-03 16:31:52 +03:00 |
|
chertus
|
3dc6ef421e
|
perf: do not make row filter if not needed
|
2019-12-03 15:55:20 +03:00 |
|
alexey-milovidov
|
812df3aef3
|
Merge pull request #7755 from nikitamikhaylov/storage_set
Using the Set engine happen Exception: Method read is not supported by storage Set
|
2019-12-03 05:09:47 +03:00 |
|
alexey-milovidov
|
ef66c453c4
|
Update ExpressionAnalyzer.h
|
2019-12-03 05:09:05 +03:00 |
|
alexey-milovidov
|
cdaa913d1f
|
Update ExpressionAnalyzer.h
|
2019-12-03 05:08:41 +03:00 |
|
alexey-milovidov
|
3355492f02
|
Merge pull request #7983 from ClickHouse/fix_dictionary_lifetime
Fix bug with minimal dictionary lifetime equals zero
|
2019-12-03 02:32:38 +03:00 |
|
chertus
|
a179c5025f
|
Merge branch 'master' into joins
|
2019-12-02 21:08:39 +03:00 |
|
chertus
|
5ce65546e9
|
semi & anti join
|
2019-12-02 21:08:04 +03:00 |
|
alesapin
|
7410d17892
|
Fix bug with minimal dictionary lifetime equals zero
|
2019-12-02 16:05:43 +03:00 |
|
chertus
|
0251f4e442
|
perf: move applyLazyDefaults() out of cycle for ALL JOIN
|
2019-12-02 14:45:21 +03:00 |
|
alesapin
|
af85eb8f80
|
Merge pull request #7916 from azat/dict-avoid-RELOAD-on-CREATE-DATABASE
Do not reload *all* dictionaries on CREATE DATABASE
|
2019-12-02 11:50:44 +03:00 |
|
Nikolai Kochetov
|
7a32ca057d
|
Merge pull request #7670 from excitoon-favorites/move_pool
Separated pool for background moves
|
2019-11-29 11:08:51 +03:00 |
|
Nikolai Kochetov
|
4f79476511
|
Merge pull request #7929 from ClickHouse/fix-union-with-diff-columns
Fix union with diff columns
|
2019-11-26 19:40:45 +03:00 |
|
Vladimir Chebotarev
|
e3f299e3c4
|
Fixed background pool logger name.
|
2019-11-26 16:09:57 +03:00 |
|
Vladimir Chebotarev
|
37bc15779d
|
Better logging of BackgroundMovePool.
|
2019-11-26 16:09:57 +03:00 |
|
Vladimir Chebotarev
|
37bebd1370
|
Improved BackgroundProcessingPool to use with background moves task.
|
2019-11-26 16:09:57 +03:00 |
|
Vladimir Chebotarev
|
e96c24786b
|
Separated pool for background moves.
|
2019-11-26 16:08:59 +03:00 |
|
Olga Khvostikova
|
953f3a5ddf
|
Merge pull request #7897 from ClickHouse/better-exception-messages
Slightly better usability of exception messages
|
2019-11-26 13:20:56 +03:00 |
|
Nikolai Kochetov
|
f301e60ef5
|
Fix InterpreterSelectWithUnionQuery::getCommonHeaderForUnion
|
2019-11-26 13:14:56 +03:00 |
|
Nikolai Kochetov
|
a6a0b2dea3
|
Fix InterpreterSelectWithUnionQuery::getCommonHeaderForUnion
|
2019-11-26 13:01:02 +03:00 |
|
Azat Khuzhin
|
4530adee76
|
Do not reload *all* dictionaries on CREATE DATABASE
This ignores any lifetime, while dictionaries can be quite big.
Fixes: c7cd911305 ("Merge pull request #7360")
Refs: https://github.com/ClickHouse/ClickHouse/pull/7360#discussion_r345207682
|
2019-11-26 10:33:25 +03:00 |
|
alexey-milovidov
|
18a70ba70e
|
Merge pull request #7911 from ClickHouse/prewhere_alias
Fix reading empty set with prewhere dependent on alias column.
|
2019-11-26 09:38:47 +03:00 |
|
alexey-milovidov
|
fed4d56df8
|
Merge pull request #7913 from ClickHouse/prewhere_max_parallel_replicas
Fix prewhere with max_parallel_replicas.
|
2019-11-26 09:29:49 +03:00 |
|
Nikolai Kochetov
|
867fded9fd
|
Fix prewhere with max_parallel_replicas.
|
2019-11-25 21:29:02 +03:00 |
|
Nikolai Kochetov
|
1a0f17cb2c
|
Fix reading empty set with prewhere dependent on alias column.
|
2019-11-25 17:33:54 +03:00 |
|
tavplubix
|
fde727c4eb
|
Update Context.cpp
|
2019-11-25 14:42:09 +03:00 |
|