Robert Schulze
|
385be7f528
|
Fix tests
|
2022-10-03 18:05:16 +00:00 |
|
Sergei Trifonov
|
4b4fae5bb1
|
Merge branch 'master' into remove-table-is-dropped-exception-when-not-needed
|
2022-10-03 19:52:08 +02:00 |
|
Vladimir C
|
fa254bcec3
|
Fix clang-tidy in TableFunctionExplain.cpp
|
2022-10-03 19:14:40 +02:00 |
|
vdimir
|
06f504c166
|
doc viewExplain
|
2022-10-03 19:14:40 +02:00 |
|
vdimir
|
3fdea908ff
|
Use ASTExplain in viewExplain
|
2022-10-03 19:14:40 +02:00 |
|
vdimir
|
6028643e04
|
Add function viewExplain
|
2022-10-03 19:14:40 +02:00 |
|
alesapin
|
71e1b1df73
|
add comment
|
2022-10-03 19:09:24 +02:00 |
|
alesapin
|
3114ddcad2
|
Fix failure during table drop
|
2022-10-03 19:06:12 +02:00 |
|
kssenii
|
c6d7cd5820
|
Fix write into azure blob storage
|
2022-10-03 18:54:07 +02:00 |
|
Sergei Trifonov
|
a2cf5a650e
|
Merge pull request #41989 from alexey-ivanov-official/fix-cumulative-sum-documentation-bug
Fix "Cumulative sum" example in "Window functions"
|
2022-10-03 18:19:51 +02:00 |
|
Robert Schulze
|
ff2cbff4a1
|
Check boundaries similar to integer handling
|
2022-10-03 15:50:26 +00:00 |
|
kssenii
|
620b0673d0
|
Update AMQP
|
2022-10-03 17:24:57 +02:00 |
|
ltrk2
|
ab609cfbd4
|
Fix linker error
|
2022-10-03 10:45:10 -04:00 |
|
Alexey Milovidov
|
c8872fe96d
|
Merge pull request #42001 from ClickHouse/part-thresholds-override-more-sane
More sane behavior of part number thresholds override in query level settings
|
2022-10-03 17:25:39 +03:00 |
|
Alexey Milovidov
|
f29da86620
|
Merge pull request #41760 from FrankChen021/script
Support to run testcases on macOS
|
2022-10-03 16:39:55 +03:00 |
|
Robert Schulze
|
123afbca80
|
Fix toDateTime64() for negative floats
Resolves #41686
|
2022-10-03 13:33:12 +00:00 |
|
Vitaly Baranov
|
65c61877c7
|
Merge pull request #33435 from BoloniniD/BLAKE3
Integrating Rust code into ClickHouse
|
2022-10-03 15:25:06 +02:00 |
|
Sergei Trifonov
|
939b9091cc
|
Merge pull request #42007 from aldy505/master
docs(statements): specify ON CLUSTER clause for CREATE ROLE
|
2022-10-03 15:13:25 +02:00 |
|
Sergei Trifonov
|
ea13b81cc3
|
Merge pull request #42016 from peter279k/improve_mysql_interface_setting
Improve the MySQL interface usage description
|
2022-10-03 15:04:15 +02:00 |
|
flynn
|
ea06e20cae
|
remove unused code
|
2022-10-03 21:03:41 +08:00 |
|
Anton Popov
|
2054582a06
|
Merge pull request #41960 from ucasfl/insert-from-optimize
optimize insertFrom of ColumnAggregateFunction to share Aggregate State in some cases
|
2022-10-03 14:57:39 +02:00 |
|
Anton Popov
|
77eacfbbe0
|
Update bitmap_array_element.xml
|
2022-10-03 14:56:34 +02:00 |
|
Robert Schulze
|
aadb999913
|
Build against an LLVM version which has clang[-extra-tools], lldb and lld removed
Saves ca. 600 MB of disk space
|
2022-10-03 12:44:11 +00:00 |
|
Nikolai Kochetov
|
8b581a6b3c
|
Merge pull request #41847 from ekonkov/sudo
replace back clickhouse su with sudo -u in start command
|
2022-10-03 14:42:29 +02:00 |
|
Kseniia Sumarokova
|
0bfbb5c38a
|
Merge branch 'master' into system_disks_unreserved_space
|
2022-10-03 14:25:47 +02:00 |
|
kssenii
|
0dc71e9883
|
More detailed exception message
|
2022-10-03 14:21:53 +02:00 |
|
Duc Canh Le
|
369f084070
|
Update src/AggregateFunctions/AggregateFunctionRankCorrelation.h
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2022-10-03 20:15:31 +08:00 |
|
Duc Canh Le
|
fad6af40cd
|
Merge branch 'master' into ch_canh_fix_rankcorr
|
2022-10-03 19:57:51 +08:00 |
|
Duc Canh Le
|
34f598e09b
|
fix rankcorr size overflow
|
2022-10-03 19:55:37 +08:00 |
|
Alexander Tokmakov
|
00914a174d
|
Merge pull request #41410 from ClickHouse/keeper-multiread
Add MultiRead support in Keeper and internal ZK client
|
2022-10-03 14:17:57 +03:00 |
|
Nikolai Kochetov
|
dcfb8a1131
|
Merge pull request #41949 from ClickHouse/improvement-from-38083
Earlier throw exception in PullingAsyncPipelineExecutor.
|
2022-10-03 13:05:58 +02:00 |
|
Duc Canh Le
|
528591245f
|
Fix register name
|
2022-10-03 18:46:20 +08:00 |
|
Robert Schulze
|
aa9373c9c2
|
Merge pull request #41951 from ClickHouse/llvm-14
Bump LLVM from 13 to 14
|
2022-10-03 12:34:31 +02:00 |
|
Alexander Tokmakov
|
7b5b7e4963
|
Merge pull request #41945 from ClickHouse/enable_more_s3_tests
Enable some disabled S3 tests
|
2022-10-03 13:25:50 +03:00 |
|
Robert Schulze
|
bd51d5774a
|
Merge pull request #42013 from ClickHouse/remove-replxx-from-fasttest
Fix warning that ENABLE_REPLXX is unused
|
2022-10-03 12:11:49 +02:00 |
|
Duc Canh Le
|
acfc0cf0ab
|
add doc for tryDecrypt
|
2022-10-03 18:06:54 +08:00 |
|
Duc Canh Le
|
fbb9b3f5ab
|
Merge branch 'master' into ch_canh_fix_decrypt_with_null
|
2022-10-03 17:56:06 +08:00 |
|
Vladimir C
|
298ad5d6d3
|
Merge pull request #42015 from peter279k/improve_grpc_example
|
2022-10-03 11:29:17 +02:00 |
|
peter279k
|
fc382a0144
|
Improve the MySQL interface usage description
|
2022-10-03 17:19:02 +08:00 |
|
peter279k
|
2c30b5febb
|
Improve gRPC client example
|
2022-10-03 16:54:35 +08:00 |
|
Robert Schulze
|
919b4e2349
|
Drop leftovers of libexecinfo
- libexecinfo was perhaps used in the past but today it is unused
|
2022-10-03 08:51:28 +00:00 |
|
Robert Schulze
|
5d15d28843
|
Fix warning that ENABLE_REPLXX is unused
- 3rd party lib replxx is mandatory since #37719
- remove the corresponding CMake switch from the fasttest build
|
2022-10-03 08:36:23 +00:00 |
|
Robert Schulze
|
aa3c3c545e
|
Merge pull request #42010 from ClickHouse/uninline-noreturn-methods
Refactoring: Uninline some error handling methods
|
2022-10-03 10:27:53 +02:00 |
|
BoloniniD
|
f5c57cd4a8
|
Fix test queries
|
2022-10-03 00:20:44 +03:00 |
|
Robert Schulze
|
db5ef7b3cb
|
Merge branch 'master' into generated-file-cleanup
|
2022-10-02 23:13:18 +02:00 |
|
Robert Schulze
|
d726ca3212
|
Refactoring: Un-inline some error handling methods
|
2022-10-02 19:52:40 +00:00 |
|
Robert Schulze
|
5b1a7755d8
|
Fix typos
|
2022-10-02 21:38:46 +02:00 |
|
BoloniniD
|
92e6bf57dc
|
Remove old if-statement in corrosion-cmake
|
2022-10-02 22:29:47 +03:00 |
|
Robert Schulze
|
8e727d4fbc
|
Merge pull request #41910 from arenadata/ADQM-583
Improve enable_extended_results_for_datetime_functions option to return results of type DateTime64
|
2022-10-02 20:46:51 +02:00 |
|
Robert Schulze
|
fe2dde0c89
|
Merge pull request #41702 from ClibMouse/resolve-findings-from-clang-tidy
Resolve findings from clang-tidy
|
2022-10-02 20:36:24 +02:00 |
|