kssenii
|
a2326f5035
|
Fix
|
2021-11-10 19:03:54 +03:00 |
|
kssenii
|
f4f0bd8b5c
|
Fix
|
2021-11-10 13:16:39 +03:00 |
|
Alexander Tokmakov
|
2e7e195e77
|
change alter_lock to std::timed_mutex
|
2021-10-26 13:37:00 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Alexey Milovidov
|
fe44be522e
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
|
feng lv
|
3789e23dc9
|
fix
update
fix
|
2021-07-02 02:50:55 +00:00 |
|
feng lv
|
fe22563465
|
fix conflict
|
2021-07-01 13:09:33 +00:00 |
|
Kseniia Sumarokova
|
28c5a14922
|
Fix clang-tidy
|
2021-06-26 15:50:15 +03:00 |
|
feng lv
|
07a47b4bd3
|
fix
|
2021-06-25 13:51:17 +00:00 |
|
feng lv
|
228e06628a
|
fix conflict
|
2021-06-25 08:06:06 +00:00 |
|
feng lv
|
b54287c8da
|
fix
|
2021-06-25 08:00:30 +00:00 |
|
kssenii
|
ca1f336c46
|
Aliases for storageMerge fix
|
2021-06-25 05:28:44 +00:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
feng lv
|
41b518012f
|
fix and add test
|
2021-06-08 03:11:27 +00:00 |
|
feng lv
|
b40bb00b8d
|
merge support repr database
|
2021-06-07 09:14:29 +00:00 |
|
feng lv
|
32c45d14ab
|
a little
|
2021-06-04 14:48:48 +00:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
feng lv
|
c6f8ab9826
|
fix
|
2021-05-13 02:05:53 +00:00 |
|
Amos Bird
|
cd6414639e
|
add metadata_snapshot to getQueryProcessingStage
|
2021-05-11 18:12:26 +08:00 |
|
feng lv
|
4ffe199d39
|
Implement table comments
|
2021-04-23 12:18:23 +00:00 |
|
Alexander Tokmakov
|
ad414bab05
|
fix assertion when filtering tables in StorageMerge
|
2021-04-12 22:04:26 +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 |
|
Amos Bird
|
9205fad8c7
|
Better
|
2021-03-04 19:43:03 +08:00 |
|
feng lv
|
51021c1164
|
forbid to drop a column if it's referenced by materialized view
|
2021-02-28 05:24:39 +00:00 |
|
Anton Popov
|
1be39fddac
|
fix subcolumns with some storages
|
2020-12-22 19:42:37 +03:00 |
|
Vitaly Baranov
|
da18af96a3
|
Fix access rights required for the merge() table function.
|
2020-12-17 12:29:07 +03:00 |
|
alexey-milovidov
|
22aba554c0
|
Revert "Fix access rights required for the merge() table function."
|
2020-12-15 18:07:20 +03:00 |
|
Vitaly Baranov
|
9310437920
|
Fix access rights required for the merge() table function.
|
2020-12-13 23:34:53 +03:00 |
|
Amos Bird
|
1d9d586e20
|
Make global_context consistent.
|
2020-11-20 18:23:14 +08:00 |
|
Alexey Milovidov
|
5314185e25
|
Merge branch 'master' into azat-optimize_skip_unused_shards-optimization
|
2020-11-08 00:17:59 +03:00 |
|
Alexander Tokmakov
|
72b1339656
|
Revert "Revert "Write structure of table functions to metadata""
This reverts commit c65d1e5c70 .
|
2020-10-14 15:19:29 +03:00 |
|
tavplubix
|
c65d1e5c70
|
Revert "Write structure of table functions to metadata"
|
2020-10-14 13:59:29 +03:00 |
|
alexey-milovidov
|
f60ccb4edf
|
Merge pull request #14295 from ClickHouse/write_structure_of_table_functions
Write structure of table functions to metadata
|
2020-10-13 23:56:09 +03:00 |
|
Alexander Tokmakov
|
a6178cc876
|
try fix select count() for MaterializeMySQL
|
2020-10-08 23:39:24 +03:00 |
|
Azat Khuzhin
|
b838214a35
|
Pass non-const SelectQueryInfo (and drop mutable qualifiers)
|
2020-10-02 22:42:35 +03:00 |
|
Azat Khuzhin
|
587cde853e
|
Avoid skipping unused shards twice (for query processing stage and read itself)
|
2020-10-02 22:42:09 +03:00 |
|
Alexander Tokmakov
|
3a9779adb4
|
slightly better code
|
2020-09-01 17:41:49 +03:00 |
|
Alexander Tokmakov
|
b6093d9a86
|
fix query header
|
2020-09-01 13:37:42 +03:00 |
|
Alexander Tokmakov
|
b521ca9b18
|
save structure for all table functions
|
2020-08-28 00:05:52 +03:00 |
|
Nikolai Kochetov
|
20e63d2271
|
Refactor Pipe [part 6]
|
2020-08-06 15:24:05 +03:00 |
|
Nikolai Kochetov
|
2cca4d5fcf
|
Refactor Pipe [part 2].
|
2020-08-03 16:54:14 +03:00 |
|
alesapin
|
d79982f497
|
Better locks in Storages
|
2020-06-18 19:10:47 +03:00 |
|
alesapin
|
62f2c17a66
|
Secondary indices in StorageInMemoryMetadata
|
2020-06-17 12:38:47 +03:00 |
|
alesapin
|
1ddeb3d149
|
Buildable getSampleBlock in StorageInMemoryMetadata
|
2020-06-16 18:51:29 +03:00 |
|
alesapin
|
71f99a274d
|
Compileable getSampleBlockWithColumns in StorageInMemoryMetadata
|
2020-06-16 17:25:08 +03:00 |
|
alesapin
|
36ba0192df
|
Metadata in read and write methods of IStorage
|
2020-06-15 22:08:58 +03:00 |
|
alesapin
|
8be957ecb5
|
Better checks around metadata
|
2020-06-10 14:16:31 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
alesapin
|
f981649213
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
|
alesapin
|
4badd0fd28
|
Better code
|
2020-04-27 20:46:51 +03:00 |
|