Alexey Milovidov
cd94d02455
Merge branch 'master' into coverage
2023-11-04 21:49:59 +01:00
Alexey Milovidov
70e3dd808c
Granular code coverage with introspection
2023-10-29 02:07:24 +01:00
vdimir
c1ae369919
wip CHECK query for all tables
2023-10-27 15:22:10 +00:00
vdimir
1d5f75fd71
Merge pull request #53404 from ClickHouse/vdimir/check_table_improvements2
...
Improve CHECK TABLE system query, support checking part
2023-10-26 10:57:44 +02:00
Maksim Kita
901294d352
Fixed code review issues
2023-10-25 21:41:26 +03:00
Maksim Kita
82d4d52b06
Add SHOW SETTING query
2023-10-25 18:49:00 +03:00
Raúl Marín
6068277af9
Merge pull request #55815 from jetgm/master
...
Add SHOW MERGES
2023-10-25 11:44:30 +02:00
vdimir
7583394c9c
Support CHECK TABLE ... PART ... query
2023-10-23 12:33:35 +00:00
Raúl Marín
7d7bf1f565
Merge pull request #55826 from Algunenano/clearer_matview_creation_errors
...
Provide a better message for common MV pitfalls
2023-10-23 14:07:14 +02:00
Aleksei Filatov
0a1f3f205c
Add external HTTP Basic authenticator ( #55199 )
2023-10-20 19:24:19 +02:00
Raúl Marín
dd640cba72
Provide a better message for common MV pitfalls
2023-10-19 13:21:57 +02:00
jetgm
bde5c5a4a8
add show merges
2023-10-19 18:17:28 +08:00
Antonio Andelic
fc24e599fd
Check if id is nullptr
2023-10-18 07:26:32 +00:00
János Benjamin Antal
eeff98f3a3
Merge pull request #55373 from lingtaolf/enhancement/rename_without_keyword
...
Support rename table without keyword TABLE
2023-10-16 14:06:23 +02:00
alesapin
697c1e3bb0
Merge pull request #55604 from ClickHouse/evillique-partition-parameters
...
Implement query paramenters support in partition expression
2023-10-16 10:26:02 +02:00
Alexey Milovidov
2bb5b79f02
Merge pull request #55361 from ClickHouse/better-depth-check
...
Better recursion depth check
2023-10-14 20:17:07 +02:00
Alexey Milovidov
565a1c62d7
Merge pull request #54100 from ClickHouse/unicode-minus
...
Add suport for mathematical minus character
2023-10-14 20:16:08 +02:00
Alexey Milovidov
aafdd9da86
Merge pull request #55615 from ClickHouse/fix-kusto-thread-race
...
Fix: race condition in kusto implementation
2023-10-14 04:52:37 +02:00
Alexey Milovidov
de8534de70
Fix error
2023-10-14 02:10:13 +02:00
Alexey Milovidov
6d8f28aad0
Merge branch 'master' into better-depth-check
2023-10-14 01:48:59 +02:00
Alexey Milovidov
854ad78c3e
Fix error
2023-10-14 01:48:18 +02:00
Alexey Milovidov
183411cf58
Merge branch 'master' into unicode-minus
2023-10-14 01:34:45 +02:00
Yakov Olkhovskiy
1cd98f3cea
use thread_local for static
2023-10-13 17:43:38 +00:00
Alexander Tokmakov
3e60451ac7
Revert "Merge pull request #54421 from evillique/cluster-groups"
...
This reverts commit 211c80e1a0
, reversing
changes made to b53a98217c
.
2023-10-13 18:55:51 +02:00
alesapin
daa8dbbbae
Make as flexible as it can be
2023-10-13 18:51:32 +02:00
alesapin
1571dbcb26
Finally fix it
2023-10-13 18:16:51 +02:00
alesapin
f80dd06f52
Fix tuple parser
2023-10-13 17:36:38 +02:00
alesapin
78575720d1
Simpler and better
2023-10-13 16:52:04 +02:00
alesapin
47d48d81e0
Implement feature
2023-10-13 16:22:18 +02:00
robot-clickhouse-ci-1
211c80e1a0
Merge pull request #54421 from evillique/cluster-groups
...
Add replica groups to Replicated database engine
2023-10-12 18:14:42 +02:00
Nikolay Degterinsky
20e16be27b
Fixes & improvements
2023-10-12 15:02:08 +00:00
凌涛
4499dd3e2f
modify style
2023-10-12 14:21:20 +08:00
alesapin
9235408435
Merge branch 'partition-parameters' of github.com:evillique/ClickHouse into evillique-partition-parameters
2023-10-11 18:06:12 +02:00
Alexey Milovidov
59e4c223f3
Merge pull request #55277 from azat/fix-schema-cache-format
...
Fix query formatting for SYSTEM queries
2023-10-11 16:17:29 +02:00
Yakov Olkhovskiy
0738984edf
Merge pull request #42510 from ClibMouse/Kusto-phase2-oss-pr
...
Support Kusto Query Language dialect - phase 2
2023-10-11 08:35:26 -04:00
Azat Khuzhin
9d26bd869c
Fix SYSTEM query formatting
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-11 07:20:28 +02:00
Azat Khuzhin
ef2b5b9632
Fix query formatting for SYSTEM DROP SCHEMA CACHE FOR
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-11 07:20:28 +02:00
Vitaly Baranov
2af66dd9e9
Merge pull request #55089 from vitlibar/improve-hiding-secrets-in-logs
...
Improve hiding secrets in logs
2023-10-10 19:02:40 +02:00
Kruglov Pavel
5ded0005a3
Merge pull request #55064 from AVMusorin/system-drop-format-cache
...
Allow drop cache for Protobuf format
2023-10-10 14:23:11 +02:00
Vitaly Baranov
fb93bee5f3
Update src/Parsers/ASTFunction.cpp
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2023-10-09 17:01:30 +02:00
Anton Popov
4b76ab91a1
fix parsing of arrays in cast operator
2023-10-09 14:16:13 +00:00
凌涛
8f82d64129
support rename table without keyword TABLE
2023-10-09 18:10:03 +08:00
Aleksandr Musorin
8d0c961af0
Allow drop cache for protobuf format
...
Before it was impossible to update Protobuf schema without server
restart. With this commit, it is enough to send query `SYSTEM DROP
SCHEMA FORMAT CACHE [FOR Protobuf]`.
2023-10-09 10:41:15 +02:00
Alexey Milovidov
b6d4ae51c6
Better recursion depth check
2023-10-09 02:40:47 +02:00
Vitaly Baranov
0fde528b96
Support "S3" database engine while hiding secrets in AST.
2023-09-28 12:10:45 +02:00
Vitaly Baranov
e78bb8223b
Support NOSIGN in the parameters of "S3" table engines while hiding secrets in AST.
2023-09-28 12:10:45 +02:00
Vitaly Baranov
8637f60906
Hide secrets in DataLake table engines and functions.
2023-09-28 12:10:45 +02:00
Yong Wang
8c9da6bacf
Merge remote-tracking branch 'origin/master' into Kusto-phase2-oss-pr
2023-09-27 22:35:14 -07:00
George Gamezardashvili
0ce30ab6d5
SSH keys authentication ( #41109 )
...
Added new type of authentication based on SSH keys. It works only for Native TCP protocol.
Co-authored-by: Nikita Mikhaylov <nikitamikhaylov@clickhouse.com>
Co-authored-by: Robert Schulze <robert@clickhouse.com>
2023-09-26 17:50:19 +02:00
Nikolay Degterinsky
ff66d29376
Merge pull request #51469 from frinkr/perf-huge-ast
...
Improve performace for huge ast by direct-writing the column name for ASTLiteral
2023-09-24 14:56:50 +02:00