Alexey Milovidov
|
921e09b5f8
|
Merge branch 'master' into header-in-input-streams
|
2018-02-15 19:20:36 +03:00 |
|
Vitaliy Lyudvichenko
|
a4177287b1
|
Fixed too deep AST traversal. [#CLICKHOUSE-2]
|
2018-02-14 20:39:16 +03:00 |
|
proller
|
38343f7649
|
Internal compiler: write versions in header version mismatch message (using magic)
use same debug/release flags
|
2018-02-13 21:09:45 +03:00 |
|
Vitaliy Lyudvichenko
|
075a3cd811
|
Use absoulte paths in Compiler. [#CLICKHOUSE-3573]
|
2018-02-13 13:32:14 +03:00 |
|
Vitaliy Lyudvichenko
|
56add902d4
|
Removed superfluous FORMAT statements in .sql files. [#CLICKHOUSE-3]
|
2018-02-12 23:35:56 +03:00 |
|
Vitaliy Lyudvichenko
|
56bc773249
|
Fixed exception catching thrown from compiled .so files. [#CLICKHOUSE-3573]
|
2018-02-12 23:33:31 +03:00 |
|
alexey-milovidov
|
8fb9967903
|
Merge pull request #1879 from yandex/lambdas-without-prerequisites
Lambdas without prerequisites
|
2018-02-09 22:22:58 +03:00 |
|
alexey-milovidov
|
d3160393c5
|
Merge branch 'master' into CLICKHOUSE-3554
|
2018-02-08 23:07:50 +03:00 |
|
Alexey Milovidov
|
c942da4141
|
Fixed build #1824
|
2018-02-08 22:53:34 +03:00 |
|
alexey-milovidov
|
d6b7233aa3
|
Merge pull request #1824 from zhang2014/fix/ISSUES-117
ISSUES-117 support temporary table management
|
2018-02-08 22:42:10 +03:00 |
|
alexey-milovidov
|
960fad130c
|
Update InterpreterShowTablesQuery.cpp
|
2018-02-08 22:41:10 +03:00 |
|
Alexey Milovidov
|
5872cd5b63
|
Removed useless code [#CLICKHOUSE-2]
|
2018-02-08 22:20:24 +03:00 |
|
alexey-milovidov
|
121b163735
|
Update InterpreterShowTablesQuery.cpp
|
2018-02-08 22:14:59 +03:00 |
|
alexey-milovidov
|
a69dd93aab
|
Update InterpreterDropQuery.cpp
|
2018-02-08 22:14:22 +03:00 |
|
Nikolai Kochetov
|
e02ca10b9a
|
merged with master
|
2018-02-08 20:46:22 +03:00 |
|
Nikolai Kochetov
|
64b0279af5
|
removed ColumnExpression and DataTypeExpression [#CLICKHOUSE-3550]
|
2018-02-08 20:20:10 +03:00 |
|
Nikolai Kochetov
|
27179b375a
|
removed prerequisites [#CLICKHOUSE-3550]
|
2018-02-08 20:18:52 +03:00 |
|
Nikolai Kochetov
|
583ff32fe8
|
changed IFunction
|
2018-02-08 20:18:15 +03:00 |
|
Alexey Milovidov
|
03adf79fdc
|
Miscellaneous #320 #1763
|
2018-02-08 20:17:48 +03:00 |
|
Alexey Milovidov
|
75fb48c94c
|
Miscellaneous #1763 #320
|
2018-02-08 20:10:35 +03:00 |
|
alexey-milovidov
|
287dbcc3dd
|
Merge pull request #1763 from zhang2014/fix/ISSUES-320
ISSUES-320 Fix rewrite expression
|
2018-02-08 20:07:50 +03:00 |
|
Alexey Milovidov
|
953ab16cde
|
Miscellaneous #1853
|
2018-02-08 18:31:37 +03:00 |
|
Alexey Milovidov
|
777b4404bd
|
Fixed build #1853
|
2018-02-08 18:25:46 +03:00 |
|
alexey-milovidov
|
5a03f9e0fb
|
Merge pull request #1853 from ilyshnikova/master
Implement MergeTree index using for IN operator with tuple of columns.
|
2018-02-08 18:03:23 +03:00 |
|
Tsarkova Anastasia
|
5ecd50ff44
|
Adding comments. Reversing infinities.
|
2018-02-08 17:28:31 +03:00 |
|
Vitaliy Lyudvichenko
|
c575a7fe8a
|
Fix DROP of virtual databases. Add requested changes. [#CLICKHOUSE-3554]
|
2018-02-08 17:17:51 +03:00 |
|
alexey-milovidov
|
20686ab405
|
Merge pull request #1847 from yandex/CLICKHOUSE-3558
Add system_profile setting
|
2018-02-07 21:29:04 +03:00 |
|
Tsarkova Anastasia
|
c50ccabb0a
|
Implement MergeTree index using for IN operator with tuple of columns.
|
2018-02-07 18:29:00 +03:00 |
|
Alexey Milovidov
|
5324571adf
|
Removed setting "distributed_ddl_allow_replicated_alter" [#CLICKHOUSE-2].
|
2018-02-06 21:29:35 +03:00 |
|
Alexey Milovidov
|
7a793e1a80
|
Removed duplicate comments for embedded documentation of Settings; cleanup [#CLICKHOUSE-2]
|
2018-02-06 21:28:07 +03:00 |
|
Alexey Milovidov
|
16ff7b7563
|
Better exception message for "Different expressions with the same alias" [#METRIKASUPP-8947].
|
2018-02-05 17:03:01 +03:00 |
|
zhang2014
|
62b6a9e07c
|
ISSUES-117 resolve some opinions
|
2018-02-03 16:00:14 +08:00 |
|
proller
|
0c00e47930
|
Fix tests
|
2018-02-02 20:29:45 +03:00 |
|
zhang2014
|
982b2ee7ca
|
ISSUES-117 resolve some opinions
|
2018-02-02 22:20:35 +08:00 |
|
zhang2014
|
4875a80825
|
Merge branch 'master' into fix/ISSUES-117
|
2018-02-02 20:21:40 +08:00 |
|
Vitaliy Lyudvichenko
|
118b17253e
|
Add system_profile config. [#CLICKHOUSE-3558]
|
2018-02-01 16:53:44 +03:00 |
|
zhang2014
|
c74970c098
|
ISSUES-195 fix complex in expression with single element
|
2018-01-31 16:38:48 +03:00 |
|
Vitaliy Lyudvichenko
|
94f38d744e
|
Merge pull request #1750 from yandex/CLICKHOUSE-3346
Fault-tolerant cluster copier util
|
2018-01-31 13:21:51 +03:00 |
|
Vitaliy Lyudvichenko
|
a4248ad45c
|
Resolves #1560. Fixed DROP DATABASE. [#CLICKHOUSE-3]
|
2018-01-30 13:51:19 +03:00 |
|
zhang2014
|
19e7c291db
|
ISSUES-117 support drop temporary table
|
2018-01-28 00:19:00 +08:00 |
|
zhang2014
|
bfe48f1255
|
ISSUES-117 support show tables with temporary table
|
2018-01-28 00:07:55 +08:00 |
|
proller
|
288c6c8406
|
Fix test in macos
|
2018-01-26 17:18:35 +03:00 |
|
Vitaliy Lyudvichenko
|
e2fb6d8c80
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346
|
2018-01-25 22:00:08 +03:00 |
|
Vitaliy Lyudvichenko
|
61233b886a
|
Better system.part_log. [#CLICKHOUSE-3342]
|
2018-01-25 21:40:02 +03:00 |
|
zhang2014
|
f0e097ea4d
|
ISSUES-320 fix test failed
|
2018-01-26 00:57:48 +08:00 |
|
Vitaliy Lyudvichenko
|
8be2bfc513
|
Added docs and requested changes. [#CLICKHOUSE-3346]
|
2018-01-25 15:45:07 +03:00 |
|
Alexey Milovidov
|
6a60a6dbde
|
Fixed error in prev. revision [#CLICKHOUSE-2]
|
2018-01-23 22:43:06 +03:00 |
|
alexey-milovidov
|
b8cb9267c7
|
Merge pull request #1804 from arkhipov/master
Replace subqueries and table expressions on the right side of the IN …
|
2018-01-23 22:31:49 +03:00 |
|
Vlad Arkhipov
|
6738d6a995
|
Add comments. Improve method names.
|
2018-01-23 11:18:12 +03:00 |
|
Nikolai Kochetov
|
018c32010e
|
added macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409]
|
2018-01-22 21:49:17 +03:00 |
|