Alexey Milovidov
|
d8fa806fca
|
Merge pull request #36360 from ClickHouse/optimize-asynchronous-metric-log
Optimize `system.asynchronous_metric_log`
|
2022-04-28 20:16:17 +03:00 |
|
Alexander Tokmakov
|
4f54fadd2c
|
Update clickhouse-test
|
2022-04-28 20:16:01 +03:00 |
|
alesapin
|
6e742be0e9
|
Update KeeperServer.cpp
|
2022-04-28 19:09:46 +02:00 |
|
Yakov Olkhovskiy
|
7001489095
|
Merge pull request #36633 from ucasfl/fix-crash
Fix format crash when default expression follow EPHEMERAL not literal
|
2022-04-28 12:38:43 -04:00 |
|
kssenii
|
84490d5198
|
Fix
|
2022-04-28 18:33:25 +02:00 |
|
alesapin
|
db9cb4cf09
|
Merge pull request #36736 from ClickHouse/keeper-id-guards
Add an extra check for RAFT config change
|
2022-04-28 18:22:39 +02:00 |
|
alesapin
|
33c021702a
|
Black
|
2022-04-28 18:16:10 +02:00 |
|
alesapin
|
3107b2bcd6
|
Add small script for stupid keeper check
|
2022-04-28 18:13:54 +02:00 |
|
Maksim Kita
|
fc4f241f01
|
Fix documentation for executable user defined functions configuration
|
2022-04-28 18:01:10 +02:00 |
|
Dmitry Novik
|
8fb7e2dbab
|
Cleanup
|
2022-04-28 15:31:13 +00:00 |
|
Anton Popov
|
54f074e104
|
deduce UInt8 type for bools from json instead of UInt64
|
2022-04-28 15:30:43 +00:00 |
|
Alexander Tokmakov
|
ab389e2cbb
|
Merge pull request #36752 from ClickHouse/tavplubix-patch-1
Another fix for Hung Check
|
2022-04-28 18:20:55 +03:00 |
|
Nikita Mikhaylov
|
0c001df252
|
Better error message from NuRaft in case of CRC mismatch (#36746)
|
2022-04-28 17:19:28 +02:00 |
|
HeenaBansal2009
|
3ac9434c57
|
Merge branch 'master' into Fix-Coverity-Issues
|
2022-04-28 08:14:50 -07:00 |
|
mergify[bot]
|
d96c9c5cff
|
Merge branch 'master' into fix-timeouts
|
2022-04-28 15:03:19 +00:00 |
|
Mikhail f. Shiryaev
|
0a131b41ea
|
Improve release.py
- Improve check-dirty
- Prefetch target branches
- Prefetch release commit
- Simplify check_branch
|
2022-04-28 16:55:02 +02:00 |
|
Kseniia Sumarokova
|
5c69e0e1c2
|
Update 00170_s3_cache.reference
|
2022-04-28 16:41:23 +02:00 |
|
Kseniia Sumarokova
|
f0ce3337d4
|
Fix reference
|
2022-04-28 16:40:23 +02:00 |
|
mergify[bot]
|
1d73e6c824
|
Merge branch 'master' into kssenii-patch-3
|
2022-04-28 14:37:05 +00:00 |
|
Meena Renganathan
|
ccd6f5a572
|
Merge branch 'master' of https://github.com/DevTeamBK/ClickHouse into FIPS_compliance
|
2022-04-28 07:33:12 -07:00 |
|
Alexander Tokmakov
|
07925ae309
|
Update clickhouse-test
|
2022-04-28 17:29:53 +03:00 |
|
wuxiaobai24
|
82a053dbb5
|
Merge remote-tracking branch 'upstream/master' into file_descriptor
|
2022-04-28 22:23:25 +08:00 |
|
Sergei Trifonov
|
11f40376ae
|
Merge pull request #34571 from surahman/CH-31221-AWS-S3-object-version-id
[CH-31221] AWS S3 Object Version Specification
|
2022-04-28 15:45:33 +02:00 |
|
Sergei Trifonov
|
6b7d3ce739
|
Merge pull request #36670 from ClickHouse/serxa-dev-config-docs
documentation on how configuration is implemented
|
2022-04-28 15:42:33 +02:00 |
|
Alexander Tokmakov
|
21a021c210
|
Merge pull request #36745 from vdimir/fix-build-seekable-read-buff
Fix build SeekableReadBufferWithSize -> SeekableReadBuffer
|
2022-04-28 16:34:24 +03:00 |
|
Meena Renganathan
|
bdaf5391cf
|
Merge branch 'master' of https://github.com/DevTeamBK/ClickHouse into FIPS_compliance
|
2022-04-28 06:15:46 -07:00 |
|
Nikita Mikhaylov
|
7dc084419e
|
Check socket is connected in HTTPSession (#36683)
|
2022-04-28 15:12:25 +02:00 |
|
avogar
|
81f85892eb
|
Fix bug in receive timeouts in Hedged requests
|
2022-04-28 13:10:27 +00:00 |
|
vdimir
|
7c3cf30163
|
Fix build SeekableReadBufferWithSize -> SeekableReadBuffer
|
2022-04-28 15:05:04 +02:00 |
|
Anton Kozlov
|
ca519ca75e
|
Improve performance of file descriptor cache by narrowing mutex scopes (#36682)
|
2022-04-28 14:56:53 +02:00 |
|
wuxiaobai24
|
b28d7d5130
|
fix
|
2022-04-28 20:55:57 +08:00 |
|
zhanglistar
|
7d798b3655
|
Count distinct optimization by using subquery of group by (#35993)
|
2022-04-28 14:55:37 +02:00 |
|
Anton Popov
|
be70d237b2
|
fix review comments
|
2022-04-28 12:52:01 +00:00 |
|
Vladimir C
|
d692dec635
|
Merge pull request #36473 from xinhuitian/fix-benchmark-json-report
Try to fix clickhouse-benchmark json report results
|
2022-04-28 14:50:10 +02:00 |
|
wuxiaobai24
|
6fa0c90955
|
Update src/TableFunctions/TableFunctionFile.cpp
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
|
2022-04-28 20:47:49 +08:00 |
|
mergify[bot]
|
6d4ff8189c
|
Merge branch 'master' into clickhouse-dictionary-context-copy
|
2022-04-28 12:39:10 +00:00 |
|
Maksim Kita
|
c4d98aaa4c
|
ClickHouseDictionarySource context copy
|
2022-04-28 14:16:49 +02:00 |
|
Ryadh DAHIMENE
|
213da305d5
|
typo fix
|
2022-04-28 12:58:26 +01:00 |
|
Kseniia Sumarokova
|
4c371f710e
|
Merge pull request #36676 from kssenii/refactor-with-size-buffer
Better version of SeekableReadBufferWithSize
|
2022-04-28 13:44:25 +02:00 |
|
Maksim Kita
|
fa1579cdd5
|
Merge pull request #36390 from lthaooo/fix_dictionary_reload_bug
fix dictionary reload bug
|
2022-04-28 13:37:34 +02:00 |
|
Kseniia Sumarokova
|
558aecc48b
|
Update 00170_s3_cache.sql
|
2022-04-28 13:34:05 +02:00 |
|
Kseniia Sumarokova
|
b100ca4b17
|
Merge pull request #36710 from azat/client-wait-insert
Properly cancel INSERT queries in clickhouse-client
|
2022-04-28 13:19:26 +02:00 |
|
Kseniia Sumarokova
|
d5a7177bb1
|
Merge pull request #36658 from kssenii/follow-up
Fix formatting in drop cache system query
|
2022-04-28 13:12:16 +02:00 |
|
kssenii
|
9b38c9f7eb
|
Fix
|
2022-04-28 13:06:43 +02:00 |
|
Maksim Kita
|
ec47abe9af
|
Merge pull request #36482 from Enmk/fix_session_log_error_on_local_and_tcp_interserver_session
Fixed missing enum values for ClientInfo::Interface
|
2022-04-28 13:06:19 +02:00 |
|
Kseniia Sumarokova
|
0c2f074c60
|
Update FileCache.cpp
|
2022-04-28 12:47:02 +02:00 |
|
Kseniia Sumarokova
|
2039e0e974
|
Update FileCache.h
|
2022-04-28 12:46:45 +02:00 |
|
KinderRiven
|
63804fd425
|
fix
|
2022-04-28 18:45:01 +08:00 |
|
Ryadh DAHIMENE
|
a5d343a705
|
Adding a note about server_id reuse
|
2022-04-28 11:32:51 +01:00 |
|
Vladimir C
|
1cbdc1ef3a
|
Merge pull request #36206 from vdimir/output-format-prometheus
|
2022-04-28 12:09:53 +02:00 |
|