kssenii
|
a930823518
|
Fix build
|
2021-08-29 14:18:04 +00:00 |
|
kssenii
|
fb6ce3b64e
|
Fix build check
|
2021-08-29 08:53:04 +00:00 |
|
kssenii
|
f27f519aa2
|
Fix build and add example
|
2021-08-28 20:35:51 +00:00 |
|
kssenii
|
b536653851
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-24 07:29:50 +00:00 |
|
Vitaly Baranov
|
63e8bc1f20
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
|
Nikita Mikhaylov
|
fb6462d70a
|
Merge pull request #27886 from vitlibar/add-separate-constants-for-interfaces
Add separate constants for interfaces LOCAL and TCP_INTERSERVER.
|
2021-08-23 16:25:01 +03:00 |
|
alexey-milovidov
|
e620ea15bd
|
Merge pull request #27900 from amosbird/newf
getServerPort function
|
2021-08-21 22:40:25 +03:00 |
|
Amos Bird
|
997acdc39e
|
getPort function
|
2021-08-21 20:33:36 +08:00 |
|
alexey-milovidov
|
dfb7decc0f
|
Merge pull request #27903 from ClickHouse/password-usability
Improve usability when user forgot password
|
2021-08-21 10:27:41 +03:00 |
|
kssenii
|
945e2c4ce5
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-20 18:01:23 +00:00 |
|
Kruglov Pavel
|
5a282e8947
|
Merge pull request #27875 from vitlibar/fix-shutdown-named-session-storage
Fix shutdown of NamedSessionStorage.
|
2021-08-20 11:50:43 +03:00 |
|
Alexey Milovidov
|
2ab97bd621
|
Improve usability when user forgot password #27750
|
2021-08-20 11:08:21 +03:00 |
|
Vitaly Baranov
|
3ab1177d7e
|
Add separate constants for interface LOCAL and TCP_INTERSERVER.
|
2021-08-19 23:04:36 +03:00 |
|
Vitaly Baranov
|
c257cd61e5
|
Merge pull request #27817 from vitlibar/use-sessions-more
Use sessions more
|
2021-08-19 22:51:08 +03:00 |
|
Vitaly Baranov
|
9fecda940d
|
Fix shutdown of NamedSessionStorage.
|
2021-08-19 17:27:03 +03:00 |
|
tavplubix
|
9ef45d92c2
|
Merge pull request #27755 from ClickHouse/ncb/server_uuid
Merging #20089
|
2021-08-19 14:59:18 +03:00 |
|
Vitaly Baranov
|
3b09640d94
|
Use sessions more.
|
2021-08-19 02:22:09 +03:00 |
|
Vitaly Baranov
|
65ee9a1272
|
Merge pull request #26864 from vitlibar/refactor-sessions
Introduce sessions
|
2021-08-19 01:38:51 +03:00 |
|
tavplubix
|
08fb4ede35
|
Update Server.cpp
|
2021-08-18 19:05:27 +03:00 |
|
tavplubix
|
9b45b26dd6
|
Merge pull request #27655 from FArthur-cmd/import_from_infile_syntax
Import `FROM INFILE`
|
2021-08-18 15:36:32 +03:00 |
|
Alexander Tokmakov
|
31d75c9c38
|
fix split build
|
2021-08-18 15:15:31 +03:00 |
|
Vitaly Baranov
|
fabd7193bd
|
Code cleanups and improvements.
|
2021-08-18 14:24:52 +03:00 |
|
Vasily Nemkov
|
51ffc33457
|
Introduce sessions.
This is required to add system.session_log table.
|
2021-08-18 14:24:52 +03:00 |
|
Alexander Tokmakov
|
df1a4e90a8
|
Merge branch 'master' into ncb/server_uuid
|
2021-08-17 19:42:47 +03:00 |
|
Alexander Tokmakov
|
4d71f65082
|
fix build
|
2021-08-17 16:24:14 +03:00 |
|
Alexey Milovidov
|
91faa6d03a
|
Add more comments to users.xml #27750
|
2021-08-17 05:01:03 +03:00 |
|
Alexander Tokmakov
|
9e9fa043ca
|
minor improvements, add test
|
2021-08-16 21:30:53 +03:00 |
|
kssenii
|
bec34531bc
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-16 14:48:32 +00:00 |
|
kssenii
|
e137ea180f
|
Tool: export just files into output-dir by default, but leave test-mode for tests
|
2021-08-16 14:31:16 +00:00 |
|
Artur
|
3591c3c8f4
|
correct code according to comments
|
2021-08-16 13:28:39 +00:00 |
|
Alexander Tokmakov
|
b324889241
|
Merge branch 'master' into ncb/server_uuid
|
2021-08-16 16:18:33 +03:00 |
|
kssenii
|
9a02c6ad05
|
Catch any error if it happens on disk load when server is starting up
|
2021-08-16 13:18:33 +00:00 |
|
Azat Khuzhin
|
86e14f192c
|
Convert std::stringstream to ReadBufferFromString for TestHint parsing
|
2021-08-16 00:16:48 +03:00 |
|
Azat Khuzhin
|
c5d9676779
|
Accept error code by error name in client test hints
|
2021-08-16 00:16:48 +03:00 |
|
Azat Khuzhin
|
ad4833b4ab
|
Fix endless loop for parsing invalid test hints (lack of ss.fail() check)
|
2021-08-16 00:16:20 +03:00 |
|
Azat Khuzhin
|
d39128df9f
|
Add module part for client/TestHint
|
2021-08-16 00:16:20 +03:00 |
|
mergify[bot]
|
f7d3c8b554
|
Merge branch 'master' into feature/enable_part_log
|
2021-08-15 00:38:14 +00:00 |
|
kssenii
|
daac6323fa
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-14 13:15:04 +00:00 |
|
Artur
|
9ba9d39d42
|
correct style
|
2021-08-14 11:15:32 +00:00 |
|
Artur
|
0010b772e9
|
Merge branch 'master' of https://github.com/FArthur-cmd/ClickHouse into import_from_infile
|
2021-08-13 16:51:31 +00:00 |
|
Artur
|
49e211bead
|
add from infile syntax
|
2021-08-13 16:30:28 +00:00 |
|
Nikolai Kochetov
|
d207fbc699
|
Merge pull request #27152 from qoega/fix-access-gtest-in-arcadia
Fix arcadia src/Access gtest
|
2021-08-13 10:51:29 +03:00 |
|
Denis Zhuravlev
|
c83551ef8e
|
enable part_log by default
|
2021-08-12 21:10:20 -03:00 |
|
Nikolai Kochetov
|
5e5a6ff654
|
Merge branch 'master' into qoega-fix-access-gtest-in-arcadia
|
2021-08-12 12:02:15 +03:00 |
|
mergify[bot]
|
21cbd50ae1
|
Merge branch 'master' into materialization_log
|
2021-08-12 08:53:34 +00:00 |
|
Kruglov Pavel
|
918a69e70b
|
Merge pull request #27174 from fuwhu/feature/add-metric-MaxPushedDDLEntryID
Add metric MaxPushedDDLEntryID
|
2021-08-12 10:57:03 +03:00 |
|
Mikhail Filimonov
|
af6249c8ec
|
Less include <Common/Stopwatch.h>
|
2021-08-11 16:20:59 +02:00 |
|
mergify[bot]
|
f590cc9ef4
|
Merge branch 'master' into materialization_log
|
2021-08-11 13:34:00 +00:00 |
|
fuwhu
|
8515f3b3a2
|
Add metric MaxPushedDDLEntryID.
|
2021-08-11 11:40:06 +08:00 |
|
Nikolai Kochetov
|
8613cfd4e2
|
Merge branch 'master' into fix-access-gtest-in-arcadia
|
2021-08-10 16:13:11 +03:00 |
|