Vitaliy Lyudvichenko
|
d2e594cdf7
|
Fixed groupUniqArray for Date and DateTime types. [#METR-23869]
|
2016-12-16 13:59:16 +03:00 |
|
artpaul
|
722e4dab6d
|
merge with master
|
2016-12-15 23:19:12 +05:00 |
|
artpaul
|
d3657d311b
|
fix decodeUrl; decode all values; add more tests
|
2016-12-15 22:12:41 +05:00 |
|
alexey-milovidov
|
a3886babed
|
Revert "Issue 219"
|
2016-12-15 18:19:16 +04:00 |
|
Alexey Milovidov
|
082820b405
|
Removed executable attribute from test files [#METR-20000].
|
2016-12-15 17:12:31 +03:00 |
|
alexey-milovidov
|
fea00eb595
|
Merge pull request #239 from yandex/issue-219
Issue 219
|
2016-12-15 17:21:35 +04:00 |
|
Igor Hatarist
|
76365c3c15
|
Fixed the test
|
2016-12-14 08:56:19 +03:00 |
|
Igor Hatarist
|
9be107e89e
|
Removed TSVBlock format by Alexey's request
|
2016-12-13 21:26:34 +03:00 |
|
Igor Hatarist
|
96fa052839
|
Added TSV format synonyms for the TabSeparated formats
|
2016-12-13 21:03:10 +03:00 |
|
artpaul
|
fb900881da
|
resolve conflicts
|
2016-12-12 11:15:01 +05:00 |
|
artpaul
|
529f75c8b4
|
- use std::experimental::string_view
- rename unquoteUrl to decodeURLComponent
- fix code-style
|
2016-12-12 11:09:00 +05:00 |
|
Alexey Milovidov
|
d77b4f12fb
|
Added UUID functions [#METR-23792].
|
2016-12-11 13:57:34 +03:00 |
|
artpaul
|
99cec8b165
|
implement unquoteUrl
|
2016-12-11 02:04:58 +05:00 |
|
Alexey Milovidov
|
4aeb017093
|
Renamed test [#METR-19266].
|
2016-12-10 09:40:46 +03:00 |
|
Alexey Milovidov
|
e97ecb6cf7
|
Merge branch 'master' into METR-19266
Conflicts:
dbms/CMakeLists.txt
dbms/include/DB/Functions/FunctionsArray.h
dbms/include/DB/Functions/FunctionsString.h
dbms/include/DB/Parsers/ExpressionListParsers.h
dbms/include/DB/Storages/MergeTree/MergeTreeBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergeTreeReader.h
dbms/include/DB/Storages/MergeTree/MergeTreeThreadBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergedBlockOutputStream.h
dbms/src/Core/ErrorCodes.cpp
dbms/src/Parsers/ASTFunction.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataPart.cpp
dbms/src/Storages/MergeTree/MergeTreeReader.cpp
dbms/src/Storages/StorageLog.cpp
|
2016-12-10 07:51:36 +03:00 |
|
artpaul
|
396ccccfce
|
fix extraction of TLD from fqdn
|
2016-12-10 03:49:21 +05:00 |
|
artpaul
|
dfb466d156
|
host extraction functionality was moved to UrlUtils
|
2016-12-10 00:31:16 +05:00 |
|
artpaul
|
544143f5c9
|
url's scheme extraction was fixed according to rfc3986.
|
2016-12-09 22:38:15 +05:00 |
|
artpaul
|
f344c85cb7
|
#214 add tests
|
2016-12-03 04:29:16 +05:00 |
|
Alexey Milovidov
|
4110b6865f
|
Merge branch 'METR-23305' of git://github.com/ludv1x/ClickHouse into ludv1x-METR-23305
Conflicts:
contrib/CMakeLists.txt
|
2016-12-02 23:22:11 +03:00 |
|
Vitaliy Lyudvichenko
|
202ba912ce
|
Vertical merging algorithm for MergeTree engines. [#METR-23305]
|
2016-11-29 22:41:31 +03:00 |
|
alexey-milovidov
|
08cb8e506b
|
Merge pull request #211 from yandex/if_with_const_condition
ExpressionAnalyzer: added more tests for aliases. fix bug [METR-23545]
|
2016-11-29 23:28:50 +04:00 |
|
Pavel Kartavyy
|
106bb24fd8
|
ExpressionAnalyzer: added more tests for aliases. fix bug [#METR-23545]
|
2016-11-29 22:19:15 +03:00 |
|
alexey-milovidov
|
7fda6394b8
|
Merge pull request #202 from yandex/if_with_const_condition
ExpressionAnalyzer: optimize if with constant condition [METR-23545]
|
2016-11-25 20:03:04 +04:00 |
|
Pavel Kartavyy
|
cd15651dfd
|
optimize if. added test for aliases
|
2016-11-25 12:29:17 +03:00 |
|
Pavel Kartavyy
|
84a89b3b3d
|
ExpressionAnalyzer: optimize if with constant condition [#METR-23545]
|
2016-11-24 17:18:44 +03:00 |
|
Vitaliy Lyudvichenko
|
544ef67c28
|
Fixed IN <Set> usage inside PK expressions.
Refactoring of type conversion functions convertFieldToType().
|
2016-11-24 15:32:04 +03:00 |
|
Vitaliy Lyudvichenko
|
4f9064ca19
|
Fixed case when pk column is wrapped by functions.
|
2016-11-23 22:58:33 +03:00 |
|
Vitaliy Lyudvichenko
|
e07fc7cea5
|
Fixed Enum usage in PK expressions. [#METR-23473]
Added check for duplicates of column names in CREATE query.
|
2016-11-23 16:19:15 +03:00 |
|
Alexey Milovidov
|
c8c86208aa
|
Fixed error with ALTER of Enums in Nested fields [#METR-22442].
|
2016-11-20 11:57:11 +03:00 |
|
Alexey Milovidov
|
37d6ecc372
|
Allowed to sort one array by values of another array [#METR-23547].
|
2016-11-20 09:49:24 +03:00 |
|
Alexey Milovidov
|
75a058fbab
|
Added test [#METR-23546].
|
2016-11-20 07:51:37 +03:00 |
|
Alexey Milovidov
|
ea0c752852
|
Investigated flappy test [#METR-23540].
|
2016-11-18 12:02:49 +03:00 |
|
Alexey Milovidov
|
643c2b747a
|
Added test [#METR-23539].
|
2016-11-18 11:31:46 +03:00 |
|
Alexey Zatelepin
|
cbed811b95
|
use_client_time_zone test
|
2016-11-17 00:11:02 +00:00 |
|
Pavel Kartavyy
|
3ad04a0f39
|
updated test for hasColumnInTable
|
2016-11-16 18:52:35 +03:00 |
|
Pavel Kartavyy
|
766caff3dc
|
add tests for hasColumnInTable [#METR-23248]
|
2016-11-16 18:52:35 +03:00 |
|
Vitaliy Lyudvichenko
|
4cd2909899
|
Merged new packages into clickhouse-client.
More detail diagnostic for test.
|
2016-11-16 02:49:27 +03:00 |
|
Vitaliy Lyudvichenko
|
26fe84b3d0
|
Removed binary stripping, try to fix clickhouse-local test.
|
2016-11-15 00:58:17 +03:00 |
|
Vitaliy Lyudvichenko
|
107f7b34c7
|
Added requested PR changes, 2nd iteration.
|
2016-11-14 02:57:18 +03:00 |
|
Vitaliy Lyudvichenko
|
c05f512637
|
Merged server, client and local into single binary, more args for local mode.
|
2016-11-09 22:06:29 +03:00 |
|
Vitaliy Lyudvichenko
|
0e2eb5436b
|
Added StorageFile and template for clickhouse-local app.
|
2016-11-09 22:03:47 +03:00 |
|
Alexey Milovidov
|
621da9c2f7
|
Added test [#METR-22971].
|
2016-11-02 00:10:22 +03:00 |
|
Alexey Milovidov
|
024799acee
|
Fixed error in Poco::UTF8Encoding::isLegal function [#METR-23332].
|
2016-10-29 20:15:43 +03:00 |
|
alexey-milovidov
|
77e3d75ca0
|
Merge pull request #153 from ludv1x/METR-23285
Fixed segfaults in quantiles* functions with empty levels set.
|
2016-10-27 19:17:10 +04:00 |
|
Vitaliy Lyudvichenko
|
07f4bfc844
|
Fixed segfaults in quantiles* functions with empty levels set. [#METR-23285]
|
2016-10-27 17:51:43 +03:00 |
|
Alexey Arno
|
27fbef6ace
|
dbms: Server: renaming [#METR-19266]
|
2016-10-21 19:55:34 +03:00 |
|
Alexey Arno
|
a75cfb6df5
|
Merge branch 'master' into METR-19266 [#METR-19266]
|
2016-10-21 19:53:35 +03:00 |
|
Alexey Arno
|
88ddba2782
|
dbms: Server: added forgotten changes [#METR-19266]
|
2016-10-20 16:09:49 +03:00 |
|
Alexey Arno
|
d64529ca15
|
dbms: Server: fixes + tests update [#METR-19266]
|
2016-10-20 15:58:18 +03:00 |
|