Nikita Mikhaylov
|
191aad6b53
|
Merge pull request #65669 from ClickHouse/client-refactoring
Miscellaneous and insignificant changes around Client/ClientBase.
|
2024-06-28 11:44:40 +00:00 |
|
Nikita Mikhaylov
|
f6b8d35a99
|
Merge pull request #65803 from ClickHouse/fix-macos-slow-getFQDN
Fix slow `getFQDNOrHostNameImpl` on macOS
|
2024-06-28 11:44:03 +00:00 |
|
Kruglov Pavel
|
f2a39ae2f1
|
Merge pull request #65802 from jsc0218/FixBugInShortCircuitLogic
Fix Short Circuit Logic
|
2024-06-28 11:11:25 +00:00 |
|
Antonio Andelic
|
510924b6b2
|
Merge pull request #65768 from ClickHouse/fix-parse-iso-date
Fix invalid exceptions in `parseDateTime` with `%F` and `%D` placeholders
|
2024-06-28 08:07:36 +00:00 |
|
Antonio Andelic
|
cb0cd60e62
|
Merge pull request #65766 from ClickHouse/fix-test_alter_attach
Fix flaky `test_replicated_database::test_alter_attach`
|
2024-06-28 08:06:45 +00:00 |
|
Konstantin Bogdanov
|
bbfdf1698f
|
Fix
|
2024-06-28 05:18:17 +02:00 |
|
jsc0218
|
f15755ecc6
|
add test
|
2024-06-28 01:38:06 +00:00 |
|
jsc0218
|
8dbf159f3f
|
fix
|
2024-06-28 01:24:20 +00:00 |
|
Nikita Mikhaylov
|
f399764021
|
Merge pull request #65793 from ClickHouse/docs-named-collections-cloud-support
[Docs] Specify that Named Collections are not supported in Cloud
|
2024-06-28 00:10:09 +00:00 |
|
Michael Kolupaev
|
6357c3a072
|
Merge pull request #64951 from ClickHouse/emp
Fix AST formatting of 'create table b empty as a'
|
2024-06-27 23:52:56 +00:00 |
|
Michael Kolupaev
|
3229cb5874
|
Merge pull request #61750 from KevinyhZou/improve_json_each_row_ignore_key_case
Improve JSONEachRow reading by ignoring the keys case
|
2024-06-27 23:38:50 +00:00 |
|
Nikita Taranov
|
f838c25d20
|
Merge pull request #65705 from ClickHouse/fix_linkage
Fix duplicate symbol linkage error
|
2024-06-27 23:02:09 +00:00 |
|
Yarik Briukhovetskyi
|
4acfad66c2
|
Merge pull request #65763 from yariks5s/fix_docs_ch_local
Fix for issue #65757
|
2024-06-27 22:55:52 +00:00 |
|
Han Fei
|
082db862cf
|
Merge pull request #65764 from hanfei1991/hanfei/doc-cgroups_memory_usage_observer_wait_time
update doc for `cgroups_memory_usage_observer_wait_time`
|
2024-06-27 22:55:03 +00:00 |
|
Han Fei
|
451c3ef1eb
|
Merge branch 'master' into hanfei/doc-cgroups_memory_usage_observer_wait_time
|
2024-06-28 00:10:18 +02:00 |
|
Yarik Briukhovetskyi
|
1086a677b1
|
Merge branch 'ClickHouse:master' into fix_docs_ch_local
|
2024-06-28 00:09:33 +02:00 |
|
Han Fei
|
cf195a0b6f
|
Merge pull request #65778 from linhgiang24/patch-1
fixed misspelled word
|
2024-06-27 21:52:24 +00:00 |
|
Michael Kolupaev
|
b5bb9fa17e
|
git Merge remote-tracking branch 'origin/master' into emp
|
2024-06-27 20:40:24 +00:00 |
|
Max K
|
be0b78fcc5
|
Merge pull request #65774 from ClickHouse/ci_fix_for_build_report_backports_and_release
CI: Fix for Builds report job in backports and releases
|
2024-06-27 20:16:26 +00:00 |
|
Robert Schulze
|
16feb94bbc
|
Merge pull request #65791 from rschu1ze/docs-ch-test
Docs: Fix invocation of `clickhouse-test`
|
2024-06-27 19:31:40 +00:00 |
|
justindeguzman
|
78c659e8ce
|
[Docs] Specify that Named Collections are not supported in Cloud
|
2024-06-27 12:15:48 -07:00 |
|
Robert Schulze
|
9e4d976e5e
|
Fix clickhouse-test invocation
|
2024-06-27 17:24:43 +00:00 |
|
Max K
|
815a51b9ce
|
Merge pull request #65775 from ClickHouse/ci_new_create_release_workflow
CI: New create release workflow
|
2024-06-27 17:20:01 +00:00 |
|
Max K
|
fbb96d17de
|
CI: New create release workflow
|
2024-06-27 18:16:52 +02:00 |
|
Nikita Taranov
|
c2bb507f35
|
Merge pull request #65632 from ClickHouse/fix_merge_join_sparse
Add missing `sparse` removal in MergeJoin
|
2024-06-27 15:53:11 +00:00 |
|
Linh Giang
|
2265861f83
|
fixed misspelled word
originally "quering" changed to "querying"
|
2024-06-27 09:38:19 -06:00 |
|
robot-clickhouse
|
3362b521d2
|
Automatic style fix
|
2024-06-27 14:43:52 +00:00 |
|
Max K
|
ecc9d214c3
|
CI: Fix for Builds report job in backports and releases
|
2024-06-27 16:36:26 +02:00 |
|
Robert Schulze
|
3ef05fd11a
|
Merge pull request #65760 from rschu1ze/base64URL
`base64En/Decode64Url` --> `base64En/Decode64URL`
|
2024-06-27 13:38:47 +00:00 |
|
Antonio Andelic
|
fcf8189b75
|
More fixes
|
2024-06-27 15:09:36 +02:00 |
|
Han Fei
|
7c2d7b2cdf
|
Merge branch 'master' into hanfei/doc-cgroups_memory_usage_observer_wait_time
|
2024-06-27 15:08:47 +02:00 |
|
Antonio Andelic
|
b972906dab
|
Fix timezone
|
2024-06-27 14:42:21 +02:00 |
|
Nikita Taranov
|
b8e803218c
|
remote shart
|
2024-06-27 13:32:23 +01:00 |
|
Antonio Andelic
|
988ba2e22d
|
Fix mysqlISO8601Date
|
2024-06-27 14:17:37 +02:00 |
|
Antonio Andelic
|
86c3036bfb
|
Fix flaky test_replicated_database::test_alter_attach
|
2024-06-27 14:06:42 +02:00 |
|
Robert Schulze
|
8b772f3fe3
|
Merge remote-tracking branch 'rschu1ze/master' into base64URL
|
2024-06-27 11:07:39 +00:00 |
|
Han Fei
|
53dba60245
|
update doc for cgroups_memory_usage_observer_wait_time
|
2024-06-27 12:47:23 +02:00 |
|
Kseniia Sumarokova
|
7892e77d9d
|
Merge pull request #65744 from ClickHouse/try-fix-race-in-tcp-handler
Try fix data race in TCPHandler between `processOrdinaryQuery -> sendProgress` and `fatal_error_callback -> sendLogs`
|
2024-06-27 10:27:24 +00:00 |
|
Yarik Briukhovetskyi
|
c00ad13dc2
|
fix for #65757
|
2024-06-27 12:22:45 +02:00 |
|
SmitaRKulkarni
|
4f01b9715b
|
Merge pull request #65273 from ClickHouse/Mask_azureblobstorage_access_key
Mask account key for azureBlobStorage
|
2024-06-27 09:21:43 +00:00 |
|
Robert Schulze
|
7d26f45a28
|
base64En/Decode64Url --> base64En/Decode64URL
|
2024-06-27 09:05:44 +00:00 |
|
János Benjamin Antal
|
50510f9c43
|
Merge pull request #65475 from bigo-sg/parqet_write_page_index
Support writting page index into parquet file
|
2024-06-27 08:52:08 +00:00 |
|
János Benjamin Antal
|
0a79bd6bf7
|
Merge pull request #65559 from azat/fix-console_log_level
Fix logger.console_log_level (never works)
|
2024-06-27 08:51:12 +00:00 |
|
János Benjamin Antal
|
a13a5efb71
|
Merge pull request #65742 from ClickHouse/try-to-fix-02265-column-ttl
Try to fix flaky `02265_column_ttl`
|
2024-06-27 08:29:45 +00:00 |
|
Dmitry Novik
|
575f2ec14d
|
Merge pull request #65190 from ClickHouse/support-aliases-in-param-view-function
Support aliases in parametrized view function (only new analyzer)
|
2024-06-27 06:31:16 +00:00 |
|
Dmitry Novik
|
58d516f432
|
Merge pull request #65722 from kitaisreal/postgresql-source-support-cancel
PostgreSQL source support cancel
|
2024-06-27 06:22:40 +00:00 |
|
Alexey Milovidov
|
c349e7353c
|
Merge pull request #65752 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
|
2024-06-27 06:46:31 +02:00 |
|
Alexey Milovidov
|
298f543f95
|
Update CHANGELOG.md
|
2024-06-27 06:46:12 +02:00 |
|
Nikita Taranov
|
2024f8fecd
|
fix build
|
2024-06-26 23:48:41 +01:00 |
|
Alexey Milovidov
|
2ac528db13
|
Merge pull request #65717 from ClickHouse/fix-performance-test
Fix server restarts in performance tests
|
2024-06-26 22:48:30 +00:00 |
|