Commit Graph

25899 Commits

Author SHA1 Message Date
hcz
aea8d93248 Fix tests 2019-06-28 15:17:47 +08:00
fredchenbj
e3b3ca8d0e IO: fix endian portable on macos x
Signed-off-by: fredchenbj <cfworking@163.com>
2019-06-28 15:15:56 +08:00
hcz
fc6140ade8 Add tests 2019-06-28 13:00:26 +08:00
Vladimir Chebotarev
b0b821e5e3 Moved Arch Linux package template to a proper folder. 2019-06-28 07:22:03 +03:00
hcz
1d2695cbd2 Add alias flatten/arrayFlatten 2019-06-28 11:55:09 +08:00
Danila Kutenin
5cc91161e9 Comments 2019-06-28 00:44:21 +03:00
Danila Kutenin
407cf9a229 Comments 2019-06-28 00:43:50 +03:00
alesapin
ab8dd1d4e3
Merge pull request #5769 from yandex/add_rpm_build_to_packager
Add ability to build rpm and tgz packages via packager
2019-06-27 23:14:19 +03:00
Alexey Milovidov
3c4784a466 Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica 2019-06-27 22:18:28 +03:00
proller
26b941b6d1 Merge remote-tracking branch 'upstream/master' into fix27 2019-06-27 21:43:55 +03:00
proller
da6490c11d renamed: Functions/array/notEmpty.cpp -> Functions/notEmpty.cpp 2019-06-27 21:43:40 +03:00
alexey-milovidov
1acc67b2ae
Update PKGBUILD.in 2019-06-27 21:35:18 +03:00
alexey-milovidov
bf5c42ffb1
Update PKGBUILD.in 2019-06-27 21:34:06 +03:00
alexey-milovidov
5b1337f117
Merge pull request #5727 from shurshun/init_auth_support
add auth support for init script: fix pr #5321
2019-06-27 21:29:11 +03:00
alexey-milovidov
ebaced1065
Update find_mimalloc.cmake 2019-06-27 21:16:15 +03:00
Ivan Blinkov
15db523d2f
Remove past events 2019-06-27 21:09:55 +03:00
alexey-milovidov
7ce4cd7861
Merge pull request #5745 from nvartolomei/nv/clickhouse-copier-cross-replication
clickhouse-copier: Allow empty database name
2019-06-27 21:09:00 +03:00
alexey-milovidov
036577327d
Merge pull request #5778 from CurtizJ/19.8-changelog2
Changelog fixes
2019-06-27 21:05:53 +03:00
Anton Popov
101ff457ab
Update CHANGELOG.md 2019-06-27 21:03:03 +03:00
CurtizJ
d06b27ad94 changelog fixes 2019-06-27 20:49:37 +03:00
proller
0baaa4b254 Move file Functions/array/empty.cpp -> Functions/empty.cpp 2019-06-27 20:45:41 +03:00
proller
5fdc88075e Cmake: add option for coverage flags: WITH_COVERAGE 2019-06-27 20:37:24 +03:00
alexey-milovidov
ea37aeb1b4
Merge pull request #5774 from yandex/gcc-9
Compatibility with gcc-9
2019-06-27 20:24:09 +03:00
alesapin
11899635f5 Merge branch 'master' of github.com:yandex/ClickHouse 2019-06-27 19:53:35 +03:00
alesapin
42e080d65a Update PVS studio version 2019-06-27 19:53:23 +03:00
akuzm
94d459e213
Update the links for working with aggregate function states. 2019-06-27 19:20:09 +03:00
alexey-milovidov
8409b206db
Update CHANGELOG.md 2019-06-27 19:17:28 +03:00
alexey-milovidov
6882ac71bb
Update CHANGELOG.md 2019-06-27 19:16:00 +03:00
alexey-milovidov
e99e7e4034
Merge pull request #5754 from CurtizJ/19.8-changelog
Add changelog for 19.8.3.8, 19.7.5.27 and 19.6.3.18
2019-06-27 19:13:00 +03:00
alesapin
2d0aa1224b Merge branch 'master' of github.com:yandex/ClickHouse 2019-06-27 19:04:49 +03:00
alesapin
265c18b45f Fix tgz-release in push packages 2019-06-27 19:00:26 +03:00
alexey-milovidov
f81b11a01e
Merge pull request #5766 from simPod/patch-1
Update machine_learning_functions.md
2019-06-27 18:50:44 +03:00
alexey-milovidov
246f34d8f6
Merge pull request #5768 from abyss7/better-log
Print table name in message about missing column
2019-06-27 18:49:40 +03:00
proller
1bb911f742 release --rpm: Fix redefining version 2019-06-27 18:37:13 +03:00
Danila Kutenin
35630f2abd MI_SECURE added 2019-06-27 18:25:44 +03:00
Danila Kutenin
e67431e455 Use mimalloc instead of lfallocator 2019-06-27 18:13:19 +03:00
Alexey Milovidov
e33d482271 Fixed warning in gcc-9 2019-06-27 17:44:39 +03:00
Alexey Milovidov
c8d5162ec2 Compatibility with gcc-9 #5717 2019-06-27 17:28:48 +03:00
proller
0bd65f49a2 Better release --rpm 2019-06-27 17:12:53 +03:00
Maxim Akhmedov
2cacc3cfd2 CHYT-142: extend KeyCondition interface so that it returns BoolMask. 2019-06-27 16:31:33 +03:00
Alexey Milovidov
e3277c191b Fixed idiotic inconsistency in code 2019-06-27 16:26:06 +03:00
Alexey Milovidov
8f3ff6c77a Removed inconsistent whitespaces 2019-06-27 16:20:33 +03:00
proller
aeb7eb42d1 clickhouse-copier: Fix use-after free on shutdown (#5752)
* release script: convert .deb to .rpm and .tgz

* clickhouse-copier: Fix use-after free on shutdown

* Revert "Disable cluster copier tests"

This reverts commit 71872fc3c3.
2019-06-27 15:29:49 +03:00
Nikolai Kochetov
8e4bb58c4c
Merge pull request #5757 from yandex/leader_queries_ddl_worker
Execute some distributed DDL queries on leader
2019-06-27 15:12:37 +03:00
alexey-milovidov
553342a74a
Update file.md 2019-06-27 14:23:23 +03:00
alesapin
1773d85bed Add ability to build rpm and tgz packages via packager 2019-06-27 14:16:56 +03:00
Alexey Milovidov
f6265d332a Fixed bad translation in comment 2019-06-27 14:13:32 +03:00
Ivan Lezhankin
9d3eef80b0 Print table name in message about missing column. 2019-06-27 13:56:04 +03:00
Šimon Podlipský
57751773cd
Update machine_learning_functions.md
Naming consistency
2019-06-27 12:35:48 +03:00
alexey-milovidov
bb77b7a326
Merge pull request #5760 from proller/fix25
Fix freebsd build
2019-06-26 23:47:10 +03:00