proller
|
2a6c7cda0b
|
CLICKHOUSE-4179 Fix function arrayEnumerateUniqRanked (#5622)
* wip
* fix
* clean
|
2019-06-15 22:14:17 +03:00 |
|
Alexey Milovidov
|
e53a5a0c7d
|
Improved performance tests for formats once again
|
2019-06-15 22:06:02 +03:00 |
|
alexey-milovidov
|
379c8ee426
|
Merge pull request #5642 from yandex/fix-format-perf-test
Fixed "select_format" performance test for Pretty formats
|
2019-06-15 22:03:15 +03:00 |
|
alexey-milovidov
|
a52e13b891
|
Merge pull request #5640 from yandex/use-ipv6-in-system-tables
Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log
|
2019-06-15 21:21:24 +03:00 |
|
Alexey Milovidov
|
386ec7f321
|
Added more isolated test for formats: just number formatting.
|
2019-06-15 18:02:46 +03:00 |
|
Alexey Milovidov
|
d82364bdcb
|
Fixed "select_format" performance test for Pretty formats
|
2019-06-15 18:00:25 +03:00 |
|
Alexey Milovidov
|
d8f76152d5
|
Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log
|
2019-06-15 17:20:32 +03:00 |
|
Alexey Milovidov
|
b2100c7bcf
|
Removed strange quoting style like `this'. See https://english.stackexchange.com/questions/17695/any-reference-on-the-usage-of-a-backtick-and-single-quotation-mark-like-this
Added backQuote and backQuoteIfNeed when required to correctly quote identifiers with proper escaping.
|
2019-06-15 15:06:22 +03:00 |
|
alexey-milovidov
|
807bfa913e
|
Merge pull request #5599 from zhang2014/fix_createtable_bug
Add database engine of MySQL type
|
2019-06-15 14:52:57 +03:00 |
|
zhang2014
|
ec8d73550b
|
some review fixes
|
2019-06-15 11:39:04 +08:00 |
|
Alexey Milovidov
|
c6b875a45c
|
Merge branch 'fix-performance-degradation-index-granularity' of github.com:yandex/ClickHouse into fix-performance-degradation-index-granularity
|
2019-06-14 22:36:21 +03:00 |
|
Alexey Milovidov
|
0f18a5739e
|
Modified test.
|
2019-06-14 22:36:10 +03:00 |
|
Alexey Milovidov
|
14bef071a6
|
Fixed performance degradation in SELECT from MergeTree tables #5631
|
2019-06-14 22:20:41 +03:00 |
|
Alexey Milovidov
|
10722f53c7
|
Fixed performance degradation in SELECT from MergeTree tables #5631
|
2019-06-14 22:11:41 +03:00 |
|
alexey-milovidov
|
7036a8174b
|
Update 00557_remote_port.sh
|
2019-06-14 18:59:56 +03:00 |
|
proller
|
7e7b5b3810
|
Allow run query with remote() in clickhouse-local; Aloow redefine config from command line for clickhouse-local
|
2019-06-14 18:35:45 +03:00 |
|
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 |
|
robot-clickhouse
|
9cd889c9dd
|
Auto version update to [19.10.1.1] [54422]
|
2019-06-14 17:04:15 +03:00 |
|
robot-clickhouse
|
d16a4003b2
|
Auto version update to [19.9.1.636] [54421]
|
2019-06-14 17:03:13 +03:00 |
|
proller
|
09f3d68f6e
|
Use logging in clickhouse-local. Use config options in command line in clickhouse-client (#5540)
* Try fix macos server run
* Doc macos build
# Please enter the commit message for your changes. Lines starting
* CLICKHOUSE-3957 start wip
* tests wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix
* fix
* Making logger for clickhouse-local
* fixes
* wip
* wip
* wip
* wip
* clean
* cf
* wip
* fix
* Update CMakeLists.txt
* Update argsToConfig.h
* Update argsToConfig.cpp
* Update ExtendedLogChannel.h
* Update OwnPatternFormatter.cpp
|
2019-06-14 17:00:37 +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 |
|
coraxster
|
640653dfde
|
newline
|
2019-06-13 15:50:42 +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 |
|
dmitry kuzmin
|
89cc1440d8
|
fix float to decimal convert overflow
|
2019-06-13 11:40:30 +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 |
|
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
|
c800913e5a
|
Fix build clickhouse as submodule (#5574)
|
2019-06-10 21:50:46 +03:00 |
|
Vitaly Baranov
|
fd5fbcab25
|
Fix grammatical error in client.py
|
2019-06-10 18:11:51 +03:00 |
|
proller
|
836243d654
|
Merge remote-tracking branch 'upstream/master' into fix28
|
2019-06-10 12:44:22 +03:00 |
|
tai
|
e01138a7e7
|
feature: if MySQL table doesn't exits should report the error.
|
2019-06-10 15:51:14 +08:00 |
|