alesapin
|
7783ddb3af
|
Revert "Fix index granularity calculation on block borders"
|
2020-12-09 14:05:48 +03:00 |
|
Daria Mozhaeva
|
a4cefd25e6
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into master
|
2020-12-09 13:59:33 +03:00 |
|
Evgeniia Sudarikova
|
858390b7cf
|
add example to EN version
|
2020-12-09 13:33:42 +03:00 |
|
Alexander Kuzmenkov
|
fa64d314df
|
Merge pull request #17907 from azat/perf-tiny-fix
Perf tests fixes
|
2020-12-09 12:29:57 +03:00 |
|
feng lv
|
91c3de9664
|
fix
fix
fix
|
2020-12-09 09:13:51 +00:00 |
|
robot-clickhouse
|
351c64d3f4
|
Update version_date.tsv after release 20.6.11.1
|
2020-12-09 12:12:48 +03:00 |
|
alesapin
|
0dd9c720f4
|
Better server
|
2020-12-09 11:58:41 +03:00 |
|
zhang2014
|
bf30aa5ff1
|
Code style
|
2020-12-09 16:50:40 +08:00 |
|
zhang2014
|
ef15b1f1fb
|
Better exception message for MaterializeMySQL
|
2020-12-09 16:46:54 +08:00 |
|
alesapin
|
758dcd1972
|
Separate factory for test keeper handlers
|
2020-12-09 11:45:36 +03:00 |
|
tiger.yan
|
a44081011e
|
update typo of readme
typo
|
2020-12-09 16:22:46 +08:00 |
|
alesapin
|
7ff50fb352
|
Close requests without timeout
|
2020-12-09 11:19:52 +03:00 |
|
zhang2014
|
2f735aa61d
|
ISSUES-16835 try fix review comment
|
2020-12-09 16:19:09 +08:00 |
|
feng lv
|
7546c611fb
|
add test
|
2020-12-09 08:11:14 +00:00 |
|
feng lv
|
e95e443246
|
fix
fix
|
2020-12-09 04:32:28 +00:00 |
|
Azat Khuzhin
|
79e6348282
|
perf: load overrides last of all
|
2020-12-09 07:31:54 +03:00 |
|
feng lv
|
9b2bb1820a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into agg-func-setting-null-for-empty
|
2020-12-09 02:28:49 +00:00 |
|
robot-clickhouse
|
f901482085
|
Update version_date.tsv after release 20.12.2.1
|
2020-12-09 04:20:10 +03:00 |
|
Azat Khuzhin
|
d33b0ad33b
|
Use interserver_http_port remove=remove over auto-port
Revert "perf: fix port conflict for tcp_with_proxy_port"
This reverts commit 89b3566824e5c0a87b6310fc4b6f9d300d2e17db.
|
2020-12-09 00:11:12 +03:00 |
|
Azat Khuzhin
|
75f9640fc2
|
perf: fix port conflict for tcp_with_proxy_port
Simply use zero port to do auto allocation, anyway it is not used in
perf tests.
|
2020-12-08 23:29:38 +03:00 |
|
alexey-milovidov
|
8ff30b87a6
|
Merge pull request #15930 from kitaisreal/clickhouse-client-and-local-added-queries-file-parameter
Clickhouse client and clickhouse local added queries-file parameter
|
2020-12-08 21:44:19 +03:00 |
|
alexey-milovidov
|
e127636a4b
|
Merge pull request #16787 from kitaisreal/fast-float-integration
FastFloat library integration
|
2020-12-08 21:34:34 +03:00 |
|
Pavel Kovalenko
|
dfbb31174e
|
Ability to set metadata when put S3 object
|
2020-12-08 21:31:57 +03:00 |
|
nikitamikhaylov
|
95ce4bc54c
|
style
|
2020-12-08 21:28:18 +03:00 |
|
Azat Khuzhin
|
f1ac8775db
|
perf: override config directives via command line over sed by config.xml
|
2020-12-08 21:25:03 +03:00 |
|
Vitaly Baranov
|
f6f336ac78
|
Merge pull request #17888 from vitlibar/retrieve-logs-from-grpc
Retrieve logs from grpc
|
2020-12-08 20:54:02 +03:00 |
|
nikitamikhaylov
|
e3a9cae4c5
|
better
|
2020-12-08 20:43:43 +03:00 |
|
Alexander Kuzmenkov
|
2706f01e1d
|
Merge pull request #17551 from sevirov/sevirov-DOCSUP-4525-document_output_format_json_array_of_rows
DOCSUP-4525: Document the output_format_json_array_of_rows setting
|
2020-12-08 20:43:16 +03:00 |
|
Alexander Kuzmenkov
|
e65299e290
|
Update settings.md
|
2020-12-08 20:43:00 +03:00 |
|
Alexander Kuzmenkov
|
46602c5a8b
|
Apply suggestions from code review
|
2020-12-08 20:42:23 +03:00 |
|
Alexander Kuzmenkov
|
cb1a71fd3f
|
fixup
|
2020-12-08 20:29:17 +03:00 |
|
Alexander Kuzmenkov
|
52995b4d33
|
Fix integer overflow in max log size calculation.
If the `<size>` was more than 4G, the logs were not rotated properly.
Also log errors that occur during rotation of logs.
CLICKHOUSE-4975
|
2020-12-08 19:42:03 +03:00 |
|
nikitamikhaylov
|
71e9a8d9d0
|
build
|
2020-12-08 18:40:32 +03:00 |
|
Nikita Mikhaylov
|
767d1fc98b
|
Update date-time-functions.md
|
2020-12-08 18:32:55 +03:00 |
|
alexey-milovidov
|
56971fcb22
|
Merge pull request #17866 from dkxiaohei/patch-1
Update mysql.md
|
2020-12-08 18:07:53 +03:00 |
|
alesapin
|
8b0fe1404a
|
Tiny sleeps
|
2020-12-08 17:50:10 +03:00 |
|
alesapin
|
3d0dbbe411
|
Fix build
|
2020-12-08 17:49:18 +03:00 |
|
alesapin
|
91e3162e09
|
More correct session close
|
2020-12-08 17:28:51 +03:00 |
|
Vasily Nemkov
|
0c2d73adcb
|
Fixed comparing Date and DateTime64
|
2020-12-08 17:17:02 +03:00 |
|
alesapin
|
f4231d552e
|
Banch of fixes
|
2020-12-08 16:28:39 +03:00 |
|
alexey-milovidov
|
d9b52f94f7
|
Merge pull request #17637 from amosbird/buildid
reload symbols and fix build-id
|
2020-12-08 14:55:35 +03:00 |
|
alexey-milovidov
|
ab10cb4bf9
|
Merge pull request #17707 from ClickHouse/quota-by-x-forwarded-for
Allow quotas to be keyed by proxy-forwarded IP address; add support for PROXY protocol
|
2020-12-08 14:48:05 +03:00 |
|
Alexander Kazakov
|
0e41af11c7
|
Fixed typo in message format (#17900)
|
2020-12-08 14:28:35 +03:00 |
|
Vasily Nemkov
|
5556c48298
|
Added test for DateTime vs DateTime64 comparison
|
2020-12-08 13:51:50 +03:00 |
|
Nikolai Kochetov
|
7d77a7ba24
|
Merge pull request #16952 from Enmk/DateTime64_fixes_comparison
Fixed comparison of DateTime64 with different scales
|
2020-12-08 12:40:41 +03:00 |
|
Winter Zhang
|
972cb41fae
|
Merge branch 'master' into fix/ISSUES-16835
|
2020-12-08 15:32:58 +08:00 |
|
alesapin
|
44c7fa5788
|
Merge pull request #17878 from ClickHouse/fix-bad-code
Fix bad code
|
2020-12-08 10:20:29 +03:00 |
|
Mr.General
|
e7376f45f4
|
update and fix over-translation on date-time-functions
|
2020-12-08 09:29:00 +08:00 |
|
Denny Crane
|
acd8eada4a
|
Update system.md
SYSTEM DROP REPLICA Russian doc
|
2020-12-07 20:40:04 -04:00 |
|
Alexey Milovidov
|
4ecfe8fef4
|
Remove unused headers
|
2020-12-08 02:10:22 +03:00 |
|