Commit Graph

152737 Commits

Author SHA1 Message Date
Miсhael Stetsyuk
2364949c95
Merge pull request #69102 from ClickHouse/make-replicated-database-creation-operations-idempotent
Make `Replicated` database creation operations idempotent
2024-09-09 11:19:15 +00:00
Kruglov Pavel
7bf6bdf639
Merge pull request #69149 from Avogar/values-respect-settings
Respect format settings in Values format during conversion from expression to the destination type
2024-09-09 11:02:39 +00:00
Nikita Taranov
57e3812087
Merge pull request #68441 from jiebinn/parallelMergeWithKey
Add thread pool and cancellation to support parallel merge with key
2024-09-09 10:41:45 +00:00
Robert Schulze
5639fed2a5
Merge pull request #69379 from rschu1ze/doc-from
Docs: Mention `FROM`-before-`SELECT` syntax
2024-09-09 10:13:48 +00:00
Raúl Marín
d968de6d26
Merge pull request #66205 from alexkorep/output-format-json-compact-with-progress
JSONCompactWithProgress query output format
2024-09-09 09:30:42 +00:00
Yarik Briukhovetskyi
2c35d53bf6
Merge pull request #56738 from yariks5s/time_buckets_impl
Add time-bucket overload to function `toStartOfInterval()`
2024-09-09 09:18:35 +00:00
Robert Schulze
c5f8802ac8
Docs: Mention FROM-before-SELECT 2024-09-09 08:05:18 +00:00
Alexey Korepanov
1eb7cdbd42 Merge branch 'master' into output-format-json-compact-with-progress 2024-09-08 17:12:51 +02:00
Robert Schulze
26f21a0d94
Merge pull request #69326 from rschu1ze/overlay-followup
Minor follow-up for #66933
2024-09-08 09:07:54 +00:00
Alexey Milovidov
7d670bf3c2
Merge pull request #69136 from ilejn/kdc_network_reject
Do not use docker pause for Kerberos KDC container in integration tests
2024-09-08 05:00:29 +00:00
Alexey Milovidov
47c91ffa70
Merge pull request #69334 from rschu1ze/citation
Add CITATION.cff
2024-09-08 00:26:03 +00:00
Robert Schulze
2910580b12
Merge pull request #69318 from rschu1ze/bump-libarchive
Bump libarchive from v3.7.0 to v3.7.1
2024-09-07 18:53:18 +00:00
Robert Schulze
654f8b98de
Update docs/en/sql-reference/functions/string-replace-functions.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2024-09-07 20:47:03 +02:00
Robert Schulze
7ff244d7a3
Update docs/en/sql-reference/functions/string-replace-functions.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2024-09-07 20:46:56 +02:00
Robert Schulze
65161dc085
Merge pull request #69323 from rschu1ze/bump-grpc
Bump grpc to v1.59.5
2024-09-07 18:44:39 +00:00
Robert Schulze
d464bb5138
Merge pull request #69345 from rschu1ze/bump-libuv
Bump libuv to v1.48.0
2024-09-07 18:43:51 +00:00
Robert Schulze
b13df0b462
Merge pull request #69341 from rschu1ze/bump-openssl
Bump OpenSSL to v3.2.3
2024-09-07 18:39:40 +00:00
Nikita Mikhaylov
16c21ef135
Merge pull request #69359 from tbragin/patch-14
Update README.md - Meetups
2024-09-07 18:29:49 +00:00
Robert Schulze
8a87cffb82
Merge pull request #69336 from rschu1ze/fix-icu-memleak
Fix memleak in `lower/upperUTF8`
2024-09-07 15:40:01 +00:00
Tanya Bragin
c335f4b1e4
Update README.md - Meetups
Adjusting meetup listings per latest
2024-09-07 07:39:31 -07:00
Nikita Mikhaylov
b161ce0c4c
Merge pull request #69356 from ClickHouse/revert-69324-speed-up-slightly-kafka-tests
Revert "Speed up some Kafka tests with multiprocessing"
2024-09-07 11:27:47 +00:00
Nikita Mikhaylov
9667c19b6e
Revert "Speed up some Kafka tests with multiprocessing" 2024-09-07 09:16:38 +02:00
Julia Kartseva
cc165f9349
Merge pull request #68917 from jkartseva/02378_part_log_profile_events
Fix `02378_part_log_profile_events` flakiness
2024-09-06 23:49:40 +00:00
Ilya Golshtein
f16d4c9567 kdc_network_reject: bugfix (again) 2024-09-06 22:16:11 +00:00
Ilya Golshtein
f5c6612a0b kdc_network_reject: bugfix 2024-09-06 22:16:11 +00:00
Ilya Golshtein
a9fcd61b92 kdc_network_reject: fix test_kafka_config_from_sql_named_collection 2024-09-06 22:16:11 +00:00
Ilya Golshtein
4212ad02e3 kdc_network_reject: make black formatter happy 2024-09-06 22:16:11 +00:00
Ilya Golshtein
c264f1c468 kdc_network_reject: no redundant loop 2024-09-06 22:16:11 +00:00
Ilya Golshtein
7f637f7acf kdc_network_reject: test passed 2024-09-06 22:16:11 +00:00
Julia Kartseva
bf74b600e5 rm tests/queries/0_stateless/02378_part_log_profile_events.sql 2024-09-06 21:05:56 +00:00
Julia Kartseva
99667c42f3 sync with the private 2024-09-06 21:05:56 +00:00
Julia Kartseva
ba038cba47 Fix 02378_part_log_profile_events flakiness 2024-09-06 21:05:56 +00:00
Nikita Mikhaylov
ccaa8d03a9
Merge pull request #69324 from ClickHouse/speed-up-slightly-kafka-tests
Speed up some Kafka tests with multiprocessing
2024-09-06 20:12:56 +00:00
Robert Schulze
f65c869d4c
Bump libuv to v1.48.0 2024-09-06 18:52:43 +00:00
Robert Schulze
ac6eb1c520
Bump libuv to 1.47.0 2024-09-06 18:51:23 +00:00
Robert Schulze
22f1d9752e
Bump libuv to 1.46.0 2024-09-06 18:51:20 +00:00
Robert Schulze
cc2467542b
Bump libuv to 1.45.0 2024-09-06 18:50:08 +00:00
Robert Schulze
fb3de3451c
Make a clean start with v1.44.2 2024-09-06 18:49:35 +00:00
Igor Nikonov
fe5c0e127f
Merge pull request #69264 from ClickHouse/fix-pr-not-ready-set
Fix: Not-ready Set with parallel replicas
2024-09-06 18:48:02 +00:00
Robert Schulze
2bd36997f7
Bump grpc to v1.59.5
CVE-2024-7246
2024-09-06 18:36:32 +00:00
Robert Schulze
02c9d33cfb
Merge pull request #69321 from rschu1ze/bump-curl
Bump curl to v8.9.1
2024-09-06 18:31:31 +00:00
Robert Schulze
52024b7af3
Bump openssl to 3.2.3 2024-09-06 17:51:03 +00:00
Robert Schulze
4bd66f4187
Add test 2024-09-06 17:31:20 +00:00
robot-clickhouse
28367f1792
Merge pull request #69340 from ClickHouse/auto/v24.8.4.13-lts
Update version_date.tsv and changelog after v24.8.4.13-lts
2024-09-06 17:26:36 +00:00
Robert Schulze
fdf8ff0e66
Don't forget to call ucasemap_close for every ucasemap_open 2024-09-06 17:25:14 +00:00
Robert Schulze
86842766e4
Bump OpenSSL to 3.2.2 2024-09-06 16:59:14 +00:00
robot-clickhouse
8be745e8c2 Update version_date.tsv and changelogs after v24.8.4.13-lts 2024-09-06 16:43:55 +00:00
robot-clickhouse
82fd9bab4e
Merge pull request #69337 from ClickHouse/auto/v24.7.6.8-stable
Update version_date.tsv and changelog after v24.7.6.8-stable
2024-09-06 16:39:49 +00:00
Robert Schulze
11fae9f321
Bump libarchive to v3.7.1 2024-09-06 16:37:42 +00:00
Michael Stetsyuk
8544718d32 initialize max_log_ptr_at_creation on attach 2024-09-06 16:31:39 +00:00