sundy-li
|
eac978f1e0
|
make isSupportedAlterType better
|
2019-06-14 11:06:08 +08:00 |
|
dmitry kuzmin
|
5fc6a6973a
|
float to decimal overflow fix
|
2019-06-13 23:28:14 +03:00 |
|
alexey-milovidov
|
e5264e7531
|
Merge pull request #5611 from den-crane/patch-3
SQL Fix for converting to denormalized "flat schema":
|
2019-06-13 21:27:58 +03:00 |
|
Denis Zhuravlev
|
10749728b1
|
SQL Fix for converting to denormalized "flat schema":
In current stable ( 19.8.3.8) multi - join does not support [select *]
|
2019-06-13 15:05:19 -03:00 |
|
unknown
|
0dab40404e
|
movingSum format fix: trailing space
|
2019-06-13 12:18:32 -04:00 |
|
unknown
|
1c7037d270
|
movingSum test fix: source table order
|
2019-06-13 12:17:20 -04:00 |
|
alexey-milovidov
|
87557d216b
|
Update DataTypesDecimal.h
|
2019-06-13 17:49:13 +03:00 |
|
alexey-milovidov
|
5ab1a15075
|
Update DataTypesDecimal.h
|
2019-06-13 17:48:13 +03:00 |
|
alexey-milovidov
|
0a08d36f3d
|
Merge pull request #5606 from yandex/check-for-namespace-comments-style
Check for namespace comments in "check-style" tool
|
2019-06-13 17:47:27 +03:00 |
|
coraxster
|
640653dfde
|
newline
|
2019-06-13 15:50:42 +03:00 |
|
Alexey Milovidov
|
f38042f006
|
Check for namespace comments in "check-style" tool #5561
|
2019-06-13 13:45:32 +03:00 |
|
Alexey Milovidov
|
c846d0f6af
|
Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*.*$/}/'
|
2019-06-13 13:43:37 +03:00 |
|
Alexey Milovidov
|
d32ea4d06b
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-06-13 13:38:48 +03:00 |
|
Alexey Milovidov
|
8b87511e25
|
Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*\w+/}/'
|
2019-06-13 13:37:13 +03:00 |
|
alexey-milovidov
|
33c1072654
|
Merge pull request #5593 from sundy-li/improve/distribute-alter-more
Support more AlterType in distribute DDL
|
2019-06-13 13:26:50 +03:00 |
|
Alexey Milovidov
|
261c9cf9ff
|
Whitespace
|
2019-06-13 13:15:32 +03:00 |
|
alexey-milovidov
|
be51de0903
|
Merge pull request #5559 from proller/fix28
CLICKHOUSE-4179 Fix of function arrayEnumerateUniqRanked for arguments with empty arrays
|
2019-06-13 13:14:51 +03:00 |
|
zhang2014
|
d8a14f590f
|
try fix unbundled build failure
|
2019-06-13 18:01:34 +08:00 |
|
Guillaume Tassery
|
4f408cef12
|
Fix documentation concerning IPv4/IPv6 CIDR function (#5603)
|
2019-06-13 12:11:35 +03:00 |
|
BayoNet
|
02686e3534
|
DOCAPI-4166: Translation for some 'other functions' and linking the parts of the document. (#5602)
|
2019-06-13 12:04:49 +03:00 |
|
dmitry kuzmin
|
89cc1440d8
|
fix float to decimal convert overflow
|
2019-06-13 11:40:30 +03:00 |
|
hcz
|
712aefca2a
|
Fix wrong test file
|
2019-06-13 14:30:59 +08:00 |
|
BayoNet
|
864a5830f5
|
DOCAPI-6890: RU Translation for description of system.parts new field. (#5578)
|
2019-06-13 07:52:08 +03:00 |
|
zhang2014
|
6ccef4d802
|
Add database engine of MySQL type
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: TCeason <tai_chong@foxmail.com>
|
2019-06-13 11:58:58 +08:00 |
|
Ivan Blinkov
|
18787350ff
|
Replace meetup on website front page (#5598)
(closest ones do not have sign up pages yet)
|
2019-06-13 06:38:15 +03:00 |
|
Ivan Blinkov
|
9bd0da2464
|
Remove past meetup link
|
2019-06-13 06:35:54 +03:00 |
|
BayoNet
|
9d0fde0fc2
|
DOCAPI-3822: Zookeeper settings. Review of EN docs. RU translation. (#5427)
|
2019-06-13 06:14:04 +03:00 |
|
BayoNet
|
ba9cc95f71
|
DOCAPI-6887: Description of skewPop, skewSamp, kurtPop, kurtSamp functions. (#5544)
|
2019-06-13 06:13:15 +03:00 |
|
unknown
|
1e56a5b7ac
|
movingSum format
|
2019-06-12 20:03:55 -04:00 |
|
chertus
|
1c3192016b
|
Merge branch 'master' into t
|
2019-06-12 22:19:26 +03:00 |
|
unknown
|
8028495f78
|
movingSum fix : deserialize restores sum field
|
2019-06-12 12:10:47 -04:00 |
|
unknown
|
1ebc5377f8
|
movingSum fix test for blocks order
|
2019-06-12 09:53:23 -04:00 |
|
unknown
|
9379132afe
|
movingSum : test added
|
2019-06-12 09:13:42 -04:00 |
|
chertus
|
08983b0669
|
T64 codec optimisation: unroll cycles
|
2019-06-12 16:03:51 +03:00 |
|
sundy-li
|
d23e505414
|
remove line
|
2019-06-12 18:56:01 +08:00 |
|
sundy-li
|
38d4d2937e
|
Support more AlterType in distribute DDL
|
2019-06-12 18:50:50 +08:00 |
|
alexey-milovidov
|
96975c8881
|
Update arrayEnumerateRanked.h
|
2019-06-12 12:18:51 +03:00 |
|
hcz
|
45529d8489
|
Fix bugs
|
2019-06-12 16:25:29 +08:00 |
|
hcz
|
6b6f2293fc
|
Change style
|
2019-06-12 15:48:40 +08:00 |
|
hcz
|
347d382803
|
Add tests
|
2019-06-12 15:47:52 +08:00 |
|
hcz
|
57db1fac59
|
Add aggregate function combinator Resample
|
2019-06-12 15:46:36 +08:00 |
|
unknown
|
d75c73ece2
|
movingSum with/or without window_size parameter for numeric and decimal types
|
2019-06-12 01:56:37 -04:00 |
|
Danila Kutenin
|
ff594aaf1b
|
Merge pull request #5588 from yandex/Volnitsky-optimizations-and-design
Fix some weird cases in Searchers
|
2019-06-12 07:27:54 +03:00 |
|
Danila Kutenin
|
585e4b75c5
|
Fix some weird cases in Searchers
|
2019-06-12 07:14:03 +03:00 |
|
Danila Kutenin
|
08335fffea
|
Merge pull request #5586 from yandex/Volnitsky-optimizations-and-design
Clearer interfaces of Searchers
|
2019-06-12 06:55:12 +03:00 |
|
Danila Kutenin
|
4fd85b4136
|
Clearer interfaces of Searchers
|
2019-06-12 05:35:25 +03:00 |
|
chertus
|
f9abc8194a
|
make ubsan happy v2
|
2019-06-12 03:12:38 +03:00 |
|
chertus
|
0c0a1517fb
|
make ubsan happy & minor perf improvement
|
2019-06-12 00:32:43 +03:00 |
|
chertus
|
3648889aed
|
T64 codec: add test for signed & related fixes
|
2019-06-11 21:25:34 +03:00 |
|
alexey-milovidov
|
bb5239f18d
|
Merge pull request #5577 from BayoNet/en-docs/DOCAPI-3856
DOCAPI-3856: Removed the phrase about limited usage of tuples in tables.
|
2019-06-11 18:17:18 +03:00 |
|