Anton Popov
3e8179108b
Merge pull request #8892 from PerformanceVision/select_constants
...
DB::Exception: Parameters are out of bound when we have a constant on the SELECT clause
2020-02-07 14:05:16 +03:00
alesapin
f4467aaa65
Merge pull request #9028 from Enmk/Gorilla_and_DoubleDelta_buffer_overflow_fix
...
Fixed buffer overflow on decoding small sequences with Gorilla and DoubleDelta
2020-02-07 11:40:08 +03:00
alexey-milovidov
072043156f
Merge pull request #9036 from ClickHouse/akz/console_colors_back_to_sanity
...
libloggers: In OwnPatternFormatter: removed hostile bg color code + reduced/changed palette a bit
2020-02-07 09:21:59 +03:00
Anton Popov
9dc7577d15
Merge pull request #9038 from CurtizJ/fix-range-reader
...
Add test for #8914
2020-02-07 03:47:51 +03:00
Vitaly Baranov
7ebcd4b290
Merge pull request #8875 from vitlibar/RBAC-5
...
RBAC-5.1
2020-02-07 03:40:15 +03:00
Artem Zuikov
31948a063a
Trying to fix early constant folding ( #9010 )
...
add setting to disable early constant folding
2020-02-07 03:05:51 +03:00
Artem Zuikov
31a3f3b48b
revert TypeIndex, another fix for T64 ( #9033 )
2020-02-07 03:04:25 +03:00
Alexander Kuzmenkov
2d94498537
Update run.sh
2020-02-07 01:41:38 +03:00
Alexander Kuzmenkov
0c5b63aba1
Update entrypoint.sh
2020-02-06 22:26:06 +03:00
CurtizJ
cdcaef9349
add test for #8914
2020-02-06 21:57:18 +03:00
Alexander Kuzmenkov
9def8f30fb
Update run.sh
2020-02-06 18:45:23 +03:00
Alexander Kazakov
11b4161f66
Removed hostile bg color code + reduced/changed palette a bit
...
Refer discussion in https://github.com/ClickHouse/ClickHouse/pull/8961
2020-02-06 18:21:08 +03:00
Vitaly Baranov
02262e3b6e
Add one more test.
2020-02-06 18:12:53 +03:00
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
Alexander Kuzmenkov
d92350588b
performance comparison
2020-02-06 18:07:33 +03:00
Alexander Kuzmenkov
289ea9547f
Update Dockerfile
2020-02-06 17:36:24 +03:00
Alexander Kuzmenkov
3df25af15f
Merge pull request #8780 from ClickHouse/aku/msan-final
...
Suppress the last two MemorySanitizer failures
2020-02-06 16:34:55 +03:00
Alexander Kuzmenkov
ed90f6167c
Update msan_suppressions.txt
2020-02-06 16:34:11 +03:00
Nikita Mikhaylov
5726d4c073
Merge pull request #9031 from ClickHouse/disable_colored_console_by_default
...
Disable colored console by default
2020-02-06 16:30:22 +03:00
Alexander Kuzmenkov
9a2fe8041c
performance comparison
2020-02-06 15:57:26 +03:00
Alexander Kuzmenkov
d19addacae
performance comparison
2020-02-06 15:47:17 +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
dd1fb72894
Disable colored console by default
2020-02-06 12:11:49 +03:00
Vasily Nemkov
9b64a963c4
Fixed buffer overflow on decoding small sequences with Gorilla and DoubleDelta
...
* When decoding 0 items with Gorilla
* When decoding 1 or 0 items with DoubleDelta
2020-02-06 16:37:21 +08: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