Vitaly Baranov
|
76aae5f5d0
|
Add support for settings 'format_schema' in a "INSERT INTO table FORMAT" query.
|
2019-02-20 05:32:29 +03:00 |
|
alesapin
|
dc98b50f14
|
Fix HTTP insert
|
2019-02-08 16:24:24 +03:00 |
|
alesapin
|
b0a77ff3f7
|
Allow to insert from any format
|
2019-02-07 16:58:36 +03:00 |
|
alesapin
|
48bd750856
|
Fix perf-test input data and refactor two tests
|
2019-02-07 16:18:04 +03:00 |
|
Alexey Milovidov
|
19f4652959
|
Fixed bugs found by PVS-Studio
|
2019-01-09 18:44:20 +03:00 |
|
chertus
|
3db00b7b98
|
Merge branch 'master' into issue-3578
|
2018-12-05 14:43:14 +03:00 |
|
Ivan Lezhankin
|
8b5a05947c
|
Remove redundant information from RWLock.
And fix broken exception in some race conditions
|
2018-11-28 18:50:52 +03:00 |
|
chertus
|
65d34ca231
|
do not override current_database in context [CLICKHOUSE-3578]
|
2018-11-15 18:03:13 +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
|
94287f3199
|
Finally fixed
|
2018-09-20 18:35:52 +03:00 |
|
alesapin
|
c13ffed085
|
Remove redundant changes
|
2018-09-20 16:26:32 +03:00 |
|
alesapin
|
0f12e028a5
|
Fix insert for native format
|
2018-09-20 15:59:33 +03:00 |
|
alesapin
|
dfa3e7e1cd
|
Missed changes
|
2018-09-20 14:40:04 +03:00 |
|
alesapin
|
2b3e29f607
|
Take header from first block in Squashing stream
|
2018-09-19 20:39:04 +03:00 |
|
alesapin
|
e1c8045055
|
Fix error with header
|
2018-09-19 15:56:56 +03:00 |
|
alesapin
|
520446df53
|
Reorder Squashing and adding default output stream in insert
|
2018-09-19 14:09:12 +03:00 |
|
alesapin
|
c2f3453fda
|
Reorder Squashing and adding default output stream in insert
|
2018-09-19 14:06:42 +03:00 |
|
Alexey Milovidov
|
54ea7b0b20
|
Fixed error [#CLICKHOUSE-2]
|
2018-09-09 06:28:45 +03:00 |
|
chertus
|
2cddb4b840
|
send metadata only for affected table
|
2018-07-16 17:52:02 +03:00 |
|
Alexey Milovidov
|
045d5975b3
|
Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769]
|
2018-06-08 22:32:35 +03:00 |
|
Alexey Milovidov
|
b9b89a5590
|
Less dependencies [#CLICKHOUSE-2]
|
2018-06-05 22:46:49 +03:00 |
|
alexey-milovidov
|
9ac2569c65
|
Merge branch 'master' into refactor-table-declaration
|
2018-03-14 05:35:50 +03:00 |
|
Alexey Zatelepin
|
5906c9a988
|
rename for clarity
|
2018-03-13 18:00:28 +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
|
0b82551829
|
Refined comment. [#CLICKHOUSE-2]
|
2018-03-12 22:02:54 +03:00 |
|
alexey-milovidov
|
56deedfe9f
|
Merge pull request #2027 from yandex/CLICKHOUSE-3346
Sync insert and сluster copier enhancements
|
2018-03-12 20:58:53 +03:00 |
|
Vitaliy Lyudvichenko
|
32b617e1d6
|
Fixed extra squashing leaded to too big timeouts. [#CLICKHOUSE-3346]
|
2018-03-11 21:36:09 +03:00 |
|
Alexey Milovidov
|
5ff433b670
|
Merged Limits to Settings [#CLICKHOUSE-2021]
|
2018-03-11 03:15:26 +03:00 |
|
Alexey Milovidov
|
f3b6d35167
|
Removed setting "strict_insert_defaults" [#CLICKHOUSE-2]
|
2018-03-10 03:11:39 +03:00 |
|
Alexey Milovidov
|
ac37b89b16
|
Better UNION ALL: development #1947
|
2018-02-26 12:05:06 +03:00 |
|
Alexey Milovidov
|
6e93635275
|
Better UNION ALL: development #1947
|
2018-02-25 09:35:24 +03:00 |
|
Alexey Milovidov
|
0207760c05
|
Limit and quota on result must not apply for intermediate data in subqueries and INSERT SELECT [#CLICKHOUSE-3351]
|
2018-02-23 09:38:23 +03:00 |
|
Alexey Milovidov
|
640daaf052
|
Fixed test #1947
|
2018-02-23 04:00:47 +03:00 |
|
Alexey Milovidov
|
245fd61b12
|
Unify NullableAdapterBlockInputStream and CastTypeBlockInputStream #1947
|
2018-02-23 02:02:35 +03:00 |
|
Alexey Milovidov
|
cd7a4de412
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 06:00:16 +03:00 |
|
Alexey Milovidov
|
fa50fe80a0
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 03:45:32 +03:00 |
|
Alexey Milovidov
|
9a02d4f5ff
|
Merge branch 'master' of github.com:yandex/ClickHouse into header-in-input-streams
|
2018-01-20 04:20:40 +03:00 |
|
zhang2014
|
66dd568e64
|
ISSUES-957 update condition & test
|
2018-01-12 21:03:35 +08:00 |
|
zhang2014
|
fc62a3677c
|
ISSUES-957 update setting desc & add condition for insert pipline
|
2018-01-10 13:26:40 +08:00 |
|
Alexey Milovidov
|
12c521fa25
|
Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2]
|
2018-01-07 03:35:44 +03:00 |
|
zhang2014
|
6fe64aa346
|
ISSUES-957 fix not work when materialized columns with buff table
|
2018-01-01 19:54:14 +08:00 |
|
Alexey Milovidov
|
fcdd5de47d
|
Revert "Removed questionable code (2) [#CLICKHOUSE-2]."
This reverts commit fcabe8b888 .
|
2017-12-28 07:39:19 +03:00 |
|
Alexey Milovidov
|
c89041ce63
|
Removed questionable code (2) [#CLICKHOUSE-2].
|
2017-12-26 01:51:04 +03:00 |
|
Alexey Milovidov
|
ec71908b00
|
Revert "Removed questionable code (2) [#CLICKHOUSE-2]."
This reverts commit fcabe8b888 .
|
2017-12-26 00:57:29 +03:00 |
|
Alexey Milovidov
|
fcabe8b888
|
Removed questionable code (2) [#CLICKHOUSE-2].
|
2017-12-26 00:32:33 +03:00 |
|
Alexey Milovidov
|
a85b2e5a95
|
Removed questionable code [#CLICKHOUSE-2].
|
2017-12-26 00:10:46 +03:00 |
|
Kirill Shvakov
|
d40d0657e0
|
Merge branch 'master' of https://github.com/yandex/ClickHouse
|
2017-12-20 10:21:25 +02:00 |
|