Vitaly Baranov
d2ff1e5dd4
Implement partial revokes.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
3706b9d92a
Add tests.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
421120b997
Implement SQL queries to manipulate users and grants.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
c604ce1ca5
Add access_with_grant_option to User.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
c9f2713cc4
Remove getting user by name from Context.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
08c6061bdf
Add user_id to Context.
2020-02-06 18:12:54 +03:00
Vitaly Baranov
fb3b755599
Fix granting and revoking access rights.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
328d3a8b08
Add token type '@'.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
291b7c277a
Move some part of the Authentication class to header to allow using in the parser.
2020-02-06 18:12:48 +03:00
Vitaly Baranov
1e8f04b571
Add to class AllowedClientHost support for like pattern and for removing.
2020-02-06 15:25:32 +03:00
Alexander Kuzmenkov
d9073f27b7
Revert "Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary"
...
This reverts commit 24bdad3768
, reversing
changes made to dad4f03a8f
.
2020-02-06 15:18:19 +03:00
Alexander Kuzmenkov
7f9bab3fc5
Merge pull request #8985 from ClickHouse/aku/demangle-faster
...
Avoid extra copying when demangling names.
2020-02-06 14:57:56 +03:00
Ivan
edb1e2bc27
Handle properly the copy-pasted query with \n at end ( #9023 )
2020-02-06 13:11:14 +03:00
alesapin
29a26a87b4
Merge pull request #9022 from ClickHouse/mutations_parts_to_do_fix
...
Fix mutations finalization task
2020-02-06 11:26:13 +03:00
alesapin
790ef52aef
Merge pull request #9024 from CurtizJ/fix-range-reader
...
Fix prewhere optimization.
2020-02-06 11:25:59 +03:00
alesapin
be00382e7d
Merge pull request #9016 from 4ertus2/hotfix
...
Fix for T64 data incompatibility
2020-02-06 11:25:42 +03:00
Alexander Kuzmenkov
66b66b00db
Use new performance test files for comparison
...
We're going to change a lot of tests to make them less flappy, so we must have some way to test them in PRs. A downside is that the new test might have some functions that are not supported by the old version, and the comparison will fail.
2020-02-05 23:06:23 +03:00
Nikita Mikhaylov
24bdad3768
Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary
...
Revert "Asynchronous updates in cache dictionaries "
2020-02-05 23:01:31 +03:00
Nikita Mikhaylov
c53053b103
Revert "Asynchronous updates in cache dictionaries "
2020-02-05 23:00:59 +03:00
CurtizJ
db47ef923c
fix prewhere
2020-02-05 19:42:27 +03:00
alesapin
1923930379
Fix mutations finalization task
2020-02-05 19:30:02 +03:00
Alexander Kuzmenkov
431630cb3c
Update demangle.h
2020-02-05 18:57:42 +03:00
Alexander Kuzmenkov
dad4f03a8f
Merge pull request #8303 from nikitamikhaylov/cache-dictionary
...
Asynchronous updates in cache dictionaries
2020-02-05 18:36:38 +03:00
Nikita Mikhaylov
c4666141a8
got rid of timeouts + comments added
2020-02-05 18:25:48 +03:00
Alexander Kuzmenkov
3368af109e
Explicit values are more conspicuous.
2020-02-05 18:08:54 +03:00
chertus
af84814e51
fix for T64 data incompatibility
2020-02-05 17:25:33 +03:00
Nikita Mikhaylov
2d8b0dba03
add comment for UpdateUnit struct
...
Co-Authored-By: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-02-05 16:56:37 +03:00
Nikita Mikhaylov
7af66db1b2
after review
2020-02-05 15:16:25 +03:00
Nikita Mikhaylov
01ef99b704
Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary
2020-02-05 15:07:06 +03:00
Alexander Kuzmenkov
64bcb78812
use proper length
2020-02-05 13:24:24 +03:00
Artem Zuikov
8c23840cc8
ExpressionActions refactoring: extract ArrayJoinAction class ( #8998 )
...
refactoring: extract ArrayJoinAction class
2020-02-05 13:12:19 +03:00
Nikita Mikhaylov
8129cd2445
another dictionary for another test
2020-02-04 21:50:06 +03:00
Nikita Mikhaylov
efba7fe1d5
better
2020-02-04 20:28:32 +03:00
Nikita Mikhaylov
467b8c63cf
test added
2020-02-04 19:50:50 +03:00
Alexander Kuzmenkov
7b898ec871
style
2020-02-04 16:31:15 +03:00
alexey-milovidov
3c1735d996
Merge pull request #8981 from azat/terminal-colors
...
Force black background for all colors (for colored logging in terminal)
2020-02-04 00:19:34 +03:00
Alexander Kuzmenkov
cbcb7895e4
Avoid extra copying when demangling names.
2020-02-03 22:51:26 +03:00
Ivan Blinkov
470c748fa4
Merge pull request #8984 from ClickHouse/blinkov-patch-15
...
more docs fixes
2020-02-03 22:40:27 +03:00
Ivan Blinkov
12b80225a0
Update settings.md
2020-02-03 22:39:57 +03:00
Ivan Blinkov
ee7e4597d5
more docs fixes
2020-02-03 22:38:49 +03:00
Ivan Blinkov
91fb1ba39e
Merge pull request #8983 from ClickHouse/blinkov-patch-15
...
Trigger CI
2020-02-03 22:11:49 +03:00
Ivan Blinkov
8dd0c0d65c
Update apply_catboost_model.md
2020-02-03 22:11:18 +03:00
Azat Khuzhin
49c4e501e5
Force black background for all colors
...
This will fix the black color with solarized theme.
Suggested-by: @alexey-milovidov
Refs: https://github.com/ClickHouse/ClickHouse/pull/8961#discussion_r374249503
Follow-up: #8961
2020-02-03 21:33:53 +03:00
Alexander Kuzmenkov
009d3dc78a
performance comparison
2020-02-03 20:07:10 +03:00
alexey-milovidov
b3b40232ce
Merge pull request #8961 from ClickHouse/color-log-in-console
...
If server is run from terminal, highlight thread number, query id and log priority by colors.
2020-02-03 19:36:59 +03:00
Alexey Milovidov
7b92bde34d
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
bcea15a7cb
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
bffa0ec63f
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
0b16c789d3
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
7dd7a923d8
Colorful log in console
2020-02-03 19:35:52 +03:00