Commit Graph

110185 Commits

Author SHA1 Message Date
Vitaly Baranov
31b7e6edc6 Keep subscriptions for all enabled roles. 2023-03-08 07:50:04 +01:00
rfraposa
fa6f3dadba Link fixes 2023-03-07 22:52:43 -07:00
Yakov Olkhovskiy
036fb0b9ef analyzer - add test 2023-03-08 05:52:04 +00:00
Yakov Olkhovskiy
7966c114bd analyzer - fix combine logic for limit expression and limit setting 2023-03-08 05:40:10 +00:00
Hosun Lee
aae82a73aa Fix git clone command. Insert space in front of shallow option. 2023-03-08 14:10:12 +09:00
Hosun Lee
ce809e61fb Revert commit. 2023-03-08 14:09:18 +09:00
[데이터플랫폼팀] 이호선
927efc0f2c Fix git clone command. Insert space in front of shallow option. 2023-03-08 14:01:38 +09:00
rfraposa
854cdae311 Link fixes 2023-03-07 17:58:36 -07:00
Nikolay Degterinsky
df78f7676b
Merge pull request #47282 from ClickHouse/evillique-patch-2
Fix typo
2023-03-08 01:58:19 +01:00
Rich Raposa
7b9461cbee
Merge branch 'master' into new-nav 2023-03-07 17:56:26 -07:00
Nikolay Degterinsky
51edcf232c Add support for big int types to runningDifference() function 2023-03-08 00:52:58 +00:00
Nikolay Degterinsky
1421411d9a
Merge branch 'master' into evillique-patch-2 2023-03-08 01:03:28 +01:00
Alexey Milovidov
e8cdb0c8b1
Merge pull request #46839 from CurtizJ/fix-crash-in-skip-index
Do not allow const and non-deterministic secondary indexes
2023-03-08 03:03:09 +03:00
Alexey Milovidov
e2aff59a2d
Merge pull request #47106 from kssenii/allow-nested-disks-in-custom-disks
Allow nested custom disks
2023-03-08 03:00:55 +03:00
Alexander Tokmakov
f5cf039190 check if a symlink exists more carefully 2023-03-08 00:04:55 +01:00
Dmitry Novik
429696b575 Update reference file 2023-03-07 22:57:47 +00:00
Mike Kot
9920a52c51 use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
Ilya Yatsishin
f8eb1fad91
Disable parallel format in health check 2023-03-07 23:06:14 +01:00
Rich Raposa
67c16195cc
Merge branch 'master' into new-nav 2023-03-07 14:06:37 -07:00
rfraposa
008845216d Fix broken links 2023-03-07 14:06:14 -07:00
Alexander Tokmakov
673147e6dd
Merge pull request #47284 from ClickHouse/followup_46681
Follow-up to #46681
2023-03-07 23:38:41 +03:00
Alexander Tokmakov
ffd55d951d
Merge branch 'master' into followup_46681 2023-03-07 23:38:06 +03:00
Vitaly Baranov
9792b93a11 Fix changing a role which is already expired in RoleCache. 2023-03-07 21:22:22 +01:00
Robert Schulze
ff8fc0634a
Docs: Small cleanups after Kafka fix #47138 2023-03-07 19:50:42 +00:00
Robert Schulze
5b91631722
Merge pull request #47138 from AVMusorin/disallow-default-columns-kafka-engine
Prohibit DEFAULT/EPHEMERAL/ALIAS/MATERIALIZED columns in KafkaEngine
2023-03-07 20:36:46 +01:00
Kruglov Pavel
69a1309ade
Merge branch 'master' into native-types-conversions 2023-03-07 20:06:17 +01:00
Kruglov Pavel
ba0cc95441
Fix typo 2023-03-07 20:04:52 +01:00
alesapin
6d48bb25ff
Merge pull request #47274 from ClickHouse/fix_zero_copy_bug
Fix bug in zero copy replica which can lead to dataloss
2023-03-07 19:08:10 +01:00
alesapin
223ac414d2
Merge branch 'master' into fix_zero_copy_bug 2023-03-07 18:45:34 +01:00
Arthur Passos
5ba1b5d43c add more descriptive tests 2023-03-07 14:04:48 -03:00
Rich Raposa
eac81b50dd
Merge branch 'master' into new-nav 2023-03-07 09:41:54 -07:00
vdimir
4e79df448f
Catch exceptions in LiveViewPeriodicRefreshTask 2023-03-07 16:17:35 +00:00
vdimir
86410a7a3f
Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
Dmitry Novik
13f1e5b022 Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-07 16:16:48 +00:00
Mikhail f. Shiryaev
dedd242f35
Add a manual trigger for release workflow 2023-03-07 16:49:10 +01:00
Mikhail f. Shiryaev
c63be68a8f
Use explicit docker tags and paths 2023-03-07 16:49:09 +01:00
Mikhail f. Shiryaev
af23c8bed0
Get the release logs w/o delay from curl 2023-03-07 16:49:07 +01:00
Anton Popov
d9611dde0b fix test 2023-03-07 15:23:27 +00:00
Arthur Passos
a42dee5bed
Merge branch 'ClickHouse:master' into fix_find_first_not_symbols 2023-03-07 12:19:23 -03:00
vdimir
27e4b09f94
Fix 02570_fallback_from_async_insert 2023-03-07 15:13:13 +00:00
Nikolai Kochetov
0da310c8dc
Update ProcessList.cpp 2023-03-07 15:30:40 +01:00
Yakov Olkhovskiy
4a227d6489
Merge branch 'master' into self-extracting-sudo 2023-03-07 08:49:34 -05:00
Alexander Tokmakov
7ce20f5cd2 fix tests 2023-03-07 14:25:28 +01:00
Arthur Passos
e992003b7a add missing c10 2023-03-07 10:20:41 -03:00
Arthur Passos
bf365cec8c Modify find_first_symbols so it works as expected for find_first_not_symbols 2023-03-07 10:08:04 -03:00
Sergei Trifonov
e23f624968
Merge pull request #47299 from ClickHouse/serxa-patch-3
Docs for `BackupsIOThreadPool` 1/2
2023-03-07 13:51:30 +01:00
Antonio Andelic
37b09ce46a add back trace log 2023-03-07 12:16:01 +00:00
Antonio Andelic
dd4db9132a
Merge branch 'master' into debug-keeper 2023-03-07 13:15:05 +01:00
Antonio Andelic
ced97cefbb Address review comments 2023-03-07 12:07:22 +00:00
Nikolai Kochetov
6d51103516
Merge pull request #47069 from ClickHouse/auto/v23.2.2.20-stable
Update version_date.tsv and changelogs after v23.2.2.20-stable
2023-03-07 12:50:04 +01:00