tavplubix
|
e9ff0b6d70
|
Merge pull request #23657 from kssenii/poco-file-to-std-fs
Poco::File to std::filesystem
|
2021-05-31 23:17:02 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
kssenii
|
3dee003f9b
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-20 19:20:09 +03:00 |
|
Azat Khuzhin
|
23981ffd0e
|
Introduce IStorage::flushAndShutdown()
|
2021-05-16 13:23:53 +03:00 |
|
kssenii
|
ab1a05a1f4
|
Poco::Path to fs::path, less concatination
|
2021-05-09 14:59:49 +03:00 |
|
Pavel Kovalenko
|
0050dbb75b
|
Apply disk settings on config reload.
|
2021-04-29 23:32:19 +03:00 |
|
Pavel Kovalenko
|
10cf881a08
|
Add SYSTEM RESTART DISK command.
|
2021-04-20 22:23:54 +03:00 |
|
Maksim Kita
|
abf2a87ce7
|
Added system query reload model
|
2021-04-17 20:59:08 +03:00 |
|
Alexander Tokmakov
|
ebf0a3119e
|
fix data_type_default_nullable on attach
|
2021-04-16 13:29:33 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Alexey Milovidov
|
2a8ac01cdb
|
Rename as suggested by Kita
|
2021-03-28 22:24:28 +03:00 |
|
Alexey Milovidov
|
50f712e198
|
Integrate mmap cache to the infrastructure
|
2021-03-28 04:10:30 +03:00 |
|
Maksim Kita
|
8be263062d
|
Merge pull request #21910 from kitaisreal/table-function-dictionary
Added table function dictionary
|
2021-03-22 16:08:56 +03:00 |
|
Maksim Kita
|
849a980644
|
Updated ExternalDictionariesLoader interface with context parameter
|
2021-03-20 18:02:09 +03:00 |
|
Maksim Kita
|
32831e37ba
|
Added table function dictionary
|
2021-03-19 15:47:27 +03:00 |
|
Nikolai Kochetov
|
c3c393a7aa
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-18 14:33:07 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Vasily Nemkov
|
6af4d06dff
|
Added Grant, Revoke and System query_kind for system.query_log
Also some tests to ensure that all queries are logged
|
2021-03-02 12:27:39 +02:00 |
|
Alexander Tokmakov
|
bf6f64a3fb
|
Merge branch 'master' into database_replicated
|
2021-02-16 01:28:19 +03:00 |
|
Azat Khuzhin
|
809fa7e4cc
|
Sync SYSTEM FLUSH DISTRIBUTED with TRUNCATE
|
2021-02-10 23:10:37 +03:00 |
|
Alexander Tokmakov
|
7f97a11c84
|
Merge branch 'master' into database_replicated
|
2021-01-18 17:09:39 +03:00 |
|
Azat Khuzhin
|
39cfffd4d2
|
Add log message for list of tables on RESTART REPLICAS
|
2021-01-10 12:44:56 +03:00 |
|
alexey-milovidov
|
98bd7fb653
|
Merge branch 'master' into better-kill
|
2021-01-08 07:27:00 +03:00 |
|
Alexey Milovidov
|
9cbb9c6d7c
|
Add SYSTEM SUSPEND command #15979, continued
|
2021-01-07 22:22:41 +03:00 |
|
Alexey Milovidov
|
ffa5bbd5fd
|
Add SYSTEM SUSPEND command #15979
|
2021-01-07 22:19:33 +03:00 |
|
Alexey Milovidov
|
32d8785a26
|
Better kill #18847
|
2021-01-07 21:36:38 +03:00 |
|
alexey-milovidov
|
a7324f8b4c
|
Update InterpreterSystemQuery.cpp
|
2020-12-08 00:12:09 +03:00 |
|
Amos Bird
|
08675028e5
|
fix build
|
2020-12-08 01:40:49 +08:00 |
|
Amos Bird
|
310918b06a
|
reload symbols and fix build-id
|
2020-11-30 22:30:55 +08:00 |
|
Alexander Tokmakov
|
0731bfb7be
|
Merge branch 'master' into database_replicated
|
2020-11-12 21:04:18 +03:00 |
|
Alexander Tokmakov
|
cbcdee0cf9
|
split DDLWorker.cpp
|
2020-11-03 16:47:26 +03:00 |
|
alesapin
|
40fc512e79
|
Merge branch 'master' into no_background_pool_no_more
|
2020-10-29 12:53:34 +03:00 |
|
Alexander Kuzmenkov
|
5cbf645de4
|
Merge remote-tracking branch 'origin/master' into tmp
|
2020-10-22 19:48:02 +03:00 |
|
Alexander Kuzmenkov
|
145e2b012f
|
cleanup
|
2020-10-22 19:47:20 +03:00 |
|
alesapin
|
7a63b373f9
|
Merge branch 'blind_fix_of_read_in_order' into no_background_pool_no_more
|
2020-10-22 15:47:11 +03:00 |
|
Vladimir Chebotarev
|
aa5f207fd4
|
Added disable_merges option for volumes in multi-disk configuration (#13956)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
|
2020-10-20 18:10:24 +03:00 |
|
alesapin
|
2b2a55a081
|
Add action lock only if table exists
|
2020-10-15 22:23:46 +03:00 |
|
alesapin
|
4c1f5cab13
|
Sleep less in background task
|
2020-10-15 19:10:22 +03:00 |
|
alexey-milovidov
|
7b53a0ef33
|
Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)"
This reverts commit 1e2616542a .
|
2020-08-21 18:44:29 +03:00 |
|
Vladimir Chebotarev
|
1e2616542a
|
Added allow_merges option for volumes in multi-disk configuration (#13402)
|
2020-08-21 12:04:13 +03:00 |
|
Alexander Kuzmenkov
|
05ad9b9fff
|
opentelemetry wip
|
2020-08-20 23:59:58 +03:00 |
|
Alexander Tokmakov
|
f6949b2f47
|
use dictionary ids
|
2020-07-15 22:25:31 +03:00 |
|
Alexander Tokmakov
|
445acd0294
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-09 16:02:54 +03:00 |
|
Alexander Tokmakov
|
7a5d532c7b
|
implement rename database for atomic
|
2020-07-07 15:11:58 +03:00 |
|
Vitaly Baranov
|
c39eb8f71b
|
Fix partial revokes (complex cases).
|
2020-06-30 18:47:02 +03:00 |
|
Alexander Tokmakov
|
7b5de16da9
|
minor improvements
|
2020-06-23 22:15:01 +03:00 |
|
amudong
|
2a51286527
|
Optimize code
|
2020-06-23 16:22:53 +08:00 |
|
amudong
|
0101947403
|
rewrite static StorageReplicatedMergeTree::dropReplica
|
2020-06-23 12:12:30 +08:00 |
|
amudong
|
7723dc4935
|
add drop relica database and the whole replica
fix removeReplicaByZKPath
fix bug: add zkpath empty judge
fix: rewrite code
delete useless code.
fix:ast fromat
fix bug
add test_drop_replica
add drop_replica doc
add drop databse checkAccess
refactor dropReplica
update tests
add static method StorageReplicatedMergeTree::dropReplicaByZkPath
update doc and delete useless code
fix conflict
fix doc
fix doc
fix StorageReplicatedMergeTree::dropReplica
fix bug
delete useless code
|
2020-06-23 12:12:30 +08:00 |
|
amudong
|
2e6a3eff8e
|
fix: can not drop local table and replace ALTER with SYSTEM
fix test_drop_replica
fix drop replica '/path/to/zk/' ending in '/' and update doc
|
2020-06-23 12:12:30 +08:00 |
|