ap11
|
4fe3690cad
|
minor changes
|
2018-07-30 16:50:26 +03:00 |
|
Anton Popov
|
ef443b2bc5
|
Update FunctionsHashing.h
|
2018-07-30 16:48:44 +03:00 |
|
Anton Popov
|
c4fec0521e
|
Update CMakeLists.txt
|
2018-07-30 16:47:25 +03:00 |
|
Anton Popov
|
f6457929b6
|
Update LICENSE
|
2018-07-30 16:47:04 +03:00 |
|
Anton Popov
|
3a35ebd90e
|
Update README
|
2018-07-30 16:46:28 +03:00 |
|
ap11
|
d45ce92b89
|
add tests for murmurhash2
|
2018-07-30 16:41:07 +03:00 |
|
ap11
|
68bdc4eb12
|
Add mumurhash2
|
2018-07-30 15:19:22 +03:00 |
|
chertus
|
b631924d46
|
CLICKHOUSE-2 fix docs
|
2018-07-30 13:51:29 +03:00 |
|
alesapin
|
79607b9118
|
CLICKHOUSE-3852: Add tests for config parser
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
744258818e
|
CLICKHOUSE-3852: Fix PR remarks
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
1f32701665
|
CLICKHOUSE-3852: Remove useless newlines
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
652e5ff9e2
|
CLICKHOUSE-3852: Add ability to set up config parameters from env variables.
|
2018-07-29 04:58:05 +03:00 |
|
robot-metrika-test
|
e26ba4daac
|
Auto version update to [18.4.0] [54399]
|
2018-07-28 00:35:05 +03:00 |
|
Alexey Milovidov
|
8bc95412b6
|
Fixed bad code #2708
|
2018-07-28 00:33:30 +03:00 |
|
Alexey Milovidov
|
a93a0dc840
|
Removed a note about Kafka from testing documentation #2729
|
2018-07-27 23:01:14 +03:00 |
|
Alexey Milovidov
|
35409e1123
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-27 22:51:35 +03:00 |
|
Alexey Milovidov
|
a2101df25a
|
Fixed error in aggregate function "anyHeavy"; added a test [#CLICKHOUSE-3867]
|
2018-07-27 22:51:13 +03:00 |
|
robot-metrika-test
|
a7addb80a3
|
Auto version update to [18.3.0] [54398]
|
2018-07-27 21:45:36 +03:00 |
|
Alexey Milovidov
|
448bcdfdb4
|
Added a test [#CLICKHOUSE-3855]
|
2018-07-27 21:17:32 +03:00 |
|
Alexey Milovidov
|
bbdd780be0
|
Fixed error when IN is used as an aggregation key [#CLICKHOUSE-3855]
|
2018-07-27 21:14:58 +03:00 |
|
alexey-milovidov
|
e64c221649
|
Update Client.cpp
|
2018-07-27 20:41:05 +03:00 |
|
chertus
|
845edbe242
|
CLICKHOUSE-2: support negative tests
|
2018-07-27 20:41:05 +03:00 |
|
alexey-milovidov
|
cac790f08f
|
Update Client.cpp
|
2018-07-27 20:37:53 +03:00 |
|
alesapin
|
30f5b9efa1
|
Merge pull request #2745 from alesapin/master
Remove wrong parameter
|
2018-07-27 20:27:43 +03:00 |
|
alesapin
|
df7307191d
|
Merge branch 'master' of github.com:alesapin/ClickHouse
|
2018-07-27 20:26:14 +03:00 |
|
alesapin
|
a28cf1ed98
|
Remove wrong option
|
2018-07-27 20:25:51 +03:00 |
|
chertus
|
6283c3f572
|
CLICKHOUSE-2: support negative tests
|
2018-07-27 20:19:22 +03:00 |
|
Nikolai Kochetov
|
7d9ebae2c2
|
Better comments.
|
2018-07-27 20:11:56 +03:00 |
|
Nikolai Kochetov
|
b5d6240646
|
Merged with master
|
2018-07-27 19:21:43 +03:00 |
|
Nikolai Kochetov
|
a2cd7016e5
|
Added test for join on syntax. [#CLICKHOUSE-3761]
|
2018-07-27 19:04:17 +03:00 |
|
Nikolai Kochetov
|
5123e0f86f
|
Remove joined table qualifiers from column names. [#CLICKHOUSE-3761]
|
2018-07-27 19:03:16 +03:00 |
|
Nikolai Kochetov
|
65dcca22a2
|
Substitute aliases for required columns in ExpressionAnalyzer. [#CLICKHOUSE-3761]
|
2018-07-27 19:02:56 +03:00 |
|
Nikolai Kochetov
|
11d66d8733
|
Support expressions for right JOIN keys. [#CLICKHOUSE-3761]
|
2018-07-27 19:02:42 +03:00 |
|
Nikolai Kochetov
|
98e5821769
|
Resolve qualified names for JOIN ON expression. [#CLICKHOUSE-3761]
|
2018-07-27 19:02:23 +03:00 |
|
Nikolai Kochetov
|
cc613d7ad3
|
Added JOIN keys to the list of needed columns for JOIN expression action.
|
2018-07-27 19:02:20 +03:00 |
|
Nikolai Kochetov
|
391ff31829
|
Added actions for JOIN key columns. [#CLICKHOUSE-3761]
|
2018-07-27 19:02:10 +03:00 |
|
Nikolai Kochetov
|
5058d1a345
|
Added columns from join on key of right table if they have different name from left block key in merged block. [#CLICKHOUSE-3761]
|
2018-07-27 19:01:48 +03:00 |
|
Nikolai Kochetov
|
92719e1f48
|
Supported JOIN ON syntax for single and chain in expression analyzer. [#CLICKHOUSE-3761]
|
2018-07-27 19:01:25 +03:00 |
|
BayoNet
|
8879c75d8b
|
Improvements based on comments on https://github.com/yandex/ClickHouse/pull/2730
|
2018-07-27 16:00:01 +03:00 |
|
BayoNet
|
cf1380fc77
|
Merge remote-tracking branch 'upstream/master'
|
2018-07-27 14:30:45 +03:00 |
|
Ivan Blinkov
|
20c68e5a6f
|
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md
* WIP on content of features_considered_disadvantages.md
|
2018-07-27 14:26:20 +03:00 |
|
alexey-milovidov
|
fa2bc00b81
|
Merge pull request #2736 from alesapin/master
Add docs for URL table engine and url table function
|
2018-07-27 14:21:34 +03:00 |
|
alexey-milovidov
|
d0507bb639
|
Update url.md
|
2018-07-27 14:18:54 +03:00 |
|
alesapin
|
c0f5e33fe8
|
Add docs for URL table engine and url table function
|
2018-07-27 13:21:04 +03:00 |
|
alexey-milovidov
|
58ebe8d572
|
Merge pull request #2735 from zhang2014/fix/window_funnel
ISSUES-2700 fix windowFunnel NULL pointer
|
2018-07-27 10:32:15 +03:00 |
|
zhang2014
|
4bc916029c
|
ISSUES-2700 fix windowFunnel NULL pointer
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: sundy-li <543950155@qq.com>
|
2018-07-27 15:19:29 +08:00 |
|
alexey-milovidov
|
20f3f23901
|
Merge pull request #2732 from krishnevsky/patch-13
translated latest release notes
|
2018-07-27 01:45:41 +03:00 |
|
alexey-milovidov
|
9fad4b4e1a
|
Update CHANGELOG.md
|
2018-07-27 01:45:33 +03:00 |
|
Amy Krishnevsky
|
eb6aec2348
|
translated latest release notes
|
2018-07-26 17:15:25 -05:00 |
|
alexey-milovidov
|
9242588449
|
Merge pull request #2708 from VadimPE/CLICKHOUSE-3837
CLICKHOUSE-3837 Add support for table function in remote() and cluster()
|
2018-07-26 21:36:04 +03:00 |
|