Alexey Milovidov
|
c8798b2ffa
|
Slightly improve table locks
|
2019-08-28 02:47:30 +03:00 |
|
Alexey Milovidov
|
3fef8e92ad
|
Merging CONSTRAINTS support
|
2019-08-25 00:20:20 +03:00 |
|
Ivan Lezhankin
|
9f01fa7aaa
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
|
alesapin
|
2764401d0f
|
Fix exception 'No message received'
|
2019-03-29 21:10:03 +03:00 |
|
Alexey Zatelepin
|
304c67da99
|
Merge branch 'master' into fix-add-materialized-column-after
Conflicts:
dbms/src/Interpreters/InterpreterCreateQuery.cpp
dbms/src/Interpreters/InterpreterDescribeQuery.cpp
dbms/src/Interpreters/interpretSubquery.cpp
dbms/src/Storages/ColumnsDescription.cpp
|
2019-03-17 00:46:53 +03:00 |
|
Ivan Lezhankin
|
61954d855d
|
More reverts
|
2019-03-15 20:09:14 +03:00 |
|
Alexey Zatelepin
|
b5a0a3fa23
|
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
|
2019-03-15 19:37:52 +03:00 |
|
Ivan Lezhankin
|
d1ead22073
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
|
Ivan Lezhankin
|
a7e838e328
|
Replace all other casts to method IAST::As<Derived>
Also remove some redundant methods like IsIdentifier() et. al.
|
2019-03-11 15:49:39 +03:00 |
|
Alexey Zatelepin
|
0d7ab9e3ea
|
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
this is important in preventing ALTER deadlocks
|
2019-02-27 21:34:38 +03:00 |
|
Vitaly Baranov
|
309df832ec
|
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
Alexey Milovidov
|
58a6accee5
|
Updated test #4246
|
2019-02-10 19:55:12 +03:00 |
|
Ivan Lezhankin
|
05ab15cc84
|
Merge IBlockInputStream and IProfilingBlockInputStream into one
|
2019-01-23 17:48:50 +03:00 |
|
chertus
|
2fe3cdb3f5
|
restore lost commits [CLICKHOUSE-3578]
|
2018-11-12 17:52:30 +03:00 |
|
chertus
|
d2518fdb3f
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
|
alesapin
|
2aee8a5814
|
Fix odbc table function
|
2018-09-22 17:58:03 +03:00 |
|
zhang2014
|
7a87da78d7
|
ISSUES-3110 fix merge and distributed engine query stage
|
2018-09-14 18:16:27 +08:00 |
|
Alexey Milovidov
|
1437e5cbe3
|
Fix style [#CLICKHOUSE-2]
|
2018-08-24 03:07:25 +03:00 |
|
Nikolai Kochetov
|
391b4b5927
|
Merged with master.
|
2018-08-20 15:25:06 +03:00 |
|
alesapin
|
cd9a016f62
|
CLICKHOUSE-3878: Fix merge conflict
|
2018-08-10 14:43:20 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
alesapin
|
04db4ddc46
|
CLICKHOUSE-3878: Next iteration in odbc-bridge
|
2018-08-09 21:49:05 +03:00 |
|
chertus
|
fe1b393e55
|
defaults for storages with formated input
|
2018-07-11 15:05:04 +03:00 |
|
Nikolai Kochetov
|
4f7c284d34
|
Fixed build.
|
2018-06-25 15:47:45 +03:00 |
|
Alexey Milovidov
|
2298f1c68b
|
Fixed strange code #2501
|
2018-06-16 08:54:06 +03:00 |
|
alesapin
|
6e07b17632
|
Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring.
|
2018-06-15 00:22:56 +03:00 |
|
alesapin
|
148cbe8058
|
Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring.
|
2018-06-15 00:20:39 +03:00 |
|
alexey-milovidov
|
ca883a699d
|
Update StorageURL.cpp
|
2018-06-13 21:54:32 +03:00 |
|
alexey-milovidov
|
f546169a4d
|
Update StorageURL.cpp
|
2018-06-13 21:51:56 +03:00 |
|
alesapin
|
567bbb2bbb
|
Fix header path and small fixes in tests
|
2018-06-13 10:36:47 +03:00 |
|
alesapin
|
b42351d36c
|
Fix format in storage url
|
2018-06-13 10:00:07 +03:00 |
|
alesapin
|
0f529dbc6e
|
Add table fuction url and storage URL
|
2018-06-11 15:13:00 +03:00 |
|