Vladimir Cherkasov
|
d7acd3db93
|
Merge pull request #69910 from ClickHouse/vdimir/residual_join_conditions
Non-experimental non-equi join conditions
|
2024-12-03 13:48:31 +00:00 |
|
Raúl Marín
|
2bdb713798
|
Missing include
|
2024-12-03 14:47:25 +01:00 |
|
Pavel Kruglov
|
a433dea0ea
|
Merge pull request #72660 from ClickHouse/doc-mysql-settings
Documentation: add reference to relevant settings for mysql table function
|
2024-12-03 13:21:25 +00:00 |
|
Raúl Marín
|
ca5a1463e2
|
Update setting changes with master
|
2024-12-03 14:05:03 +01:00 |
|
divanik
|
c71519d9e9
|
Replace weak with strong
|
2024-12-03 12:49:49 +00:00 |
|
Raúl Marín
|
5a3ecbd231
|
Merge remote-tracking branch 'blessed/master' into settings_checks
|
2024-12-03 13:45:37 +01:00 |
|
divanik
|
3486baade8
|
Intermediate commit
|
2024-12-03 12:39:28 +00:00 |
|
Raúl Marín
|
fa7db13d0c
|
Missing include
|
2024-12-03 13:19:43 +01:00 |
|
Antonio Andelic
|
340b0a9860
|
Fix style
|
2024-12-03 13:18:52 +01:00 |
|
Daniil Ivanik
|
6262bfdc87
|
Merge pull request #72652 from pakud/patch-2
Adding example for JSONExtract which refers to a nested entry in JSON
|
2024-12-03 12:14:51 +00:00 |
|
Raúl Marín
|
0d91a9b60c
|
Use an Enum for type in system.settings_changes
|
2024-12-03 13:13:05 +01:00 |
|
Michael Kolupaev
|
2e4bb820ad
|
Unbreak parallel tests
|
2024-12-03 11:20:34 +00:00 |
|
Raúl Marín
|
b2841f643d
|
Make the test work with sanitizers
|
2024-12-03 12:18:57 +01:00 |
|
Michael Kolupaev
|
96a961583c
|
Fix custom settings
|
2024-12-03 11:09:08 +00:00 |
|
Raúl Marín
|
730caf1f9e
|
Missing include
|
2024-12-03 12:05:15 +01:00 |
|
Raúl Marín
|
009580edd0
|
Merge pull request #72715 from Algunenano/dragonbox
Remove heavy header from WriteHelpers.h
|
2024-12-03 10:58:37 +00:00 |
|
Nikolai Kochetov
|
3156209d58
|
Fix context lifetime for Y-shaped join.
|
2024-12-03 11:57:32 +01:00 |
|
Anton Popov
|
82a80db693
|
Merge pull request #65691 from CurtizJ/fix-azure-list
Fix `ListObjects` in azure blob storage
|
2024-12-03 10:50:38 +00:00 |
|
Han Fei
|
bf6708069c
|
add a check to debug LOGICAL ERROR of dictionary update
|
2024-12-03 10:40:01 +00:00 |
|
robot-clickhouse
|
7655b2e463
|
Automatic style fix
|
2024-12-03 09:32:07 +00:00 |
|
Michael Kolupaev
|
4f3329330f
|
Fix clickhouse-test reporting 'No tests were run' after running tests
|
2024-12-03 09:22:17 +00:00 |
|
Antonio Andelic
|
d65f440679
|
Fix advanced SSL configuration for Keeper's internal communication
|
2024-12-03 09:44:17 +01:00 |
|
Yakov Olkhovskiy
|
46f5f79ab5
|
Merge pull request #72659 from ClickHouse/imp-safeget
Safer Field::safeGet?
|
2024-12-03 07:28:55 +00:00 |
|
Michael Kolupaev
|
bc267d4427
|
Merge remote-tracking branch 'origin/master' into ssett
|
2024-12-03 06:51:08 +00:00 |
|
shuai-xu
|
d735d0f8cd
|
add a test
|
2024-12-03 10:34:52 +08:00 |
|
shuai-xu
|
5b8955c2ae
|
add a test
|
2024-12-03 09:39:05 +08:00 |
|
Yakov Olkhovskiy
|
617af1d3c0
|
Merge pull request #71297 from lzydmxy/force-connect-on-retry
Force_connected for retry resume connection establisher
|
2024-12-03 01:21:31 +00:00 |
|
Vitaly Baranov
|
d0a11071d4
|
Remove ostr from structure IAST::FormatSettings.
|
2024-12-03 01:01:24 +01:00 |
|
Raúl Marín
|
7afee244c5
|
Merge remote-tracking branch 'blessed/master' into dragonbox
|
2024-12-03 00:37:01 +01:00 |
|
Raúl Marín
|
4ce0a17a57
|
Fix style
|
2024-12-03 00:18:16 +01:00 |
|
Raúl Marín
|
28e09e2b81
|
Remove some nested inclusion of WriteHelpers.h
|
2024-12-02 23:49:04 +01:00 |
|
filimonov
|
f245a497e0
|
Update StorageDistributed.cpp
|
2024-12-02 23:27:23 +01:00 |
|
Yakov Olkhovskiy
|
57e77cc815
|
add move semantics
|
2024-12-02 21:46:57 +00:00 |
|
Raúl Marín
|
a8a3a2451d
|
Improve includes for StoragePolicy.h
|
2024-12-02 22:42:51 +01:00 |
|
Raúl Marín
|
e50265bae5
|
Optimize includes of Exception.h
|
2024-12-02 22:26:41 +01:00 |
|
Alexander Gololobov
|
ce87198ebe
|
Merge pull request #72643 from ClickHouse/measure_logger_time
Measure time consumed by logging
|
2024-12-02 20:43:26 +00:00 |
|
Anton Popov
|
e58d886b88
|
Merge pull request #72651 from CurtizJ/better-cache-prewarm
Better prewarm of mark and primary index caches
|
2024-12-02 20:01:59 +00:00 |
|
Igor Nikonov
|
8c4b73ed64
|
Merge branch 'master' into pr-fix-setting-history
|
2024-12-02 19:29:41 +01:00 |
|
Raúl Marín
|
6291daec72
|
Remove heavy header from WriteHelpers.h
|
2024-12-02 19:23:48 +01:00 |
|
Yarik Briukhovetskyi
|
46dd7074c7
|
Merge pull request #72640 from yariks5s/fix_datetime64_in_datetime64
Fix a bug with DateTime64 in DateTime64
|
2024-12-02 17:39:31 +00:00 |
|
Konstantin Bogdanov
|
2ecc690b93
|
Merge pull request #72567 from ClickHouse/fix-broken-result-part-path
Fix weird `result_part_path`
|
2024-12-02 17:04:02 +00:00 |
|
Raúl Marín
|
1f0f3b41e4
|
Merge pull request #72425 from Algunenano/obsolete_macro
Remove obsolete usage of ABORT_ON_LOGICAL_ERROR
|
2024-12-02 16:16:03 +00:00 |
|
Igor Nikonov
|
4eba52e0d5
|
Align PR setting changes history with 24.10
|
2024-12-02 15:35:58 +00:00 |
|
Anton Popov
|
d4f9305362
|
fix test
|
2024-12-02 15:05:47 +00:00 |
|
János Benjamin Antal
|
d66b108513
|
Merge pull request #72603 from azat/mm-fix-metric
Fix inaccurate MemoryTracking metric in case of allocation failures
|
2024-12-02 14:00:20 +00:00 |
|
Dmitry Novik
|
9412e8a25e
|
Update reference file
|
2024-12-02 14:49:20 +01:00 |
|
vdimir
|
ebe76f939b
|
fix test
|
2024-12-02 13:12:20 +00:00 |
|
Raúl Marín
|
e97ccb6b07
|
Adjust tests and docs
|
2024-12-02 13:48:50 +01:00 |
|
Konstantin Bogdanov
|
28d5d2130a
|
Merge pull request #72572 from ClickHouse/fix-glob-parsing
Fix parsing a glob with one element
|
2024-12-02 12:44:37 +00:00 |
|
Nikita Taranov
|
b84d0554ed
|
Merge pull request #72658 from ClickHouse/null_format_matching_case_insensitive
Recognise all spellings of `Null` in `FORMAT Null`
|
2024-12-02 12:21:39 +00:00 |
|