alexey-milovidov
|
af7d70c9bb
|
Merge pull request #15646 from excitoon-favorites/betters3storageinitialization
Better initialization of S3 storage
|
2020-10-15 13:31:43 +03:00 |
|
alexey-milovidov
|
fc83bd1088
|
Merge branch 'master' into setting-date-time-output-format
|
2020-10-13 23:48:27 +03:00 |
|
alexey-milovidov
|
37c2a57202
|
Update WriteHelpers.h
|
2020-10-13 15:23:50 +03:00 |
|
Maksim Kita
|
adaae8a12c
|
Added OutputFormat setting date_time_output_format
|
2020-10-13 13:59:43 +03:00 |
|
Alexey Milovidov
|
269b6383f5
|
Check for #pragma once in headers
|
2020-10-10 21:37:02 +03:00 |
|
alesapin
|
00f29e400f
|
Fix race condition in hdfs
|
2020-10-06 16:29:08 +03:00 |
|
Vladimir Chebotarev
|
d98366ed79
|
Better initialization of S3 storage.
|
2020-10-06 11:20:47 +03:00 |
|
Vladimir Chebotarev
|
0497ce4f9c
|
Possibly better fix.
|
2020-09-30 18:29:10 +03:00 |
|
Vladimir Chebotarev
|
b460024356
|
Fixed bug in GZIP compression in S3 storage.
|
2020-09-30 16:09:55 +03:00 |
|
Alexey Milovidov
|
78dbf10c7b
|
Fix exception safety in ShellCommand
|
2020-09-30 03:00:45 +03:00 |
|
Alexey Milovidov
|
2264622f69
|
Fix clang-tidy
|
2020-09-19 15:24:43 +03:00 |
|
Alexey Milovidov
|
eb260f6a89
|
Fix bad code
|
2020-09-19 13:43:26 +03:00 |
|
Alexey Milovidov
|
1238822785
|
Fix clang-tidy
|
2020-09-19 13:37:40 +03:00 |
|
Alexey Milovidov
|
ef5363b87f
|
Fix terribly wrong code
|
2020-09-19 02:05:13 +03:00 |
|
zhang2014
|
85e990f518
|
Fix code style
|
2020-09-16 11:30:14 +08:00 |
|
zhang2014
|
9100dcd37a
|
fix build and test failure
|
2020-09-16 11:13:17 +08:00 |
|
zhang2014
|
30352f096d
|
Init buffer in constructor
|
2020-09-15 22:59:21 +08:00 |
|
zhang2014
|
fb92c56beb
|
Fix bad and nice buffer size
|
2020-09-15 22:22:23 +08:00 |
|
zhang2014
|
84c68947b9
|
Add test for MySQLBinlogReadBuffer
|
2020-09-15 22:07:03 +08:00 |
|
zhang2014
|
c517df0b1a
|
Merge branch 'master' into fix/mysql_protocol_parser
|
2020-09-15 20:29:27 +08:00 |
|
zhang2014
|
106e05ab2f
|
Try fix mysql protocol parse failure
|
2020-09-15 20:28:42 +08:00 |
|
Artem Zuikov
|
51ba12c2c3
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
|
Artem Zuikov
|
d274125c74
|
Fix wide integer left shift + refactoring (#14697)
|
2020-09-14 14:56:43 +03:00 |
|
alexey-milovidov
|
cc3d1a3922
|
Merge pull request #14471 from ClickHouse/git-to-clickhouse
Added a script to import git repository to ClickHouse
|
2020-09-12 03:56:31 +03:00 |
|
Anton Popov
|
32135d96f9
|
Merge pull request #12183 from CurtizJ/polymorphic-parts-2
Support codecs in compact parts
|
2020-09-09 12:34:13 +03:00 |
|
Anton Popov
|
a419267dc6
|
minor fixes
|
2020-09-08 19:28:49 +03:00 |
|
Alexey Milovidov
|
e3924b8057
|
Fix "Arcadia"
|
2020-09-08 01:14:13 +03:00 |
|
Alexey Milovidov
|
83d2eafd12
|
Merge branch 'master' of github.com:yandex/ClickHouse into git-to-clickhouse
|
2020-09-07 03:19:44 +03:00 |
|
Artem Zuikov
|
7c20aa2c62
|
Another 256-bit integers (strict 32 bytes) (#14229)
|
2020-09-04 16:33:02 +03:00 |
|
Alexey Milovidov
|
23b9677879
|
Added a script to import git repository to ClickHouse
|
2020-09-04 08:46:58 +03:00 |
|
Artem Zuikov
|
d304d522cc
|
Refactoring: rename types to allow change bigint library (#14219)
|
2020-09-01 12:54:50 +03:00 |
|
Alexander Kuzmenkov
|
1a4fcf6650
|
Fix formatting of minimal negative decimal
|
2020-08-26 19:34:00 +03:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
zhang2014
|
7ff62b090e
|
ISSUES-4006 try fix build and style failure
|
2020-08-14 09:59:59 +08:00 |
|
zhang2014
|
e3b78c5a31
|
ISSUES-4006 try fix build and style failure
|
2020-08-14 00:51:51 +08:00 |
|
zhang2014
|
57bf007b82
|
ISSUES-4006 add ya make
|
2020-08-13 20:51:29 +08:00 |
|
zhang2014
|
96bd3ac34b
|
ISSUES-4006 split mysql protocol
|
2020-08-13 20:41:36 +08:00 |
|
Vladimir Chebotarev
|
7371cf6bd1
|
Proper remote host checking in S3 redirects (#13404)
* Proper remote host checking in S3 redirects.
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
|
2020-08-11 09:09:08 +03:00 |
|
Vitaly Baranov
|
2e6ba2a05d
|
Merge pull request #13496 from vitlibar/compound-identifiers-for-custom-settings
Support compound identifiers for custom settings.
|
2020-08-10 01:03:02 +03:00 |
|
Vitaly Baranov
|
2c5a2b2f43
|
Add function isValidIdentifier().
|
2020-08-09 02:46:42 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
alexey-milovidov
|
7786fd4119
|
Merge pull request #13228 from ClickHouse/decimal-too-large-negative-exponent
Fix assert when decimal has too large negative exponent
|
2020-08-07 21:57:20 +03:00 |
|
Alexey Milovidov
|
f74f5cfa06
|
Attempt to fix "Unbundled" build
|
2020-08-07 14:18:41 +03:00 |
|
Alexey Milovidov
|
7094f5435c
|
Merge branch 'master' into decimal-too-large-negative-exponent
|
2020-08-07 04:23:59 +03:00 |
|
Alexey Milovidov
|
241017bc1f
|
Fix error in parseDateTimeBestEffort
|
2020-08-07 02:52:18 +03:00 |
|
Alexander Kuzmenkov
|
0eaab3d095
|
Merge pull request #13191 from ClickHouse/aku/semicolon-cleanup
Cleanup for #12999. NFC
|
2020-08-05 14:53:27 +03:00 |
|
Alexander Kuzmenkov
|
e7744cc15c
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-08-03 16:35:42 +03:00 |
|
alexey-milovidov
|
06d997cd38
|
Update readDecimalText.h
|
2020-08-03 04:48:05 +03:00 |
|
Alexey Milovidov
|
0fd7af8a63
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-03 00:06:00 +03:00 |
|
Alexey Milovidov
|
503694a84a
|
Fix error
|
2020-08-02 23:19:26 +03:00 |
|