Vitaly Baranov
|
1cfe0b10f7
|
Add columns "total_size" and "num_files" to system.backups
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
35c267b3b1
|
Replace column "status_changed_time" with columns "start_time" and "end_time".
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
fc16a15ecf
|
Rename column "uuid" -> "id" in system.backups and allow user to set it in a query.
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
131019ba49
|
Rename column "backup_name" -> "name" in system.backups.
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
d129be2a9e
|
Remove column "backup_name" from the result of a BACKUP/RESTORE query
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
afd0982187
|
Remove column "internal" from system.backups
|
2022-07-27 09:04:10 +02:00 |
|
Vitaly Baranov
|
16a60b5e93
|
Merge pull request #39455 from vitlibar/fix-locks-add-tests
Improve synchronization between hosts in distributed backup and fix locks
|
2022-07-27 09:02:58 +02:00 |
|
Antonio Andelic
|
904a05ac21
|
Merge pull request #39496 from azat/custom-tld-exclamation-asterisk
Add support of !/* (exclamation/asterisk) in custom TLDs
|
2022-07-27 08:55:49 +02:00 |
|
Wangyang Guo
|
b77214792e
|
ColumnVector: avoid calling resize too frequently
|
2022-07-27 13:30:44 +08:00 |
|
Wangyang Guo
|
6d7bfc3b2a
|
ColumnVector: add unit test for filter
|
2022-07-27 13:30:44 +08:00 |
|
Wangyang Guo
|
d781ed5779
|
ColumnVector: bug fix for unit test failure
|
2022-07-27 13:30:44 +08:00 |
|
Wangyang Guo
|
7820e8278d
|
ColumnVector: optimize filter with AVX512VBMI2 compress store
|
2022-07-27 13:30:43 +08:00 |
|
Wangyang Guo
|
e6752d687f
|
TargetSpecific: add AVX512VBMI2 support
|
2022-07-27 13:30:43 +08:00 |
|
Wangyang Guo
|
50fdbcdc12
|
CpuId: add AVX512VBMI2 detection
|
2022-07-27 13:30:43 +08:00 |
|
Harry Lee
|
df6c0ab34f
|
Merge branch 'ClickHouse:master' into hlee-s390x-wide_int
|
2022-07-26 22:02:51 -04:00 |
|
Nikolay Degterinsky
|
7666c4e39c
|
Merge pull request #39625 from tylerhannan/poweredge_r740
add Dell PowerEdge R740XD results
|
2022-07-27 02:41:46 +02:00 |
|
Alexander Gololobov
|
a64aa00869
|
Merge pull request #37893 from zhangjmruc/feature/sql-standard-delete
Support SQL standard "delete from ... where ..." syntax and lightweight implementation on merge tree tables
|
2022-07-26 23:39:07 +02:00 |
|
Mikhail f. Shiryaev
|
0db9dda5f3
|
Attempt to fix wrong workflow_run data for rerun
|
2022-07-26 23:10:58 +02:00 |
|
Igor Nikonov
|
cac4d77d0b
|
Merge remote-tracking branch 'origin/master' into distinct_sorted_chunk_perf_impr
|
2022-07-26 20:36:38 +00:00 |
|
Igor Nikonov
|
2dbb159b53
|
Add optimize_distinct_in_order in settings randomizer
|
2022-07-26 20:35:45 +00:00 |
|
Yakov Olkhovskiy
|
0055c9307d
|
style fix
|
2022-07-26 16:08:03 -04:00 |
|
HarryLeeIBM
|
d475086100
|
Fix wide integer unit test
|
2022-07-26 12:57:45 -07:00 |
|
Igor Nikonov
|
24f3a6905f
|
Merge branch 'master' into fix_distinct_sorted
|
2022-07-26 21:57:44 +02:00 |
|
Igor Nikonov
|
d196ab24d4
|
Calculate DISTINCT columns positions which form sort prefix in sort
description once
|
2022-07-26 19:55:29 +00:00 |
|
Yakov Olkhovskiy
|
d93c67e303
|
comment and test added
|
2022-07-26 15:28:11 -04:00 |
|
Nikolai Kochetov
|
f1818a9103
|
Make only one possible public ctor in MemoryTrackerBlockerInThread
|
2022-07-26 19:04:20 +00:00 |
|
Nikolai Kochetov
|
dcb86eca0b
|
Make only one possible public ctor in MemoryTrackerBlockerInThread
|
2022-07-26 19:03:26 +00:00 |
|
Tyler Hannan
|
fe0db1e859
|
add Dell PowerEdge R740XD results
|
2022-07-26 20:57:49 +02:00 |
|
Nikolai Kochetov
|
1adb021df6
|
Fixing tests.
|
2022-07-26 18:42:27 +00:00 |
|
Alexander Tokmakov
|
288b73035f
|
Merge pull request #39623 from ClickHouse/tavplubix-patch-2
Disable 02327_capnproto_protobuf_empty_messages with Ordinary
|
2022-07-26 20:52:30 +03:00 |
|
Alexander Tokmakov
|
9f053935b6
|
Update 02327_capnproto_protobuf_empty_messages.sh
|
2022-07-26 20:49:41 +03:00 |
|
Anton Popov
|
9321ca34cf
|
try to fix Nested
|
2022-07-26 17:32:37 +00:00 |
|
Ivan Blinkov
|
3bc9e1bd16
|
Update README.md
|
2022-07-26 20:06:23 +03:00 |
|
Robert Schulze
|
7d653b3bd8
|
Merge pull request #39495 from ClickHouse/mark-qpl-deflate-experimental
Mark new codec DEFLATE_QPL as experimental + cosmetics
|
2022-07-26 19:00:21 +02:00 |
|
Amos Bird
|
5ad8314367
|
Combining sumIf->countIf and multiIf->if opt.
|
2022-07-26 23:55:13 +08:00 |
|
Nikolai Kochetov
|
33ce662d3e
|
Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread in some places. Reduced MemoryTrackerBlockerInThread level to User.
|
2022-07-26 15:22:00 +00:00 |
|
Kruglov Pavel
|
c683cb252f
|
Merge pull request #39227 from amosbird/rename-log1
Rename log when rename merge tree tables
|
2022-07-26 17:12:44 +02:00 |
|
Dan Roscigno
|
54abeb624a
|
Merge pull request #39417 from nikoloko/patch-3
Corrected structure of the users section
|
2022-07-26 11:12:36 -04:00 |
|
Dan Roscigno
|
b9c8feb2b2
|
Merge pull request #39356 from nickitat/small_addition_to_docs
Small addition to mysql dictionary docs
|
2022-07-26 11:11:28 -04:00 |
|
Dan Roscigno
|
39d6327fe1
|
Update docs/en/sql-reference/aggregate-functions/reference/any.md
|
2022-07-26 11:10:16 -04:00 |
|
Nikolai Kochetov
|
d7cc3831ea
|
Push predicate over StorageMerge.
|
2022-07-26 15:01:39 +00:00 |
|
Nikolai Kochetov
|
c5110bb164
|
Add a query plan step for StorageMerge
|
2022-07-26 14:43:05 +00:00 |
|
Yakov Olkhovskiy
|
0720936c2d
|
rewrite original clickhouse with compressed one
|
2022-07-26 09:16:31 -04:00 |
|
Mikhail f. Shiryaev
|
061e61919a
|
Merge pull request #39450 from ClickHouse/tsal-clang-13
Build thread sanitizer binaries with clang-13
|
2022-07-26 15:13:17 +02:00 |
|
Nikolai Kochetov
|
908c1d8cba
|
Merge pull request #39601 from ClickHouse/fix-chain-add-sink
Fix Chain::addSink
|
2022-07-26 14:54:44 +02:00 |
|
Yakov Olkhovskiy
|
c05c32e823
|
copy self-extracting to output
|
2022-07-26 08:41:36 -04:00 |
|
Alexey Milovidov
|
b9cda3d192
|
Update pull_request.yml
|
2022-07-26 14:22:11 +02:00 |
|
Mikhail f. Shiryaev
|
d9baa0b1f7
|
Finish following runs with the same exit code as the first
|
2022-07-26 14:22:11 +02:00 |
|
Mikhail f. Shiryaev
|
db0653758e
|
Add typing to rerun and commit_status helpers
|
2022-07-26 14:22:11 +02:00 |
|
Mikhail f. Shiryaev
|
142f7d4b44
|
Require clear style check to continue building
|
2022-07-26 14:22:11 +02:00 |
|