George
|
4315cd8d26
|
fixed a typo
|
2021-02-16 14:34:24 +03:00 |
|
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 |
|
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 |
|
George
|
a632280011
|
added alias for nulls
|
2021-02-16 13:53:44 +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 |
|
Nikita Mikhaylov
|
87615c53f6
|
Merge pull request #20511 from nikitamikhaylov/dictionary-flaky-test
Reduce test scale
|
2021-02-16 12:36:00 +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 |
|
Alexander Kuzmenkov
|
c9dd1aa58b
|
Update index.md
|
2021-02-15 22:56:26 +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 |
|
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 |
|
Alexander Kuzmenkov
|
22a5ef3635
|
Merge pull request #20095 from sevirov/sevirov-DOCSUP-6437-document_system_opentelemetry_span_log
DOCSUP-6437: Document the system.opentelemetry_span_log system table
|
2021-02-15 22:34:48 +03:00 |
|
alesapin
|
4f919261bd
|
Merge pull request #20501 from ClickHouse/reset_session_in_test
Fix non-zero session reconnect in integration test
|
2021-02-15 21:00:41 +03:00 |
|
alesapin
|
d9a0af5a27
|
Merge pull request #20496 from ClickHouse/disable_snapshots_in_tests
Disable testkeeper snapshots for tests
|
2021-02-15 19:10:44 +03:00 |
|
Vitaly Baranov
|
b9a460709d
|
Merge pull request #19592 from olgarev/revolg-DOCSUP-5823-Add_new_data_type_Map(key,value)
DOCSUP-5823: Documented Map(key,value) type and map() function.
|
2021-02-15 16:23:21 +03:00 |
|
Anton Popov
|
b67b16cdf3
|
Merge pull request #20476 from amosbird/ctefix2
Fix global-with with subqueries
|
2021-02-15 16:14:50 +03:00 |
|
Nikita Mikhailov
|
d615b8e516
|
more checks
(cherry picked from commit b45168ecaf37d0061edfd12c67a8c5300d45d2e3)
|
2021-02-15 16:11:16 +03:00 |
|
alexey-milovidov
|
3429925338
|
Merge pull request #20492 from ClickHouse/add-test-8654
Add a test for #8654
|
2021-02-15 15:43:48 +03:00 |
|
alexey-milovidov
|
b75d9a09bd
|
Merge pull request #20493 from ClickHouse/add-test-10893
Add a test for #10893
|
2021-02-15 15:36:30 +03:00 |
|
alexey-milovidov
|
c7ab86b8c3
|
Merge pull request #20472 from ClickHouse/improve-performance-group-by-multiple-fixed-keys
Improve performance of GROUP BY multiple fixed size keys
|
2021-02-15 15:27:39 +03:00 |
|
alexey-milovidov
|
a299790522
|
Merge pull request #19748 from excitoon-favorites/s3ssec
Added Server Side Encryption Customer Keys support in S3 client
|
2021-02-15 15:23:14 +03:00 |
|
Nikita Mikhaylov
|
655dbc5c0a
|
Merge pull request #20513 from nikitamikhaylov/quick-build-fix
Quick build fix
|
2021-02-15 14:55:58 +03:00 |
|
Nikita Mikhaylov
|
92e13d76d3
|
Merge pull request #18508 from depressed-pho/runningConcurrency
Add function runningConcurrency()
|
2021-02-15 14:39:38 +03:00 |
|
Nikita Mikhailov
|
780cf3dbff
|
better
|
2021-02-15 14:37:07 +03:00 |
|
Nikita Mikhailov
|
40e8bbc49a
|
done
|
2021-02-15 14:32:17 +03:00 |
|
Nikita Mikhailov
|
ac476ad83e
|
done
|
2021-02-15 14:27:16 +03:00 |
|
Nikita Mikhaylov
|
1795d45609
|
Merge pull request #19338 from hasithaka/patch-1
Update update.md
|
2021-02-15 12:46:46 +03:00 |
|
alesapin
|
9686649b02
|
Fix non-zero session reconnect in integration test
|
2021-02-15 12:42:50 +03:00 |
|
Nikita Mikhaylov
|
a77b740a7c
|
Merge pull request #20286 from nikitamikhaylov/json-import-bugfix
Error from allocator on JSON import
|
2021-02-15 12:40:09 +03:00 |
|
alesapin
|
9557bca4af
|
Merge pull request #20464 from azat/abnormal-server-termination-fix
Fix abnormal server termination when http client goes away
|
2021-02-15 11:10:29 +03:00 |
|
alesapin
|
c1550814ca
|
Disable snapshots for tests
|
2021-02-15 10:30:08 +03:00 |
|
Alexey Milovidov
|
4c7923e6df
|
Add a test for #10893
|
2021-02-15 05:17:30 +03:00 |
|
Alexey Milovidov
|
c5b96a522e
|
Add a test for #8654
|
2021-02-15 04:57:34 +03:00 |
|
Alexey Milovidov
|
8b7063acf4
|
Merge branch 'master' into improve-performance-group-by-multiple-fixed-keys
|
2021-02-15 04:11:01 +03:00 |
|
alexey-milovidov
|
71acb2ffda
|
Merge pull request #20475 from ClickHouse/intdiv-ubsan-2
Fix UBSan report in intDiv
|
2021-02-15 04:05:16 +03:00 |
|
alexey-milovidov
|
bde4da0ff0
|
Merge pull request #20465 from azat/write-abnormal-server-termination-fixes
Fix abnormal server terminations due to write failures
|
2021-02-15 00:05:48 +03:00 |
|
Alexey Milovidov
|
d529db5498
|
Adjustments
|
2021-02-14 23:57:25 +03:00 |
|
alexey-milovidov
|
8be8746643
|
Merge pull request #20461 from azat/join_use_nulls-logical-error-fix
Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
|
2021-02-14 23:28:50 +03:00 |
|
Alexey Milovidov
|
f409a6d4a7
|
Fix build
|
2021-02-14 19:00:47 +03:00 |
|
Alexey Milovidov
|
3bba2cc8b7
|
Merge branch 'master' into improve-performance-group-by-multiple-fixed-keys
|
2021-02-14 19:00:04 +03:00 |
|
robot-clickhouse
|
37807e1a18
|
Update version_date.tsv after release 20.12.6.29
|
2021-02-14 11:51:46 +03:00 |
|