George
8a7d59f0fe
Added aliases for string function
2021-02-16 14:31:24 +03:00
George
c661760113
fixed a typo
2021-02-16 14:27:52 +03:00
Vladimir
dc32d1fa41
Make Arguments
bold in doc
2021-02-16 14:21:23 +03:00
George
3603fbd46a
added aliases for ip-address functions
2021-02-16 14:13:17 +03:00
George
1bd1a97716
added aliases for string functions
2021-02-16 14:13:01 +03:00
George
33e12f7b4a
added aliases for encoding functions
2021-02-16 14:12:44 +03:00
George
bc6fdc7d4b
added aliases for date-time functions
2021-02-16 14:12:12 +03:00
gyuton
0b0b481825
DOCSUP-5602: Edited and translated to russian ( #20302 )
...
* Edited and added translation
* Minor fixes
* Fix typo
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
2021-02-16 14:02:33 +03:00
George
a632280011
added alias for nulls
2021-02-16 13:53:44 +03:00
vdimir
3d19d0644e
Update join on associativity in some tests
2021-02-16 13:46:25 +03:00
George
1dd53e6471
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into master
2021-02-16 13:44:53 +03:00
Nikolai Kochetov
a475ac9be8
Merge pull request #20139 from sonirico/master
...
Add 'access_management' configuration to initial setup
2021-02-16 13:21:13 +03:00
Nikolai Kochetov
c933fefa99
Merge pull request #20547 from azat/fix-sigsegv-on-unknown-packet
...
Fix SIGSEGV on Unknown packet for Distributed queries
2021-02-16 13:12:24 +03:00
tavplubix
d4b2a37393
Merge pull request #20350 from amosbird/tviewf
...
Disable table function view in expression
2021-02-16 13:01:13 +03:00
Nikita Mikhaylov
cb2beb475e
Merge pull request #20516 from nikitamikhaylov/more-checks-filesegmentation-engine
...
More checks in fileSegmentationEngine
2021-02-16 12:39:27 +03:00
Nikolai Kochetov
a14b6c2650
Fix trivial count optimization
2021-02-16 12:37:19 +03:00
Nikita Mikhaylov
87615c53f6
Merge pull request #20511 from nikitamikhaylov/dictionary-flaky-test
...
Reduce test scale
2021-02-16 12:36:00 +03:00
alesapin
daee018ea8
Merge branch 'master' into persistent_nukeeper_log_storage
2021-02-16 11:42:54 +03:00
Nikolai Kochetov
10f1432c5c
Added perftest.
2021-02-16 11:31:17 +03:00
Nikolai Kochetov
a72ef6f026
Fix number of threads for scalar subqueries and subqueries for index.
2021-02-16 11:26:24 +03:00
vdimir
1872319d8c
Fix unused variable in isAllowedToRewriteCrossJoin
2021-02-16 11:21:54 +03:00
vdimir
e39215e38b
Fix has_some condition on CollectJoinOnKeysVisitor
2021-02-16 11:03:02 +03:00
Pavel Kruglov
0e1d67ad9a
Add LOG_DEBUG to debug test_distributed_load_balancing
2021-02-16 10:56:45 +03:00
Azat Khuzhin
e485d4cad8
Fix SIGSEGV on Unknown packet for Distributed queries
...
On Unknown packet disconnect() will be called, which will reset the
input stream, so no need to call setAsyncCallback():
[ 42015 ] {} <Fatal> BaseDaemon: (version 21.3.1.1, build id: 4F9644AF560F6BB6) (from thread 45051) (no query) Received signal Segmentation fault (11)
[ 42015 ] {} <Fatal> BaseDaemon: Address: 0x90 Access: read. Address not mapped to object.
[ 42015 ] {} <Fatal> BaseDaemon: Stack trace: 0xf82e0f4 0xf82de19 0xf83b9a5 0xf83c0e0 0xe9a6fa7 0xf95016c 0xf950939 0xf95020c 0xf950939 0xf95020c 0xf950939 0xf95020c 0xf9508f9 0xf953e40 0xf958376 0x88056af 0x8809143 0x7f4b3e1aaf27 0x7f4b3e0dc31f
[ 42015 ] {} <Fatal> BaseDaemon: 2. ext::basic_scope_guard<DB::Connection::receivePacket(std::__1::function<void (Poco::Net::Socket&)>)::$_3>::~basic_scope_guard() @ 0xf82e0f4 in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
[ 42015 ] {} <Fatal> BaseDaemon: 3. DB::Connection::receivePacket(std::__1::function<void (Poco::Net::Socket&)>) @ 0xf82de19 in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
[ 42015 ] {} <Fatal> BaseDaemon: 4. DB::MultiplexedConnections::receivePacketUnlocked(std::__1::function<void (Poco::Net::Socket&)>) @ 0xf83b9a5 in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
[ 42015 ] {} <Fatal> BaseDaemon: 5. DB::MultiplexedConnections::drain() @ 0xf83c0e0 in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
[ 42015 ] {} <Fatal> BaseDaemon: 6. DB::RemoteQueryExecutor::finish(std::__1::unique_ptr<DB::RemoteQueryExecutorReadContext, std::__1::default_delete<DB::RemoteQueryExecutorReadContext> >*) @ 0xe9a6fa7 in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
[ 42015 ] {} <Fatal> BaseDaemon: 7. DB::PipelineExecutor::tryAddProcessorToStackIfUpdated() @ 0xf95016c in /usr/lib/debug/.build-id/4f/9644af560f6bb6.debug
...
2021-02-16 09:32:20 +03:00
Nikolai Kochetov
f139ad8080
Comment debug output.
2021-02-16 09:15:12 +03:00
kssenii
d9f66d8d30
Better doc
2021-02-15 23:25:19 +00:00
Alexander Tokmakov
bf6f64a3fb
Merge branch 'master' into database_replicated
2021-02-16 01:28:19 +03:00
kssenii
2a887b9772
Add missing format factory settings
2021-02-15 22:06:10 +00:00
Kruglov Pavel
6dcb306060
Style
2021-02-16 00:46:51 +03:00
Dmitriy
21f80a9367
Add examples
...
Добавил примеры.
2021-02-16 00:42:16 +03:00
Anna
d7db44c911
Other replacement
2021-02-16 00:38:32 +03:00
Anna
97d7a53962
Replacement Parameters
to Arguments
for aggregate functions
2021-02-16 00:33:53 +03:00
Anna
ce1f10904e
Global replacement Parameters
to Arguments
2021-02-16 00:22:10 +03:00
Pavel Kruglov
937a3192eb
Fix data race
2021-02-16 00:06:34 +03:00
Anna
5a5542dd5c
Minor fixes
2021-02-16 00:03:02 +03:00
Dmitriy
c9a6b21fc8
Fix the English version
...
Поправил английскую версию согласно комментариям в PR.
2021-02-15 23:47:12 +03:00
sevirov
f6cbad65e8
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:33:35 +03:00
sevirov
a09c9be48b
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:30:39 +03:00
vdimir
5273242f86
Minor changes move ON to WHERE for INNER JOIN
2021-02-15 23:26:29 +03:00
sevirov
5eda616990
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:14:01 +03:00
sevirov
e7bbb6cb23
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:09:06 +03:00
Alexander Tokmakov
cf57c3b4a2
update comments
2021-02-15 23:01:21 +03:00
Alexander Kuzmenkov
c9dd1aa58b
Update index.md
2021-02-15 22:56:26 +03:00
Nikolai Kochetov
85277d6a41
Comment debug output.
2021-02-15 22:54:47 +03:00
Nikolai Kochetov
ae73600fb0
Refactor row level security actions.
2021-02-15 22:48:06 +03:00
Alexander Kuzmenkov
2de6d550cc
Update index.md
2021-02-15 22:42:10 +03:00
Alexander Kuzmenkov
7f21a21694
Update index.md
2021-02-15 22:40:55 +03:00
vdimir
9afa6b5b1b
Add option cross_to_inner_join_rewrite
2021-02-15 22:40:32 +03:00
Alexander Kuzmenkov
cd944cb1e3
Merge pull request #20154 from sevirov/sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting
...
DOCSUP-6438: Document the opentelemetry_start_trace_probability setting
2021-02-15 22:36:02 +03:00
Alexander Kuzmenkov
d08dcb1958
Update docs/en/operations/settings/settings.md
2021-02-15 22:35:49 +03:00