Alexander Tokmakov
|
7684e68008
|
Add system stop pulling replication log (#52881)
* add system stop pulling replication log
* add const
* fix another stupid test
* Update test.py
|
2023-08-03 13:34:43 +03:00 |
|
Nikolay Degterinsky
|
d89e2e6a27
|
Add SYSTEM STOP LISTEN query (#51016)
Co-authored-by: Nikita Mikhaylov <nikitamikhaylov@clickhouse.com>
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2023-07-26 19:58:41 +02:00 |
|
Anton Popov
|
347f442f84
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-07-24 10:55:31 +00:00 |
|
Alexey Milovidov
|
933a92e176
|
Merge branch 'master' into remove-useless-system-query
|
2023-07-08 01:45:19 +02:00 |
|
Alexey Milovidov
|
d59f68b600
|
Remove useless code
|
2023-07-06 04:55:46 +02:00 |
|
kssenii
|
5cceae1e1f
|
Fix
|
2023-06-15 14:25:10 +02:00 |
|
kssenii
|
a5be4f8582
|
Merge remote-tracking branch 'origin/add-separate-access-for-use-named-collections' into add-separate-access-for-use-named-collections
|
2023-06-14 13:47:02 +02:00 |
|
kssenii
|
25ae93bbf8
|
Merge remote-tracking branch 'upstream/master' into add-separate-access-for-use-named-collections
|
2023-06-14 13:33:56 +02:00 |
|
kssenii
|
188c613c65
|
Update tests
|
2023-06-13 14:30:36 +02:00 |
|
pufit
|
55d228e78e
|
Merge branch 'master' into support_redis
|
2023-06-09 11:45:12 -04:00 |
|
kssenii
|
63f8a3275b
|
Merge remote-tracking branch 'upstream/master' into add-separate-access-for-use-named-collections
|
2023-06-09 14:32:41 +02:00 |
|
alesapin
|
6ab2a50c39
|
Fix two tests and build
|
2023-06-06 22:48:53 +02:00 |
|
kssenii
|
c6acdd7008
|
Fix fast test, fix black check
|
2023-06-06 18:53:31 +02:00 |
|
JackyWoo
|
ee363920f8
|
fix fast test
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
d594bb1c7a
|
fix fast tests
|
2023-06-02 10:05:54 +08:00 |
|
Anton Popov
|
05a90a2e97
|
fix tests
|
2023-05-17 12:19:00 +00:00 |
|
Han Fei
|
f28834f60b
|
fix fast test
|
2023-05-09 12:12:35 +02:00 |
|
Han Fei
|
64b67b9a37
|
Merge branch 'master' into hanfei/fiu
|
2023-05-09 01:14:30 +02:00 |
|
Han Fei
|
9bb74e5051
|
fix fast tests
|
2023-05-02 21:12:38 +02:00 |
|
Mike Kot
|
7bffa89e96
|
add all 3 settings
|
2023-04-28 13:22:36 +00:00 |
|
Mike Kot
|
357cde95e9
|
Merge branch 'master' into feature/show-secrets-option
|
2023-04-27 20:19:40 +00:00 |
|
xiedeyantu
|
5a18e0d5a5
|
support undrop table
|
2023-03-27 22:16:36 +08:00 |
|
kssenii
|
75624c52f7
|
Merge remote-tracking branch 'upstream/master' into named-collections-granular-access
|
2023-03-20 16:38:14 +01:00 |
|
Roman Vasin
|
419204a3a3
|
Fix 01271_show_privileges test
|
2023-03-16 08:56:10 +00:00 |
|
Roman Vasin
|
95a7e11a47
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-639
|
2023-03-06 09:11:20 +00:00 |
|
Roman Vasin
|
b14ab0703c
|
Fix failed tests
|
2023-03-06 08:21:01 +00:00 |
|
Mike Kot
|
c799bd094b
|
Merge branch 'master' into feature/show-secrets-option
|
2023-02-27 18:43:14 +03:00 |
|
kssenii
|
03c9eeb106
|
Fix tests
|
2023-02-27 14:29:20 +01:00 |
|
Mike Kot
|
62acc7a6cf
|
setting and some docs
|
2023-02-27 13:18:21 +00:00 |
|
kssenii
|
95f414200f
|
Update .reference
|
2023-02-24 18:05:03 +01:00 |
|
kssenii
|
f2a9109fe1
|
Merge remote-tracking branch 'upstream/master' into named-collections-granular-access
|
2023-02-24 15:20:46 +01:00 |
|
kssenii
|
ceff5f41d1
|
Fix tests
|
2023-02-22 12:27:07 +01:00 |
|
kssenii
|
c13b0b8a06
|
Fix tests
|
2023-02-10 14:39:09 +01:00 |
|
Kseniia Sumarokova
|
a5d3b00699
|
Merge pull request #46010 from kssenii/named-collections-fix-access
Fix named collections access
|
2023-02-07 23:20:22 +01:00 |
|
Kseniia Sumarokova
|
0d77f29a99
|
Update .reference
|
2023-02-03 15:22:02 +01:00 |
|
Antonio Andelic
|
d5117f2aa6
|
Define S3 client with bucket and endpoint resolution (#45783)
* Update aws
* Define S3 client with bucket and endpoint resolution
* Add defines for ErrorCodes
* Use S3Client everywhere
* Remove unused errorcode
* Add DROP S3 CLIENT CACHE query
* Add a comment
* Fix style
* Update aws
* Update reference files
* Add missing include
* Fix unit test
* Remove unneeded declarations
* Correctly use RetryStrategy
* Rename S3Client to Client
* Fix retry count
* fix clang-tidy warnings
|
2023-02-03 14:30:52 +01:00 |
|
Robert Schulze
|
6cc04be532
|
Fix expected results
|
2023-01-31 13:15:46 +00:00 |
|
freedomDR
|
34ad5dc840
|
update tests result
|
2023-01-28 06:42:07 +00:00 |
|
Robert Schulze
|
4f90824347
|
Merge remote-tracking branch 'origin/master' into query-result-cache
|
2023-01-17 22:49:53 +00:00 |
|
Robert Schulze
|
537c64aad2
|
Merge remote-tracking branch 'origin/master' into query-result-cache
Conflicts:
- tests/queries/0_stateless/02117_show_create_table_system.reference
|
2022-12-15 12:17:58 +00:00 |
|
Anton Popov
|
53a4473b06
|
fix tests
|
2022-12-12 18:10:53 +00:00 |
|
Robert Schulze
|
b78652e138
|
Query result cache
|
2022-12-12 10:37:10 +00:00 |
|
kssenii
|
6044a9257c
|
Merge remote-tracking branch 'upstream/master' into named-collections-sql-commands
|
2022-11-23 12:00:55 +01:00 |
|
kssenii
|
000b25b38d
|
Update .reference
|
2022-11-20 18:40:34 +01:00 |
|
kssenii
|
1964291fba
|
Add tests
|
2022-11-17 12:35:43 +01:00 |
|
kssenii
|
616da1f695
|
Review fixed, style check fix
|
2022-11-11 16:50:02 +01:00 |
|
kssenii
|
b8079e4577
|
Merge remote-tracking branch 'upstream/master' into rename-some-cache-commands
|
2022-09-20 13:02:18 +02:00 |
|
kssenii
|
e3cd3686af
|
Rename
|
2022-09-19 14:02:51 +02:00 |
|
Vitaly Baranov
|
5365b105cc
|
Add SYSTEM RELOAD USERS command.
|
2022-09-18 12:44:00 +02:00 |
|
Robert Schulze
|
912663b719
|
Revert "Move CatBoost evaluation into clickhouse-library-bridge"
|
2022-08-31 20:54:43 +02:00 |
|