Vitaly Baranov
|
c1f5f8bc89
|
Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted.
|
2020-03-22 11:08:08 +03:00 |
|
Alexander Tokmakov
|
8548089e00
|
Merge branch 'master' into split_databases_from_context
|
2020-02-25 15:47:19 +03:00 |
|
Nikolai Kochetov
|
30d41b34ba
|
Merged with master
|
2020-02-21 11:47:56 +03:00 |
|
Nikolai Kochetov
|
a3c4b2e922
|
Remove readWithProcessors from IStorage.
|
2020-02-19 19:07:28 +03:00 |
|
Alexander Tokmakov
|
964b775c80
|
Merge branch 'master' into split_databases_from_context
|
2020-02-17 13:04:36 +03:00 |
|
Alexey Milovidov
|
07479236d7
|
Implement #9137
|
2020-02-15 03:11:09 +03:00 |
|
Alexander Tokmakov
|
869e20d207
|
move databases from Context to DatabaseCatalog
|
2020-02-10 17:49:44 +03:00 |
|
Vitaly Baranov
|
2aa58193c8
|
Check access rights via new interface.
|
2020-01-31 20:27:28 +03:00 |
|
Nikolai Kochetov
|
302d6b55ca
|
Fix build.
|
2020-01-24 21:33:47 +03:00 |
|
Nikolai Kochetov
|
16106a03c6
|
Processors for StorageSystemReplicas.
|
2020-01-24 21:13:17 +03:00 |
|
Alexander Tokmakov
|
cf5c998b30
|
refactor storage name
|
2019-12-26 19:23:38 +03:00 |
|
alesapin
|
2a5713e6e4
|
Compilable code
|
2019-10-10 23:47:47 +03:00 |
|
Vasilyev Nikita
|
5793a02ef9
|
impr Lazy database
|
2019-10-01 15:44:17 +03:00 |
|
Alexey Zatelepin
|
15d0adaf5a
|
add info about replicated_can_become_leader to logs and system.replicas [#CLICKHOUSE-4309]
|
2019-02-13 16:08:34 +03:00 |
|
Amos Bird
|
3cf2177268
|
Flexible fields assignment
Field f;
before:
f = Int64(-42);
after:
f = -42;
|
2018-10-24 08:47:33 +08:00 |
|
zhang2014
|
7a87da78d7
|
ISSUES-3110 fix merge and distributed engine query stage
|
2018-09-14 18:16:27 +08:00 |
|
Alexey Milovidov
|
076e1fb2e1
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 19:31:45 +03:00 |
|
Nikolai Kochetov
|
391b4b5927
|
Merged with master.
|
2018-08-20 15:25:06 +03:00 |
|
zhang2014
|
e51264c3a5
|
Add check access database for system tables
|
2018-08-14 11:28:32 +08:00 |
|
zhang2014
|
59b25812e7
|
Add check access database for system tables
|
2018-08-13 17:35:40 +08:00 |
|
Nikolai Kochetov
|
ba4cf6faf0
|
Merged with master.
|
2018-06-25 15:08:21 +03:00 |
|
Alexey Zatelepin
|
863c1c6ed5
|
add fields related to part mutations to system.replicas table [#CLICKHOUSE-3747]
|
2018-06-06 16:22:30 +03:00 |
|
Nikolai Kochetov
|
f5fe383620
|
fix build
|
2018-04-20 17:06:01 +03:00 |
|
Alexey Zatelepin
|
fdffbe53ac
|
encapsulate ColumnsDeclaration [#CLICKHOUSE-3241]
|
2018-03-13 17:41:25 +03:00 |
|
Alexey Zatelepin
|
78d92f6794
|
add some useful methods, rename for clarity [#CLICKHOUSE-3241]
|
2018-03-12 22:10:13 +03:00 |
|
Alexey Zatelepin
|
71642b0880
|
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
|
2018-03-12 22:07:48 +03:00 |
|
Vitaliy Lyudvichenko
|
26e58271e9
|
Removed repeatable columns field from Storages declarations. [#CLICKHOUSE-2]
|
2018-01-25 17:42:39 +03:00 |
|
Alexey Milovidov
|
8302769563
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-16 03:49:03 +03:00 |
|
Alexey Milovidov
|
f3bb24a3bf
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-14 04:43:19 +03:00 |
|
Alexey Milovidov
|
c748493a86
|
Better [#CLICKHOUSE-2].
|
2017-12-02 05:47:12 +03:00 |
|
Alexey Milovidov
|
f6f77f5f0b
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 08:22:07 +03:00 |
|
Alexey Milovidov
|
783e812eb7
|
Fixed error [#CLICKHOUSE-2]
|
2017-11-04 19:46:14 +03:00 |
|
Vadim Skipin
|
e0a1e6982b
|
Context parameter added to the IDatabase methods
|
2017-09-11 21:29:26 +03:00 |
|
Alexey Milovidov
|
9406b6a5aa
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
|
Nikolai Kochetov
|
75be0b81d8
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
|
Alexey Milovidov
|
0d7d379b44
|
Removed duplicate code [#CLICKHOUSE-2].
|
2017-06-06 21:36:13 +03:00 |
|
Alexey Milovidov
|
80080f1ad6
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-02 18:54:39 +03:00 |
|
Alexey Milovidov
|
a77369d082
|
Preparation: Storages do not modify query [#CLICKHOUSE-31].
|
2017-05-25 04:12:41 +03:00 |
|
Alexey Milovidov
|
48f65e9097
|
Preparation: untangling [#CLICKHOUSE-31].
|
2017-05-25 00:06:29 +03:00 |
|
Alexey Zatelepin
|
2bd089d589
|
start counting absolute replica delay when there are problems with queue update [#CLICKHOUSE-2141]
|
2017-04-17 18:06:12 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
26788e3938
|
Formatting [#CLICKHOUSE-2].
|
2017-03-13 21:01:46 +03:00 |
|
Alexey Milovidov
|
a6a18db6da
|
Merge branch 'translate/comments' of https://github.com/f1yegor/ClickHouse into f1yegor-translate/comments
|
2017-03-13 20:51:22 +03:00 |
|
f1yegor
|
401425bb89
|
translate comments
|
2017-03-12 20:18:07 +01:00 |
|
alexey-milovidov
|
6d5bfc8c6f
|
Refactoring of numeric DataTypes (#581)
* Better code [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
* Addition to prev. revision [#CLICKHOUSE-2].
|
2017-03-12 14:13:45 +04:00 |
|
Yuri Dyachenko
|
e5825f790f
|
use std::enable_shared_from_this for IStorage
|
2016-08-29 16:28:34 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|