Commit Graph

128520 Commits

Author SHA1 Message Date
Alexey Milovidov
6e910f002f Merge branch 'master' of github.com:ClickHouse/ClickHouse into collect-binary-size 2023-11-13 05:06:56 +01:00
Alexey Milovidov
9436209950 Fix error 2023-11-13 05:06:37 +01:00
justindeguzman
f3b0550dd3 [Docs] Add details about sharding_key for distributed table engine 2023-11-12 19:43:43 -08:00
rondo_1895
04b75a3ac9
Update except.md
Symbol Error
2023-11-13 11:37:19 +08:00
Alexey Milovidov
225c78681e Merge branch 'master' into collect-binary-size 2023-11-13 04:00:25 +01:00
Alexey Milovidov
7fc3cebd91 Fix error 2023-11-13 04:00:13 +01:00
Pradeep Chhetri
be1e061764 Use SSL port for clickhouse-client for hostnames pointing to clickhouse cloud 2023-11-13 10:31:56 +08:00
Alexey Milovidov
a044c61c79 Merge branch 'master' of github.com:ClickHouse/ClickHouse into system-symbols 2023-11-13 03:27:37 +01:00
Alexey Milovidov
c9f5ef0b1a Fix error 2023-11-13 03:14:29 +01:00
jsc0218
9194f77e71 change default value of PG's conn timeout and try times to avoid endless wait when conn url is unavailable 2023-11-13 02:11:31 +00:00
Alexey Milovidov
f48527b53a Merge branch 'concurrency' of github.com:ClickHouse/ClickHouse into concurrency 2023-11-13 02:57:14 +01:00
Alexey Milovidov
7ac931c29d Merge branch 'master' into concurrency 2023-11-13 02:56:56 +01:00
Alexey Milovidov
213c7cffb5
Merge pull request #56543 from rschu1ze/bump-grpc
Bump gRPC to v1.54.3
2023-11-13 02:50:05 +01:00
Alexey Milovidov
9ed47749de
Merge pull request #56644 from evillique/fix-cast-nullable-enum-to-string
Fix conversion from `Nullable(Enum)` to `Nullable(String)`
2023-11-13 02:48:34 +01:00
robot-ch-test-poll
0d8af2c119
Merge pull request #56545 from rschu1ze/qc-alias
Fix handling of aliases in query cache
2023-11-13 02:17:41 +01:00
robot-clickhouse-ci-2
9bceafbf9e
Merge pull request #56638 from chhetripradeep/pchhetri/enable-secure-flag-for-clickhouse-cloud
Enable --secure flag for clickhouse-client for hostnames pointing to clickhouse cloud
2023-11-13 00:30:58 +01:00
jsc0218
9c954046af style fix again 2023-11-12 23:23:56 +00:00
jsc0218
c63a6f5cf5 change comment style 2023-11-12 19:31:38 +00:00
Nikolay Degterinsky
d3ac896131 Fix conversion from Nullable(Enum) to Nullable(String) 2023-11-12 19:02:42 +00:00
Robert Schulze
bea529c9a1
Try to stabilize test results 2023-11-12 15:11:38 +00:00
Robert Schulze
91f53514d9
Incorporate review feedback 2023-11-12 15:11:38 +00:00
Robert Schulze
9b61de2b8b
Fix whitespace 2023-11-12 15:11:38 +00:00
Robert Schulze
52c825db44
Query cache: Allow to ignore non-deterministic queries
Fixes: #56504
2023-11-12 15:11:38 +00:00
Robert Schulze
139d8cea13
Merge pull request #56430 from rschu1ze/pcg
Use `pcg` + `randomSeed()` instead of `std::mt19937`/`std::random_device`
2023-11-12 15:57:18 +01:00
Vitaly Baranov
6b50f22b42
Merge pull request #56516 from vitlibar/lazy-loading-of-base-backups
Load base backups lazily
2023-11-12 14:20:47 +01:00
Robert Schulze
3f49e1c5ed
Merge remote-tracking branch 'rschu1ze/master' into pcg 2023-11-12 11:43:19 +00:00
Robert Schulze
504bf730b1
Remove 02725_keeper_fault_inject_sequential_cleanup for now 2023-11-12 11:42:30 +00:00
robot-clickhouse-ci-2
81206ac62c
Merge pull request #56639 from rschu1ze/docs-too-long-boxes
Docs: Fix overly long quote which pushed the right pane out of view
2023-11-12 12:15:12 +01:00
Robert Schulze
90711b1b99
Fix test failures 2023-11-12 11:06:58 +00:00
Robert Schulze
28dbfb94c2
Bump gRPC to v1.54.3 2023-11-12 10:56:25 +00:00
Robert Schulze
c75497e746
Bump gRPC to v1.53.2 2023-11-12 10:56:25 +00:00
Robert Schulze
a77f9ce7b2
Bump gRPC to v1.52.2 2023-11-12 10:56:25 +00:00
Robert Schulze
f6b001444c
Bump gRPC to 1.51.3 2023-11-12 10:56:24 +00:00
Robert Schulze
528c5a2c0a
Bump gRPC to 1.50.3 2023-11-12 10:56:24 +00:00
Robert Schulze
f017b2d083
Bump gRPC to v1.49.3 2023-11-12 10:56:24 +00:00
Robert Schulze
6e5407f875
Bump gRPC to v1.48.4 2023-11-12 10:56:24 +00:00
Robert Schulze
a511f41438
Docs: Fix overly long quote which pushed the right pane out of view 2023-11-12 10:51:22 +00:00
Antonio Andelic
f6d5ac485e
Merge pull request #56620 from chhetripradeep/pchhetri/demote-leader-before-stop-second-attempt
Add 4-letter command for yielding leadership
2023-11-12 11:38:40 +01:00
Alexey Milovidov
17669111fc Python 2023-11-12 08:07:14 +01:00
Pradeep Chhetri
3cb41bf0f2 Enable --secure flag for clickhouse-client for hostnames pointing to clickhouse cloud 2023-11-12 15:00:10 +08:00
Pradeep Chhetri
ce668e4491 Enable --secure flag for clickhouse-client for hostnames pointing to clickhouse cloud 2023-11-12 14:45:17 +08:00
Alexey Milovidov
e6149cb1f0 Fix idiotic behavior of sumMap aggregate function 2023-11-12 06:45:05 +01:00
Alexey Milovidov
b256f9d45f Merge branch 'collect-binary-size' of github.com:ClickHouse/ClickHouse into collect-binary-size 2023-11-12 06:40:12 +01:00
Alexey Milovidov
f77ca20720 Miscellaneous 2023-11-12 06:39:53 +01:00
Alexey Milovidov
e4f940f1c4 Merge branch 'master' into collect-binary-size 2023-11-12 06:39:31 +01:00
Alexey Milovidov
345f3935ff Something 2023-11-12 06:39:16 +01:00
Alexey Milovidov
0279345871
Merge pull request #56634 from ClickHouse/short-names
Introduce short names for `clickhouse-client` and `clickhouse-local`
2023-11-12 05:27:18 +01:00
robot-clickhouse
c74aea08b2 Automatic style fix 2023-11-12 04:10:47 +00:00
Alexey Milovidov
fb8f9f5fed Fix error 2023-11-12 04:52:49 +01:00
Pradeep Chhetri
dd90aac732 Empty commit 2023-11-12 11:51:19 +08:00