Sergei Shtykov
1b1e4970ab
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-548-adopters
2020-03-06 14:10:04 +03:00
Sergei Shtykov
36de225bb2
CLICKHOUSEDOCS-548: Adopters
2020-03-06 13:50:43 +03:00
alexey-milovidov
f281724066
Merge pull request #9530 from excitoon-favorites/fixmissingdisk
...
Fixed wrong log messages about missing default disk or policy
2020-03-06 05:41:23 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
...
Generate table function
2020-03-06 03:40:22 +03:00
alexey-milovidov
ff4204a745
Merge pull request #9489 from ClickHouse/default_on_aliases
...
Add ability to create defaults from aliases
2020-03-06 03:25:25 +03:00
alexey-milovidov
ceba898484
Merge branch 'master' into default_on_aliases
2020-03-06 03:24:46 +03:00
alexey-milovidov
20d353c04b
Merge pull request #9481 from ClickHouse/better_defaults
...
Restrict to use SELECT in columns default expressions.
2020-03-06 03:23:47 +03:00
alexey-milovidov
520ec823f5
Merge pull request #9346 from den-crane/patch-18
...
Doc change explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 00:18:54 +03:00
alexey-milovidov
18bda0842f
Merge pull request #9528 from ClickHouse/test-reliable-to-random-stucks
...
Make "performance_introspection_and_logging" test reliable to random server stuck
2020-03-06 00:14:56 +03:00
alexey-milovidov
e245d42644
Merge pull request #9527 from ClickHouse/better-exception-message-cannot-load-table
...
Better exception message while loading tables for database ordinary
2020-03-06 00:14:26 +03:00
Vladimir Chebotarev
1a2122a854
Fixed wrong log messages about missing default disk or policy.
2020-03-06 00:03:59 +03:00
alexey-milovidov
a0187cf4a6
Merge pull request #9529 from ClickHouse/tac0x2a-gitlocalize
...
Merging Japanese translation from Tac0x2a
2020-03-05 23:30:37 +03:00
Alexey Milovidov
53fdf6cc8e
Merge commit '1de7401' into tac0x2a-gitlocalize
2020-03-05 23:29:05 +03:00
Alexey Milovidov
1c5c8b7131
Fixed symlinks #9220 #9222
2020-03-05 23:24:40 +03:00
Alexey Milovidov
9fa0d24527
Merge branch 'gitlocalize-10969' of https://github.com/tac0x2a/ClickHouse into tac0x2a-gitlocalize
2020-03-05 23:17:02 +03:00
Alexey Milovidov
fa85385d34
Make "performance_introspection_and_logging" test reliable to random stucks
2020-03-05 23:11:06 +03:00
Alexey Milovidov
c968e55da7
Miscellaneous #9409
2020-03-05 23:00:49 +03:00
Alexey Milovidov
5696806426
Translate a comment in mysqlxx #4904
2020-03-05 22:55:39 +03:00
alexey-milovidov
3645375f71
Merge pull request #9409 from clemrodriguez/mysqlxx-share-connection
...
Mysqlxx share connection for external dictionaries only
2020-03-05 22:43:23 +03:00
Alexey Milovidov
92cb5fa8bb
Merge branch 'better-exception-message-cannot-load-table' of github.com:ClickHouse/ClickHouse into better-exception-message-cannot-load-table
2020-03-05 22:30:16 +03:00
Alexey Milovidov
67d202a5f0
Addition to prev. revision
2020-03-05 22:30:08 +03:00
alexey-milovidov
66f8e9901d
Update DatabaseOrdinary.cpp
2020-03-05 22:27:36 +03:00
Alexey Milovidov
3cad682583
Better exception message while loading tables for database ordinary
2020-03-05 22:25:54 +03:00
Alexey Milovidov
0b063b8db2
Added results for AMD EPYC
2020-03-05 21:57:10 +03:00
Alexey Milovidov
7cd584b8ee
Merge branch 'master' into better_defaults
2020-03-05 21:30:46 +03:00
Alexey Milovidov
c4f4e6b97e
Added a test from Michael Filimonov
2020-03-05 21:24:31 +03:00
alexey-milovidov
0412d5ff79
Merge pull request #9525 from ClickHouse/fix-flacky-alter-test
...
Attempt to fix flacky test '00910_zookeeper_test_alter_compression_codecs'
2020-03-05 21:06:07 +03:00
alexey-milovidov
678cc00d30
Update StorageGenerate.cpp
2020-03-05 21:01:36 +03:00
Ivan Blinkov
6b88c87cdc
Update README.md
2020-03-05 19:55:42 +02:00
Alexey Milovidov
d4dcd1a2d5
Merge branch 'master' into default_on_aliases
2020-03-05 20:42:30 +03:00
alexey-milovidov
adcf1735d6
Update TableFunctionGenerate.cpp
2020-03-05 18:39:03 +03:00
alexey-milovidov
92f84c8839
Update TableFunctionGenerate.h
2020-03-05 18:37:47 +03:00
alexey-milovidov
41ce2ad5b8
Update 00910_zookeeper_test_alter_compression_codecs.sql
2020-03-05 18:22:47 +03:00
alexey-milovidov
a4573ab7df
Quote some identifiers when formatting SQL queries. ( #9142 )
...
* Added test
* Different way to fix the issue
* Different way to fix the issue
* Descend instead of syntax error while parsing INTERVAL operators
* Remove old comment
2020-03-05 17:55:53 +03:00
alexey-milovidov
e64e6d7b57
Merge pull request #9524 from ClickHouse/parallel-insert-select-wrong-code
...
Fixed absolutely wrong documentation for parallel INSERT SELECT
2020-03-05 17:53:32 +03:00
alexey-milovidov
e68d31d605
Merge pull request #8594 from excitoon-favorites/substitutestorageconfiguration
...
Added reloading storage configuration from configuration file
2020-03-05 17:52:47 +03:00
alexey-milovidov
adfbd81f32
Merge pull request #9511 from Slach/docs/fix_heathcheck_http_interface_description
...
add reference to http_server_default_response in HTTP interface description
2020-03-05 17:52:12 +03:00
Alexey Milovidov
bdabcccc7b
Retry when we should
2020-03-05 16:12:00 +03:00
Alexey Milovidov
d6b7f81866
Attempt to fix flacky test
2020-03-05 15:46:05 +03:00
Alexey Milovidov
63423a5162
Fixed absolutely wrong documentation for parallel INSERT SELECT
2020-03-05 15:27:32 +03:00
Nikita Mikhaylov
b3ad57a723
Merge pull request #9513 from filimonov/kafka_exceptions_from_destructors
...
Kafka exceptions from destructors
2020-03-05 12:28:03 +03:00
Sergei Shtykov
b1d63c51fe
CLICKHOUSEDOCS-548: More adopter.
2020-03-05 11:38:54 +03:00
Vladimir Chebotarev
db87e6f668
Fixed style.
2020-03-05 11:21:53 +03:00
Slach
202af42d17
add description for /ping http handler
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-03-05 12:35:48 +05:00
alexey-milovidov
1d51ad0296
Merge pull request #9261 from CurtizJ/improve-index-in
...
Improve performance of analysing index with IN
2020-03-05 01:03:52 +03:00
alexey-milovidov
4629f78da7
Merge pull request #9507 from filimonov/kafka_write_suffix_exception
...
Proper processing of exception in write_suffix in Kafka
2020-03-05 00:15:07 +03:00
alexey-milovidov
3ab274469e
Merge pull request #9391 from ClickHouse/array-slice-aggregate-function
...
Implement arraySlice for arrays with aggregate function states.
2020-03-05 00:10:31 +03:00
Mikhail Filimonov
9705e3ffab
Style fixes
2020-03-04 19:07:36 +01:00
Mikhail Filimonov
1be66874f9
Kafka: catch and log exceptions in desctructors. Fixes #9494
2020-03-04 17:45:03 +01:00
alexey-milovidov
3ae13f646a
Merge pull request #9495 from azat/progress-on-tcp
...
Fix progress over tcp
2020-03-04 19:19:54 +03:00