Commit Graph

128530 Commits

Author SHA1 Message Date
Alexey Milovidov
1ea74cee3a Early disconnect if there is authentication failure with interserver secret 2023-11-15 15:04:07 +01:00
Nikolai Kochetov
6ef5c4cafe
Merge pull request #56522 from kitaisreal/analyzer-support-explain-estimate
Analyzer support EXPLAIN ESTIMATE
2023-11-15 13:17:31 +01:00
Mikhail f. Shiryaev
002c4af384
Merge pull request #56785 from ClickHouse/another-digest-test
Add test for avoided recursion
2023-11-15 13:03:40 +01:00
Alexey Milovidov
be88873c3e
Merge pull request #56776 from mkmkme/mkmkme/fix-typo
fix typo in ClickHouseDictionarySource
2023-11-15 12:30:25 +01:00
Mikhail f. Shiryaev
e628114729
Add test for avoided recursion 2023-11-15 12:26:20 +01:00
Mikhail f. Shiryaev
89dd479072
Merge pull request #56778 from ClickHouse/fix-pygithub
Fix pygithub
2023-11-15 11:33:15 +01:00
Mikhail f. Shiryaev
30c6cea895
Fix another place with offset-aware datetime 2023-11-15 11:09:13 +01:00
Mikhail f. Shiryaev
ad3f422cff
Get rid of datetime in calculation of since_updated 2023-11-15 10:53:55 +01:00
Mikhail f. Shiryaev
eb4add06ba
Rewrite repo.organization._url to a proper repo._makeStringAttribute 2023-11-15 10:35:39 +01:00
Alexey Milovidov
4b7c80d824
Merge pull request #56725 from ClickHouse/linker-time-trace
Enable profiling for linker
2023-11-15 09:25:14 +01:00
Mikhail Koviazin
aea43bdfad
fix typo in ClickHouseDictionarySource
hostnmae -> hostname
2023-11-15 10:06:00 +02:00
Alexey Milovidov
e72cf785ce
Merge pull request #56587 from ClickHouse/vdimir/analyzer_array_join_set_error
Analyzer: fix logical error with set in array join
2023-11-15 08:35:59 +01:00
Alexey Milovidov
d2cc69ffd0
Merge pull request #56623 from evillique/add-test-row-policy-on-cluster
Add test for ROW POLICY ON CLUSTER
2023-11-15 08:35:32 +01:00
Alexey Milovidov
94a2b08c33
Merge pull request #56708 from Avogar/fix-use-structure-from-table-with-analyzer
Fix use_structure_from_insertion_table_in_table_functions with new Analyzer
2023-11-15 08:33:00 +01:00
Alexey Milovidov
37e48e76fe
Merge pull request #56768 from vitlibar/fix-flaky-test_replicated_merge_tree_encryption_codec
Fix flaky test_replicated_merge_tree_encryption_codec.
2023-11-15 07:46:06 +01:00
Alexey Milovidov
2791a95214 Merge branch 'master' into linker-time-trace 2023-11-15 07:44:02 +01:00
Alexey Milovidov
ed7d1dbb82 Pick up linker's trace files 2023-11-15 07:43:55 +01:00
Nikolay Degterinsky
4efef5b39f
Disable test with Replicated database 2023-11-15 02:20:44 +01:00
Vitaly Baranov
3d95ac5f2a Fix flaky test_replicated_merge_tree_encryption_codec. 2023-11-14 21:53:23 +01:00
Kruglov Pavel
79ed0f8a21
Update analyzer_tech_debt.txt 2023-11-14 19:21:56 +01:00
Sema Checherinda
b9cc1580e0
Merge pull request #56367 from canhld94/ch_table_reinit_new_disk
Adding new disk to storage configuration without restart
2023-11-14 15:54:22 +01:00
Igor Nikonov
ecef6db1fe
Fix: RabbitMQ OpenSSL dynamic loading issue (#56703)
* Fix: RabbitMQ OpenSSL dynamic loading issue
* Update RabbitMQ
* Fix minor glitch with TLS_client_method()
00f09897ce

---------

Co-authored-by: Robert Schulze <robert@clickhouse.com>
2023-11-14 15:36:50 +01:00
Antonio Andelic
8a63e924a3
Merge pull request #56670 from ClickHouse/more-reliable-log-handling-keeper
More reliable log handling in Keeper
2023-11-14 14:39:29 +01:00
Nikolai Kochetov
3096edf3ef
Merge pull request #50857 from ClickHouse/fix-analyzer-mv-scalars
Fix analyzer - insertion from select with subquery referencing insertion table should process only insertion block.
2023-11-14 13:58:38 +01:00
Nikolai Kochetov
823b913f1a
Merge pull request #56595 from ClickHouse/fix-02554_fix_grouping_sets_predicate_push_down-analyzer
Fix 02554_fix_grouping_sets_predicate_push_down with analyzer.
2023-11-14 13:56:18 +01:00
Kseniia Sumarokova
905b75b853
Merge pull request #56541 from ClickHouse/cache-config-improvement
Cache configuration improvement
2023-11-14 13:03:34 +01:00
avogar
ae05f4f604 Fix use_structure_from_insertion_table_in_table_functions with new Analyzer 2023-11-14 11:45:10 +00:00
Raúl Marín
e67edb5488
Merge pull request #56597 from Algunenano/readd_sleep_message
Add "FunctionSleep exception message fix" again
2023-11-14 12:30:12 +01:00
vdimir
11b8395fe7
Address review comments 2023-11-14 11:07:27 +00:00
Alexey Milovidov
ac9f01079a
Merge pull request #56722 from ClickHouse/remove-orphan-headers
Remove orphan header files
2023-11-14 12:03:10 +01:00
vdimir
3b73780bf6
Calculate sets from (array) joined actions 2023-11-14 10:35:43 +00:00
Robert Schulze
2931bbfe62
Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation
Small refactoring of AST hash calculation (follow-up to #56545)
2023-11-14 11:24:30 +01:00
Mikhail f. Shiryaev
6bd44ae595
Merge pull request #56689 from ClickHouse/performance-no-submodules
Do not fetch submodules during preparation performance archive
2023-11-14 10:57:55 +01:00
Alexander Gololobov
80ca41f18d
Merge pull request #56420 from ClickHouse/system_replicas_with_many_tables
Optimizations for system.replicas with many tables
2023-11-14 10:23:48 +01:00
Antonio Andelic
5849e06595 Fix 2023-11-14 09:07:17 +00:00
Antonio Andelic
8d27920987 Merge branch 'master' into more-reliable-log-handling-keeper 2023-11-14 08:38:07 +00:00
Alexey Milovidov
e32f6e5556
Merge branch 'master' into remove-orphan-headers 2023-11-14 09:23:19 +01:00
Alexey Milovidov
5f4ab3ad91
Merge pull request #56721 from ClickHouse/less-cmake-checks
Less CMake checks
2023-11-14 09:22:44 +01:00
Alexey Milovidov
a456b624a8
Merge pull request #56720 from ClickHouse/light-autogenerated-file
Light autogenerated file
2023-11-14 09:22:09 +01:00
Alexey Milovidov
5d81080e31 Enable profiling for linker 2023-11-14 09:01:50 +01:00
Alexey Milovidov
9bf62dd622 Remove orphan header files 2023-11-14 07:43:11 +01:00
Alexey Milovidov
4e3e8e32fd Remove more garbage 2023-11-14 07:24:41 +01:00
Alexey Milovidov
80bbe7dcc6 Less CMake checks 2023-11-14 06:55:06 +01:00
Alexey Milovidov
cb74f52c5c Make autogenerated file as light as possible 2023-11-14 06:27:39 +01:00
Alexey Milovidov
32dd1b26b3 Make autogenerated file as light as possible 2023-11-14 06:26:05 +01:00
Alexey Milovidov
beb0f6c5c1
Merge pull request #56648 from jsc0218/TunePGConnParameter
Reset PG's conn timeout and try times to avoid endless wait for unavailable URLs
2023-11-14 06:06:40 +01:00
Alexey Milovidov
c48dc8219f
Merge pull request #56662 from ClickHouse/miscellaneous-changes-tidy
Miscellaneous
2023-11-14 06:05:56 +01:00
Alexey Milovidov
8c9f12fe17
Update wide_integer_impl.h 2023-11-14 08:05:33 +03:00
Alexey Milovidov
60c02840c4
Merge pull request #56559 from ClickHouse/filter-large-translation-units
Check for large translation units
2023-11-14 05:13:17 +01:00
robot-ch-test-poll4
6c975c4a87
Merge pull request #56706 from ethshea/ethshea-window-function-list
Improve legibility of window functions list
2023-11-14 04:56:37 +01:00