alesapin
|
2ba41c9b75
|
Update Settings.h
|
2018-09-08 00:02:42 +03:00 |
|
Alex Bocharov
|
2633d573a2
|
Fix capnp builld dependencies order.
|
2018-09-07 13:57:31 -07:00 |
|
Nikolai Kochetov
|
8311c23d83
|
Fix test.
|
2018-09-07 23:23:28 +03:00 |
|
alesapin
|
e815260363
|
CLICKHOUSE-3800: Improve cache and turn on compilation by default
|
2018-09-07 23:17:40 +03:00 |
|
Nikolai Kochetov
|
76f47ed6ba
|
Fix test.
|
2018-09-07 22:57:26 +03:00 |
|
alexey-milovidov
|
910a4f8c39
|
Merge pull request #3076 from yandex/poco-fix-odr-violation
Fixed odr-violation in Poco library (non-significant).
|
2018-09-07 22:48:11 +03:00 |
|
Alexey Zatelepin
|
949b4b640e
|
fix build after merge [#CLICKHOUSE-13]
|
2018-09-07 22:14:05 +03:00 |
|
Alexey Milovidov
|
5c98f1b562
|
Fixed "AddressSanitizer: odr-violation" vtable for Poco::Net::FTPPasswordProvider [#CLICKHOUSE-3939]
|
2018-09-07 22:02:59 +03:00 |
|
Nikolai Kochetov
|
8b658f091d
|
Fix test.
|
2018-09-07 21:00:53 +03:00 |
|
chertus
|
ad77505137
|
implement CAST Strings to UUID [issue-3061]
|
2018-09-07 19:38:40 +03:00 |
|
Nikolai Kochetov
|
3d06fc4217
|
Added test with prewhere and sampling. [#CLICKHOUSE-3969]
|
2018-09-07 19:11:15 +03:00 |
|
Alexey Zatelepin
|
133c9c7c37
|
Merge branch 'master' into alter-update
Conflicts:
docs/en/query_language/alter.md
|
2018-09-07 19:11:02 +03:00 |
|
Nikolai Kochetov
|
6e41be3476
|
Avoid removing columns used in sample expression in prewhere actions. [#CLICKHOUSE-3969]
|
2018-09-07 19:01:21 +03:00 |
|
Alexey Zatelepin
|
d77037fec7
|
fix use after move
|
2018-09-07 18:54:34 +03:00 |
|
Alexey Zatelepin
|
1064d1d26b
|
update MATERIALIZED columns when their dependencies are updated [#CLICKHOUSE-13]
|
2018-09-07 18:54:18 +03:00 |
|
proller
|
acb0855577
|
Try fix ssl test (#3070)
|
2018-09-07 18:43:35 +03:00 |
|
chertus
|
d7bb629195
|
Merge branch 'master' into refactoring
|
2018-09-07 17:39:22 +03:00 |
|
chertus
|
0b35cdae69
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
|
CurtizJ
|
a0ee183826
|
whitespaces
|
2018-09-07 17:21:11 +03:00 |
|
CurtizJ
|
3e854df5a5
|
remove code duplicates
|
2018-09-07 17:18:15 +03:00 |
|
CurtizJ
|
7c2fef0c1a
|
fix getting value from const column
|
2018-09-07 17:06:10 +03:00 |
|
Alexey Milovidov
|
41ded9273e
|
Added suggestion by nvartolomei; added links [#CLICKHOUSE-2]
|
2018-09-07 16:02:52 +03:00 |
|
CurtizJ
|
8fc1ddd646
|
fix arguments check
|
2018-09-07 15:36:56 +03:00 |
|
alesapin
|
cc26e1ec5e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-09-07 14:52:03 +03:00 |
|
alesapin
|
e8438572ad
|
CLICKHOUSE-3894: Fixes in tests
|
2018-09-07 14:51:51 +03:00 |
|
Ivan Blinkov
|
4b43fdd3f2
|
More docs fixes (#3068)
* lost backtick
* back to short examples on docs front page
* publish sitemap_static.xml too
* add link to "fa" sitemap
* add "fa" to robots.txt
|
2018-09-07 13:27:44 +03:00 |
|
CurtizJ
|
a784b828ce
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-3723.3
|
2018-09-07 13:02:07 +03:00 |
|
Nikolai Kochetov
|
8200827723
|
Added test for prewhere with virtual column. [#CLICKHOUSE-3965]
|
2018-09-07 11:11:48 +03:00 |
|
Alexey Milovidov
|
476ff57528
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-09-07 04:51:49 +03:00 |
|
Alexey Milovidov
|
cac07628b2
|
Added comment [#CLICKHOUSE-3939]
|
2018-09-07 04:49:26 +03:00 |
|
robot-clickhouse
|
3b73262e72
|
Auto version update to [18.12.8] [54407]
|
2018-09-07 04:43:52 +03:00 |
|
Alexey Milovidov
|
199d8734f9
|
Fixed race condition in DROP/CREATE MergeTree tables [#CLICKHOUSE-3939]
|
2018-09-07 04:39:48 +03:00 |
|
Alexey Milovidov
|
836bf136e3
|
Added support for CLion in PreLoad.cmake [#CLICKHOUSE-2]
|
2018-09-07 03:24:59 +03:00 |
|
robot-clickhouse
|
ae45b68ba2
|
Auto version update to [18.12.7] [54407]
|
2018-09-07 02:41:09 +03:00 |
|
alexey-milovidov
|
794be10ecd
|
Merge pull request #3065 from yandex/fix-prewhere-with-aliases-3
Fix prewhere with aliases 3
|
2018-09-07 02:39:35 +03:00 |
|
Nikolai Kochetov
|
a6b51d1fc7
|
Fix virtual columns for prewhere with aliases.
|
2018-09-06 22:18:38 +03:00 |
|
alesapin
|
bf15d002a3
|
Merge
|
2018-09-06 22:15:37 +03:00 |
|
alesapin
|
790b4b3eca
|
Fix build
|
2018-09-06 22:13:49 +03:00 |
|
CurtizJ
|
83677e4e44
|
better code
|
2018-09-06 22:13:47 +03:00 |
|
alexey-milovidov
|
28db035d2b
|
Merge pull request #3063 from blinkov/master
Various improvements for docs & website
|
2018-09-06 21:50:25 +03:00 |
|
Nikolai Kochetov
|
af47426401
|
Merge branch 'master' into fix-prewhere-with-aliases-3
|
2018-09-06 21:49:25 +03:00 |
|
alesapin
|
f751f72e1a
|
Fix virtual destructor
|
2018-09-06 21:44:38 +03:00 |
|
Alexey Milovidov
|
98b835ea52
|
Fixed build [#CLICKHOUSE-2]
|
2018-09-06 21:44:12 +03:00 |
|
Nikolai Kochetov
|
8593145794
|
Merged with master
|
2018-09-06 21:30:03 +03:00 |
|
CurtizJ
|
e4a1ba728d
|
better error code
|
2018-09-06 21:28:43 +03:00 |
|
Ivan Blinkov
|
93e91a17bd
|
docs build fixes
|
2018-09-06 21:24:00 +03:00 |
|
Ivan Blinkov
|
3186a2f273
|
revert more harmful patches
|
2018-09-06 21:15:16 +03:00 |
|
Ivan Blinkov
|
4784a945c1
|
restore NULL literal section in query_language/syntax.md
|
2018-09-06 21:13:20 +03:00 |
|
alexey-milovidov
|
580683310b
|
Merge pull request #2990 from alesapin/master
CLICKHOUSE-3800: Add Cache for compiled expression.
|
2018-09-06 21:12:08 +03:00 |
|
Ivan Blinkov
|
cdbae550b1
|
revert query_language/syntax.md
|
2018-09-06 21:12:08 +03:00 |
|