Alexander Tokmakov
|
2e7e195e77
|
change alter_lock to std::timed_mutex
|
2021-10-26 13:37:00 +03:00 |
|
Nikolai Kochetov
|
c668696047
|
Merge pull request #30171 from ClickHouse/remove-stream-interfaces
Remove stream interfaces
|
2021-10-16 09:34:01 +03:00 |
|
Maksim Kita
|
c1f04452de
|
AddDefaultDatabaseVisitor support dictGet
|
2021-10-14 16:31:32 +03:00 |
|
Nikolai Kochetov
|
ab28c6c855
|
Remove BlockInputStream interfaces.
|
2021-10-14 13:25:43 +03:00 |
|
Nikolai Kochetov
|
2957971ee3
|
Remove some last streams.
|
2021-10-13 21:22:02 +03:00 |
|
Nikolai Kochetov
|
0e267c50b4
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-14 16:13:54 +03:00 |
|
Nikolai Kochetov
|
999a4fe831
|
Fix other tests.
|
2021-09-08 21:29:38 +03:00 |
|
Mike Kot
|
8e9aacadd1
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
|
Nikolai Kochetov
|
9c92f43359
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
|
Alexey Milovidov
|
261a220227
|
Remove some code
|
2021-07-17 21:06:46 +03:00 |
|
kssenii
|
3d90f0710c
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-26 22:04:47 +00:00 |
|
vdimir
|
26c59961ae
|
Minor style changes in StorageMaterializedView::read, StorageMerge::createSources
|
2021-06-12 12:27:05 +03:00 |
|
Azat Khuzhin
|
6cb2e81d48
|
Do not try convert columns that does not exists in the result block
|
2021-06-03 21:07:48 +03:00 |
|
Azat Khuzhin
|
01e6a4d919
|
Do not try convert columns that does not exists in materialized view
|
2021-06-03 21:07:48 +03:00 |
|
kssenii
|
12ea45e956
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-01 17:43:34 +00:00 |
|
tavplubix
|
3dd7d252a9
|
Merge pull request #24806 from ClickHouse/tavplubix-patch-2
Small improvement for StorageMaterializedView::getActionLock(...)
|
2021-06-01 11:32:16 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
tavplubix
|
572dcbcbe2
|
Update StorageMaterializedView.cpp
|
2021-05-31 16:38:33 +03:00 |
|
kssenii
|
a78c9e63e7
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-05-23 12:07:26 +00:00 |
|
Alexander Tokmakov
|
2996e7c072
|
fix rename matview
|
2021-05-19 21:53:31 +03:00 |
|
kssenii
|
0955e5f0be
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-05-12 15:11:15 +00:00 |
|
Amos Bird
|
cd6414639e
|
add metadata_snapshot to getQueryProcessingStage
|
2021-05-11 18:12:26 +08:00 |
|
kssenii
|
88b50621d4
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-04-18 14:40:37 +00:00 |
|
tavplubix
|
39d55556b8
|
Update StorageMaterializedView.cpp
|
2021-04-13 23:14:05 +03:00 |
|
Alexander Tokmakov
|
05e4c8d3ef
|
fix attach mv in atomic db
|
2021-04-13 22:13:26 +03:00 |
|
kssenii
|
beae1c5fa4
|
Use ContextPtr
|
2021-04-11 08:08:32 +00:00 |
|
kssenii
|
c1adece94f
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-04-11 06:00:18 +00: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 |
|
kssenii
|
bc228f4010
|
Better way to drop nested table for single storage
|
2021-04-10 19:26:53 +00:00 |
|
tavplubix
|
5dfd0045a6
|
Merge branch 'master' into distributed_ddl_improvements
|
2021-03-22 18:13:19 +03:00 |
|
Nikolai Kochetov
|
4f133ae036
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-10 12:40:55 +03:00 |
|
tavplubix
|
5a6cc876e4
|
Merge pull request #20626 from ClickHouse/fix_force_drop_materialized_view
Make force_drop_table work with MaterializedView
|
2021-03-09 20:05:51 +03:00 |
|
Alexander Tokmakov
|
2484781070
|
fix MV recovery in Replicated db
|
2021-03-08 20:26:38 +03:00 |
|
Nikolai Kochetov
|
a669f7d641
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-05 18:21:14 +03:00 |
|
Alexander Tokmakov
|
e8987f799e
|
Merge branch 'fix_force_drop_materialized_view' into just_another_fix_for_ddl_worker
|
2021-03-05 15:59:27 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Nikolai Kochetov
|
15921fbfcb
|
Remove index by name from ActionsDAG
|
2021-03-03 23:01:07 +03:00 |
|
Anton Popov
|
a4c00ab5dc
|
Merge pull request #21303 from ucasFL/forbid
Forbid to drop a column if it's referenced by materialized view
|
2021-03-03 02:55:06 +03:00 |
|
feng lv
|
51021c1164
|
forbid to drop a column if it's referenced by materialized view
|
2021-02-28 05:24:39 +00:00 |
|
Nikolai Kochetov
|
d91b8a3acb
|
Merge branch 'master' into filter-push-down
|
2021-02-26 19:33:27 +03:00 |
|
Nikolai Kochetov
|
d328bfa41f
|
Review fixes. Add setting max_optimizations_to_apply.
|
2021-02-26 19:29:56 +03:00 |
|
alesapin
|
5c6c318737
|
Restrict mutations for engines which doesn't support them
|
2021-02-25 13:07:48 +03:00 |
|
tavplubix
|
103d569885
|
Merge branch 'master' into fix_force_drop_materialized_view
|
2021-02-20 20:41:03 +03:00 |
|
Alexander Tokmakov
|
2a36d6cb55
|
review suggestions
|
2021-02-20 02:41:58 +03:00 |
|
Alexander Tokmakov
|
13ae988eff
|
make force_drop_table work with materialized view
|
2021-02-17 17:23:07 +03:00 |
|
Alexander Tokmakov
|
7b54b892b5
|
fix
|
2021-02-16 17:05:58 +03:00 |
|
Alexander Tokmakov
|
0073c87d5d
|
fix
|
2021-02-02 13:32:42 +03:00 |
|
Alexander Tokmakov
|
f20d5e3b41
|
fix
|
2021-01-26 20:51:25 +03:00 |
|
tavplubix
|
ac50b1b231
|
Update StorageMaterializedView.cpp
|
2021-01-21 15:57:18 +03:00 |
|
Alexander Tokmakov
|
6560ec3ed5
|
fix segfault on aggregation when MV has unexpected structure
|
2021-01-20 19:36:18 +03:00 |
|