Commit Graph

24002 Commits

Author SHA1 Message Date
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
Ivan Blinkov
f669f0ce23 Website Dockerfile fix 2019-03-26 16:29:02 +03:00
Ivan Blinkov
3edcf1429a Website Dockerfile fix 2019-03-26 16:28:09 +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
Ivan Blinkov
876cab3872 webassets is not actually used 2019-03-26 12:49:32 +03:00
Simon Podlipsky
56bdbae79e Upgrade librdkafka to v1.0.0 2019-03-26 10:40:14 +01:00
Ivan Blinkov
9ee019d975 CLICKHOUSE-3006: get rid of nodejs during website build 2019-03-26 12:28:08 +03: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
proller
7333170090
Fix client detection in ctest (#4795) 2019-03-25 20:31:45 +03:00
Vladislav Smirnov
7a02d320ff rewrite capnproto reading 2019-03-25 20:17:58 +03:00
Vladislav Smirnov
08b7c48286 Merge remote-tracking branch 'upstream/master' into fix-capnproto 2019-03-25 19:24:30 +03:00
alesapin
268ebcd3da Fix in clickhouse-test --binary option can accept path 2019-03-25 18:03:12 +03:00
proller
e46fdfa807 Upgrade boost to 1.69 2019-03-25 17:44:17 +03:00
chertus
aac69eaa2c Merge branch 'joins' into nulls 2019-03-25 14:54:47 +03:00
never lee
caff24e278 translate docs/zh/operations/table_engines/merge.md (#4778)
* translate part of materializedview.md

* translate docs/zh/operations/table_engines/merge.md

* optimize docs/zh/operations/table_engines/merge.md

* translate docs/zh/operations/table_engines/materializedview.md

* optimize docs/zh/operations/table_engines/merge.md
2019-03-25 09:47:58 +03:00
Alexey Milovidov
fb19cf1eec Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
alexey-milovidov
06e79a7643
Merge pull request #4780 from danlark1/master
Hyperscan string search regular expression matching was added
2019-03-25 04:26:18 +03:00
Danila Kutenin
1e1e3b3d38 Fix hyperscan, add some notes, test, 4 more perf tests 2019-03-25 00:47:34 +03:00
Danila Kutenin
4b7824095e Possible fixes to docker containers 2019-03-24 21:24:56 +03:00
Danila Kutenin
18660a144d hyperscan fat runtime disabled because of glibc and thread sanitizers 2019-03-24 17:24:04 +03:00
Alexey Milovidov
af5193736a Attempt to make compositions with COWPtr more convenient 2019-03-24 05:22:39 +03:00
Alexey Milovidov
c76a4e9dd2 Attempt to make compositions with COWPtr more convenient 2019-03-24 05:21:01 +03:00
Alexey Milovidov
2dca389f20 Attempt to make compositions with COWPtr more convenient 2019-03-24 04:42:58 +03:00
alexey-milovidov
f3a8149ab9
Merge pull request #4781 from yandex/ast-create-query-move-to-cpp
ParserCreateQuery: moved code to cpp
2019-03-24 04:35:34 +03:00
Danila Kutenin
70eb82e98c ragel fix 2019-03-24 03:00:20 +03:00
Danila Kutenin
1c90d98d16 Clang fix 2019-03-24 02:56:52 +03:00
Alexey Milovidov
5bd3246e8d Miscellaneous 2019-03-24 02:31:29 +03:00
Danila Kutenin
e3b351e285 One more incompatibility fixed 2019-03-24 02:04:07 +03:00
Alexey Milovidov
001de1a340 Always backquote column names in CREATE/ATTACH queries 2019-03-24 02:01:57 +03:00
Alexey Milovidov
ad6648afb0 Moved more code to .cpp 2019-03-24 01:58:08 +03:00
Danila Kutenin
725139f0f5 Renamings, fixes to search algorithms, more tests 2019-03-24 01:49:38 +03:00
Alexey Milovidov
25ab402d21 ParserCreateQuery: moved code to cpp 2019-03-24 01:45:28 +03:00
Danila Kutenin
f8001b41ba Hyperscan multi regular expressions search 2019-03-23 22:40:16 +03:00
Danila Kutenin
7814ccbb29 Hyperscan deleted from submodules 2019-03-23 17:47:15 +03:00
alexey-milovidov
2a57e69111
Merge pull request #4777 from yandex/olegkv-master
Merging #4741
2019-03-23 17:25:48 +03:00