alexey-milovidov
|
f9cab91447
|
Merge pull request #5617 from proller/fix15
19.8 build fixes
|
2019-06-14 17:29:51 +03:00 |
|
alexey-milovidov
|
00809c78e2
|
Merge pull request #5623 from yandex/Quid37-lin_ref_perf
Merging PR #5505
|
2019-06-14 17:26:46 +03:00 |
|
alexey-milovidov
|
eb1fe2ed17
|
Merge pull request #5613 from sundy-li/improve/distribute-alter-more
make isSupportedAlterType better
|
2019-06-14 15:39:09 +03:00 |
|
Alexey Milovidov
|
95c7537656
|
Merge branch 'lin_ref_perf' of https://github.com/Quid37/ClickHouse into Quid37-lin_ref_perf
|
2019-06-14 15:33:29 +03:00 |
|
proller
|
fc7ae399c4
|
Use system rapidjson; Fix types for macos;
|
2019-06-14 13:28:30 +03:00 |
|
alexey-milovidov
|
9b727d267e
|
Merge pull request #5535 from infinivision/add_bitmapContains
Add bitmapContains
|
2019-06-14 09:23:37 +03:00 |
|
alexey-milovidov
|
bc387e865f
|
Merge pull request #5549 from yandex/fix_deduplication_bug
Fix complex bug in deduplication
|
2019-06-14 09:23:15 +03:00 |
|
alexey-milovidov
|
e90a7078f3
|
Merge pull request #5607 from coraxster/decimal-overflow
Fix float to decimal convert overflow
|
2019-06-14 09:20:39 +03:00 |
|
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
|
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
|
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 |
|
dmitry kuzmin
|
89cc1440d8
|
fix float to decimal convert overflow
|
2019-06-13 11:40:30 +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 |
|
Danila Kutenin
|
585e4b75c5
|
Fix some weird cases in Searchers
|
2019-06-12 07:14:03 +03:00 |
|
Danila Kutenin
|
4fd85b4136
|
Clearer interfaces of Searchers
|
2019-06-12 05:35:25 +03:00 |
|
proller
|
836243d654
|
Merge remote-tracking branch 'upstream/master' into fix28
|
2019-06-10 12:44:22 +03:00 |
|
alexey-milovidov
|
4c7d71af1c
|
Merge pull request #5560 from yandex/perftests-file-formats
Fix #5439 bug PrettySpace format
|
2019-06-09 17:22:47 +03:00 |
|
alexey-milovidov
|
7324e5e8d4
|
Update PrettySpaceBlockOutputStream.cpp
|
2019-06-09 17:22:16 +03:00 |
|
proller
|
21d523904b
|
fix style
|
2019-06-09 14:40:25 +03:00 |
|
Igor Hatarist
|
fc55d38377
|
Fix typo in a Decimal exception
(presicion -> precision)
|
2019-06-08 19:56:45 +03:00 |
|
stavrolia
|
6c487a253b
|
Fix #5439 bug pretty space
|
2019-06-08 00:04:06 +03:00 |
|
proller
|
7449f4f68d
|
clang-format
|
2019-06-07 21:22:57 +03:00 |
|
proller
|
516ce69d70
|
CLICKHOUSE-4179 Fix of function arrayEnumerateUniqRanked for arguments with empty arrays
|
2019-06-07 20:37:01 +03:00 |
|
alesapin
|
53e62b83d2
|
Fix complex bug in deduplication
|
2019-06-06 18:28:02 +03:00 |
|
Zhichang Yu
|
8a26060ca8
|
fix style
|
2019-06-06 08:34:34 +08:00 |
|
alesapin
|
a0e7d183f7
|
Merge pull request #5534 from yandex/debug_dns_cache
Fix bug in pooled sessions and host ip change
|
2019-06-05 22:37:17 +03:00 |
|
alexey-milovidov
|
42dbb7e881
|
Merge pull request #5539 from yandex/alter-ttl-fix
Fixed alter modify ttl on ReplicatedMergeTree.
|
2019-06-05 22:05:17 +03:00 |
|
CurtizJ
|
27d8b90dd9
|
fixed alter modify ttl on ReplicatedMergeTree and test added
|
2019-06-05 19:22:41 +03:00 |
|
Orivej Desh
|
5ec179377a
|
DEVTOOLS-5170 Delete Y_IGNORE markers (#5533)
They have been superseded by a new include resolution configuration that lives
outside clickhouse source tree.
|
2019-06-05 14:52:39 +03:00 |
|
alesapin
|
07ee60b546
|
Fix bug with pooled HTTP sessions and host ip change
|
2019-06-05 12:23:41 +03:00 |
|
Zhichang Yu
|
b694d039c1
|
added FunctionBitmapContains
|
2019-06-05 16:25:48 +08:00 |
|
alexey-milovidov
|
4ca476ec80
|
Merge pull request #5516 from yandex/fix-regression-models
Fix regression models
|
2019-06-05 08:07:18 +03:00 |
|
alexey-milovidov
|
b7248803d5
|
Merge pull request #5524 from NanoBjorn/fix-drop-index-if-exists
Fixed DROP INDEX IF EXISTS and added simple test
|
2019-06-05 08:04:04 +03:00 |
|
alexey-milovidov
|
59a59c34c6
|
Update FunctionsBitmap.h
|
2019-06-05 08:03:09 +03:00 |
|
Zhichang Yu
|
0e3f2d5faa
|
added comments for bitmapHasAll and bitmapHasAny
|
2019-06-05 11:26:13 +08:00 |
|
Gleb Novikov
|
29a26af156
|
Merge branch 'master' into fix-drop-index-if-exists
|
2019-06-04 11:32:22 +03:00 |
|
Zhichang Yu
|
6d0e7b7b21
|
fix https://github.com/yandex/ClickHouse/issues/5479
|
2019-06-04 14:10:51 +08:00 |
|
alexey-milovidov
|
e389df385c
|
Merge pull request #5523 from orivej/croaring
DEVTOOLS-5507 Include roaring.h as roaring/roaring.h
|
2019-06-04 03:58:22 +03:00 |
|
Gleb Novikov
|
8bd2c7b3a7
|
Fixed DROP INDEX IF EXISTS and added simple test
|
2019-06-04 00:08:52 +03:00 |
|
Anton Yuzhaninov
|
091b591681
|
Fix build without Brotli (#5513) (#5521)
|
2019-06-03 23:27:53 +03:00 |
|
alesapin
|
db6de83fa1
|
Merge pull request #5520 from yandex/fix_inconsistent_parts_removing
Fix inconsistent parts remove from local FS without dropping them from ZK
|
2019-06-03 21:18:16 +03:00 |
|