alesapin
80cc4dc88c
Save unit tests binary after binary build
2019-03-28 13:34:05 +03:00
alesapin
eb4cc81176
Add llvm-8 to stress test docker image
2019-03-28 12:29:48 +03:00
Gary Dotzler
da68dd0297
Update Buffer docs for PREWHERE
...
PREWHERE support was added to the Buffer engine in #4671
2019-03-28 09:15:57 +00:00
alexey-milovidov
2fd83f06f5
Update float.md
2019-03-28 00:31:08 +03:00
alexey-milovidov
d731b437d3
Merge pull request #4782 from yandex/always-backquote-column-names
...
Always backquote column names
2019-03-28 00:23:02 +03:00
Alexey Milovidov
372b032f51
Merge branch 'master' of github.com:yandex/ClickHouse
2019-03-27 22:26:13 +03:00
Alexey Milovidov
faf9462c37
Added support for constant-constant case in multi-search functions
2019-03-27 22:25:58 +03:00
alexey-milovidov
5f99f44768
Update CHANGELOG_RU.md
2019-03-27 22:12:53 +03:00
alexey-milovidov
0a01a2f2d9
Merge pull request #4816 from yandex/add-setting-to-disable-hyperscan
...
Added a setting to disallow Hyperscan.
2019-03-27 22:02:30 +03:00
alexey-milovidov
45f3c5d5a7
Merge pull request #4825 from proller/fix24
...
Add libglibc-compatibility/musl/getentropy.c
2019-03-27 22:00:13 +03:00
alexey-milovidov
5e184d6cca
Merge pull request #4815 from 4ertus2/nulls
...
Fix crash when joining not nullable with nullable
2019-03-27 21:59:38 +03:00
Alexey Milovidov
4c71f1ba4b
Updated tests, part 2
2019-03-27 21:58:08 +03:00
proller
4355172afe
Merge remote-tracking branch 'upstream/master' into fix26
2019-03-27 18:03:43 +00:00
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