Commit Graph

77054 Commits

Author SHA1 Message Date
Azat Khuzhin
b7030720b6 Add comments for ReplxxLineReader::executeEditor() 2021-11-16 23:26:41 +03:00
Azat Khuzhin
7576f4d9cd Fix waiting of the editor during interactive query edition
On resize (SIGWINCH) waitpid() will fail with EINTR error, and after
this clickhouse-client/clickhouse-local will works concurrently.
2021-11-16 23:26:41 +03:00
Azat Khuzhin
6fdbffb533 Avoid using extra shell for editor invocation (for query editing) 2021-11-16 23:26:41 +03:00
alexey-milovidov
66f142c4eb
Update adopters.md 2021-11-16 22:25:06 +03:00
tavplubix
7a4c02b3c8
Merge pull request #31451 from ClickHouse/minor_improvement_test_replicated_fetches_bandwidth
Minor improvement for test_replicated_fetches_bandwidth
2021-11-16 21:45:10 +03:00
Cody Baker
c1d8beed8e
Update description for webinar calendar links (#31433) 2021-11-16 20:26:58 +03:00
Nikolay Degterinsky
50e004d45a
Merge pull request #31453 from jus1096/patch-3
Fix link to AggregateFunction
2021-11-16 17:38:13 +03:00
Nikolay Degterinsky
d64318ab4a
Merge pull request #31454 from jus1096/patch-4
FIx link to sumMap function
2021-11-16 17:37:31 +03:00
olgarev
1cd1677b0c
DOCSUP-14532: Support SETTINGS clause for S3 engine (#30982) 2021-11-16 16:25:12 +03:00
jus1096
bd093c54d1
FIx link to sumMap function
FIx link to sumMap function
2021-11-16 16:21:45 +03:00
jus1096
b3714362a8
Fix link to AggregateFunction
Corrected link to AggregateFunction
2021-11-16 16:17:52 +03:00
Alexander Tokmakov
d8a7ffaa65 minor improvement for test_replicated_fetches_bandwidth 2021-11-16 16:02:07 +03:00
tavplubix
33122597fe
Merge pull request #31410 from stigsb/materialized-mysql-create-table-like
Handle CREATE TABLE LIKE in MaterializedMySQL
2021-11-16 14:10:58 +03:00
Nikolai Kochetov
38935d91ac
Merge pull request #31317 from azat/fix-tsan-in-async_socket_for_remote
Fix possible data-race in case of query cancellation with async_socket_for_remote
2021-11-16 13:03:05 +03:00
Nikolai Kochetov
15cd3dc307
Merge pull request #31006 from vzakaznikov/fix_live_view_underusing_cpu
Fixing query performance issue in Live Views
2021-11-16 12:43:33 +03:00
tavplubix
710fbebafc
Merge pull request #30977 from ClickHouse/check_dependencies_on_drop
Check dependencies on DROP TABLE
2021-11-16 11:38:42 +03:00
alesapin
d683b1e36b
Merge pull request #31413 from ClickHouse/turn_on_more_ci_checks
Turn on more CI checks
2021-11-16 10:32:52 +03:00
alesapin
ee0fe51776 Fix main: 2021-11-15 23:42:08 +03:00
alesapin
5882dccf01 More tests, better dependecies 2021-11-15 22:30:10 +03:00
Kseniia Sumarokova
b040890fcf
Merge pull request #31420 from kssenii/fix-positional-args-bug
Fix group by with positional args
2021-11-15 20:42:58 +03:00
Kseniia Sumarokova
0e44799dac
Merge pull request #31427 from jus1096/patch-1
Fix link to external PostgreSQL dict
2021-11-15 20:14:49 +03:00
jus1096
b5a653c838
Fix link to external PostgreSQL dict
Corrected link to external dictionary PostgreSQL
2021-11-15 18:09:04 +03:00
alesapin
72b3326068 Fix yml 2021-11-15 17:41:15 +03:00
Ilya Yatsishin
e5301ab712
Merge pull request #31286 from cfcz48/add_oss_support
Aliyun OSS Storage support
2021-11-15 17:00:27 +03:00
Stig Bakken
3eac620d4d Handle CREATE TABLE LIKE in MaterializedMySQL 2021-11-15 14:43:50 +01:00
tavplubix
c3219a00aa
Merge pull request #31333 from azat/global-ctx-tmp-tables
Do not try to resolve temporary tables from global context
2021-11-15 16:35:02 +03:00
alesapin
5df1c080c9 Binary release 2021-11-15 16:20:48 +03:00
Vitaliy Zakaznikov
63c70f6281 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into fix_live_view_underusing_cpu 2021-11-15 07:50:27 -05:00
kssenii
6fe803e31e Fix 2021-11-15 15:09:04 +03:00
tavplubix
27d327f304
Merge pull request #31134 from Russiancold/patch-1
Fix system tables introduction link
2021-11-15 14:52:06 +03:00
Amos Bird
30b06a969b
Cancel vertical merges (#31057)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-11-15 14:32:53 +03:00
alesapin
b45c8694f8 More workflows 2021-11-15 14:20:33 +03:00
Alexander Tokmakov
416a82b99a Merge branch 'master' into check_dependencies_on_drop 2021-11-15 13:35:45 +03:00
alesapin
7179b86dbb More CI checks 2021-11-15 13:22:02 +03:00
alesapin
af820f85d3
Merge pull request #31259 from azat/temporary_directories_lifetime-message-fix
Print warning during old directories cleanup in MergeTree only if it is old
2021-11-15 12:56:31 +03:00
alesapin
fe0cbd6036
Merge pull request #31340 from ClickHouse/get_rid_of_build_number
Remove some copypaste from CI
2021-11-15 12:46:07 +03:00
alesapin
a4c711ba8b
Merge pull request #31406 from ClickHouse/tavplubix-patch-5
Remove excessive debug info from the log message in DDLWorker
2021-11-15 12:38:03 +03:00
Azat Khuzhin
48e9456e75 Disable log_queries in clickhouse-copier
This will avoid calling Context::addQueryFactoriesInfo()

v2: disable it in ClusterCopier::reloadTaskDescription() too
v3: just create local context and pass it to the ClusterCopier instead
of global context
2021-11-15 10:32:30 +03:00
Azat Khuzhin
6274c7bfc2 Do not use global context for query execution in clickhouse-copier 2021-11-15 10:32:19 +03:00
Azat Khuzhin
fe36884110 Convert assert(!isGlobalContext()) to LOGICAL_ERROR 2021-11-15 10:32:19 +03:00
Azat Khuzhin
68068ff71d Remove check for clickhouse-local
From #26231 clickhouse-local uses local context for query execution.
2021-11-15 10:32:19 +03:00
Azat Khuzhin
fa317e96e8 Do not try to resolve temporary tables from global context 2021-11-15 10:32:19 +03:00
alesapin
69cd19a342
Merge pull request #31408 from den-crane/patch-43
Doc. More tips
2021-11-15 10:13:57 +03:00
alesapin
2a9ed85f23
Merge pull request #31300 from ClickHouse/fix_intersecting_parts_to_do3
Remove strange code from mutations
2021-11-15 10:08:32 +03:00
alesapin
6bd5540395 Fixes 2021-11-15 10:07:03 +03:00
Vladimir C
20e7a2ff99
Merge pull request #31101 from lehasm/alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts 2021-11-15 09:53:57 +03:00
Vladimir C
324344430f
Update docs/ru/operations/settings/merge-tree-settings.md 2021-11-15 09:53:46 +03:00
Denny Crane
1853f501c8
Update tips.md 2021-11-14 15:07:18 -04:00
Denny Crane
849370f729
Update tips.md 2021-11-14 14:58:32 -04:00
Denny Crane
b332fed8c5
Update tips.md 2021-11-14 14:48:04 -04:00