Alexey Milovidov
5be06d8556
Simplified expression (suggested by PVS-Studio)
2019-04-10 23:05:25 +03:00
Alexey Milovidov
37e086f3bf
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-10 22:57:42 +03:00
Alexey Milovidov
b4efebc6ac
Fixed error found by PVS-Studio
2019-04-10 22:57:30 +03:00
Danila Kutenin
e9bef32618
License to valid utf8 function
2019-04-10 22:09:27 +03:00
ogorbacheva
0c68126698
Doc fix: Add info about EXTRACT FROM (en, ru) ( #4950 )
2019-04-10 21:58:42 +03:00
chertus
ee6c83a2f7
global join: fix wrong name qualification (save replaced table name as alias)
2019-04-10 20:41:19 +03:00
Alexey Milovidov
f37d66bb2e
Brotli: additions to #4388
2019-04-10 19:12:31 +03:00
alexey-milovidov
e6fe6de30b
Merge pull request #4388 from fandyushin/brotli
...
Using brotli compression for HTTP responses (Accept-Encoding: br)
2019-04-10 18:27:28 +03:00
ogorbacheva
65e674a25a
Doc fix: Added text about relative path ( #4960 )
...
* Relative path
* Relative path
2019-04-10 17:18:48 +03:00
alesapin
f40ab95739
Merge pull request #4958 from Felixoid/entrypoint_skip_empty
...
Issue #4947 , add check for empty variable
2019-04-10 15:50:45 +03:00
Mikhail f. Shiryaev
87abf1f38e
Issue #4947 , add check for empty variable
2019-04-10 14:29:04 +02:00
BayoNet
c5acd61e0d
DOCAPI-5753: EN review and RU translation for use_minimalistic_part_header_in_zookeeper setting description. ( #4956 )
2019-04-10 15:13:45 +03:00
chertus
a698700faf
fix tests (external storages)
2019-04-10 14:44:58 +03:00
alesapin
d8d8077e06
Merge branch 'add_official_flag_to_packager'
2019-04-10 14:10:47 +03:00
alesapin
958b71c37f
Add official flag
2019-04-10 13:55:47 +03:00
Ivan Blinkov
e1054de567
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-10 13:21:05 +03:00
chertus
9205f92136
Merge branch 'master' into ast
2019-04-10 12:36:00 +03:00
BayoNet
1f6fc83c8e
DOCAPI-6126: Clarification of the 'round' function description. ( #4939 )
...
* DOCAPI-6126: Clarification of the 'round' function description.
* DOCAPI-6126: More text for round. EN
* DOCAPI-6126: RU
* DOCAPI-6126: Link fixes.
2019-04-10 10:17:40 +03:00
Mikhail Fandyushin
e566d10eee
HTTP Accept-Encoding: br; Revert using unbundled brotli library. FCixed using not initialized http respones ostream pointer
2019-04-10 00:59:44 +03:00
chertus
69ed2a5112
test for no column cause of bug in query optimisation
2019-04-09 20:43:23 +03:00
chertus
e53a50e01a
fix pushdown & build
2019-04-09 19:49:52 +03:00
chertus
9329410012
fix use after move
2019-04-09 17:59:06 +03:00
chertus
82dc1fb1db
rewrite ASTSelectQuery (consistent children)
2019-04-09 17:22:35 +03:00
alesapin
cc8186b77c
Add force-color option for ctest
2019-04-09 16:17:36 +03:00
Ivan Lezhankin
1311244203
Detect backports via manually set labels.
2019-04-09 14:57:46 +03:00
Ivan Lezhankin
78d5de9dd3
Respect label color to check for backporting
2019-04-09 12:55:10 +03:00
Ivan Lezhankin
40be310fa0
Prettify output
2019-04-09 12:25:18 +03:00
Ivan Lezhankin
692c5a6ed2
Better filter associated pull-requests
2019-04-08 22:28:08 +03:00
Mikhail Fandyushin
1aba05212f
HTTP Accept-Encoding: br; Always use internal brotli library
2019-04-08 21:14:30 +03:00
Mikhail Fandyushin
7fc9b8c6fb
Merge branch 'master' into brotli
2019-04-08 21:07:58 +03:00
Ivan Blinkov
2ffb007f3f
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-08 19:25:48 +03:00
BayoNet
aaa07dd5c3
DOCAPI-5203: Direct I/O settings for MergeTree descriptions. EN review and RU translation. ( #4848 )
2019-04-08 19:25:37 +03:00
alesapin
6f8471cf91
Merge pull request #4937 from yandex/disable_colored_without_tty
...
Disable colored output in non tty environment
2019-04-08 19:12:38 +03:00
Ivan Lezhankin
5a909b01b0
Print more problems
2019-04-08 19:11:13 +03:00
Ivan Blinkov
bc5414834c
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-08 19:07:37 +03:00
never lee
5ebdd0c134
translate docs/zh/operations/table_engines/join.md ( #4869 )
...
* translate docs/zh/operations/table_engines/join.md
* add a reference linking of 'join clause' into docs/{zh,en}/operations/table_engines/join.md
* more comment for docs/zh/operations/table_engines/join.md
2019-04-08 19:07:11 +03:00
BayoNet
579ec85b6e
DOCAPI-5102: JSONEachRow + insert_sample_with_metadata. EN review and RU Translation ( #4882 )
...
* DOCAPI-5102: New setting insert_sample_with_metadata description.
* DOCAPI-5102: Updated the descriptions of insert_sample_with_metadata setting and JSONEachRow format.
* DOCAPI-5102: Fixed the title case.
* DOCAPI-5102: Clarified the JSONEachRow and insert_sample_with_metadata descriptions.
* DOCAPI-5102: Clarification of the JSONEachRow description.
* DOCAPI-5102: EN review.
* DOCAPI-5102: RU translation.
* DOCAPI-5102: Fixed links.
2019-04-08 19:06:57 +03:00
Ivan Blinkov
87f6889ae6
Support building docs for stable releases in addition to docs from master ( #4940 )
2019-04-08 19:01:54 +03:00
Ivan Blinkov
b9cccd1fff
Support building docs for stable releases in addition to docs from master
2019-04-08 18:40:13 +03:00
Ivan Lezhankin
be23dff3b0
Initial implementation.
...
Prints "good" and "bad" commits.
2019-04-08 18:33:05 +03:00
alesapin
503d9c9004
Disable colored output in non tty environment
2019-04-08 15:35:48 +03:00
chertus
58d24c0840
join + array join: fix unexpected error
2019-04-08 15:35:26 +03:00
alesapin
80a235fdf9
Fix command in docker unit-tests image
2019-04-08 14:28:02 +03:00
alesapin
547d605822
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-08 14:26:28 +03:00
alesapin
0abec46c80
Add image for unit-tests
2019-04-08 14:26:18 +03:00
chertus
54ae20024f
fix asof big test (timeout & name)
2019-04-08 13:20:18 +03:00
Ivan Blinkov
e6273af4b7
Merge branch 'master' of github.com:yandex/ClickHouse
2019-04-08 12:14:02 +03:00
Danila Kutenin
b32c19c1b6
Merge pull request #4934 from danlark1/master
...
isValidUTF8 function added
2019-04-08 02:59:10 +03:00
Danila Kutenin
9dc6d8f0f5
Style
2019-04-08 00:23:15 +03:00
Danila Kutenin
3519598ae9
Accurate tail handling
2019-04-07 23:24:08 +03:00