Commit Graph

31225 Commits

Author SHA1 Message Date
alexey-milovidov
1ec7cb3546
Update range.cpp 2019-10-30 23:39:29 +03:00
alexey-milovidov
bb75c7469a
Merge pull request #7545 from ClickHouse/fix_only_tuple_columns
Fix only tuple columns in table.
2019-10-30 23:34:23 +03:00
proller
0006f2a370 Fix build without submodules (#7295)
* Build fixes

*            fix

* Fix

* fix

* Fix install(export..

* Freebsd fixes

* Freebsd fixes

* Fix warning

* fix

* More PRIVATE linking

* Fix review

* Timmy

* Timmy

* fix

* Try fix jemalloc link

* style
2019-10-30 23:34:06 +03:00
alexey-milovidov
d3ff05e90d
Merge pull request #7492 from amosbird/betterclient
Enable bracketed paste if possible
2019-10-30 23:29:56 +03:00
Alexey Milovidov
fe73354320 Improvements after #7510 2019-10-30 22:15:55 +03:00
Amos Bird
4609ca3189
Enable bracketed paste if possible 2019-10-31 02:33:45 +08:00
alexey-milovidov
ddb58eeb8b
Merge pull request #7510 from amosbird/smartcount
Instant count() for MergeTree
2019-10-30 20:42:00 +03:00
alexey-milovidov
2dfb99d79b
Merge pull request #7547 from BayoNet/en-docs/CLICKHOUSEDOCS-443-doc-fixes
DOCS-443: Minor documentation fixes
2019-10-30 20:20:44 +03:00
BayoNet
a06c8a1dec CLICKHOUSEDOCS-443: fixes. 2019-10-30 19:47:53 +03:00
alesapin
e2424bda4c Fix style 2019-10-30 19:00:40 +03:00
millb
864bfb20ad Docs added 2019-10-30 18:34:09 +03:00
alesapin
7f4e982d13 Add tests 2019-10-30 17:51:30 +03:00
alesapin
2b5ef8bdef Fix bug when table contains only tuple columns 2019-10-30 17:50:59 +03:00
Ivan
453ff2c071
Refactor packager (#7539) 2019-10-30 17:36:27 +03:00
Vasily Nemkov
be683588a5 Fixed CASTing Date and DateTime to DateTime64 2019-10-30 16:59:38 +03:00
hcz
4dca99fa65 Fix create as select parsing 2019-10-30 21:06:23 +08:00
BayoNet
e2bceb4b01 CLICKHOUSEDOCS-443: Fixes in translation and markup. 2019-10-30 15:46:22 +03:00
BayoNet
df4eb5098c Merge branch 'master' of github.com:ClickHouse/ClickHouse 2019-10-30 14:43:36 +03:00
Artem Zuikov
0f68c5a12a
Merge pull request #7530 from 4ertus2/joins
Fix right table key nullability (join_use_keys = 0)
2019-10-30 13:30:27 +03:00
Vasily Nemkov
bb04fd8e54 Type-support fixes 2019-10-30 13:10:51 +03:00
Ivan
4f2f5cca84
Add support for cross-compiling to the CPU architecture AARCH64 (#7370) 2019-10-30 10:01:53 +03:00
sundy-li
7292748012 fix docs 2019-10-30 10:06:30 +08:00
sundy-li
be9da37720 fix zero divide 2019-10-30 09:36:50 +08:00
chertus
deb2406b30 fix JOIN right table keys nullability 2019-10-29 22:39:42 +03:00
Ivan
4d27e8aa5b
Unpack toolchains into mounted volume (#7534) 2019-10-29 20:33:31 +03:00
Olga Khvostikova
b685b99f2f
Merge pull request #7532 from ClickHouse/stavrolia-add-test-greatcircledist
Add perftest for greatCircleDist
2019-10-29 19:51:33 +03:00
Olga Khvostikova
ff4d90f602
Add test for greatCircleDist 2019-10-29 19:49:37 +03:00
alexey-milovidov
6e837e86e6
Merge pull request #7500 from amosbird/parsernit
Fix DUMP debug.
2019-10-29 19:25:20 +03:00
Amos Bird
1eb44c6837
Add missing tests 2019-10-29 22:26:43 +08:00
chertus
12b57aedf0 remove error prone code 2019-10-29 16:52:05 +03:00
BayoNet
9f8c8ab481 CLICKHOUSEDOCS-420: EN review. RU translation. 2019-10-29 15:20:14 +03:00
Mikhail Korotov
24ab179695 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse 2019-10-29 15:08:30 +03:00
alesapin
d25279cf5c Update security changelog 2019-10-29 14:51:25 +03:00
Mikhail Korotov
d55736596e
Merge pull request #4 from ClickHouse/master
refresh #4
2019-10-29 14:51:22 +03:00
BayoNet
833c1bb5e3 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2019-10-29 14:40:25 +03:00
sundy-li
6f2cce37d7 fix move 2019-10-29 19:22:00 +08:00
sundy-li
718fb99939 fix move 2019-10-29 19:20:35 +08:00
alesapin
cde07dd620 Disable context replacement for internal queries 2019-10-29 13:27:19 +03:00
Amos Bird
2c75a51d4f
Instant count() for MergeTree
Use (Replicated)MergeTree's metadata to do trivial count()
2019-10-29 17:45:47 +08:00
liu-bov
7b3e34a79a docs(repeat): Added repeat function description 2019-10-29 12:39:29 +03:00
sundy-li
00389a67a0 add more tests 2019-10-29 14:55:59 +08:00
sundy-li
66ffec32f7 improve range to support start,step args 2019-10-29 14:33:03 +08:00
zhang2014
281c81cab7 fix sync zh get_started 2019-10-29 14:27:51 +08:00
zhang2014
6db3da855d add show help & no-pager 2019-10-29 14:20:12 +08:00
sundy-li
9eb77a59e3 fix index 2019-10-29 13:20:18 +08:00
sundy-li
a653f50432 remove logs 2019-10-29 13:01:45 +08:00
sundy-li
dbd3227e5a fixup partial const column 2019-10-29 11:51:27 +08:00
Ivan Blinkov
68fa3411b2
stale.yml tuning 2019-10-29 11:07:11 +08:00
sundy-li
3f1651fa29 improve range 2019-10-29 11:03:47 +08:00
Ivan Blinkov
9002f22403
Update upcoming meetups 2019-10-29 10:45:51 +08:00