Commit Graph

23875 Commits

Author SHA1 Message Date
proller
7bcf8ec344 Fix install in shared mode 2019-03-27 20:37:38 +03:00
proller
0fff8a785b Add libglibc-compatibility/musl/getentropy.c 2019-03-27 19:12:47 +03:00
proller
7d1be03a16 CLICKHOUSE-4386 Version in exceptions 2019-03-27 18:46:46 +03:00
chertus
2a5b4b3b31 fix ANY JOIN nulls in right key (ALL JOIN is still affected) 2019-03-27 16:37:11 +03:00
BayoNet
6e3f7f62eb DOCAPI-5755: EN review and RU translation for the enable_optimize_predicate_expression setting desctiprion (#4818) 2019-03-27 13:13:46 +03:00
chertus
e92dcd4774 fix clang release build 2019-03-27 01:47:38 +03:00
Martijn Bakker
ac68fc8088 pass the half-enforced style checks such that they cannot be run on a whole file automatically :( 2019-03-26 22:05:51 +00:00
Alexey Milovidov
874e06d284 Added a test 2019-03-27 01:03:02 +03:00
Alexey Milovidov
42dd521e45 Added a setting to disallow Hyperscan 2019-03-27 00:56:46 +03:00
Martijn Bakker
8d6f554f1a fix the timestamps for the tests 2019-03-26 21:26:14 +00:00
Martijn Bakker
84f40ddf02 fix build as cpp does not do partial function specialization 2019-03-26 20:13:15 +00:00
chertus
274916d944 Merge branch 'master' into nulls 2019-03-26 23:04:39 +03:00
chertus
0a0e986f75 fix crash on join not nullable with nullable 2019-03-26 22:46:03 +03:00
Alexey Milovidov
9e263fb0ca Updated tests, part 1 #4782 2019-03-26 22:23:12 +03:00
Martijn Bakker
f6987cfa52 have the parser recognize asof joins and feed them through to the executor
insert the time series into a struct ready for joining

working version that inserts the data into the hash table using the existing dispatching machinery for various types

working asof left join in clickhouse

add a test for the asof join

do some asof join cleanup

revisit the logic in case the values match between left and right side
2019-03-26 19:17:21 +00:00
Alexey Milovidov
80a523f470 Merge branch 'master' into always-backquote-column-names 2019-03-26 21:29:33 +03:00
alexey-milovidov
f7513eed3d
Merge pull request #4814 from ogorbacheva/DOCAPI-5971-limit-offset
Doc fix: add info about syntax `LIMIT OFFSET` (en, ru)
2019-03-26 20:36:40 +03:00
alexey-milovidov
81017bc14c
Merge pull request #4811 from yandex/avoid-progress-bar-flicker
Avoid progress bar flicker
2019-03-26 20:36:04 +03:00
Alexey Milovidov
87e72a9941 Removed bug (already fixed) #4108 2019-03-26 20:27:03 +03:00
Alexey Milovidov
43fd01589a Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-26 20:24:12 +03:00
Alexey Milovidov
75f1ba6763 Added bug 2019-03-26 20:23:59 +03:00
alexey-milovidov
aab7c79220
Merge pull request #4671 from LiuYangkuan/Buffer-supportsPrewhere
change supportsPrewhere() of Buffer and return its destination_table supportsPrewhere
2019-03-26 19:55:27 +03:00
ogorbacheva
1bbde45c8b Merge branch 'master' into DOCAPI-5971-limit-offset 2019-03-26 19:52:16 +03:00
alexey-milovidov
b8d9ed6f54
Merge pull request #4723 from 4ertus2/joins
Fix LEFT JOIN with const column + lots of Join.cpp refactoring
2019-03-26 19:46:46 +03:00
alexey-milovidov
c2e4942009
Merge pull request #4705 from 4ertus2/ast
SelectQueryOptions + fix duplicates in GLOBAL JOIN with asterisks
2019-03-26 19:45:27 +03:00
alexey-milovidov
d047a62e31
Merge pull request #4790 from TCeason/fix_crash
Fix crash when distributed modify order by
2019-03-26 19:41:00 +03:00
ogorbacheva
dc015ee5bf LIMIT OFFSET syntax 2019-03-26 19:40:43 +03:00
ogorbacheva
9fbb19f073 LIMIT OFFSET syntax 2019-03-26 19:39:49 +03:00
alexey-milovidov
04e76f40de
Update 00910_crash_when_distributed_modify_order_by.sql 2019-03-26 19:37:58 +03:00
alexey-milovidov
a7c5f45f10
Merge pull request #4799 from simPod/upgrade-librdkafka
Upgrade librdkafka to v1.0.0
2019-03-26 19:34:19 +03:00
alexey-milovidov
31af137618
Merge pull request #4813 from ogorbacheva/DOCAPI-3848-array-sort
Doc fix: added info about NULLs and NaNs order in arraySort (en, ru)
2019-03-26 19:33:20 +03:00
alexey-milovidov
e2b2ac0876
Merge pull request #4674 from smirnov-vs/fix-capnproto
Fix reading capnproto. Loading messages by HTTP does not working correctly :(
2019-03-26 19:21:21 +03:00
ogorbacheva
b747608b7f Add info about NULLs and NaNs in arraySort 2019-03-26 18:46:50 +03:00
Alexey Milovidov
3bf831b34c Removed two unused files from debian directory 2019-03-26 18:10:04 +03:00
alexey-milovidov
4f1e1c29d4
Merge pull request #4807 from ogorbacheva/DOCAPI-4156-between
Doc fix: added `NOT BETWEEN` operator
2019-03-26 17:42:44 +03:00
Alexey Milovidov
9bc4632f20 Avoid progress bar flicker 2019-03-26 17:36:56 +03:00
Ivan Blinkov
e49247a22c
Website Dockerfile fix (#4809) 2019-03-26 16:30:12 +03:00
Danila Kutenin
62dde447ab Better type system in Volnitsky 2019-03-26 16:20:17 +03:00
ogorbacheva
78e55ba677 Merge branch 'master' into DOCAPI-4156-between 2019-03-26 15:47:01 +03:00
ogorbacheva
735ae294dd Add NOT BETWEEN operator 2019-03-26 15:44:25 +03:00
ogorbacheva
efe35835af fix issue (#4805) 2019-03-26 15:41:11 +03:00
Ivan Blinkov
9cdbdf7cf5
CLICKHOUSE-3006: get rid of nodejs during website build (#4803)
* CLICKHOUSE-3006: get rid of nodejs during website build

* webassets is not actually used
2019-03-26 12:50:28 +03:00
Simon Podlipsky
56bdbae79e Upgrade librdkafka to v1.0.0 2019-03-26 10:40:14 +01:00
BayoNet
333b56ccfa DOCAPI-4177: HTTP compression settings a described. (#4801) 2019-03-26 11:05:41 +03:00
tai
9d232778fc Fix crash when distributed modify order by
Did not determine if order_by_ast is empty.
If it is null, it will clone a null pointer and cause server crash.
2019-03-26 13:33:39 +08:00
Alexey Milovidov
14480744aa Removed excessive and unbalanced whitespaces from formatted CREATE query 2019-03-26 00:44:10 +03:00
proller
1584fd4367
Fix hyperscan library find and use (#4798) 2019-03-26 00:31:00 +03:00
Alexey Milovidov
7a8234580c Merge branch 'master' into always-backquote-column-names 2019-03-25 23:26:59 +03:00
alexey-milovidov
dd4add2762
Merge pull request #4793 from proller/fix26
Upgrade boost to 1.69
2019-03-25 21:17:39 +03:00
Alexey Milovidov
67b6a8966b Attempt to make compositions with COWPtr more convenient 2019-03-25 20:56:18 +03:00