kssenii
|
fb18f7fc72
|
Fix tests
|
2021-07-27 17:15:31 +03:00 |
|
kssenii
|
7e421dfe23
|
Rollback
|
2021-07-27 10:09:50 +03:00 |
|
kssenii
|
d30f54b335
|
Refactoring, fix tests
|
2021-07-27 01:28:27 +03:00 |
|
kssenii
|
4886d931a1
|
Fix some tests
|
2021-07-26 11:24:04 +03:00 |
|
kssenii
|
4dbb2e5bd8
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local
|
2021-07-24 00:36:25 +03:00 |
|
kssenii
|
accd6d5c0f
|
Refactoring
|
2021-07-24 00:32:38 +03:00 |
|
kssenii
|
8c05e4f038
|
Refactoring
|
2021-07-23 23:54:49 +03:00 |
|
Vitaly Baranov
|
c68c74634d
|
Merge pull request #26707 from vitlibar/fix-set-role
Fix SET ROLE
|
2021-07-23 23:16:15 +03:00 |
|
alexey-milovidov
|
c4f997337d
|
Merge pull request #26744 from vzakaznikov/fix_testflows_test_window_functions_error_window_function_in_join
Update error message in tests/testflows/window_functions/tests/errors.py
|
2021-07-23 19:42:15 +03:00 |
|
Vitaliy Zakaznikov
|
1dfa347e20
|
Update error message in tests/testflows/window_functions/tests/errors.py
|
2021-07-23 10:59:05 -04:00 |
|
Maksim Kita
|
73ab70af1e
|
Merge pull request #26738 from excitoon/patch-9
Fixed wrong error message in `S3Common`
|
2021-07-23 16:21:24 +03:00 |
|
Maksim Kita
|
f6f8bea689
|
Merge pull request #26671 from kitaisreal/mysql-dictionaries-support-for-custom-query
Lexer introduce heredoc
|
2021-07-23 16:20:54 +03:00 |
|
Maksim Kita
|
6e2d992dce
|
Merge pull request #26719 from kitaisreal/compile-aggregate-functions-profile-events-fix
Compile aggregate functions profile events fix
|
2021-07-23 16:17:57 +03:00 |
|
Vladimir Chebotarev
|
eb2defb098
|
Fixed wrong error message in S3Common .
|
2021-07-23 15:36:19 +03:00 |
|
Vitaly Baranov
|
67d4da224a
|
Merge pull request #26384 from Cas-pian/grant_by_replace
add grant by replace support
|
2021-07-23 14:40:47 +03:00 |
|
Nikolai Kochetov
|
d03bcebc8e
|
Remove debug logging.
|
2021-07-23 12:05:42 +03:00 |
|
Vladimir
|
817ed354ff
|
Merge pull request #26673 from vdimir/fix_test_materialize_mysql_database
|
2021-07-23 11:26:19 +03:00 |
|
Maksim Kita
|
e961de3ea0
|
Fixed build
|
2021-07-23 11:15:29 +03:00 |
|
Maksim Kita
|
7e08748c5b
|
Updated tests
|
2021-07-23 11:13:51 +03:00 |
|
Vitaly Baranov
|
19d5a6ab2f
|
Merge pull request #26714 from vitlibar/new-function-current-profiles
New functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-23 09:10:29 +03:00 |
|
Maksim Kita
|
42201d3e30
|
Fixed code review issues
|
2021-07-23 01:03:44 +03:00 |
|
Maksim Kita
|
1fea19846b
|
Compile aggregate functions profile events fix
|
2021-07-23 00:43:31 +03:00 |
|
kssenii
|
59b0ce21e4
|
Tiny refactoring
|
2021-07-23 00:27:26 +03:00 |
|
Maksim Kita
|
b5980f312a
|
Merge pull request #26718 from kitaisreal/setting-min-count-to-compile-aggregate-expression-fix
Setting min_count_to_compile_aggregate_expression fix
|
2021-07-23 00:22:49 +03:00 |
|
Maksim Kita
|
46fd046f11
|
Setting min_count_to_compile_aggregate_expression fix
|
2021-07-23 00:22:04 +03:00 |
|
Maksim Kita
|
222915c275
|
Fixed code review issues
|
2021-07-23 00:07:22 +03:00 |
|
Alexander Kuzmenkov
|
9465e5d191
|
Merge pull request #26701 from ClickHouse/aku/window-debug
more debug checks for window functions
|
2021-07-22 23:09:29 +03:00 |
|
kssenii
|
68d3fbe1a4
|
Apply changes from pr 26590 to Client.cpp
|
2021-07-22 23:03:10 +03:00 |
|
kssenii
|
e056565e8a
|
Apply changes from pr 26282 (and 2c3c329 ) to Client.cpp
|
2021-07-22 22:38:37 +03:00 |
|
kssenii
|
ca62586ef2
|
Apply changes from pr 26172 to Client.cpp
|
2021-07-22 22:25:50 +03:00 |
|
kssenii
|
b337f481dc
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local
|
2021-07-22 22:24:19 +03:00 |
|
Vitaly Baranov
|
7afcc65060
|
Add new functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-22 22:20:53 +03:00 |
|
Nikolai Kochetov
|
3c17a62686
|
Merge pull request #26590 from ClickHouse/remove-some-more-streams
Remove some streams.
|
2021-07-22 21:28:50 +03:00 |
|
Alexander Kuzmenkov
|
86b7701834
|
Merge pull request #26706 from ClickHouse/aku/server-exit-code
record server exit code in fuzzer
|
2021-07-22 19:42:12 +03:00 |
|
Vitaly Baranov
|
9117e12a9b
|
Substitute profiles in reversive order.
|
2021-07-22 18:50:22 +03:00 |
|
Maksim Kita
|
0f78a14630
|
Merge pull request #26708 from seandhaynes/master
Update server configuration docs to reference correct Requiretls1_2 setting
|
2021-07-22 18:44:57 +03:00 |
|
Alexander Kuzmenkov
|
cfb317a9a9
|
Update compare.sh
|
2021-07-22 18:37:20 +03:00 |
|
alexey-milovidov
|
3f5016a617
|
Merge pull request #26410 from mathalex/master
Add queryID and initialQueryID functions
|
2021-07-22 18:28:38 +03:00 |
|
Sean Haynes
|
368a9cf268
|
Update server configuration docs to reflect Requiretls1_2 setting
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
|
2021-07-22 16:05:34 +01:00 |
|
Vitaly Baranov
|
d0412994a2
|
Fix SET ROLE.
|
2021-07-22 17:41:52 +03:00 |
|
Alexander Kuzmenkov
|
dbf0ed31e8
|
record server exit code in fuzzer
|
2021-07-22 17:05:47 +03:00 |
|
Maksim Kita
|
d72cc7c7a8
|
Merge pull request #26680 from den-crane/patch-21
Update clickhouse-keeper.md
|
2021-07-22 15:54:42 +03:00 |
|
Maksim Kita
|
e08fc94137
|
Merge pull request #26678 from CurtizJ/minor-bugfix
Minor bugfix
|
2021-07-22 15:54:24 +03:00 |
|
Vladimir
|
ecebd5c132
|
Merge pull request #26691 from vdimir/fix-ci-runner-listing-error
|
2021-07-22 15:43:06 +03:00 |
|
alexey-milovidov
|
e83ca20ac3
|
Merge pull request #26684 from ClickHouse/fix-flaky-test-24
Fix flaky test `mutation_stuck_after_replace_partition`
|
2021-07-22 15:37:38 +03:00 |
|
alexey-milovidov
|
c3206f6c85
|
Merge pull request #26470 from ClickHouse/fix-flaky-test-20
Fix flaky test `distributed_ddl_output_mode`
|
2021-07-22 15:32:22 +03:00 |
|
Alexander Kuzmenkov
|
19ee914e90
|
more debug checks for window functions
|
2021-07-22 15:17:49 +03:00 |
|
vdimir
|
45233666b6
|
Relax filter for information_schema.processlist in mysql_kill_sync_thread_restore_test
|
2021-07-22 14:05:23 +03:00 |
|
Alexander Kuzmenkov
|
60ca9990e5
|
Merge pull request #26668 from ClickHouse/aku/window-materialize
materialize all columns in window transform
|
2021-07-22 13:42:36 +03:00 |
|
Nikolai Kochetov
|
3ed3f7a9f7
|
Fix integration tests.
|
2021-07-22 13:38:22 +03:00 |
|