Arthur Passos
|
06a6426bae
|
progress
|
2023-02-06 10:56:00 -03:00 |
|
Arthur Passos
|
857a64c08d
|
progress
|
2023-02-06 10:56:00 -03:00 |
|
Arthur Passos
|
61b3b244b8
|
Move everything to DB namespace
|
2023-02-06 10:56:00 -03:00 |
|
Arthur Passos
|
c49abad441
|
add value allowlist
|
2023-02-06 10:56:00 -03:00 |
|
Arthur Passos
|
30ff98d511
|
tmp commit
|
2023-02-06 10:56:00 -03:00 |
|
Kseniia Sumarokova
|
38c001ca42
|
Merge pull request #45957 from xiedeyantu/s3_file_not_found
Throw an error on no files satisfying S3 wildcard
|
2023-02-06 12:32:12 +01:00 |
|
Alexander Gololobov
|
a784750e66
|
Merge pull request #45949 from bigo-sg/improve_decimal
Improve performance of ColumnArray::filter/replicate for big int and decimal
|
2023-02-06 12:27:19 +01:00 |
|
Alexander Gololobov
|
d18364476d
|
Merge pull request #46047 from azat/system.processes-elapsed-fix
Fix elapsed column in system.processes (10x error)
|
2023-02-06 12:26:05 +01:00 |
|
Vladimir C
|
5686703e79
|
Merge pull request #46053 from ucasfl/json-columns
Closes https://github.com/ClickHouse/ClickHouse/issues/46024
|
2023-02-06 12:22:13 +01:00 |
|
Robert Schulze
|
fa131edba5
|
Merge pull request #46057 from k-morozov/refactoring/multiversion-atomic-functions
MultiVersion: change mutex to lock-free
|
2023-02-06 11:55:27 +01:00 |
|
Vladimir C
|
e3712bb2c6
|
Merge pull request #45961 from ClickHouse/vdimir/sparkbar-fix
|
2023-02-06 11:52:15 +01:00 |
|
李扬
|
444373679a
|
Merge branch 'master' into improve_decimal
|
2023-02-06 13:08:51 +08:00 |
|
Robert Schulze
|
4a328828b5
|
Merge pull request #45758 from ClickHouse/qc-max_cache_size
Make Query Cache server-level settings reconfigurable at runtime
|
2023-02-05 21:55:37 +01:00 |
|
Han Fei
|
532b341de9
|
Merge pull request #45975 from ucasfl/_part
use LowCardnality for _part and _partition_id virtual column
|
2023-02-05 18:00:46 +01:00 |
|
Robert Schulze
|
9b841d67e8
|
Merge remote-tracking branch 'origin/master' into qc-max_cache_size
|
2023-02-05 16:47:02 +00:00 |
|
Konstantin Morozov
|
ff05162904
|
change mutex to lock-free
|
2023-02-05 19:25:09 +03:00 |
|
flynn
|
f89a6cf68d
|
Improve format JSONColumns when result is empty
|
2023-02-05 13:13:21 +00:00 |
|
Azat Khuzhin
|
1307e6d323
|
Fix elapsed column in system.processes (10x error)
Fixes: #43455 (cc @Algunenano)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-04 22:37:11 +01:00 |
|
bkuschel
|
1f3b1c697f
|
Add newline
|
2023-02-04 15:39:28 -05:00 |
|
bkuschel
|
dc995f7c67
|
Fix size,free ctx,formatting
|
2023-02-04 15:03:04 -05:00 |
|
Boris Kuschel
|
d9f3698a43
|
Fix copy/pasta
|
2023-02-04 14:59:47 -05:00 |
|
Boris Kuschel
|
1d4cf4fe69
|
Add encryption support with openssl
|
2023-02-04 14:59:34 -05:00 |
|
xiedeyantu
|
f13eedd644
|
change settings name
|
2023-02-04 22:11:14 +08:00 |
|
Alexey Milovidov
|
496cacf25e
|
Merge pull request #45985 from ClickHouse/fix-crash-in-regression
Fix crash in stochasticLinearRegression.
|
2023-02-04 03:01:46 +01:00 |
|
Alexey Milovidov
|
22bd0b6f69
|
Merge pull request #38983 from CurtizJ/randomize-mt-settings
Allow to randomize merge tree settings in tests
|
2023-02-04 02:59:52 +01:00 |
|
vdimir
|
1e45033531
|
Update AggregateFunctionSparkbar
|
2023-02-03 17:22:08 +00:00 |
|
Alexander Tokmakov
|
3f11948bb0
|
Merge branch 'master' into stack_trace_in_part_log
|
2023-02-03 20:05:00 +03:00 |
|
Alexander Tokmakov
|
7e6f7c79f2
|
Merge pull request #45457 from FrankChen021/exception_time
Add last_exception_time to replication_queue
|
2023-02-03 20:00:15 +03:00 |
|
Han Fei
|
061204408a
|
Merge pull request #45952 from ucasfl/tuple
Fix tupleElement with Null arguments
|
2023-02-03 16:15:54 +01:00 |
|
Robert Schulze
|
85cbb9288c
|
Merge pull request #45456 from FrankChen021/uncaught_exception
Fix uncaught exception in HTTPHandler
|
2023-02-03 15:26:02 +01:00 |
|
Nikita Mikhaylov
|
33877b5e00
|
Parallel replicas. Part [2] (#43772)
|
2023-02-03 14:34:18 +01:00 |
|
Antonio Andelic
|
d5117f2aa6
|
Define S3 client with bucket and endpoint resolution (#45783)
* Update aws
* Define S3 client with bucket and endpoint resolution
* Add defines for ErrorCodes
* Use S3Client everywhere
* Remove unused errorcode
* Add DROP S3 CLIENT CACHE query
* Add a comment
* Fix style
* Update aws
* Update reference files
* Add missing include
* Fix unit test
* Remove unneeded declarations
* Correctly use RetryStrategy
* Rename S3Client to Client
* Fix retry count
* fix clang-tidy warnings
|
2023-02-03 14:30:52 +01:00 |
|
Anton Popov
|
cdbe145bc1
|
Merge pull request #45796 from CurtizJ/fix-leak-in-azure-sdk
Fix test `test_azure_blob_storage_zero_copy_replication ` (memory leak in azure sdk)
|
2023-02-03 14:16:19 +01:00 |
|
Vitaly Baranov
|
45d2d678ab
|
Merge pull request #45800 from vitlibar/rename-new-columns-in-system-backups
Rename new columns in system.backups
|
2023-02-03 14:00:16 +01:00 |
|
Alexey Milovidov
|
3e3df376c0
|
Merge pull request #45995 from CurtizJ/check-dynamic-columns
Check dynamic columns of part before its commit
|
2023-02-03 15:39:54 +03:00 |
|
Alexey Milovidov
|
c91b5c264f
|
Merge pull request #45940 from ClickHouse/fix-uring
Fix IO URing
|
2023-02-03 15:36:29 +03:00 |
|
Sema Checherinda
|
fe0b13e9f4
|
Merge pull request #45458 from FrankChen021/better_postpone_reason
Show the name of replica that is executing a merge in the postpone_reason
|
2023-02-03 13:15:10 +01:00 |
|
Nikolai Kochetov
|
9cabbd07cc
|
Merge branch 'master' into fix-crash-in-regression
|
2023-02-03 12:38:29 +01:00 |
|
Antonio Andelic
|
cb0e338d70
|
Revert "Improve behaviour of conversion into Date for boundary value 65535"
|
2023-02-03 12:10:39 +01:00 |
|
Kseniia Sumarokova
|
ef7acb9b66
|
Merge pull request #44404 from kssenii/storage-rabbitmq-fix-flush
RabbitMQ - fix writing many small blocks by flushing data only exactly by flush_interval_ms or by max_block_size
|
2023-02-03 11:50:12 +01:00 |
|
Robert Schulze
|
f72286c8f3
|
Merge branch 'master' into qc-max_cache_size
|
2023-02-03 10:54:35 +01:00 |
|
Robert Schulze
|
6908093787
|
Merge pull request #45973 from ClickHouse/final-codecs
Add "final" specifier to some classes
|
2023-02-03 10:52:59 +01:00 |
|
Antonio Andelic
|
e507721557
|
Merge branch 'master' into optimize_parquet_reader
|
2023-02-03 10:24:18 +01:00 |
|
flynn
|
3d9b8ba991
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into tuple
|
2023-02-03 07:48:57 +00:00 |
|
Frank Chen
|
7831cf85db
|
Revert an extra change
|
2023-02-03 15:36:12 +08:00 |
|
Frank Chen
|
d38adfab30
|
Merge two overridden functions as one
|
2023-02-03 15:27:45 +08:00 |
|
flynn
|
d119367d7d
|
fix
|
2023-02-03 07:06:58 +00:00 |
|
Alexey Milovidov
|
108d1c3442
|
Merge pull request #45872 from ClickHouse/fix-trash-query-kind
Remove trash, add a feature and fix a bug
|
2023-02-03 09:58:43 +03:00 |
|
Alexey Milovidov
|
4e849052d1
|
Merge pull request #45983 from azat/fuzzy-search-fixes
Avoid leaving symbols leftovers for query fuzzy search
|
2023-02-03 09:21:05 +03:00 |
|
Alexey Milovidov
|
700503d64a
|
Fix IO URing
|
2023-02-03 07:00:40 +01:00 |
|