BayoNet
|
8ea66f83ee
|
Some bugs are fixed.
|
2018-03-02 13:08:42 +03:00 |
|
zhang2014
|
4a38e97ed6
|
Merge branch 'master' into fix/ISSUES-1386
|
2018-03-02 18:03:18 +08:00 |
|
BayoNet
|
430d6a3d17
|
Ru contents is synchronized with En one.
Utils section is restructured.
clickhouse-copier is editted.
|
2018-03-02 12:44:48 +03:00 |
|
Alexey Milovidov
|
ce2fa2c4e7
|
Inline documentation for most of Limits [#CLICKHOUSE-2]
|
2018-03-02 11:12:43 +03:00 |
|
Alexey Milovidov
|
9024cf5fc8
|
Fixed test [#CLICKHOUSE-2].
|
2018-03-02 10:43:47 +03:00 |
|
Alexey Milovidov
|
22bbc9f08c
|
Added limit on size of AST after expansion of aliases [#CLICKHOUSE-18]
|
2018-03-02 09:33:17 +03:00 |
|
Alexey Milovidov
|
05893c1d44
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-03-02 08:52:11 +03:00 |
|
Alexey Milovidov
|
7e7fe3c441
|
Execute table functions once for a query [#CLICKHOUSE-3615]
|
2018-03-02 08:44:17 +03:00 |
|
Alexey Milovidov
|
651a312896
|
Added ProfileEvent for table function executions [#CLICKHOUSE-3615]
|
2018-03-02 08:03:28 +03:00 |
|
Alexey Milovidov
|
eab9063352
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-03-02 07:05:38 +03:00 |
|
Alexey Milovidov
|
915f84a24f
|
Miscellaneous #1947
|
2018-03-02 07:05:20 +03:00 |
|
alexey-milovidov
|
7e139866d2
|
Merge pull request #1984 from zhang2014/fix/subquery_in_create
Fix exist subquery when create materializer view
|
2018-03-02 04:28:58 +03:00 |
|
alexey-milovidov
|
b567c90a39
|
Merge pull request #1982 from zhang2014/fix/ISSUES-66
ISSUES-66 add insert into view test
|
2018-03-02 03:30:37 +03:00 |
|
proller
|
f749405bf0
|
libressl as submodule (#1983)
* Allow use bundled *ssl library
* fix
* Add submodule
* Fixes
* fix
* fixes
* fixes
* fix
* fix
* update poco
* fix warnings
* fix
* fix
|
2018-03-02 03:17:25 +03:00 |
|
alexey-milovidov
|
d2e483fc8d
|
Merge pull request #1985 from proller/fix8
Debian init and cron fixes
|
2018-03-02 03:09:03 +03:00 |
|
proller
|
6d9ba52493
|
Debian init and cron fixes
|
2018-03-01 23:16:03 +03:00 |
|
zhang2014
|
54cba2f5a6
|
Fix exist subquery when create materializer view
|
2018-03-02 01:05:03 +08:00 |
|
zhang2014
|
ce2b100deb
|
ISSUES-66 add insert into view test
|
2018-03-01 22:49:16 +08:00 |
|
Alexey Milovidov
|
37f9034575
|
Updated test #1550
|
2018-03-01 12:41:40 +03:00 |
|
Alexey Milovidov
|
ca60c0ccdf
|
Added a test from Mikhail Kalashnikov for ALIAS columns in Distributed tables #590 #1947
|
2018-03-01 12:32:00 +03:00 |
|
Alexey Milovidov
|
a2e649f8c0
|
Updated test #1947
|
2018-03-01 11:56:12 +03:00 |
|
Alexey Milovidov
|
b162850754
|
Fixed error in checking limit on number of columns to read; added test for unnecessary columns removal inside subqueries with UNION ALL #1947 [#CLICKHOUSE-2210]
|
2018-03-01 11:46:59 +03:00 |
|
Alexey Milovidov
|
559da607fc
|
Added test #878
|
2018-03-01 11:33:48 +03:00 |
|
Alexey Milovidov
|
8197574e37
|
Added test #1947
|
2018-03-01 11:07:46 +03:00 |
|
Alexey Milovidov
|
a27d27ac94
|
Added test #1947 [#CLICKHOUSE-3264]
|
2018-03-01 10:47:09 +03:00 |
|
Alexey Milovidov
|
28df0c3712
|
Removed unused constant #1947
|
2018-03-01 10:43:08 +03:00 |
|
Alexey Milovidov
|
0908ed1561
|
Added test #1947
|
2018-03-01 10:27:02 +03:00 |
|
Alexey Milovidov
|
4d907666b1
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-03-01 10:18:25 +03:00 |
|
Alexey Milovidov
|
4c87ae427d
|
Added test #1947
|
2018-03-01 10:18:15 +03:00 |
|
alexey-milovidov
|
9cf3b232d3
|
Merge pull request #1978 from zhang2014/fix/docs
Remove deprecated docs
|
2018-03-01 10:13:04 +03:00 |
|
Alexey Milovidov
|
c42d3ac17f
|
Fixed error (PREWHERE in Distributed table) #1947
|
2018-03-01 10:11:35 +03:00 |
|
Alexey Milovidov
|
9164b6a026
|
Merge remote-tracking branch 'origin/master' into better-union-all-try2
|
2018-03-01 10:10:37 +03:00 |
|
Alexey Milovidov
|
37f27b3e4b
|
Added a test for type conversions in UNION ALL #1947
|
2018-03-01 10:05:03 +03:00 |
|
alexey-milovidov
|
9c0bbaaa47
|
Merge pull request #1979 from yandex/better-union-all-try2
Better UNION ALL
|
2018-03-01 10:00:23 +03:00 |
|
Alexey Milovidov
|
0bd9575125
|
Added a test from FacedSID #859
|
2018-03-01 09:50:46 +03:00 |
|
Alexey Milovidov
|
322e0ef4ec
|
Added a test from George #728
|
2018-03-01 09:35:54 +03:00 |
|
Alexey Milovidov
|
69e8133fdc
|
Added a test by Stas Sviridov #320
|
2018-03-01 09:21:15 +03:00 |
|
Alexey Milovidov
|
0213071683
|
Merge remote-tracking branch 'origin/master' into better-union-all-try2
|
2018-03-01 09:18:59 +03:00 |
|
Alexey Milovidov
|
d8fdf33efd
|
Fixed error in clickhouse-client [#CLICKHOUSE-2]
|
2018-03-01 09:18:44 +03:00 |
|
Alexey Milovidov
|
c80a0e549a
|
Fixed error in clickhouse-client [#CLICKHOUSE-2]
|
2018-03-01 09:18:25 +03:00 |
|
Alexey Milovidov
|
8cb640ac54
|
Better UNION ALL: development #1947
|
2018-03-01 09:08:09 +03:00 |
|
Alexey Milovidov
|
15dc5da190
|
Fixed error #1947
|
2018-03-01 09:07:04 +03:00 |
|
Alexey Milovidov
|
b9c8c04d4b
|
Fixed error #1947
|
2018-03-01 08:42:44 +03:00 |
|
Alexey Milovidov
|
f7e0912d81
|
Added support for LIMIT BY arbitary expressions [#CLICKHOUSE-3613] #1947
|
2018-03-01 08:24:56 +03:00 |
|
Alexey Milovidov
|
e604be2799
|
Fixed error #1947
|
2018-03-01 07:57:51 +03:00 |
|
Alexey Milovidov
|
58f9d3decc
|
Better test [#CLICKHOUSE-2]
|
2018-03-01 07:51:54 +03:00 |
|
zhang2014
|
dc9e7aa82b
|
Remove deprecated docs
|
2018-03-01 12:47:20 +08:00 |
|
Alexey Milovidov
|
f159be3832
|
Fixed error #1947
|
2018-03-01 07:42:18 +03:00 |
|
Alexey Milovidov
|
fe2da8a2c7
|
Added method rename for StorageView [#CLICKHOUSE-2]
|
2018-03-01 07:23:32 +03:00 |
|
Alexey Milovidov
|
280b4663c1
|
Caching table functions in query context #1947
|
2018-03-01 04:49:36 +03:00 |
|