Commit Graph

154643 Commits

Author SHA1 Message Date
Konstantin Bogdanov
aa5e76ae87
Merge pull request #69765 from ClickHouse/fix-tidy-maybe-unused
Make `clang-tidy` happy
2024-09-30 06:35:57 +00:00
Alexey Milovidov
9c83eb95de
Merge pull request #69856 from ClickHouse/fix-31696
Cleaner output in the terminal in CLI.
2024-09-30 05:10:20 +00:00
Alexey Milovidov
4a816391ba
Merge pull request #70110 from ClickHouse/remove-todo
Remove TODO
2024-09-30 05:07:20 +00:00
Alexey Milovidov
da658acc60
Merge pull request #70109 from ClickHouse/fix-test-00938
Make `00938_fix_rwlock_segfault_long` non flaky
2024-09-30 05:07:15 +00:00
Alexey Milovidov
8e355ed0fc
Merge pull request #59138 from Enmk/fix_replace_partition_stop_the_world
Fix REPLACE PARTITION waiting for mutations/merges on unrelated partitions
2024-09-30 01:23:54 +00:00
Alexey Milovidov
b626b77677 Remove TODO 2024-09-30 00:40:34 +02:00
Alexey Milovidov
cad86b8eb3 Make 00938_fix_rwlock_segfault_long non flaky 2024-09-30 00:06:18 +02:00
Alexey Milovidov
b04aa50686
Update PartitionActionBlocker.cpp 2024-09-29 22:58:12 +02:00
Alexey Milovidov
7c407e10e5
Merge pull request #69855 from ClickHouse/add-test-62350
Add a test for #62350
2024-09-29 20:53:58 +00:00
Alexey Milovidov
60925b6bc0 Merge branch 'master' into fix-31696 2024-09-29 22:53:34 +02:00
Igor Nikonov
6e87c801ed
Merge pull request #69884 from ClickHouse/pr-fix-remote-query-startup
Improve remote query startup time
2024-09-29 18:30:58 +00:00
Igor Nikonov
611ff9d4a8
Merge branch 'master' into pr-fix-remote-query-startup 2024-09-29 09:09:09 +02:00
Alexey Milovidov
609ff84220
Merge pull request #67346 from jincong8973/master
Improve error message #67345
2024-09-29 02:29:57 +00:00
Alexey Milovidov
b2aa78e14a
Merge pull request #70075 from ClickHouse/fix_dddl_test
Fix `test_distributed_ddl`
2024-09-28 21:05:14 +00:00
Alexey Milovidov
6126310b7c
Merge pull request #62085 from JackyWoo/support_minmax_index_for_pointInPolygon
Support minmax index for `pointInPolygon`
2024-09-28 16:19:33 +00:00
Alexey Milovidov
cbfbdbfb82
Merge pull request #69563 from vitlibar/restore-access-dependencies-2
Improve restoring of access entities' dependencies #2
2024-09-28 16:19:19 +00:00
Alexey Milovidov
0e03c94abc
Merge pull request #70071 from ClickHouse/remove-unneeded-change
Delete a setting change
2024-09-28 16:18:43 +00:00
Alexey Milovidov
e2cacd9266
Merge pull request #70088 from ClickHouse/pufit/better-access-denied-error
Better message for ACCESS_DENIED error.
2024-09-28 16:18:30 +00:00
Vitaly Baranov
924e21f632
Merge pull request #70025 from alsugiliazova/docs--update-create/alter-user-syntax-for-multiple-auth-methods-feature
Docs: update create/alter user syntax for multiple authentication methods feature
2024-09-28 12:29:04 +00:00
Yakov Olkhovskiy
06a8b8b7f4
Merge pull request #70087 from m7kss1/ripemd160-support
Re-added RIPEMD160 support
2024-09-28 05:56:04 +00:00
Alexey Milovidov
0356287344
Merge pull request #70038 from ClickHouse/isort
Add isort to the style checking for python files
2024-09-28 01:47:37 +00:00
Alexey Milovidov
fa45ae3543 Merge branch 'master' into jincong8973 2024-09-28 01:08:30 +02:00
Dergousov Maxim
d599f85da6
small fix 2024-09-28 02:04:28 +03:00
Dergousov Maxim
b87c57d180
small fix 2024-09-28 01:55:27 +03:00
Dergousov Maxim
d2e7fc6b3a
docs check-style fix 2024-09-28 01:53:14 +03:00
Dergousov Maxim
2d9edeb9e4
fix format 2024-09-28 01:46:51 +03:00
pufit
1cfa8f6546 Better message for ACCESS_DENIED error. 2024-09-27 17:22:47 -04:00
Dergousov Maxim
befb3ac172
small fix 2024-09-28 00:20:23 +03:00
Dergousov Maxim
850a333c5a
Merge branch 'ClickHouse:master' into ripemd160-support 2024-09-28 00:14:06 +03:00
Maxim Dergousov
39dca43aed add RIPEMD160 support 2024-09-27 23:57:31 +03:00
Igor Nikonov
a6a616c2b9 Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup 2024-09-27 20:38:05 +00:00
Igor Nikonov
b90a21fd5e Fix non-linux builds 2024-09-27 20:37:40 +00:00
Alexander Tokmakov
39786f7352
Merge pull request #69448 from tuanpach/add-identifier-quoting-rule
Add show_create_query_identifier_quoting_rule setting
2024-09-27 19:05:40 +00:00
Robert Schulze
9b22321bf5
Merge pull request #70061 from rschu1ze/sqid-ubsan
Fix ubsan issue in function sqid
2024-09-27 17:33:03 +00:00
Alexander Tokmakov
76edf4e81d
Merge pull request #69091 from tuanpach/create-table-with-clone-as
Support creating a table with: CREATE TABLE ... CLONE AS ...
2024-09-27 17:25:26 +00:00
Igor Nikonov
14e4a03bf0 Avoiding establish connections sequentially 2024-09-27 17:02:06 +00:00
pufit
2f5786cbb2
Merge pull request #69985 from ClickHouse/pufit/fix-parse-definers-69752
Fix parsing for definers
2024-09-27 16:59:27 +00:00
Igor Nikonov
3dbfa4dd87 Fix non-linux builds 2024-09-27 16:53:20 +00:00
robot-clickhouse
cb9bf8a910 Automatic style fix 2024-09-27 16:47:09 +00:00
Alexander Tokmakov
1e2e7247ae make queries retriable to survive fault injections 2024-09-27 18:39:12 +02:00
Nikita Mikhaylov
cac6847ddc
Delete a setting change 2024-09-27 17:26:02 +02:00
Andrey Zvonov
981a0b6e27 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-partmut 2024-09-27 15:25:03 +00:00
Vitaly Baranov
ec6bf0d3e2
Merge pull request #69918 from bigo-sg/replace-empty-needle
Allow empty needle in function replace
2024-09-27 14:27:14 +00:00
tuanpach
1ef359357f
Merge pull request #69812 from tuanpach/create-or-replace-view-atomically
Support CREATE OR REPLACE VIEW atomically
2024-09-27 14:25:09 +00:00
Nikolai Kochetov
67ecf59e01
Merge pull request #70054 from ClickHouse/remove-unused-nodes-after-removing-aliases-in-filter-step
Remove unused columns from actions in FilterStep.
2024-09-27 14:24:29 +00:00
Raúl Marín
2e6ae038fd
Merge pull request #68980 from Algunenano/faster_debug_startup
Reduce client start time in debug/sanitizer mode
2024-09-27 13:57:56 +00:00
Igor Nikonov
56624113ff Merge remote-tracking branch 'origin/master' into pr-fix-remote-query-startup 2024-09-27 13:24:52 +00:00
Igor Nikonov
a321dafd15 Remove debug logging 2024-09-27 13:24:28 +00:00
Tuan Pham Anh
6fa40a13ce Move settings to 24.10 2024-09-27 13:03:42 +00:00
Tuan Pham Anh
09a4173a33 Merge branch 'master' into add-identifier-quoting-rule 2024-09-27 13:02:49 +00:00