Commit Graph

155341 Commits

Author SHA1 Message Date
Michael Kolupaev
53f78b2e49
Merge pull request #70462 from ClickHouse/waitwice
Fix flaky test_refreshable_mv_in_replicated_db
2024-10-08 08:11:20 +00:00
Robert Schulze
c9fdeb5174
[Docs] Fix grammar and consistency
Cf. #70219, #70220, #70221, #70255, #70279
2024-10-08 08:05:41 +00:00
Michael Kolupaev
dfd74322b1 Make the test work when ran multiple times with the same fixture 2024-10-08 07:44:03 +00:00
Antonio Andelic
9a3f76a9a5 Add test 2024-10-08 09:38:15 +02:00
János Benjamin Antal
f3071fb01c Fix build 2024-10-08 06:49:57 +00:00
pufit
c901c74a2e
Merge pull request #70293 from ClickHouse/pufit/fix-implicit-grants
`SHOW GRANTS WITH IMPLICIT`, fix error with implicit grants
2024-10-08 06:29:41 +00:00
robot-clickhouse
1d70ca4848
Merge pull request #70463 from ClickHouse/auto/v24.8.5.115-lts
Update version_date.tsv and changelog after v24.8.5.115-lts
2024-10-08 05:49:02 +00:00
János Benjamin Antal
2bd0d0cf11
Merge branch 'master' into validate-create-query-after-alter 2024-10-08 07:45:55 +02:00
Robert Schulze
1337f66cd0
Merge pull request #70360 from azat/vector-similarity-comments
Update comments in VectorSimilarityCondition (WHERE is not supported)
2024-10-08 05:30:14 +00:00
robot-clickhouse
9966eea716 Automatic style fix 2024-10-08 05:05:51 +00:00
robot-clickhouse
e54eabde84 Update version_date.tsv and changelogs after v24.8.5.115-lts 2024-10-08 05:00:26 +00:00
Michael Kolupaev
f78b298f61 Fix flaky test_refreshable_mv_in_replicated_db 2024-10-08 04:56:53 +00:00
David Tsukernik
2b94fba674 Style fixes 2024-10-08 04:15:38 +00:00
David Tsukernik
5ecd654ec0 Fix tests 2024-10-08 04:12:14 +00:00
robot-clickhouse
518be41439 Automatic style fix 2024-10-08 04:09:53 +00:00
Michael Kolupaev
f7d9c3a9b1 Fix refreshable MV in system database breaking server startup 2024-10-08 04:00:19 +00:00
David Tsukernik
c876b17702 Add ad test 2024-10-08 02:24:24 +00:00
David Tsukernik
34fe797e02 Use an implicit true value for bool settings 2024-10-08 01:56:06 +00:00
pufit
a89b81852c
Merge branch 'master' into pufit/fix-implicit-grants 2024-10-08 09:45:02 +08:00
Shichao
e78ad9d5e6
Merge pull request #70456 from kylhuk/fix-documentation-reference-to-users-config
fix: fixed filename reference in documentation
2024-10-07 23:08:03 +00:00
kylhuk
97b596123d fix: fixed filename reference in documentation 2024-10-07 23:19:47 +02:00
johnnyfish
92d7b11eef Update gui.md 2024-10-08 00:09:22 +03:00
Shichao
8e5781e68b
Merge pull request #70455 from pdruley/pdruley/intersect-doc
minor typo fix for example intersect SQL
2024-10-07 19:28:05 +00:00
Patrick Druley
b9b905089d minor typo fix for example intersect SQL 2024-10-07 14:42:20 -04:00
Alexander Gololobov
4138ec4d72
Merge pull request #70444 from ClickHouse/make_explain_methods_const
Make QueryPlan explain methods const
2024-10-07 15:38:50 +00:00
Alexander Gololobov
1a2cd1d58f Fix order in 03249_dynamic_alter_consistency 2024-10-07 23:35:00 +08:00
vdimir
925a7f4a61
Merge pull request #70357 from ClickHouse/vdimir/fix_02346_fulltext_index_bug52019
Fix 02346_fulltext_index_bug52019
2024-10-07 15:18:21 +00:00
Antonio Andelic
57fa4239e5 Don't prefetch parts with no rows 2024-10-07 16:56:13 +02:00
Konstantin Bogdanov
2f8d15bcaa
Merge pull request #69768 from ClickHouse/tidy-redability-else-after-return
Prepare to enable `clang-tidy` `readability-else-after-return`
2024-10-07 07:53:18 +00:00
Alexander Gololobov
25e798e04e Make QueryPlan explain methods const 2024-10-07 15:17:31 +08:00
Azat Khuzhin
3f873f1508 Fix 0.1 second delay for interactive queries (due to keystroke interceptor)
Introduced in #63689, improved from 0.3 to 0.1 in #70423 with condvar.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-07 09:17:19 +02:00
Julia Kartseva
a98fca0637
Merge pull request #70423 from ClickHouse/realtime-metrics-followup
Follow-up on clickhouse-client realtime metrics display #63689
2024-10-07 05:07:13 +00:00
Pavel Kruglov
093633bf6a
Merge pull request #69584 from Avogar/fix-postgresql-fixed-string-issue
Fix inserting into FixedString column in PostgreSQL engine
2024-10-07 04:48:14 +00:00
Pavel Kruglov
8348670099
Merge pull request #70172 from Avogar/fix-column-object-copy
Fix crash in JSON column
2024-10-07 04:44:20 +00:00
Pavel Kruglov
84541a3f49
Update formats.md 2024-10-07 12:30:54 +08:00
Pavel Kruglov
291cd824cd
Merge branch 'master' into json-as-string-row-binary 2024-10-07 06:29:51 +02:00
Pavel Kruglov
e402f1ae84
Merge pull request #70328 from Avogar/fix-dynamic-reduce-alter
Fix ALTER of Dynamic type with reducing max_types parameter
2024-10-07 04:05:06 +00:00
Julia Kartseva
3668258127 display progress table if toggling is disabled 2024-10-06 20:36:06 +00:00
Julia Kartseva
2d8bda03b5 fix cursor display
Restore cursor when query is canceled by Ctrl-C.
Immediately stop intercepting keystrokes after SIGINT is received.
2024-10-06 20:28:47 +00:00
Azat Khuzhin
17c7fe883b Ignore "Invalid multibyte data detected" error during completion
Due to now the description of settings are also written.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-06 21:45:12 +02:00
Blargian
341edc06b1 update extract and add extractGroups 2024-10-06 19:49:18 +02:00
Alexey Milovidov
1e36e19aa9
Merge pull request #70289 from ClickHouse/inline-documentation-for-settings
Make embedded documentation for Settings strictly better than the Markdown docs
2024-10-06 13:05:52 +00:00
Blargian
ba777cdcc8 document currentSchemas function 2024-10-06 12:32:33 +02:00
Konstantin Bogdanov
537e3714de
Update .git-blame-ignore-revs 2024-10-06 12:30:39 +02:00
Konstantin Bogdanov
307064cae5
Fix broken build 2024-10-06 12:29:45 +02:00
Konstantin Bogdanov
2bbddc2940
Add to .git-blame-ignore-revs 2024-10-06 12:29:45 +02:00
Konstantin Bogdanov
32e7399b91
Fix clang-tidy 2024-10-06 12:29:44 +02:00
Konstantin Bogdanov
5a832fb196
Undo updating .clang-tidy 2024-10-06 12:29:44 +02:00
Konstantin Bogdanov
67c1e89d90
Apply linter changes 2024-10-06 12:29:20 +02:00
Blargian
5f734dbeba remove duplicate connection_id and add it as an alias to connectionId 2024-10-06 12:08:32 +02:00