Igor Nikonov
|
842b51c782
|
Try assigning replica numbers consistently independent of initiator
|
2024-07-23 13:30:40 +00:00 |
|
Igor Nikonov
|
fbaca99e3a
|
Merge remote-tracking branch 'origin/master' into pr-local-plan
|
2024-07-23 06:38:58 +00:00 |
|
Igor Nikonov
|
420716d702
|
Fix clang-tidy warning
|
2024-07-23 06:38:37 +00:00 |
|
Alexey Milovidov
|
bd9bfc34a9
|
Merge pull request #66840 from ClickHouse/fix-inconsistent-formatting-of-not-subquery
Fix inconsistent formatting of `NOT ((SELECT ...))`
|
2024-07-23 00:17:13 +00:00 |
|
Nikita Taranov
|
24bacd2d5d
|
Merge pull request #65676 from AntiTopQuark/master
support MinMax hyperrectangle for MergeTreeIndexSet
|
2024-07-22 20:02:48 +00:00 |
|
Max K.
|
f083f8358c
|
Merge pull request #66890 from ClickHouse/ci_buddy_to_notify_about_wf_fatal_failures
CI: CI Buddy to notify about fatal workflow failures
|
2024-07-22 18:31:18 +00:00 |
|
Vitaly Baranov
|
4f02ded96e
|
Merge pull request #66590 from vitlibar/move-view-targets-to-separate-ast
Move view targets to separate AST class ASTViewTargets
|
2024-07-22 17:20:09 +00:00 |
|
Robert Schulze
|
fec867e97d
|
Merge pull request #66846 from rschu1ze/funcs-a-g-input_rows_count
Functions `[a-g]*`: Iterate over `input_rows_count` where appropriate
|
2024-07-22 16:43:47 +00:00 |
|
Igor Nikonov
|
4483f4b389
|
Better logging for announcement
|
2024-07-22 16:39:07 +00:00 |
|
Max K
|
fa0f760fd9
|
CI: CI Buddy to notify about fatal workflow failures
|
2024-07-22 18:05:13 +02:00 |
|
Nikita Taranov
|
c15699e32d
|
Merge pull request #66652 from ClickHouse/separate_macro_for_debug_or_san_build
Introduce separate DEBUG_OR_SANITIZER_BUILD macro
|
2024-07-22 14:52:13 +00:00 |
|
Robert Schulze
|
84b446d708
|
Merge pull request #66831 from rschu1ze/age-overflow
Fix signed integer overflow in function `age`
|
2024-07-22 14:29:32 +00:00 |
|
Alexey Milovidov
|
91693daf59
|
Merge pull request #65756 from ibotty/document-ssh-keys
document declarative ssh-keys authentication
|
2024-07-22 14:23:59 +00:00 |
|
Igor Nikonov
|
9900abade6
|
Merge remote-tracking branch 'origin/master' into pr-local-plan
|
2024-07-22 13:45:31 +00:00 |
|
Igor Nikonov
|
fa0f4543b6
|
Fix marks multiplier for local replica to avoid overflow with fuzzer
|
2024-07-22 13:44:25 +00:00 |
|
Alexey Milovidov
|
ab43fe979b
|
Merge pull request #66774 from Algunenano/flaky_http_query_id
Attempt to fix flakiness of 01194_http_query_id
|
2024-07-22 13:34:50 +00:00 |
|
Alexey Milovidov
|
6788178e9a
|
Merge pull request #66737 from ClickHouse/fix-bad-tests-01338_long_select_and_alter-alesapin
Fix bad tests `long_select_and_alter`
|
2024-07-22 13:24:48 +00:00 |
|
Alexey Milovidov
|
a5bf4166de
|
Merge pull request #66838 from ClickHouse/fix-rocksdb-bs
Fix RocksDB bs
|
2024-07-22 13:24:39 +00:00 |
|
Alexey Milovidov
|
ffb766d30e
|
Merge pull request #66818 from ClickHouse/miscellaneous
Miscellaneous
|
2024-07-22 13:24:21 +00:00 |
|
Alexey Milovidov
|
7d03fd98bd
|
Merge pull request #66844 from ClickHouse/debug-ssl-test
What if I will change the test for SSL authentication?
|
2024-07-22 13:23:55 +00:00 |
|
Max K.
|
217363d9a7
|
Merge pull request #66868 from ClickHouse/ci_runner_init_print_instance_info
CI: Print instance info in runner's init script
|
2024-07-22 12:38:00 +00:00 |
|
Max K.
|
3b5b39e6e2
|
Merge pull request #66830 from ClickHouse/ci_releases_continue
CI: New Release workflow updates and fixes
|
2024-07-22 12:22:44 +00:00 |
|
Max K
|
69ad8feb90
|
add instance type
|
2024-07-22 13:38:10 +02:00 |
|
Max K
|
cd700c59b1
|
minor fix
|
2024-07-22 13:17:25 +02:00 |
|
Max K
|
e708219f6a
|
CI: Print instance info in runner's init script
|
2024-07-22 13:01:27 +02:00 |
|
vdimir
|
846922aeae
|
Merge pull request #55051 from ClickHouse/vdimir/full_sorting_join_improvements
Suppport ASOF JOIN for full_sorting_merge algorithm
|
2024-07-22 10:28:46 +00:00 |
|
vdimir
|
77c253634a
|
Merge pull request #66725 from ClickHouse/vdimir/join_on_null_fix_followup
Support one more case in JOIN ON ... IS NULL
|
2024-07-22 10:09:57 +00:00 |
|
vdimir
|
255dcec501
|
Fix 02241_join_rocksdb_bs
|
2024-07-22 11:10:34 +02:00 |
|
Raúl Marín
|
0f32786913
|
Better random and queries
|
2024-07-22 10:46:42 +02:00 |
|
Alexey Milovidov
|
ac93dc7fb1
|
Merge pull request #66841 from ClickHouse/lighter-test-window-functions
Make test `01592_long_window_functions1` lighter
|
2024-07-22 07:42:49 +00:00 |
|
Robert Schulze
|
9d2dac90ed
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
|
Alexey Milovidov
|
1a3559fbc3
|
What if I will change this test?
|
2024-07-22 08:47:32 +02:00 |
|
Alexey Milovidov
|
3d4604a64a
|
Revert "What if I will change this test?"
This reverts commit ed02246e0c .
|
2024-07-22 08:47:08 +02:00 |
|
Alexey Milovidov
|
ed02246e0c
|
What if I will change this test?
|
2024-07-22 08:46:41 +02:00 |
|
Antonio Andelic
|
5547ce1a91
|
Merge pull request #66820 from ClickHouse/realloc-small-fix
Small fix in realloc memory tracking
|
2024-07-22 06:34:47 +00:00 |
|
Robert Schulze
|
049056e55a
|
Fix style
|
2024-07-22 05:48:40 +00:00 |
|
Alexey Milovidov
|
ba0aa8dbcb
|
Merge branch 'master' into fix-bad-tests-01338_long_select_and_alter-alesapin
|
2024-07-22 07:09:26 +02:00 |
|
Alexey Milovidov
|
40045c3894
|
Merge branch 'lighter-test-window-functions' into miscellaneous
|
2024-07-22 06:42:55 +02:00 |
|
Alexey Milovidov
|
6f9be58f09
|
Merge branch 'master' into miscellaneous
|
2024-07-22 06:42:50 +02:00 |
|
Alexey Milovidov
|
989476d523
|
Make test 01592_long_window_functions1 lighter
|
2024-07-22 06:41:52 +02:00 |
|
Alexey Milovidov
|
efb6491cfd
|
Update 03208_inconsistent_formatting_of_not_subquery.sh
|
2024-07-22 06:34:57 +02:00 |
|
Alexey Milovidov
|
1b606e525a
|
Fix inconsistent formatting of NOT ((SELECT ...))
|
2024-07-22 06:34:10 +02:00 |
|
Alexey Milovidov
|
2be21fe05c
|
Fix RocksDB bs
|
2024-07-22 05:53:12 +02:00 |
|
Alexey Milovidov
|
5611ef0d38
|
Merge pull request #66819 from ClickHouse/fix-inconsistent-formatting-lambda
Fix inconsistent formatting of lambda functions inside composite types
|
2024-07-22 02:51:00 +00:00 |
|
Alexey Milovidov
|
7beff2d582
|
Merge pull request #66817 from ClickHouse/make-test-set_index_array-lighter
Make test `00997_set_index_array` lighter
|
2024-07-21 20:19:51 +00:00 |
|
Alexey Milovidov
|
20d4b16fc1
|
Update 03207_composite_expressions_lambda_consistent_formatting.sql
|
2024-07-21 22:19:30 +02:00 |
|
Alexey Milovidov
|
aafefd19c2
|
Merge pull request #66804 from ClickHouse/better-diagnostics-for-test-trace_events_stress
Better diagnostics for test trace_events_stress
|
2024-07-21 20:13:36 +00:00 |
|
Max K
|
dd9fe61d1a
|
CI: New Release workflow updates and fixes
|
2024-07-21 21:21:39 +02:00 |
|
Robert Schulze
|
4b8b9b1503
|
Fix UB in function "age"
|
2024-07-21 17:25:49 +00:00 |
|
Max K.
|
08db9fb8f1
|
Merge pull request #66593 from ClickHouse/autorelease_poc
CI: POC for Auto Releases
|
2024-07-21 15:03:11 +00:00 |
|