Commit Graph

53370 Commits

Author SHA1 Message Date
Alexey Milovidov
5076dd6266 Fix inconsistent formatting of lambda functions 2024-02-21 19:19:17 +01:00
Alexey Milovidov
659d30774d Fix MODIFY REFRESH formatting 2024-02-21 18:37:46 +01:00
Alexey Milovidov
23afd322c9 Fix CREATE SETTINGS PROFILE 2024-02-21 18:25:21 +01:00
Alexey Milovidov
f726cb4800 Fix CREATE USER query 2024-02-21 17:56:36 +01:00
Alexey Milovidov
716d986238 Fix shit in CREATE INDEX 2024-02-21 17:29:15 +01:00
Alexey Milovidov
a23e766edc Fix trash 2024-02-21 08:29:39 +01:00
Alexey Milovidov
ee3314b0a0 Fix trash 2024-02-21 08:27:13 +01:00
Alexey Milovidov
41701ce39d Fix error 2024-02-21 08:20:29 +01:00
Alexey Milovidov
71c267e0b0 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-inconsistent-formatting 2024-02-21 07:56:51 +01:00
alesapin
392081256c
Merge pull request #60078 from kitaisreal/revert-60058-revert-59946-replicated-merge-tree-alter-update-metadata-version-in-single-transaction
Revert "Revert "ReplicatedMergeTree invalid metadata_version fix""
2024-02-20 19:24:35 +01:00
Robert Schulze
914b19aade
Merge pull request #59450 from rschu1ze/order-by-all-ambiguities
Replace `ORDER BY ALL` by `ORDER BY *`
2024-02-20 18:16:22 +01:00
Robert Schulze
a1a45ed881
Merge pull request #60160 from rschu1ze/bool-cast
Allow casting of bools in string representation to to true bools
2024-02-20 17:19:02 +01:00
Kseniia Sumarokova
f7de95cec3
Merge pull request #59775 from ClickHouse/rabbitmq-fix-possible-channel-ack-timeout
rabbitmq: fix possible channel error state
2024-02-20 16:08:33 +01:00
Antonio Andelic
34e8e673e9
Merge pull request #60144 from ClickHouse/per-user-s3-settings
Support specifying users for S3 settings
2024-02-20 13:20:07 +01:00
Alexey Milovidov
ead2e7bc41
Revert "Restriction for the access key id for s3." 2024-02-20 12:32:25 +01:00
Alexey Milovidov
15f5e47f44 Fix build 2024-02-20 12:18:45 +01:00
Raúl Marín
f243e013ca
Merge pull request #60150 from Algunenano/cosineDistance
Fix cosineDistance crash with Nullable
2024-02-20 12:05:23 +01:00
Alexey Milovidov
96598f8553 Fix build 2024-02-20 11:56:17 +01:00
Alexey Milovidov
38ae6968b6 Fix build 2024-02-20 11:45:42 +01:00
Raúl Marín
e09113f10b
Merge pull request #59504 from bigo-sg/opt_sum_decimal
Optimize performance of sum/avg conditionally for bigint and big decimal types by reducing branch miss
2024-02-20 11:32:02 +01:00
Robert Schulze
7e11fc79d9
Merge pull request #58023 from canhld94/materialize_non_override_past_values
Materializing an ordinary column with default expression should not override past values
2024-02-20 11:12:31 +01:00
Robert Schulze
5474f36e75
Merge remote-tracking branch 'rschu1ze/master' into order-by-all-ambiguities 2024-02-20 10:09:57 +00:00
Alexey Milovidov
5b3890c670 Better check 2024-02-20 11:01:49 +01:00
Alexey Milovidov
4c4c60f15d Continue fixing garbage 2024-02-20 10:55:12 +01:00
Robert Schulze
d3fb042505
Merge pull request #60155 from rschu1ze/cpuid-cleanup
Mini cleanup of CPUID.h
2024-02-20 10:51:13 +01:00
Alexey Milovidov
c753550d0b Digging into a pile of garbage 2024-02-20 10:42:20 +01:00
kssenii
5ef4a30d6f Fix 2024-02-20 10:24:09 +01:00
Alexey Milovidov
0ca6fc69fa Remove the check back 2024-02-20 09:49:35 +01:00
Alexey Milovidov
209acaa8b2 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-inconsistent-formatting 2024-02-20 09:49:05 +01:00
Alexey Milovidov
dbb4c9988d
Merge pull request #60124 from ClickHouse/implement-todo-2
Implement TODO
2024-02-20 09:41:39 +01:00
Maksim Kita
9e0f607608 Revert "Revert "ReplicatedMergeTree invalid metadata_version fix"" 2024-02-20 11:39:57 +03:00
Alexey Milovidov
b80c1561dc
Merge pull request #60162 from ClickHouse/not-too-aggressive
Remove extensively aggressive check
2024-02-20 09:35:35 +01:00
Antonio Andelic
a82ba4dc46
Merge pull request #60141 from ClickHouse/fix-new-setting
Add new setting to changes history
2024-02-20 08:43:44 +01:00
Alexey Milovidov
b2285ce6e5 Remove extensively aggressive check 2024-02-20 06:52:07 +01:00
Alexey Milovidov
b216223aa0
Merge pull request #60139 from ClickHouse/revert-60093-lazy-primary-key-loading
Fix data race in `IMergeTreeDataPart`
2024-02-20 06:44:28 +01:00
Robert Schulze
6b6630c5a7
Allow casting of bools in string representation to to true bools
Fixes #57256
2024-02-19 23:03:48 +00:00
Robert Schulze
f2091ac6cf
Mini cleanup of CPUID.h 2024-02-19 19:33:14 +00:00
Raúl Marín
8c984c55e4 Merge remote-tracking branch 'blessed/master' into cosineDistance 2024-02-19 18:21:51 +01:00
Raúl Marín
9361946d15 Fix build in master 2024-02-19 17:48:53 +01:00
Raúl Marín
793ae52bf8 Fix cosineDistance crash with Nullable 2024-02-19 17:30:00 +01:00
alesapin
31bc327005
Merge pull request #60111 from ClickHouse/buffer_bg_flush_parallel
Flush StorageBuffer into multiple threads if num_layers > 1
2024-02-19 16:56:24 +01:00
Antonio Andelic
175a1db787 Support specifying users for s3 settings 2024-02-19 16:43:27 +01:00
Robert Schulze
6f6e74ad8b
Merge remote-tracking branch 'rschu1ze/master' into order-by-all-ambiguities 2024-02-19 15:19:13 +00:00
Robert Schulze
8f5a4d92a1
Fix style 2024-02-19 15:19:04 +00:00
Yarik Briukhovetskyi
491a4cd1e7
Merge pull request #59243 from yariks5s/div_int_with_decimal
Fix bug with `intDiv` for decimal arguments
2024-02-19 15:28:07 +01:00
Antonio Andelic
1512116679
Merge branch 'master' into fix-new-setting 2024-02-19 14:30:12 +01:00
Antonio Andelic
17b1760eca Add new setting to changes history 2024-02-19 14:29:00 +01:00
Vitaly Baranov
f10a8868e1
Merge pull request #60097 from vitlibar/move-thread-pool-callback-runner-to-common
Move threadPoolCallbackRunner to the "Common" folder
2024-02-19 14:10:36 +01:00
Antonio Andelic
7c2654f62e Fix data race 2024-02-19 14:09:37 +01:00
Raúl Marín
a27337541d
Merge pull request #58738 from binmahone/20240112_fix_date32_T64
support T64 for date32 type
2024-02-19 14:07:14 +01:00