Commit Graph

1129 Commits

Author SHA1 Message Date
hexiaoting
16333e9f3a Suppport fuse aggregate functions:sum/avg/count to sumCount 2021-03-01 18:04:34 +08:00
Pavel Kruglov
197058dc12 Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests 2021-02-27 00:36:33 +03:00
Nikolai Kochetov
d91b8a3acb
Merge branch 'master' into filter-push-down 2021-02-26 19:33:27 +03:00
Nikolai Kochetov
d328bfa41f Review fixes. Add setting max_optimizations_to_apply. 2021-02-26 19:29:56 +03:00
Vasily Nemkov
4fcc23ec9a Fixed build for GCC-10 2021-02-24 17:08:43 +02:00
Vasily Nemkov
2d03d330bc Extended range of DateTime64 to years 1925 - 2238
The Year 1925 is a starting point because most of the timezones
switched to saner (mostly 15-minutes based) offsets somewhere
during 1924 or before. And that significantly simplifies implementation.

2238 is to simplify arithmetics for sanitizing LUT index access;
there are less than 0x1ffff days from 1925.

* Extended DateLUTImpl internal LUT to 0x1ffff items, some of which
  represent negative (pre-1970) time values.
  As a collateral benefit, Date now correctly supports dates up to 2149
  (instead of 2106).
* Added a new strong typedef ExtendedDayNum, which represents dates
  pre-1970 and post 2149.
* Functions that used to return DayNum now return ExtendedDayNum.
* Refactored DateLUTImpl to untie DayNum from the dual role of being
  a value and an index (due to negative time). Index is now a different
  type LUTIndex with explicit conversion functions from DatNum, time_t,
  and ExtendedDayNum.
* Updated DateLUTImpl to properly support values close to epoch start
  (1970-01-01 00:00), including negative ones.
* Reduced resolution of DateLUTImpl::Values::time_at_offset_change
  to multiple of 15-minutes to allow storing 64-bits of time_t in
  DateLUTImpl::Value while keeping same size.
* Minor performance updates to DateLUTImpl when building month LUT
  by skipping non-start-of-month days.
* Fixed extractTimeZoneFromFunctionArguments to work correctly
  with DateTime64.
* New unit-tests and stateless integration tests for both DateTime
  and DateTime64.
2021-02-24 17:08:35 +02:00
alexey-milovidov
50639b7dba
Merge pull request #21052 from ClickHouse/file-engine-settings
Merging #20620
2021-02-22 13:10:31 +03:00
Alexey Milovidov
46ac365629 Merge branch 'master' into topvisor/file-engine-settings 2021-02-21 23:10:26 +03:00
Alexey Milovidov
0a62f95bbe Merge branch 'master' into distributed_aggregation_memory_efficient_by_default 2021-02-21 23:06:49 +03:00
Kruglov Pavel
815b4ff0d9
Merge branch 'master' into hedged-requests 2021-02-21 17:10:24 +03:00
alexey-milovidov
20a7ccf5b1
Merge pull request #20174 from amosbird/alias
Normalized function names (lower-case case-insensitive names)
2021-02-21 16:23:51 +03:00
Alexey Milovidov
64e76a4a8d Minor changes in Decimal 2021-02-20 21:13:36 +03:00
tavplubix
a697b578bc
Merge pull request #16193 from ClickHouse/database_replicated
DatabaseReplicated: continuation of #10485
2021-02-20 19:39:34 +03:00
alexey-milovidov
b4196c8e68
Merge pull request #20168 from ClickHouse/in-memory-compression
Compression for Memory tables
2021-02-20 09:49:37 +03:00
Alexey Milovidov
1eb6f4743d Merge branch 'master' into distributed_aggregation_memory_efficient_by_default 2021-02-20 09:40:31 +03:00
tavplubix
3509fe88d8
Merge pull request #20878 from ClickHouse/fix_18926
Fix COM_FIELD_LIST response in MySQL protocol
2021-02-19 19:25:54 +03:00
Ivan
414f470c79
Make Poco HTTP Server zero-copy again (#19516)
* Refactoring: part 1

* Refactoring: part 2

* Handle request using ReadBuffer interface

* Struggles with ReadBuffer's

* Fix URI parsing

* Implement parsing of multipart/form-data

* Check HTTP_LENGTH_REQUIRED before eof() or will hang

* Fix HTTPChunkedReadBuffer

* Fix build and style

* Fix test

* Resist double-eof

* Fix arcadian build
2021-02-19 15:51:26 +03:00
vdimir
e052a5a05e
Revert "Support old cross to inner join rewrite behaviour"
This reverts commit 527210b5e4.
2021-02-19 15:14:24 +03:00
Alexander Tokmakov
97f4c457ec fix MySQL COMM_FIELD_LIST response 2021-02-18 16:27:51 +03:00
Amos Bird
2c4bc43014
Backward compatible 2021-02-18 20:20:29 +08:00
Pavel Kruglov
1b78de2142 Use fibers in HedgedRequests 2021-02-17 20:34:52 +03:00
vdimir
527210b5e4
Support old cross to inner join rewrite behaviour 2021-02-17 12:44:53 +03:00
Alexey Milovidov
fa20016091 Enable distributed_aggregation_memory_efficient by default 2021-02-17 09:53:18 +03:00
vdimir
1680c8e73e
Merge remote-tracking branch 'upstream/master' into cross-to-inner-join-rewrite 2021-02-16 20:17:54 +03:00
M0r64n
75117389ec Add a couple of QOL file engine settings 2021-02-16 18:50:11 +04:00
Alexander Tokmakov
bf6f64a3fb Merge branch 'master' into database_replicated 2021-02-16 01:28:19 +03:00
vdimir
9afa6b5b1b
Add option cross_to_inner_join_rewrite 2021-02-15 22:40:32 +03:00
Kruglov Pavel
598576ce70
Merge branch 'master' into hedged-requests 2021-02-15 16:51:45 +03:00
Alexander Tokmakov
9c7cf9e92e remove some debug code 2021-02-15 13:26:34 +03:00
Alexey Milovidov
ddb2cbcf6d Merge branch 'master' into in-memory-compression 2021-02-14 04:32:41 +03:00
Ilya Yatsishin
8ff458a2bf
Merge pull request #20459 from ClickHouse/decimal-comparison-ubsan 2021-02-13 12:34:40 +03:00
Alexey Milovidov
1546f5bcb9 Suppress UBSan report in Decimal comparison 2021-02-13 03:54:38 +03:00
alesapin
5f32f65211 Merge branch 'master' into in_memory_raft 2021-02-11 23:09:29 +03:00
Alexey Milovidov
4d650a2a56 Adjust config 2021-02-11 16:41:21 +03:00
alexey-milovidov
263d751d64
Merge pull request #20169 from ClickHouse/no-excessive-squash-memory
Disable excessive squashing of blocks for StorageMemory #13052
2021-02-11 16:38:24 +03:00
Alexey Milovidov
d3dba0e52a Merge branch 'master' into no-excessive-squash-memory 2021-02-10 23:45:12 +03:00
Amos Bird
fc6c57f8e0
Fix 2021-02-10 12:48:41 +08:00
Amos Bird
565a148da9
Normalize count() variants 2021-02-10 12:48:41 +08:00
alesapin
9667bdcbd2 Merge branch 'master' into in_memory_raft 2021-02-09 16:06:31 +03:00
Anton Popov
f1beeb7c25
Merge pull request #20099 from azat/remove-not-existing-setting
Remove never existing insert_in_memory_parts_timeout
2021-02-08 16:09:03 +03:00
Alexey Milovidov
dc01464764 Merge branch 'master' into no-excessive-squash-memory 2021-02-08 15:39:22 +03:00
alesapin
d5ee7d33e9 Merge branch 'master' into in_memory_raft 2021-02-08 10:30:31 +03:00
Alexey Milovidov
8118e20eec Fix some tests 2021-02-07 23:40:30 +03:00
Alexey Milovidov
869bca74a7 Fix some tests 2021-02-07 23:37:55 +03:00
Pavel Kruglov
f946aab759 Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests 2021-02-06 17:38:56 +03:00
Kruglov Pavel
d94e8624d7
Merge branch 'master' into shard-id 2021-02-06 16:48:17 +03:00
alesapin
011109c82a
Merge pull request #17348 from xjewer/alex/CLICKHOUSE-606_deduplication_UUID
CLICKHOUSE-606: query deduplication based on parts' UUID
2021-02-05 22:47:34 +03:00
Azat Khuzhin
48b415d3e4 Remove never existing insert_in_memory_parts_timeout
Fixes: a43cb93be5 ("remove questionable functionality")
Cc: @CurtizJ
2021-02-05 01:26:40 +03:00
Haavard Kvaalen
e49a051092 Remove superfluous semicolon 2021-02-04 16:21:28 +01:00
Haavard Kvaalen
a161969b50 Fix incorrectly placed brace 2021-02-04 14:43:18 +01:00
Haavard Kvaalen
e6f1ce48fe Fix handling of TABLE_MAP_EVENT from MySQL
The MySQL replication code assumed that row update events would be
preceded by a single TABLE_MAP_EVENT.  However, if a single SQL
statement modifies rows in multiple tables, MySQL will first send
table map events for all involved tables, and then row update events.

Depending on circumstances, this could lead to an exception when the row
update was processed, the update could be incorrectly dropped, or the
update could be applied to the wrong table.
2021-02-04 12:49:10 +01:00
alesapin
9c04d912ec Merge branch 'master' into in_memory_raft 2021-02-04 11:50:32 +03:00
Maksim Kita
ba45cf32ab
Merge pull request #19858 from kitaisreal/reinterpret-as-updated-to-big-integers
Function reinterpretAs updated to support big integers
2021-02-03 12:12:13 +03:00
Aleksei Semiglazov
921518db0a CLICKHOUSE-606: query deduplication based on parts' UUID
* add the query data deduplication excluding duplicated parts in MergeTree family engines.

query deduplication is based on parts' UUID which should be enabled first with merge_tree setting
assign_part_uuids=1

allow_experimental_query_deduplication setting is to enable part deduplication, default ot false.

data part UUID is a mechanism of giving a data part a unique identifier.
Having UUID and deduplication mechanism provides a potential of moving parts
between shards preserving data consistency on a read path:
duplicated UUIDs will cause root executor to retry query against on of the replica explicitly
asking to exclude encountered duplicated fingerprints during a distributed query execution.

NOTE: this implementation don't provide any knobs to lock part and hence its UUID. Any mutations/merge will
update part's UUID.

* add _part_uuid virtual column, allowing to use UUIDs in predicates.

Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>

address comments
2021-02-02 16:53:39 +00:00
alesapin
9979181c02 Merge branch 'master' into in_memory_raft 2021-02-02 17:05:20 +03:00
Pavel Kruglov
60a92e9a99 Fix build, add comments, update tests 2021-02-02 15:14:31 +03:00
feng lv
0edf65c094 fix test
fix

update

fix spell
2021-02-02 09:22:30 +00:00
feng lv
4279c7da41 add setting insert_shard_id
add test

fix style

fix
2021-02-02 04:26:59 +00:00
alesapin
57c9b6c864 Fix build without nuraft 2021-02-01 16:18:17 +03:00
Maksim Kita
a9ecb6bf78 Fixed clang-tidy 2021-02-01 12:35:47 +03:00
Maksim Kita
dafb0ef4e9 ExecutableDictionarySource added implicit_key option 2021-02-01 12:35:47 +03:00
Maksim Kita
155f6c0eb5 Function reinterpretAs updated to support big integers 2021-01-30 22:56:23 +03:00
Vitaliy Zakaznikov
3de4690450 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into live_view_periodic_refresh 2021-01-29 19:57:13 -05:00
Pavel Kruglov
25e85d71ee Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests 2021-01-29 21:08:47 +03:00
alexey-milovidov
f8c897d308
Merge pull request #19798 from ClickHouse/test-connections
Add test script for #19794
2021-01-29 16:24:45 +03:00
Maksim Kita
c7401f219f
Merge pull request #18236 from kitaisreal/dictionaries-support-for-nullable-and-array
[WIP] Dictionaries support for Array and Nullable
2021-01-29 12:02:23 +03:00
Alexey Milovidov
5a92e633a1 Remove useless headers 2021-01-29 10:37:46 +03:00
Alexey Milovidov
065d22cf2b Merge branch 'master' into disable-checksums-on-read 2021-01-28 03:07:31 +03:00
Maksim Kita
c4ffa2160f Updated interfaces. Added documentation. 2021-01-27 16:25:27 +03:00
Maksim Kita
bd81f43ecb
Merge pull request #19672 from ClickHouse/bigint-remove-old-code
Remove old code for BigInt.
2021-01-27 11:28:45 +03:00
alexey-milovidov
2028228f4b
Merge pull request #18684 from amosbird/betterwith
better CTE and with global
2021-01-27 04:33:17 +03:00
Alexey Milovidov
0d65a900b4 Add missing file 2021-01-27 04:12:24 +03:00
Alexey Milovidov
a6f5f40a65 Merge branch 'master' into disable-checksums-on-read 2021-01-27 04:09:00 +03:00
Alexey Milovidov
093108bf81 Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
Alexey Milovidov
f3929b151a Remove even more code 2021-01-26 22:04:03 +03:00
Alexey Milovidov
877be11398 Remove useless code, part 2 2021-01-26 21:32:46 +03:00
Amos Bird
3afcccaad2
Fix global with after union refactoring 2021-01-26 10:29:12 +08:00
Alexey Milovidov
9ee5c1535e Allow to disable checksums on read 2021-01-25 23:29:04 +03:00
Alexey Milovidov
cfd47b2980 Merge branch 'master' into issue18494 2021-01-25 22:18:23 +03:00
Azat Khuzhin
df53438a66 Fix UBsan report in sumWithOverflow(Decimal)
https://clickhouse-test-reports.s3.yandex.net/19450/3fffa16aab8f5342926b3a6b1e3c6a14208e3322/fuzzer_ubsan/report.html#fail1
2021-01-24 09:26:07 +03:00
Anton Popov
573edbcd11 improve performance of aggregation in order of sorting key 2021-01-22 05:34:08 +03:00
Alexey Milovidov
afc6f2fd8e Add http_referer to client info 2021-01-22 01:55:45 +03:00
flynn
e75b116466
Rewrite sum(if()) and sumIf to countIf in special cases (#17041)
Co-authored-by: vdimir <vdimir@yandex-team.ru>
2021-01-21 12:01:35 +03:00
Pavel Kruglov
97b5179e55 Implement HedgedRequests 2021-01-19 22:41:05 +03:00
tavplubix
47102d2ee8
Merge pull request #19205 from TCeason/add_MySQL_var_check
add MySQL Var check
2021-01-19 14:52:30 +03:00
Alexander Kuzmenkov
d22c04568d
Merge pull request #13405 from excitoon-favorites/s3keepalive
Connection pools for S3
2021-01-18 12:52:37 +03:00
alexey-milovidov
15f4ae26c2
Merge pull request #17310 from CurtizJ/multiple-nested
Allow nested with multiple nesting and subcolumns of complex types
2021-01-17 15:00:26 +03:00
TCeason
a3cc6707b4 add MySQL Var check
add MySQL var check: log_bin_use_v1_row_events=OFF
2021-01-17 17:50:35 +08:00
alexey-milovidov
7de745ce77
Merge pull request #18554 from kssenii/pg2ch
Add PostgreSQL table function, dictionary source, database engine
2021-01-16 23:55:05 +03:00
alexey-milovidov
6885890006
Merge pull request #18977 from ClickHouse/fix_deadlock_on_shutdown
Fix rare deadlock at shutdown of BackgroundSchedulePool
2021-01-16 18:05:59 +03:00
Alexey Milovidov
69cafd4d7f Add suggestion from Kita 2021-01-16 11:48:50 +03:00
Alexey Milovidov
a19e7edd14 Merge branch 'master' into kssenii-pg2ch 2021-01-15 17:33:19 +03:00
alexey-milovidov
78fff6bc39
Merge branch 'master' into multiple-nested 2021-01-15 14:54:27 +03:00
alexey-milovidov
2ca185c9f9
Merge pull request #16995 from sundy-li/alias_column_partition_prune
Add optimize_respect_aliases
2021-01-14 11:30:45 +03:00
Alexander Tokmakov
5db5700119 fix rare deadlock on shutdown of BackgroundSchedulePool 2021-01-12 21:47:01 +03:00
Alexey Milovidov
c51df126f1 Disable "optimize_move_functions_out_of_any" by default #18973 2021-01-12 19:46:18 +03:00
sundy-li
ad01534bd5 Merge branch 'master' into alias_column_partition_prune 2021-01-12 18:28:30 +08:00
Anton Popov
36ae0e4d35 Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
Alexey Milovidov
7e9120b34f Merge branch 'master' into chenziliang/feature/wildcard-dynamic-columns 2021-01-10 04:04:47 +03:00
Alexey Milovidov
8a57f8f42a Remove useless headers 2021-01-09 08:32:10 +03:00
Amos Bird
a3d19fa64d
Correctly override default settings remotely 2021-01-08 12:28:09 +08:00
alexey-milovidov
72b142a00a
Merge branch 'master' into pg2ch 2021-01-06 23:18:59 +03:00
Amos Bird
0260953a47
better 2021-01-06 17:18:48 +08:00
Vladimir Chebotarev
5cbc25c647 Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
Amos Bird
a157a5b3b3
add max_partitions_to_read setting 2021-01-04 12:40:48 +08:00
sundyli
f8815f233c
Merge branch 'master' into alias_column_partition_prune 2021-01-02 11:23:55 +08:00
Alexey Milovidov
4b3ae495d6 Merge branch 'master' into CurtizJ-multiple-nested 2021-01-02 00:25:16 +03:00
alexey-milovidov
a7c350adda
Merge branch 'master' into feature/wildcard-dynamic-columns 2020-12-31 17:47:21 +03:00
Nikita Mikhailov
8e31ce4a5c Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-30 18:22:11 +03:00
Nikita Mikhailov
b94a654715 build fix 2020-12-30 16:55:31 +03:00
Nikita Mikhailov
2b90b4e01d Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-29 22:47:06 +03:00
Alexey Milovidov
68fac02d35 Change union_default_mode to throw exception 2020-12-29 20:27:00 +03:00
kssenii
c1eced8993 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg2ch 2020-12-29 15:09:53 +00:00
tavplubix
614d29433c
Merge pull request #18553 from awesomeleo/fix-18450
MaterializedMySQL: fix 18450, DB::Exception: Unsupported type FixedString
2020-12-29 13:14:39 +03:00
TszkitLo40
f7d7880ad5 fix build 2020-12-29 10:13:27 +08:00
Nikita Mikhailov
c3288c3fbf Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-28 15:09:37 +03:00
alfredlu
7ec8a73cc3 fix build 2020-12-28 10:38:16 +08:00
kssenii
8f8920a7ee Add table cache, better drop table 2020-12-27 15:52:15 +00:00
awesomeleo
5337d4e2dc fix 18450, DB::Exception: Unsupported type FixedString 2020-12-27 23:51:14 +08:00
kssenii
2f6cb7f2f5 Add storage PostgreSQL with read support 2020-12-27 12:15:57 +00:00
alfredlu
51cfbe8c2e Add log_comment setting 2020-12-27 18:35:46 +08:00
Anton Popov
11283e3d81 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-25 21:25:59 +03:00
myrrc
80b96f2c23 Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats 2020-12-25 19:34:26 +03:00
Ilya Yatsishin
608b9a28ba
Merge pull request #18463 from qoega/codespell-changes
Fix codespell warnings. Split style checks. Update style checks docker
2020-12-24 16:53:11 +03:00
tavplubix
5fbfc1935c
Merge pull request #18445 from ClickHouse/fix_to_nullable_conversion
Try fix 'value is too short' when converting from String to Nullable(T)
2020-12-24 13:38:43 +03:00
Yatsishin Ilya
ce1e2b18a3 Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
Alexander Tokmakov
317df5f5d2 try fix 'value is too short' when converting from String to Nullable(T) 2020-12-24 00:57:33 +03:00
Amos Bird
6fc225e676
Distributed insertion to one random shard (#18294)
* Distributed insertion to one random shard

* add some tests

* add some documentation

* Respect shards' weights

* fine locking

Co-authored-by: Ivan Lezhankin <ilezhankin@yandex-team.ru>
2020-12-23 19:04:05 +03:00
Anton Popov
57857dda63 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-23 15:16:43 +03:00
Nikolai Kochetov
af7f5c9518
Merge pull request #17868 from ClickHouse/async-read-from-socket
Async read from socket
2020-12-23 12:20:42 +03:00
Alexander Kuzmenkov
51b2329295
Merge branch 'master' into aku/window-prototype 2020-12-23 09:26:11 +03:00
Nikita Mikhailov
dcfbe782c6 Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-23 05:20:22 +03:00
Anton Popov
b6ff6300b2 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-22 18:06:21 +03:00
Anton Popov
40b5ffe3b5 minor renames 2020-12-22 18:06:12 +03:00
Alexey Milovidov
3ab2a167e8 Merge branch 'master' into arrays-as-nested-csv 2020-12-22 00:05:50 +03:00
Alexander Kuzmenkov
85c1bc1253 Merge remote-tracking branch 'origin/master' into tmp 2020-12-21 10:46:21 +03:00
Alexey Milovidov
ae9b67fefa Support to parse Arrays in CSV as nested CSV in a String 2020-12-20 13:26:08 +03:00
Alexey Milovidov
9be5fa9ef2 Merge branch 'master' into Enmk-Optimize_deduplicate 2020-12-20 09:57:10 +03:00
myrrc
2c8582a2a8 Squashed commit of the following:
commit 17331d2732
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:51:05 2020 +0300

    another fix

commit 61e189d84b
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:50:05 2020 +0300

    another fix

commit cb2ddc7d01
Merge: 0e235d35f8 985876b737
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:49:18 2020 +0300

    aMerge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats

commit 0e235d35f8
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:48:37 2020 +0300

    aa

commit 985876b737
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:37:00 2020 +0300

    another fix

commit e2556659e0
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:28:21 2020 +0300

    fix3

commit a199348860
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:26:58 2020 +0300

    fix2

commit fbaa8d3951
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:24:31 2020 +0300

    fix

commit ed6d74b218
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:21:10 2020 +0300

    another bad solution

commit 6f1c0b118a
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:17:03 2020 +0300

    typo

commit 0dca856237
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:16:38 2020 +0300

    solution fix

commit d22d045a59
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:12:31 2020 +0300

    fixed the impl

commit 9d24cafccd
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 18:06:24 2020 +0300

    added vector mult branch

commit 7611f8d15b
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:54:48 2020 +0300

    compile fix

commit 6b956a2a0d
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:50:16 2020 +0300

    possible fix for non-const mult

commit 58ef4c34c0
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:44:24 2020 +0300

    prep for debug version

commit 3c01cfe630
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:34:51 2020 +0300

    no scale added

commit fa1f7f40f5
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:32:44 2020 +0300

    another try

commit 6488846c92
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:23:51 2020 +0300

    signature fix

commit bc651b3047
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:21:32 2020 +0300

    added the suboptimal solution

commit 764d462288
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:16:54 2020 +0300

    updated test with possible right values

commit 611d400106
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:13:15 2020 +0300

    fixed compile error

commit 6c91b3dba0
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:10:37 2020 +0300

    added explicit scale calc

commit 1f10514599
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 17:02:02 2020 +0300

    another attempt

commit 07bc3a2a4d
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:49:00 2020 +0300

    reverted the overengineering

commit c4ea410a4d
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:45:44 2020 +0300

    updated the comments and branches

commit 15f0915ad3
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:35:37 2020 +0300

    replaced ternary if

commit 84013d253d
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:33:00 2020 +0300

    fix: ternary if

commit f34c0500db
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:29:53 2020 +0300

    enlarged the test, updated scales calc

commit d4f8c46210
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 16:04:19 2020 +0300

    fixed the test

commit 283268c50f
Merge: 5b6143bf2f 6a9397a64b
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 15:42:39 2020 +0300

    Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats

commit 5b6143bf2f
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 15:42:12 2020 +0300

    fix style error

commit 05abfb04bd
Merge: a50e9548fd 26637bd7ee
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 15:42:01 2020 +0300

    Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats

commit 26637bd7ee
Merge: 0d9519a0a2 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 18 12:41:16 2020 +0300

    Merge pull request #17943 from ClickHouse/try_rewrite_writer

    Small simplification of MergeTreeDataWriter

commit 0d9519a0a2
Merge: 6ee2ada592 e4433157e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 08:08:26 2020 +0300

    Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default

    Insert quorum parallel by default

commit 6ee2ada592
Merge: 55604bde47 fb3d235e84
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 08:07:46 2020 +0300

    Merge pull request #18204 from ClickHouse/remove-strerror

    Do not use non thread-safe function `strerror`

commit 55604bde47
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 08:07:09 2020 +0300

    Whitespaces

commit c343fa1ae4
Merge: 6a5ce2eea7 4a1618d0b8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 08:03:11 2020 +0300

    Merge pull request #18202 from ClickHouse/update-libc-headers-2

    Update libc headers

commit 6a5ce2eea7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 07:58:56 2020 +0300

    Update config.xml

commit 44734a829e
Merge: aa7793e38f b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 06:39:35 2020 +0300

    Merge pull request #18207 from ClickHouse/better-config

    Better config: example ports, security advices

commit b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 06:39:21 2020 +0300

    Update config.xml

commit aa7793e38f
Merge: 8bc9d8ed7e d198f03301
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date:   Fri Dec 18 01:54:42 2020 +0300

    Merge pull request #18084 from nikitamikhaylov/fix-arcadia-third

    Try to fix Arcadia

commit 8bc9d8ed7e
Merge: 6fc3ca8b7b 52ef4289fe
Author: tavplubix <avtokmakov@yandex-team.ru>
Date:   Fri Dec 18 01:50:32 2020 +0300

    Merge pull request #18198 from ClickHouse/materialize_mysql_optimize_on_insert

    Enable optimize_on_insert for MaterializeMySQL

commit 6a9397a64b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 01:35:37 2020 +0300

    Update FunctionBinaryArithmetic.h

commit a50e9548fd
Merge: 43348bd708 0462340d8a
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 01:26:23 2020 +0300

    Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats

commit 43348bd708
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 01:25:30 2020 +0300

    fixed the possible values case

commit 0462340d8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 01:03:25 2020 +0300

    Update FunctionBinaryArithmetic.h

commit 5a78eafb05
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 00:59:39 2020 +0300

    Update FunctionBinaryArithmetic.h

commit 40c702c54a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 00:56:42 2020 +0300

    Update multiply.cpp

commit 6fc3ca8b7b
Merge: 8140fbd0fb 0c04a263e5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 00:45:27 2020 +0300

    Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null

    Added function accurateCastOrNull, allow different types inside IN subquery

commit 92d8840ae5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Fri Dec 18 00:31:09 2020 +0300

    Better config: example ports, security advices

commit 8140fbd0fb
Merge: 799997db35 aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 18 00:22:19 2020 +0300

    Merge pull request #18200 from ClickHouse/more_logs_during_quorum

    More logs during quorum insert

commit fe1b396256
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 00:14:06 2020 +0300

    added test reference

commit bf5e836414
Author: myrrc <me@myrrec.space>
Date:   Fri Dec 18 00:03:45 2020 +0300

    updated the test

commit 7db7a9ef5b
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:55:59 2020 +0300

    added another constexpr branch

commit 205db4fa92
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:50:59 2020 +0300

    fixed the scale bug, added the test (wo reference)

commit b5e6b233ee
Merge: 4f7d019a9e 61d9d213e9
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:20:14 2020 +0300

    Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats

commit 4f7d019a9e
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:19:57 2020 +0300

    Squashed commit of the following:

    commit 61d9d213e9
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 23:14:02 2020 +0300

        fixed another variable init

    commit 73f3195fe1
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 23:12:41 2020 +0300

        fixed variable init

    commit 488f4ef42e
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 23:09:33 2020 +0300

        fixed compile condition

    commit e50af17545
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 23:05:10 2020 +0300

        fixed template args1

    commit f93385dcf0
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 23:01:29 2020 +0300

        replaced lambda with helper function

    commit 5974e784c2
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:52:52 2020 +0300

        added the conversion func

    commit 6eecef35a6
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:35:46 2020 +0300

        fixed result type trait

    commit 31e3ca1670
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:26:15 2020 +0300

        restored type signature

    commit 613f4e0f04
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:24:09 2020 +0300

        removed explicit types

    commit 1c52842e83
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:21:23 2020 +0300

        simplified the condition

    commit c61af32360
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:12:12 2020 +0300

        fixed const column branch

    commit fd1d24c928
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:10:33 2020 +0300

        fixed overflow check

    commit b428f8fcd8
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 22:01:04 2020 +0300

        fixed scales

    commit 39c82fe50c
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:52:19 2020 +0300

        fixed result type

    commit 54887dacbf
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:38:36 2020 +0300

        fix scale init

    commit 3e9428515c
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:36:15 2020 +0300

        fix deleted constuctor

    commit ea2da764f6
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:33:51 2020 +0300

        fixed result data type init

    commit 1f67b0ce8d
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:28:51 2020 +0300

        reverting if constexpr

    commit 494e9066c3
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:17:38 2020 +0300

        fixing first compile bug

    commit d24fc58c94
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:12:24 2020 +0300

        case fix 2

    commit 9f217c5df5
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 21:11:39 2020 +0300

        case fix

    commit fa6a1d3b4a
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 20:55:35 2020 +0300

        fix

    commit af8a72a45f
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 20:16:37 2020 +0300

        fix

    commit 737d4fc22f
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 19:43:29 2020 +0300

        debug fix

    commit fcacf5c510
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 19:31:54 2020 +0300

        another try

    commit 49f3b71b5f
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 18:48:22 2020 +0300

        another fix

    commit 0d319c8c61
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 18:47:14 2020 +0300

        fix

    commit 9d5998fd10
    Author: myrrc <me@myrrec.space>
    Date:   Thu Dec 17 18:46:01 2020 +0300

        added debug info

    commit 17d996054e
    Author: myrrc <me@myrrec.space>
    Date:   Wed Dec 16 18:47:24 2020 +0300

        style fix

    commit 02baaddc13
    Author: myrrc <me@myrrec.space>
    Date:   Wed Dec 16 18:20:41 2020 +0300

        removed some casts

commit 799997db35
Merge: 30c98adde4 832d99515b
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 23:16:58 2020 +0300

    Merge pull request #16621 from arenadata/ADQM-148

    HDFS configuration and Kerberos Authenticaiton

commit 61d9d213e9
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:14:02 2020 +0300

    fixed another variable init

commit 30c98adde4
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 23:13:49 2020 +0300

    Fix local variable in clickhouse-test

commit 73f3195fe1
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:12:41 2020 +0300

    fixed variable init

commit 488f4ef42e
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:09:33 2020 +0300

    fixed compile condition

commit e50af17545
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:05:10 2020 +0300

    fixed template args1

commit f93385dcf0
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:01:29 2020 +0300

    replaced lambda with helper function

commit b9c537ac37
Merge: d9125a4822 da18af96a3
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Thu Dec 17 22:59:33 2020 +0300

    Merge pull request #18104 from vitlibar/fix-access-rights-for-merge-table-function-2

    Fix access rights required for the merge() table function #2.

commit d9125a4822
Merge: dbfe50c0c1 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Thu Dec 17 22:59:09 2020 +0300

    Merge pull request #18014 from vitlibar/fix-showing-temporary-tables-in-system-tables

    Fix showing temporary tables in system tables

commit 5974e784c2
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:52:52 2020 +0300

    added the conversion func

commit dbfe50c0c1
Merge: 82ed528d98 a207e3db75
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 22:52:15 2020 +0300

    Merge pull request #18199 from ClickHouse/add_one_more_test_in_util

    Add one more case in zk test util

commit 82ed528d98
Merge: f82274a722 fa266790b4
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 22:51:52 2020 +0300

    Merge pull request #18191 from ClickHouse/hard_watches_test

    Test watches for in-memory zookeeper

commit e4433157e7
Merge: c2b0f9d530 f82274a722
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 22:42:32 2020 +0300

    Merge branch 'master' into insert_quorum_parallel-default

commit c2b0f9d530
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 22:42:15 2020 +0300

    Update integration test

commit 6eecef35a6
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:35:46 2020 +0300

    fixed result type trait

commit f82274a722
Merge: e9d97160f4 fd7fe0f84c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 22:34:05 2020 +0300

    Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize

    MMapReadBufferFromFileDescriptor use getpagesize

commit e9d97160f4
Merge: dd78c9dc75 f7f8ff8758
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 22:28:22 2020 +0300

    Merge pull request #16346 from ClickHouse/sigaltstack

    Provide diagnostics on stack overflow

commit 31e3ca1670
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:26:15 2020 +0300

    restored type signature

commit 613f4e0f04
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:24:09 2020 +0300

    removed explicit types

commit 1c52842e83
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:21:23 2020 +0300

    simplified the condition

commit f7f8ff8758
Merge: 01d3aef890 dd78c9dc75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 22:16:30 2020 +0300

    Merge branch 'master' into sigaltstack

commit c61af32360
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:12:12 2020 +0300

    fixed const column branch

commit fd1d24c928
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:10:33 2020 +0300

    fixed overflow check

commit 0c04a263e5
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 22:04:26 2020 +0300

    Fixed ya.make

commit b428f8fcd8
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:01:04 2020 +0300

    fixed scales

commit 39c82fe50c
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:52:19 2020 +0300

    fixed result type

commit 54887dacbf
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:38:36 2020 +0300

    fix scale init

commit 3e9428515c
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:36:15 2020 +0300

    fix deleted constuctor

commit ea2da764f6
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:33:51 2020 +0300

    fixed result data type init

commit 9aaa2f9345
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 21:32:25 2020 +0300

    Fixed compilation timeout

commit 1f67b0ce8d
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:28:51 2020 +0300

    reverting if constexpr

commit fb3d235e84
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 21:08:42 2020 +0300

    Do not use strerror

commit 494e9066c3
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:17:38 2020 +0300

    fixing first compile bug

commit d24fc58c94
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:12:24 2020 +0300

    case fix 2

commit 9f217c5df5
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:11:39 2020 +0300

    case fix

commit fa6a1d3b4a
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 20:55:35 2020 +0300

    fix

commit dd78c9dc75
Merge: a77acd5aa7 b25f126569
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 20:44:44 2020 +0300

    Merge pull request #17566 from ClickHouse/relax-too-many-parts-1

    Relax "Too many parts" threshold, part 1

commit 4a1618d0b8
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 20:25:51 2020 +0300

    Update libc headers

commit af8a72a45f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 20:16:37 2020 +0300

    fix

commit 737d4fc22f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 19:43:29 2020 +0300

    debug fix

commit fcacf5c510
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 19:31:54 2020 +0300

    another try

commit a207e3db75
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 19:21:46 2020 +0300

    Fix bad sleep

commit aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 19:14:42 2020 +0300

    Better message

commit f45993cd1e
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 19:13:01 2020 +0300

    More logs during quorum insert

commit 49f3b71b5f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:48:22 2020 +0300

    another fix

commit 0d319c8c61
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:47:14 2020 +0300

    fix

commit d198f03301
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 18:46:26 2020 +0300

    suppress warnings

commit 9d5998fd10
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:46:01 2020 +0300

    added debug info

commit a77acd5aa7
Author: Anton Popov <pad11rus@gmail.com>
Date:   Thu Dec 17 18:12:24 2020 +0300

    Fix flaky test

commit e80b93939f
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 18:09:09 2020 +0300

    Add one more case in zk test uti

commit cb91d64fe7
Author: hexiaoting <hewenting_ict@163.com>
Date:   Thu Dec 17 22:16:14 2020 +0800

    Add new feature: limit length and offset setting (#17633)

    Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>

commit 52ef4289fe
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Thu Dec 17 16:05:38 2020 +0300

    enable optimize_on_insert for MaterializeMySQL

commit 0f3582883c
Merge: d302685e72 8f49946a72
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 15:44:55 2020 +0300

    Merge pull request #18147 from kitaisreal/array-aggregation-big-integer-types-support

    Added array aggregation big integer types support

commit d302685e72
Merge: 7e73b6acd8 3e07094364
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 15:12:05 2020 +0300

    Merge pull request #18172 from nikitamikhaylov/julian-day-msan

    toModifiedJulianDayOrNull msan fix

commit 3e07094364
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 15:11:32 2020 +0300

    style

commit fa266790b4
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 14:29:29 2020 +0300

    Better test

commit 7e73b6acd8
Merge: d82c23d5cf 294e8bbb4e
Author: tavplubix <avtokmakov@yandex-team.ru>
Date:   Thu Dec 17 14:26:51 2020 +0300

    Merge pull request #17642 from filimonov/detach-permanently

    DETACH TABLE PERMANENTLY

commit b6bd84df84
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 14:25:59 2020 +0300

    One more test for watches

commit d82c23d5cf
Merge: 10449695bc c6ac831d4e
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date:   Thu Dec 17 14:00:05 2020 +0300

    Merge pull request #16853 from amosbird/ss

    Add -SimpleState combinator

commit 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 13:25:31 2020 +0300

    Suppress gdb warning

commit da18af96a3
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Thu Dec 10 23:16:53 2020 +0300

    Fix access rights required for the merge() table function.

commit fd7fe0f84c
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 12:10:46 2020 +0300

    Updated ya.make

commit 832d99515b
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Thu Dec 17 12:05:49 2020 +0300

    tag for yandex/clickhouse-kerberized-hadoop

commit 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Fri Dec 11 23:48:27 2020 +0300

    Add tests.

commit af3ccb49f1
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Fri Dec 11 22:44:18 2020 +0300

    Show create query for temporary tables in system.tables

commit ede755d3bc
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Fri Dec 11 23:32:57 2020 +0300

    Show temporary tables in system.columns as tables with empty database.

commit d7a3cc8c90
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Fri Dec 11 22:42:14 2020 +0300

    Don't show the "_temporary_and_external_tables" database in system tables
    system.databases, system.tables, system.columns.

commit b74e7accf1
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 11:17:39 2020 +0300

    Review fixes

commit f2957d6f05
Merge: 1bd2f49fb5 10449695bc
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 10:40:25 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit 10449695bc
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date:   Thu Dec 17 10:32:11 2020 +0300

    Update boost.

commit c91c5d0a68
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date:   Thu Dec 17 10:29:47 2020 +0300

    Update boost.

commit 66228f4054
Merge: bc0186eede 1f3702ff9e
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 17 10:15:30 2020 +0300

    Merge pull request #18065 from ClickHouse/fix_watch_race_testkeeper

    Remove dead list watches from TestKeeperStorage

commit bc0186eede
Merge: 81c00a4e94 6c8f844442
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 07:19:04 2020 +0300

    Merge pull request #18168 from ClickHouse/unknown_function_better_exception

    Better exception message for unknown function

commit 81c00a4e94
Merge: b159e15b1b 76e73e4e8b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 07:18:53 2020 +0300

    Merge pull request #18167 from ClickHouse/fix_checking_profile_settings_constraints

    Fix `Unknown setting profile` error on attempt to set settings profile

commit 01d3aef890
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 05:53:43 2020 +0300

    Disable trap back

commit b159e15b1b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 05:50:04 2020 +0300

    Update easy_tasks_sorted_ru.md

commit 22363f6086
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 05:29:27 2020 +0300

    better

commit db362e4585
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 05:20:56 2020 +0300

    done

commit 4e8978e022
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 05:21:27 2020 +0300

    Merge with master

commit 7f280bef37
Merge: 2e232bad74 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 05:09:10 2020 +0300

    Merge branch 'master' into sigaltstack

commit 7abc58526a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 04:55:07 2020 +0300

    Update test

commit 6a7c73a7bd
Merge: f46eb6f2be 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 04:54:17 2020 +0300

    Merge branch 'master' into insert_quorum_parallel-default

commit b25f126569
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 04:52:27 2020 +0300

    Added a test

commit 9a017b77df
Merge: 2e6bedce91 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 04:40:39 2020 +0300

    Merge branch 'master' into relax-too-many-parts-1

commit d2653f91e1
Merge: 792d8981ab 4edbb42ba1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 03:40:13 2020 +0300

    Merge pull request #18112 from GrigoryPervakov/join_set_s3

    Use IDisk in Set and Join storages

commit 792d8981ab
Merge: 37da513c36 60b916fe0b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 03:36:07 2020 +0300

    Merge pull request #18115 from AnaUvarova/ana-uvarova-DOCSUP-2030-rus-faq-order

    DOCSUP-2030 Rus FAQ order

commit 37da513c36
Merge: 484f20f77d d96ca3fb8d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 03:35:19 2020 +0300

    Merge pull request #18136 from taiyang-li/explain_ast_nonselect_query

    Explain ast support nonselect querys

commit 484f20f77d
Merge: 908784a0d9 849db47f8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 03:34:39 2020 +0300

    Merge pull request #18140 from ClickHouse/fix_flaky_test

    Trying to fix 00620_optimize_on_nonleader_test

commit 908784a0d9
Merge: 2e2cc6d344 8139bab240
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 03:32:10 2020 +0300

    Merge pull request #18148 from ClickHouse/suppress_error_in_test

    Suppress error in 00993_system_parts_race_condition_drop_zookeeper

commit 71bd7e55d3
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 03:15:13 2020 +0300

    Bump

commit 2e2cc6d344
Merge: a999850378 2413e82e96
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Thu Dec 17 01:19:08 2020 +0300

    Merge pull request #18141 from staticor/patch-5

    Update misc.md

commit d70f58a98f
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Thu Dec 17 00:52:04 2020 +0300

    remove ryu

commit 6c8f844442
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Thu Dec 17 00:42:14 2020 +0300

    better exception message for unknown function

commit 685099af7f
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 00:23:41 2020 +0300

    Move getPageSize in common

commit 8f49946a72
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 00:21:44 2020 +0300

    Reused Result type

commit 4b32bb323a
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Dec 17 00:04:03 2020 +0300

    Fixed style issues

commit 76e73e4e8b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Wed Dec 16 23:49:56 2020 +0300

    fix 'Unknown setting profile' error

commit 5a096a75b8
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 16 23:10:40 2020 +0300

    Fixed issues with average

commit 1f3702ff9e
Merge: 422467628a a999850378
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 23:03:07 2020 +0300

    Merge branch 'master' into fix_watch_race_testkeeper

commit a999850378
Merge: 521e3fc4ae dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 22:05:16 2020 +0300

    Merge pull request #18130 from ClickHouse/fix_remove_column_ttl

    Fix remove TTL for column

commit 521e3fc4ae
Merge: 170cd132da 153610b2c3
Author: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Date:   Wed Dec 16 21:43:32 2020 +0300

    Merge pull request #17910 from sevirov/sevirov-DOCSUP-4919-document_replication_queue_system_table

    DOCSUP-4919: Document the system.replication_queue system table

commit 60b916fe0b
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Wed Dec 16 21:24:06 2020 +0300

    polishing links

commit 23270915d3
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 21:03:39 2020 +0300

    better

commit 170cd132da
Merge: b8250882ac 95c35b318e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date:   Wed Dec 16 20:49:43 2020 +0300

    Merge pull request #18113 from azat/tld-list-symlink-fix

    Avoid using symlinks for top_level_domains

commit b8250882ac
Merge: 16e524e0de a7933ddf31
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 20:35:18 2020 +0300

    Merge pull request #18056 from zhangjmruc/master

    Fix issue #17160 by adding show settings like '...'

commit 294e8bbb4e
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Wed Dec 16 18:16:47 2020 +0100

    Fix2

commit d96ca3fb8d
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date:   Wed Dec 16 20:11:32 2020 +0300

    Fixing build.

commit 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 19:58:00 2020 +0300

    Remove outdated info from the docs

commit 422467628a
Merge: b347fa322c d873439846
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 19:45:57 2020 +0300

    Merge branch 'master' into fix_watch_race_testkeeper

commit d873439846
Merge: d30099fd78 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 19:29:32 2020 +0300

    Merge pull request #15236 from ClickHouse/run_func_tests_in_parallel

    Collect list of non-parallel test

commit 8139bab240
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 19:12:57 2020 +0300

    More relaxed check

commit 9cc6fec36c
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 19:10:46 2020 +0300

    Supress error in 00993_system_parts_race_condition_drop_zookeeper

commit 80dbbc7e58
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 16 18:59:53 2020 +0300

    Style check fix

commit b82770c2ad
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 16 18:47:30 2020 +0300

    Added array aggregation big integer types support

commit 17d996054e
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:47:24 2020 +0300

    style fix

commit 50c29d9ed0
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 18:34:29 2020 +0300

    better

commit d30099fd78
Merge: d046164049 44d2194326
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date:   Wed Dec 16 18:23:45 2020 +0300

    Merge pull request #18132 from ClickHouse/try-fix-mysql-integration-test

    Try fix integration tests.

commit d046164049
Merge: b1dc8074ef 69ed3d1cb5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 18:22:38 2020 +0300

    Merge pull request #18128 from ClickHouse/boringssl-krb5-2

    Port Kerberos to BoringSSL

commit 02baaddc13
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:20:41 2020 +0300

    removed some casts

commit f143a37693
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:11:26 2020 +0300

    simplified case to multiply only

commit f14cafee51
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Wed Dec 16 16:06:43 2020 +0100

    Fix tests

commit d7145a5ee1
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:01:18 2020 +0300

    working

commit 484e6e7de4
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 16 17:38:17 2020 +0300

    Removed getPageSize from small files

commit 849db47f8a
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 17:31:17 2020 +0300

    Better exception messages

commit b1dc8074ef
Merge: d99792e614 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date:   Wed Dec 16 16:58:02 2020 +0300

    Merge pull request #17829 from CurtizJ/merging-map

    Merging data type Map #15806

commit 74ee36bdb8
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Wed Dec 16 16:39:14 2020 +0300

    done

commit 2413e82e96
Author: Steve-金勇 <staticor@me.com>
Date:   Wed Dec 16 21:35:55 2020 +0800

    Update misc.md

    Update translation by machine, and improve document more human-readable.

commit c15f5fba3b
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 16:16:24 2020 +0300

    Fix 00620_optimize_on_nonleader_test

commit b347fa322c
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 15:58:00 2020 +0300

    Trying to fix races one more time

commit 5521abba1e
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 15:57:42 2020 +0300

    fix boost

commit c906b1ca76
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 15:21:23 2020 +0300

    added the initial solution

commit 4edbb42ba1
Author: Pervakov Grigorii <pervakovg@yandex-team.ru>
Date:   Tue Dec 15 19:45:13 2020 +0300

    Use IDisk in Set and Join storages

commit 0a2bda002d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 14:46:58 2020 +0300

    remove last commit

commit 61c1db3823
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 14:45:40 2020 +0300

    skip test

commit bcd6fc1c88
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 02:53:25 2020 +0300

    better

commit 18d52dbc63
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Wed Dec 16 02:30:35 2020 +0300

    better

commit 20aaf48e38
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 22:56:47 2020 +0300

    pragmas

commit 5c4e1d1db5
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 20:53:10 2020 +0300

    better

commit 3288f1fd0c
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 16:00:40 2020 +0300

    ya make

commit c3a6499f6d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 14:48:24 2020 +0300

    fix ya.make

commit 4ccdb3ca20
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 06:07:43 2020 +0300

    done

commit a5a33f1963
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Tue Dec 15 14:52:10 2020 +0300

    rpm rebuilddb and yum update in kerberized_hadoop/Dockerfile

commit 39877b1a6f
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Tue Dec 15 12:46:02 2020 +0300

    yum clean all in kerberized_hadoop/Dockerfile

commit a4dad0acb7
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Mon Dec 14 21:35:13 2020 +0300

    CentOS 6 became too old

commit 09d1e89674
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Mon Dec 14 15:07:05 2020 +0300

    yandex/clickhouse-kerberized-hadoop + missed header

commit 407565b47f
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Fri Dec 11 12:16:58 2020 +0300

    fix - wrong error code

commit 9701d6a2d5
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Fri Dec 11 00:52:05 2020 +0300

    style fix per code review, doc improvement, params consistency check

commit 815856bc3d
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Sat Nov 28 01:17:05 2020 +0300

    pass config, not context to createHDFSBuilder

commit fc0a1af214
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Thu Nov 19 00:08:17 2020 +0300

    doc minor changes, cleanup, krb5-user as a recommended package

commit 7e97814859
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Fri Oct 30 22:40:16 2020 +0300

    cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString

commit d1d657335b
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Thu Oct 29 23:40:47 2020 +0300

    USE_INTERNAL_HDFS3_LIBRARY + bash lint

commit d9166a0645
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Mon Sep 28 20:20:04 2020 +0300

    HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities

commit eb10948ca2
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Thu Sep 10 13:02:46 2020 +0300

    kerberized_hdfs cluster started

commit 185ac744b1
Author: Ilya Golshtein <gie@arenadata.io>
Date:   Wed Sep 9 15:13:20 2020 +0300

    kerberized hdfs compiled

commit 7d23451e81
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Oct 31 00:24:16 2020 +0300

    Replaced usages of 4096 constant with getPageSize

commit dbb2fbcdd5
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Oct 29 22:52:12 2020 +0300

    Unified usages of getPageSize

    1. Introduced getPageSize function.
    2. Replaced usages of getpagesize with getPageSize function.
    3. Replaced usages of sysconf(_SG_PAGESIZE) with getPageSize function.

commit 058fbd5222
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Oct 29 21:49:44 2020 +0300

    MMapReadBufferFromFileDescriptor use getpagesize

commit dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 13:23:11 2020 +0300

    Fix test

commit cd7827f70c
Author: taiyang-li <taiyang_li@163.com>
Date:   Wed Dec 16 18:00:21 2020 +0800

    explain ast support nonselect queries

commit ea4d11cb73
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 13:04:46 2020 +0300

    Wait for connections to special servers

commit 44d2194326
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date:   Wed Dec 16 11:52:04 2020 +0300

    Try fix integration tests.

commit 54aeb8fcff
Merge: 2a4a6b22b1 d99792e614
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 11:25:19 2020 +0300

    Merge branch 'master' into fix_remove_column_ttl

commit d99792e614
Merge: 37363ae89d 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 10:54:58 2020 +0300

    Merge pull request #18105 from ClickHouse/fix_docker_images

    Fix dependencies for docker stateful_with_coverage

commit 2a4a6b22b1
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 16 10:26:18 2020 +0300

    Fix remove TTL for column

commit 37363ae89d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 09:43:05 2020 +0300

    Comment update

commit 69ed3d1cb5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 09:40:30 2020 +0300

    Update submodule URL

commit e3b490e9b3
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 09:36:26 2020 +0300

    Port Kerberos to BoringSSL

commit 42b401c893
Merge: 4bd5d3b662 cf35e144ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 09:00:38 2020 +0300

    Merge pull request #18127 from chienlungcheung/patch-1

    Correct the unit from Kb to KB in the last section.

commit cf35e144ff
Author: Chienlung Cheung <chienlungcheung@gmail.com>
Date:   Wed Dec 16 13:55:17 2020 +0800

    correct the unit from Kb to KB in the last section.

commit 4bd5d3b662
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 06:36:43 2020 +0300

    Comment update

commit 62ce33153a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 06:34:25 2020 +0300

    Added valuable comment

commit 88c5031dfa
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 06:27:28 2020 +0300

    Add a commit #16595

commit ca9ccf4850
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 06:03:43 2020 +0300

    Comment update

commit a7933ddf31
Merge: b56523fd94 eed767bbab
Author: jianmei zhang <zhangjmruc@sina.com>
Date:   Wed Dec 16 09:38:38 2020 +0800

    Merge and rebase with master

commit 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date:   Wed Dec 16 02:36:03 2020 +0300

    fix test

commit b485b5bd1c
Author: Anton Popov <pad11rus@gmail.com>
Date:   Wed Dec 16 01:22:21 2020 +0300

    minor fixes and comments added

commit aec820362a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 00:28:53 2020 +0300

    Update DecimalFunctions.h

commit eed767bbab
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Wed Dec 16 00:02:44 2020 +0300

    Update tips.md

commit b842cb0455
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 23:38:36 2020 +0300

    one more try

commit 4e3cc606e6
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Tue Dec 15 23:36:45 2020 +0300

    Fixed tests

commit 97c93fa984
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 23:23:58 2020 +0300

    one more try

commit 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 23:18:53 2020 +0300

    Update base image to 20.04

commit 0887cf476d
Merge: b0d27d6747 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 23:09:37 2020 +0300

    Merge pull request #18098 from ClickHouse/fix_clickhouse_test

    Fix database drop timeout in clickhouse-test

commit 93b58321d0
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 23:00:30 2020 +0300

    fixes

commit acfc3d4281
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 22:47:24 2020 +0300

    host fixes

commit 8aaef7f634
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 22:34:11 2020 +0300

    host fixes

commit 99ecb8ae68
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 22:02:37 2020 +0300

    host fixes

commit b0d27d6747
Merge: f1e1672b54 3ec48cec53
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Tue Dec 15 22:01:57 2020 +0300

    Merge pull request #18082 from den-crane/patch-3

    Doc. toYYYYMM  translation to Russian

commit f1e1672b54
Merge: 01286a6a09 96f22a5bcc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Tue Dec 15 22:01:08 2020 +0300

    Merge pull request #18094 from staticor/patch-4

    Update limit.md

commit 95c35b318e
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Tue Dec 15 21:48:24 2020 +0300

    Avoid using symlinks for top_level_domains

    Move the main copy into the tests/config and ship it to the perf tests
    via the perf package.

commit 51f53ce8e9
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Tue Dec 15 21:54:16 2020 +0300

    Added tryParseDecimal functions

commit e51cf03f21
Merge: ba63635251 01286a6a09
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 15 21:08:01 2020 +0300

    Merge remote-tracking branch 'upstream/master' into HEAD

commit ba63635251
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 15 21:07:13 2020 +0300

    add tests for formats with type map

commit 9df7ecb8e6
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Tue Dec 15 18:06:23 2020 +0100

    fixes

commit 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 19:20:09 2020 +0300

    Kill not only database proc

commit 01286a6a09
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date:   Tue Dec 15 19:18:28 2020 +0300

    Update libunwind.

commit e10ee944be
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 19:17:42 2020 +0300

    links fixes

commit a325c0db74
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date:   Tue Dec 15 19:07:25 2020 +0300

    base

commit 1bd2f49fb5
Merge: 8670836573 063488d943
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 19:05:04 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit dff71850a8
Merge: 9d17f01dc9 063488d943
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 19:04:24 2020 +0300

    Merge branch 'master' into fix_watch_race_testkeeper

commit 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 18:27:47 2020 +0300

    Update run.sh

commit 554fd738e9
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 18:22:21 2020 +0300

    Remove strange line

commit ccabb4680d
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 18:19:56 2020 +0300

    Fix dependencies

commit 063488d943
Merge: 31bef163ba 22aba554c0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Tue Dec 15 18:07:42 2020 +0300

    Merge pull request #18103 from ClickHouse/revert-17983-fix-access-rights-for-merge-table-function

    Revert "Fix access rights required for the merge() table function."

commit 22aba554c0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Tue Dec 15 18:07:20 2020 +0300

    Revert "Fix access rights required for the merge() table function."

commit 27ff3a5214
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Tue Dec 15 15:46:13 2020 +0100

    Rework using a separate flag file instead of renames

commit 31bef163ba
Merge: b252321ef7 c3a4e5e7b7
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date:   Tue Dec 15 17:34:38 2020 +0300

    Merge pull request #17848 from azat/max_distributed_connections-fix

    Fix max_distributed_connections

commit dd09e1d783
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 15 17:34:37 2020 +0300

    fix type map ser/de to json

commit b252321ef7
Merge: def080c8ba 6defcbb662
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date:   Tue Dec 15 16:51:54 2020 +0300

    Merge pull request #16954 from Avogar/optimize-data-on-insert

    Optimize data on INSERT

commit 6defcbb662
Merge: c8c543ca94 def080c8ba
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date:   Tue Dec 15 16:50:42 2020 +0300

    Merge branch 'master' into optimize-data-on-insert

commit 873d9d1e1e
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 16:34:53 2020 +0300

    Better

commit 9bb0326fc6
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 16:33:14 2020 +0300

    Fix database drop timeout in clickhouse-test

commit 96f22a5bcc
Author: Steve-金勇 <staticor@me.com>
Date:   Tue Dec 15 18:55:52 2020 +0800

    Update limit.md

    Update translation of LIMIT , and providing more details for with ties modifier.

    Make document more human-readable for Chinese.

commit 9d17f01dc9
Merge: 73780838a1 def080c8ba
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 13:41:04 2020 +0300

    Merge branch 'master' into fix_watch_race_testkeeper

commit 8670836573
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 13:34:28 2020 +0300

    Add some comments

commit b56523fd94
Author: jianmei zhang <zhangjmruc@sina.com>
Date:   Tue Dec 15 17:56:54 2020 +0800

    Update test case to avoid the latest added parameter

commit 74c2211510
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 12:54:48 2020 +0300

    More clear

commit def080c8ba
Author: Alexander Kazakov <Akazz@users.noreply.github.com>
Date:   Tue Dec 15 11:16:25 2020 +0300

    Fixed unsafe ast rewrite (#18064)

    Fixed unsafe assignment to a reference in InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery()

commit a50187c995
Author: alesapin <alesapin@gmail.com>
Date:   Tue Dec 15 11:04:37 2020 +0300

    Slightly better

commit 508b50d121
Author: jianmei zhang <zhangjmruc@sina.com>
Date:   Tue Dec 15 14:44:39 2020 +0800

    support SHOW CHANGED SETTINGS query and add test cases, also do code changes to compile SHOW SETTINGS PROFILES.

commit 5a8c750b0b
Merge: 45b9d79f81 9310437920
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Tue Dec 15 09:17:52 2020 +0300

    Merge pull request #17983 from vitlibar/fix-access-rights-for-merge-table-function

    Fix access rights required for the merge() table function.

commit 45b9d79f81
Merge: a0405182ed 8de0c0e8fc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Tue Dec 15 07:51:14 2020 +0300

    Merge pull request #18081 from azat/gcc10-sanitizers

    Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN

commit 3ec48cec53
Author: Denny Crane <deniszhuravlov@gmail.com>
Date:   Mon Dec 14 22:19:06 2020 -0400

    Update date-time-functions.md

    toYYYYMM  translation to Russian

commit a0405182ed
Merge: 49f65ecf9d fe6f477881
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date:   Tue Dec 15 03:12:23 2020 +0300

    Merge pull request #18066 from ClickHouse/aku/utils-split-build

    Build utils in CI, at least in split build

commit 8de0c0e8fc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Tue Dec 15 02:24:50 2020 +0300

    Fix warning message for unusupported -fsanitize-blacklist

commit 519d89dc9f
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Tue Dec 15 02:19:37 2020 +0300

    Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN

commit c78861e86e
Merge: afc2d7099b 49f65ecf9d
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 15 01:45:01 2020 +0300

    Merge remote-tracking branch 'upstream/master' into HEAD

commit afc2d7099b
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 15 01:16:04 2020 +0300

    add conversion from array to map

commit 49f65ecf9d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 23:07:28 2020 +0300

    Update CHANGELOG.md

commit 91be7a6f27
Merge: 363ff79cca 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 23:03:21 2020 +0300

    Merge pull request #16809 from kitaisreal/read-float-8digits-unroll-performance-improvement

    ReadFloat 8digits unroll performance improvement

commit 363ff79cca
Merge: 491e086435 346c241c20
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 23:00:43 2020 +0300

    Merge pull request #17934 from Jokser/s3-adaptive-single-part-upload

    Adaptive choose of single/multi part upload in WriteBufferFromS3

commit 491e086435
Merge: 906415540a bf23bc6f0c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 22:57:27 2020 +0300

    Merge pull request #18057 from azat/fix-01600_remerge_sort_lowered_memory_bytes_ratio-flap

    Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap

commit 906415540a
Merge: 7184746f45 14dedae9f1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 22:57:02 2020 +0300

    Merge pull request #18060 from kitaisreal/create-query-create-as-select-with-columns-specification

    CreateQuery create as select with columns specification

commit 7184746f45
Merge: 5f424f7c5c 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 22:56:39 2020 +0300

    Merge pull request #18059 from excitoon/patch-2

    Fixed `std::out_of_range: basic_string` in S3 URL parsing

commit 17b43ca721
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Tue Dec 8 13:54:33 2020 +0300

    Fixed tests

commit 16a30eb4aa
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Tue Dec 8 10:43:18 2020 +0300

    Updated non-finite floating conversion into int

commit e945821e1f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 7 20:34:16 2020 +0300

    Update castColumn.h

commit 26e582272f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 7 20:34:01 2020 +0300

    Update castColumn.h

commit 6873b13587
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 6 14:58:54 2020 +0300

    Fixed clang build issue

commit 0b565b679e
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 5 17:55:37 2020 +0300

    Fixed Set execute for columns that cannot be inside Nullable

commit 18dc118298
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 5 16:46:14 2020 +0300

    Fixed compile issues

commit 0464859cfe
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 5 16:18:56 2020 +0300

    Updated usage of different types during IN query

    1. Added accurateCast function.
    2. Use accurateCast in Set during execute.
    3. Added accurateCast tests.
    4. Updated select_in_different_types tests.

commit 6f4bc77dbc
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 2 15:28:29 2020 +0300

    Added equality comparsion

commit f4b8e8ef99
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 2 13:09:13 2020 +0300

    Allow different types inside IN subquery

commit dff31e8de7
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Nov 30 11:26:00 2020 +0300

    Fixed compile issues

commit 0dac432942
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Nov 28 15:55:29 2020 +0300

    Added const to arguments

commit dd072a20c9
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Nov 15 22:24:15 2020 +0300

    Fixed compile issues

commit 7b66dc374c
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Nov 15 13:03:53 2020 +0300

    Fixed clang compile issues

commit 4435642e39
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Nov 12 18:56:17 2020 +0300

    Fixed style issues

commit db5d0944ed
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Nov 12 14:27:02 2020 +0300

    Added Decimal support

commit 476fb3b677
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Nov 12 13:32:37 2020 +0300

    Updated documentation

commit baad78d2f2
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Nov 12 12:28:49 2020 +0300

    Fixed setting null value in vector. Updated tests.

commit 4cd5025e83
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Tue Nov 10 16:18:58 2020 +0300

    Added numeric limits for UInt128

commit d636e1618b
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Thu Nov 5 22:09:17 2020 +0300

    Added function accurate cast or null

commit fe6f477881
Author: Alexander Kuzmenkov <akuzm@yandex-team.ru>
Date:   Mon Dec 14 20:39:52 2020 +0300

    Build utils in CI, at least in split build

    Currently we don't build them at all, so they were broken by https://github.com/ClickHouse/ClickHouse/pull/17988

commit 5f424f7c5c
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date:   Mon Dec 14 20:08:32 2020 +0300

    Update zzz-perf-comparison-tweaks-config.xml

commit 19af691aa6
Merge: e7f93b5563 b08842d44e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 19:44:13 2020 +0300

    Merge pull request #17738 from vklimontovich/docker-cli-example

    Docker cli example

commit 73780838a1
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 19:01:29 2020 +0300

    Remove dead list watches

commit b08842d44e
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date:   Mon Dec 14 16:54:37 2020 +0100

    Update README.md

commit 1436986a86
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date:   Mon Dec 14 16:53:58 2020 +0100

    Update README.md

commit bca41bb7fd
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date:   Mon Dec 14 16:50:48 2020 +0100

    Update README.md

commit e7f93b5563
Merge: 2edabd5519 653ddab63e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date:   Mon Dec 14 17:54:47 2020 +0300

    Merge pull request #18058 from azat/perf-test-zk-port-fix

    Remove test_keeper_server in perf tests

commit 2edabd5519
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date:   Mon Dec 14 17:45:58 2020 +0300

    Update zzz-perf-comparison-tweaks-config.xml

commit 24abcc970b
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Mon Dec 14 15:21:31 2020 +0100

    Tests and fixes

commit 87ea1528cb
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Tue Dec 8 16:54:49 2020 +0100

    support for Lazy database

commit 4ba80996b0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Tue Dec 8 16:48:30 2020 +0100

    Detach permanently for DatabaseConnectionMySQL

commit 799141362d
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Tue Dec 8 11:00:32 2020 +0100

    Prevent attempts to recreate the table which was detached permanently

commit ad9cb580a9
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Mon Dec 7 16:19:05 2020 +0100

    Fix

commit 2aeb72c09a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Mon Dec 7 15:01:09 2020 +0100

    Fix for tiny issue #13850

commit 3f5e5eb15a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Mon Dec 7 14:55:24 2020 +0100

    Handle not implemented cases properly

commit f6097cf818
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date:   Mon Nov 30 18:52:32 2020 +0100

    Adding DETACH TABLE PERMANENTLY

commit 34d1ad1aca
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 17:27:39 2020 +0300

    Fix writer compact

commit dd2ae6926d
Merge: 7a8510d1c4 7f7eed4031
Author: tavplubix <avtokmakov@yandex-team.ru>
Date:   Mon Dec 14 16:27:13 2020 +0300

    Merge pull request #14849 from ClickHouse/allow_atomic_database_inside_materialize_mysql

    Allow Atomic database inside MaterializeMySQL

commit 35d2a689dd
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 16:06:11 2020 +0300

    One more time

commit 2a2b02d395
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 16:05:48 2020 +0300

    One more time

commit 9e98cdad5a
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 16:05:07 2020 +0300

    Accident changes

commit 47e3f619e5
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 16:01:01 2020 +0300

    Remove redundant code

commit a87fb3fae0
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 15:52:15 2020 +0300

    Fix style

commit 303c12d2e4
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 15:51:14 2020 +0300

    Slightly better

commit 14dedae9f1
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 15:50:11 2020 +0300

    Updated sql test file

commit 7a8510d1c4
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 15:45:13 2020 +0300

    Update CHANGELOG.md

commit ad70b0bd97
Merge: 0bc2603b1d 9f4929bdce
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 15:43:51 2020 +0300

    Merge pull request #18062 from ClickHouse/changelog-20.12

    Add changelog for 20.12

commit 9f4929bdce
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 15:30:37 2020 +0300

    Add changelog for 20.12

commit 55f991adde
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 15:23:53 2020 +0300

    Updated test

commit 6fb23da851
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 15:03:49 2020 +0300

    Refactoring

commit 70be03aa7d
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 14:36:15 2020 +0300

    Working compact parts

commit 0bc2603b1d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 14:14:59 2020 +0300

    Update 01081_PartialSortingTransform_full_column.sql

commit ab17927c85
Merge: d55c5bec94 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 14:11:09 2020 +0300

    Merge pull request #18032 from kitaisreal/array-aggregation-functions

    Array aggregation functions

commit fbcf85cb42
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 14:06:02 2020 +0300

    Something working for wide parts

commit 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 14:01:31 2020 +0300

    Update arrayAggregation.cpp

commit d55c5bec94
Merge: 493ee6732b 2bf226decc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 13:59:11 2020 +0300

    Merge pull request #18053 from azat/librdkafka-snappy-UB-fix

    Fix possible corruption in librdkafka snappy decompression

commit 493ee6732b
Merge: aac8b85b34 1bccd6dff6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 13:58:45 2020 +0300

    Merge pull request #18052 from kitaisreal/memory-storage-read-optimization

    MemoryStorage read optimization

commit aac8b85b34
Merge: 86cef85186 6341521b10
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 13:58:15 2020 +0300

    Merge pull request #18054 from ClickHouse/remove-obsolete-settings

    Remove obsolete settings

commit 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 13:53:40 2020 +0300

    Update S3Common.cpp

commit 86cef85186
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 13:46:39 2020 +0300

    Remove old changelog generator to avoid confusion

commit 5f7c867da3
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 12:33:16 2020 +0300

    Added parse error if no select after as keyword

commit d8534ae1af
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 12:30:08 2020 +0300

    CreateQuery create as select with columns specification

commit a98e2311f8
Merge: e7ffae89e9 1b3893bcab
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Mon Dec 14 12:10:17 2020 +0300

    Merge pull request #17908 from vitlibar/fix-checking-introspection-grants

    Fix checking introspection grants

commit 418c974eaf
Author: Vladimir Chebotarev <vladimir.chebotarev@gmail.com>
Date:   Mon Dec 14 11:17:29 2020 +0300

    Fixed `std::out_of_range: basic_string` in S3 URL parsing.

commit 346c241c20
Merge: 59a5e63417 e7ffae89e9
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date:   Mon Dec 14 11:00:30 2020 +0300

    Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload

    # Conflicts:
    #	src/Disks/S3/DiskS3.cpp

commit 653ddab63e
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Mon Dec 14 10:59:01 2020 +0300

    Remove test_keeper_server in perf tests

    To avoid port overlaps for right and left server (anyway it is not
    used).

commit bf23bc6f0c
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Mon Dec 14 10:46:30 2020 +0300

    Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap

commit 12b6a54a24
Merge: fd695c9ff4 e7ffae89e9
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 10:30:01 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit fd695c9ff4
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 14 10:28:42 2020 +0300

    Dive into debug

commit f829fbb928
Merge: 2169e8f7f4 e7ffae89e9
Author: jianmei zhang <zhangjmruc@sina.com>
Date:   Mon Dec 14 11:21:42 2020 +0800

    Merge remote-tracking branch 'upstream/master'

commit 2169e8f7f4
Author: jianmei zhang <zhangjmruc@sina.com>
Date:   Mon Dec 14 10:33:51 2020 +0800

    Fix issue #17160 by adding show settings like '...'

commit 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 05:22:17 2020 +0300

    Update readFloatText.h

commit 66b2424e33
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 05:20:00 2020 +0300

    Update readFloatText.h

commit 6341521b10
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 02:40:11 2020 +0300

    Remove obsolete settings

commit e7ffae89e9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 02:31:35 2020 +0300

    Update build.sh

commit 52f03d942e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Dec 14 02:31:18 2020 +0300

    Update Dockerfile

commit 1bccd6dff6
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 00:50:55 2020 +0300

    Fixed style issues

commit 2bf226decc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Mon Dec 14 00:38:10 2020 +0300

    Fix typo in KafkaSettings comments

commit 3b431b054e
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Mon Dec 14 00:34:38 2020 +0300

    Bump librdkafka to fix UB in snappy decompression.

    In incremental_copy_fast_path there is undefined behavior (and in some
    other places too).

    And under this circumstances gcc10 with -O1 -ftree-loop-vectorize (or
    simply -O3), due to loop unroll, generates code that do copy by 16 bytes
    at a time for the second loop (MOVDQU+MOVUPS), while this is not correct
    since the memory may be overlapped and may be changed in the previous
    iteration.

    Updated version includes [1], that fixes those UB, by using memcpy over
    direct store/load since these days direct store/loads looks redundant.
    Even on ARM.

      [1]: https://github.com/ClickHouse-Extras/librdkafka/pull/3

    NOTE: clang is fine, and other older versions of gcc too

commit 2e569899d1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Thu Dec 10 10:18:49 2020 +0300

    Add a test for kafka with snappy compression method (regression for UB in snappy)

    I've checked it manually and it works with clang build and does not with
    gcc (there are NULL bytes in the middle of value).

commit 69127ca0ed
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Dec 14 00:21:25 2020 +0300

    Changed BlocksList to Blocks

commit 153610b2c3
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sun Dec 13 23:44:09 2020 +0300

    Update distribution_queue.md

    Поменял also на Also.

commit 698737681a
Merge: 629f5f0797 8702809c9f
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sun Dec 13 23:41:22 2020 +0300

    Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4919-document_replication_queue_system_table

commit 9310437920
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Thu Dec 10 23:16:53 2020 +0300

    Fix access rights required for the merge() table function.

commit 3c6df61e5c
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 22:24:15 2020 +0300

    MemoryStorage read optimization

commit 8702809c9f
Merge: 246e1fbb2f 0954cc2b5c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 21:28:03 2020 +0300

    Merge pull request #17464 from amosbird/ddlworkermetric

    ddlworker max entry metric

commit 0be51cbabd
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 21:27:48 2020 +0300

    Updated tests

commit 246e1fbb2f
Merge: 4a2aaa68a8 149431ffc3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 21:09:09 2020 +0300

    Merge pull request #18048 from ClickHouse/play-auto-dark-theme

    Automatic support for dark theme in Play interface

commit 4a2aaa68a8
Merge: 9116eb7aca 6d87743b0e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 21:08:50 2020 +0300

    Merge pull request #18049 from ClickHouse/datasets-cdn

    CDN for datasets

commit 6d87743b0e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 21:06:27 2020 +0300

    CDN for datasets

commit 149431ffc3
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 20:54:57 2020 +0300

    Automatic support for dark theme in Play interface

commit 9116eb7aca
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 19:35:56 2020 +0300

    Add checksums

commit d75c7ec30c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 19:28:45 2020 +0300

    Redundancy.

commit 629f5f0797
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sun Dec 13 18:42:34 2020 +0300

    Update replication_queue.md

    Выполнил перевод на русский язык, внес изменения в английскую версию.

commit d8484d9c31
Merge: 73890fa3a7 ef064696e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 18:28:52 2020 +0300

    Merge pull request #18033 from ClickHouse/encode-xml-rename-files

    encodeXMLComponent: rename files after #17659

commit 73890fa3a7
Merge: cd5f827265 b394487d4f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 18:27:52 2020 +0300

    Merge pull request #18046 from baibaichen/feature/update_doc

    update Mac-OS build documentation

commit cd5f827265
Merge: 443d1724b3 06b047235a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 18:27:01 2020 +0300

    Merge pull request #18047 from kitaisreal/space-saving-remove-last-element-from-map-fix

    HashTable erase added tests

commit 7f7eed4031
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Sun Dec 13 17:57:15 2020 +0300

    fix test

commit 0c80fce7f0
Merge: ed355f8663 443d1724b3
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Sun Dec 13 17:56:50 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 5d6036e9c8
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 14:38:56 2020 +0300

    Fixed style issues

commit 06b047235a
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 14:35:52 2020 +0300

    Fixed style issues

commit 547f452ba9
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 13:30:25 2020 +0300

    HashTable erase added tests

commit b394487d4f
Author: chang.chen <baibaichen@gmail.com>
Date:   Sun Dec 13 16:10:07 2020 +0800

    update Mac-OS build documentation

commit 443d1724b3
Merge: a714b82f9b 065a64cc37
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:54:14 2020 +0300

    Merge pull request #18031 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table

    DOCSUP-4709: Document system.distribution_queue table

commit a714b82f9b
Merge: 785317e542 784a484d80
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:52:39 2020 +0300

    Merge pull request #18036 from ClickHouse/benchmark-macbook2020

    Added results from MacBook Pro

commit 784a484d80
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:51:56 2020 +0300

    Added results from MacBook Pro

commit 785317e542
Merge: bce02de691 10beda9d39
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:44:47 2020 +0300

    Merge pull request #18035 from ClickHouse/benchmark-results-seodo

    Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do

commit 10beda9d39
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:44:07 2020 +0300

    Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do

commit bce02de691
Merge: 436adf34df ccd794a676
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:38:50 2020 +0300

    Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio

    Add remerge_sort_lowered_memory_bytes_ratio setting

commit 436adf34df
Merge: 4ce148d2ea 8d79ae56f0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:37:29 2020 +0300

    Merge pull request #17881 from gyuton/gyuton-DOCSUP-4263-Update_the_sql_statement_ORDER_BY

    DOCSUP-4263: Updated the sql statement order by

commit 4ce148d2ea
Merge: 8df4789113 17a8a4e966
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:34:46 2020 +0300

    Merge pull request #18034 from edani/master

    Expand max_parallel_replicas documentation

commit 8df4789113
Merge: 04e222f6f3 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 04:09:51 2020 +0300

    Merge pull request #17845 from kitaisreal/space-saving-remove-last-element-from-map-fix

    SpaceSaving remove last element from map fix

commit 04e222f6f3
Merge: 2ad5c8eed3 41bc43325b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 01:12:05 2020 +0300

    Merge pull request #17986 from azat/fwd-decl

    More forward declaration for generic headers

commit 17a8a4e966
Author: Eric Daniel <6210036+edani@users.noreply.github.com>
Date:   Sat Dec 12 13:57:01 2020 -0800

    Expand max_parallel_replicas documentation

    Based on discussion in #17807

commit 5ae1652d51
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 00:47:17 2020 +0300

    Fixed aggregate function avg

commit 2ad5c8eed3
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 00:45:23 2020 +0300

    Allow server to start with TestKeeper port in development environment

commit b810b28b08
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 00:40:34 2020 +0300

    Added comment

commit 4887d59b06
Merge: 2eabd41749 c2c497e290
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 00:39:41 2020 +0300

    Merge pull request #18027 from Jokser/fix-flappy-log-family-s3

    Fix flappy test_log_family_s3

commit 0dcbcec19a
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 13 00:29:09 2020 +0300

    Added tests

commit ef064696e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Dec 13 00:17:37 2020 +0300

    Add perf test

commit 532557ecfd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 23:47:37 2020 +0300

    encodeXMLComponent: rename files after #17659

commit 18bde6ef02
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 12 23:47:23 2020 +0300

    Fixed compile issues

commit 8d79ae56f0
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 23:07:24 2020 +0300

    created lowcardinality files for ja and tr

commit 3d261c82e9
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 12 22:50:28 2020 +0300

    Array aggregation functions

commit 065a64cc37
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sat Dec 12 22:43:52 2020 +0300

    Update distribution_queue.md

    Добавил ссылку на движок таблиц Distributed.

commit a244a4f0e3
Merge: c03e91eec0 6e417088dc
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sat Dec 12 22:28:09 2020 +0300

    Merge branch 'sevirov-DOCSUP-4709-document_distribution_queue_system_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-4709-document_distribution_queue_system_table

commit c03e91eec0
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Sat Dec 12 22:27:01 2020 +0300

    Create distribution_queue.md

    Выполнил перевод на русский язык.

commit 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 18:57:07 2020 +0300

    Update gtest_hash_table.cpp

commit 41bc43325b
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Fri Dec 11 21:10:37 2020 +0300

    Make 01290_max_execution_speed_distributed less flaky

commit 77a1d00dee
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Fri Dec 11 21:10:36 2020 +0300

    Add new remote context as interpreter context to the Pipe

commit 5b3ab48861
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Fri Dec 11 01:05:02 2020 +0300

    More forward declaration for generic headers

    The following headers are pretty generic, so use forward declaration as
    much as possible:
    - Context.h
    - Settings.h
    - ConnectionTimeouts.h
    (Also this shows that some missing some includes -- this has been fixed)

    And split ConnectionTimeouts.h into ConnectionTimeoutsContext.h (since
    module part cannot be added for it, due to recursive build dependencies
    that will be introduced)

    Also remove Settings from the RemoteBlockInputStream/RemoteQueryExecutor
    and just pass the context, since settings was passed only in speicifc
    places, that can allow making a copy of Context (i.e. Copier).

    Approx results (How much units will be recompiled after changing file X?):

    - ConnectionTimeouts.h
      - mainline: 100

    - Context.h:
      - mainline: ~800
      - patched:  415

    - Settings.h:
      - mainline: 900-1K
      - patched:  440 (most of them because of the Context.h)

commit c2c497e290
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date:   Sat Dec 12 16:44:19 2020 +0300

    Use s3 disk explicitly for log tables in test_log_family_s3.

commit 07c8293043
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sat Dec 12 15:08:46 2020 +0300

    Added tests

commit c7d48c48ce
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 11:58:07 2020 +0300

    more troubleshooting

commit fa9257cd82
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 11:14:46 2020 +0300

    fix

commit 1567444628
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 10:36:39 2020 +0300

    troubleshooting - fixed links to original articles

commit 0954cc2b5c
Author: Amos Bird <amosbird@gmail.com>
Date:   Sun Nov 29 21:28:11 2020 +0800

    test is not working

commit 8d0e949462
Author: Amos Bird <amosbird@gmail.com>
Date:   Fri Nov 27 12:27:43 2020 +0800

    ddlworker max entry metric

commit 9b1d919110
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 06:39:22 2020 +0300

    more troubleshooting

commit 3794cb2d3f
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 05:48:23 2020 +0300

    troubleshooting the error

commit c74011851a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 04:58:07 2020 +0300

    Update HashTable.h

commit d94d9aa8d7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 04:17:32 2020 +0300

    Update HashTable.h

commit d5f87efba5
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 04:16:58 2020 +0300

    fixed a typo in translation

commit 99212dcb73
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 04:06:37 2020 +0300

    added translation

commit 9e48b9b656
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 03:47:43 2020 +0300

    Update HashTable.h

commit cabe1463d1
Author: George <gyuton@yandex-team.ru>
Date:   Sat Dec 12 03:39:45 2020 +0300

    fixed an error

commit eba1299845
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 03:38:55 2020 +0300

    Update HashTable.h

commit 245dea6f2e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 03:33:57 2020 +0300

    Update HashTable.h

commit 7e2bc1e7a6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 03:30:12 2020 +0300

    Update HashTable.h

commit 6e7366f921
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Sat Dec 12 03:28:41 2020 +0300

    Update HashTable.h

commit 59a5e63417
Merge: 5802633f95 f1a145a2b2
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date:   Fri Dec 11 18:28:41 2020 +0300

    Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload

    # Conflicts:
    #	src/Disks/S3/DiskS3.cpp
    #	src/Disks/S3/DiskS3.h
    #	src/Disks/S3/registerDiskS3.cpp
    #	src/IO/WriteBufferFromS3.cpp
    #	src/IO/WriteBufferFromS3.h

commit a24a76828e
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 11 18:18:51 2020 +0300

    Fix

commit 4b83707c63
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 11 18:00:58 2020 +0300

    Compileable code for some reason

commit c6ac831d4e
Author: Amos Bird <amosbird@gmail.com>
Date:   Fri Dec 11 22:44:22 2020 +0800

    Fix type

commit b70b98c415
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 9 23:56:15 2020 +0300

    Fix style issues

commit 4ae5619714
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 9 22:44:43 2020 +0300

    Optimized erase in HashTable

commit bf5d75853c
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Wed Dec 9 15:47:22 2020 +0300

    Added erase into HashTable

commit bfceb06659
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 6 22:16:21 2020 +0300

    Fixed test

commit d8b78682e1
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Sun Dec 6 22:14:40 2020 +0300

    SpaceSaving remove last element from map fix

commit ed355f8663
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Fri Dec 11 16:50:45 2020 +0300

    fix

commit 1b3893bcab
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Tue Dec 8 21:09:13 2020 +0300

    User with allow_ddl=0 cannot do DDL but can grant DDL.

commit 648be453a4
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Tue Dec 8 21:07:50 2020 +0300

    User with allow_introspection_functions=0 cannot call introspection functions but can grant INTROSPECTION.

commit 710ba6f617
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date:   Tue Dec 8 17:24:32 2020 +0300

    Simplify class ContextAccess.

commit 57c30c4164
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 11 16:20:19 2020 +0300

    Garbage

commit 58a31e4882
Merge: 0ba712a2d3 fb1221148d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Fri Dec 11 16:14:03 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 7ffd76a605
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 11 11:41:02 2020 +0300

    Fix bug

commit cbba73672e
Merge: 1cb06bd975 e11790f61a
Author: alesapin <alesapin@gmail.com>
Date:   Fri Dec 11 11:09:47 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit 5b1e5679b4
Author: Amos Bird <amosbird@gmail.com>
Date:   Wed Nov 11 12:05:54 2020 +0800

    Add -SimpleState combinator

commit 1cb06bd975
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 10 19:29:10 2020 +0300

    Split one method

commit 90fa9a2073
Merge: f3d1dc360c b1c00d4045
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 10 18:36:10 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit f3d1dc360c
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 10 12:24:52 2020 +0300

    Fix style

commit 0704b478ee
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 10 12:22:43 2020 +0300

    Less constuctors

commit 2787b615b0
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 10 11:57:52 2020 +0300

    Make interface as simple as possible

commit 7979b3655c
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 9 21:22:07 2020 +0300

    Better formating

commit 3b88c077ed
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 9 21:19:49 2020 +0300

    Mechanical refactoring

commit af73db93e6
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 9 21:10:09 2020 +0300

    Mechanical refactoring

commit 7b88f9a115
Merge: fa64d314df 89a3a86b71
Author: alesapin <alesapin@gmail.com>
Date:   Wed Dec 9 19:23:53 2020 +0300

    Merge branch 'master' into try_rewrite_writer

commit 5802633f95
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date:   Wed Dec 9 18:38:02 2020 +0300

    Fix parameter name in constructor of DiskS3

commit c8c543ca94
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Wed Dec 9 18:07:58 2020 +0300

    Add throwing exceptions

commit db7a87089b
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date:   Wed Dec 9 17:09:04 2020 +0300

    Adaptive choose of single/multi part upload in WriteBufferFromS3.

commit 215c5675dd
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Tue Dec 8 23:25:45 2020 +0300

    Update replication_queue.md

    Изменил описание столбца node_name.

commit ce721f95ee
Author: Dmitriy <sevirov@yandex-team.ru>
Date:   Tue Dec 8 21:46:25 2020 +0300

    Create replication_queue.md

    Задокументировал системную таблицу replication_queue.

commit 291959c1b3
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date:   Tue Dec 8 19:19:51 2020 +0300

    Update comment

commit 0ba712a2d3
Merge: a0ef3a113a d9b52f94f7
Author: Ivan <5627721+abyss7@users.noreply.github.com>
Date:   Tue Dec 8 16:45:51 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit e19eb6f17a
Merge: 5ae6c6dab9 d9b52f94f7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date:   Tue Dec 8 15:57:46 2020 +0300

    Merge branch 'master' into optimize-data-on-insert

commit 4e49c59ed0
Author: George <gyuton@yandex-team.ru>
Date:   Tue Dec 8 04:55:57 2020 +0300

    minor fix

commit 6be3933cea
Author: George <gyuton@yandex-team.ru>
Date:   Tue Dec 8 04:27:26 2020 +0300

    fixed links v2

commit 8760fc1227
Author: George <gyuton@yandex-team.ru>
Date:   Tue Dec 8 04:07:34 2020 +0300

    Fixed links

commit 1f0cfbaca8
Author: George <gyuton@yandex-team.ru>
Date:   Tue Dec 8 03:51:41 2020 +0300

    Added Collation description

commit 371cb23946
Merge: b68aa1c76d dd8362a5eb
Author: alesapin <alesapin@gmail.com>
Date:   Mon Dec 7 13:30:41 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit c3a4e5e7b7
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Mon Dec 7 01:12:54 2020 +0300

    Fix max_distributed_connections (one more time)

    With prefer_localhost_replica=1 max_distributed_connections uses
    max_threads before this patch.

    Fixes: #14936
    Previous fix: #9673

commit ce03a896a1
Author: Anton Popov <pad11rus@gmail.com>
Date:   Sat Dec 5 22:51:16 2020 +0300

    remove unused files

commit 7aaa2c052f
Merge: 6b09669d66 67c82eb61b
Author: Anton Popov <pad11rus@gmail.com>
Date:   Sat Dec 5 22:41:46 2020 +0300

    Merge branch 'master' into merging-map

commit 6b09669d66
Author: Anton Popov <pad11rus@gmail.com>
Date:   Thu Dec 3 06:52:41 2020 +0300

    data type map: several fixes

commit 5ae6c6dab9
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Dec 4 20:40:28 2020 +0300

    Fix build error

commit 4b58528b9e
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Dec 4 19:25:30 2020 +0300

    Rename getPos to getRow, change mergeBlock, pass setting instead of context

commit 905ba78adc
Merge: e5588b94aa 7c2a04d77d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Dec 4 18:56:46 2020 +0300

    Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert

commit b68aa1c76d
Merge: 9df414fa0c 2b3281888a
Author: alesapin <alesapin@gmail.com>
Date:   Thu Dec 3 17:22:09 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 9bf5ab9f4c
Author: Vladimir Klimontovich <v@klimontovich.com>
Date:   Wed Dec 2 19:01:31 2020 +0300

    Removed unnecessary mapping

commit 274c87d4c7
Author: Vladimir Klimontovich <v@klimontovich.com>
Date:   Wed Dec 2 19:00:23 2020 +0300

    Remove extra space

commit a0ef3a113a
Merge: e82c63e05c 9b72323594
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Wed Dec 2 18:29:02 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit d402d68071
Author: Vladimir Klimontovich <v@klimontovich.com>
Date:   Wed Dec 2 18:26:16 2020 +0300

    Added HTTP CLI example and expose 8123 port

    Exposing the 8123 (HTTP) interface in basic example and giving CLI connection instruction makes it easier to start. For a lot of developers, curl is a native and very familiar tool

commit 12604ce0e6
Merge: 21bbc7bc19 5b3a7f5c98
Author: Anton Popov <pad11rus@gmail.com>
Date:   Tue Dec 1 14:52:30 2020 +0300

    Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map

commit ccd794a676
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date:   Sat Nov 28 19:32:28 2020 +0300

    Add remerge_sort_lowered_memory_bytes_ratio setting

    Sometimes default ratio is not good enough (2), since it depends on lots
    of factors:
    - size of LIMIT
    - max_memory_usage
    - ...

    So add a separate setting for it.

    But note that it make sense to set
    remerge_sort_lowered_memory_bytes_ratio only in range (1, 2]

    Since <= 1 will just use more CPU, and > 2 will use more RAM and will
    unlikely be faster.

commit f46eb6f2be
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Nov 29 18:16:47 2020 +0300

    Update tests

commit 7d79a3cc35
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Nov 29 18:13:57 2020 +0300

    Make insert_quorum_parallel by default

commit 2e6bedce91
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Nov 29 18:08:02 2020 +0300

    Relax "Too many parts" threshold, part 1

commit 5b3a7f5c98
Merge: 74d875c837 747453b008
Author: hexiaoting <hewenting_ict@163.com>
Date:   Thu Nov 26 16:43:27 2020 +0800

    Merge remote-tracking branch 'origin/master' into dev_map2

commit 74d875c837
Merge: c7c14cc6ad b494b18748
Author: hexiaoting <hewenting_ict@163.com>
Date:   Thu Nov 26 15:13:52 2020 +0800

    Merge remote-tracking branch 'origin/master' into dev_map2

commit e82c63e05c
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Nov 24 15:28:54 2020 +0300

    fixes

commit dce0bf8efc
Merge: 5f6bbe8967 45f09fe293
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Nov 24 15:28:31 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit e5588b94aa
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 20 13:38:53 2020 +0300

    Fix style and tests

commit 625962fb59
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 20 03:19:36 2020 +0300

    Remove debug logging

commit c3c32ff9f8
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 20 03:16:57 2020 +0300

    Minor change

commit 608722b6ab
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 20 02:59:58 2020 +0300

    Fix integration tests

commit 3ee4972586
Merge: cc1b16ea81 4b7a7ca12a
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 20 01:23:51 2020 +0300

    Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert

commit cc1b16ea81
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Wed Nov 18 13:40:58 2020 +0300

    Fix test

commit 547ec19fb3
Merge: 4ed7657008 0bc60e2d53
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Wed Nov 18 12:01:59 2020 +0300

    Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert

commit 4ed7657008
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Tue Nov 17 22:07:19 2020 +0300

    fix typo

commit 53b8ff42c2
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Tue Nov 17 19:56:36 2020 +0300

    Add test and set setting to 0 in some other tests

commit 437bbef5b9
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Nov 9 21:56:49 2020 +0300

    Fix marker check

commit 1b9c20a5df
Author: Maksim Kita <kitaetoya@gmail.com>
Date:   Mon Nov 9 14:36:44 2020 +0300

    ReadFloat 8digits unroll performance improvement

commit 264e9daf6f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 13 11:16:30 2020 +0300

    Fix style

commit 6a57c0a8cf
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Fri Nov 13 10:54:05 2020 +0300

    Move merge in MergeTreeDataWriter

commit 8d5e0784d3
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date:   Thu Nov 12 23:29:36 2020 +0300

    Add setting optimize_on_insert

commit 9df414fa0c
Author: alesapin <alesapin@gmail.com>
Date:   Tue Nov 10 13:54:56 2020 +0300

    One more test to skip

commit fe4bd6a7d2
Merge: e2ece9ef0a 059357d51e
Author: alesapin <alesapin@gmail.com>
Date:   Tue Nov 10 13:54:43 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit c7c14cc6ad
Author: hexiaoting <hewenting_ict@163.com>
Date:   Tue Nov 10 11:24:39 2020 +0800

    fix bug

commit e2ece9ef0a
Merge: 8fa6831185 24e57c659a
Author: alesapin <alesapin@gmail.com>
Date:   Mon Nov 9 13:24:47 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit ef0b78cf12
Author: hexiaoting <hewenting_ict@163.com>
Date:   Fri Nov 6 17:21:26 2020 +0800

    style error fix

commit 28e87da976
Merge: 66bca89001 ccf57300eb
Author: hexiaoting <hewenting_ict@163.com>
Date:   Fri Nov 6 15:07:41 2020 +0800

    remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2

commit 8fa6831185
Merge: 5622a3f57f 01898be459
Author: alesapin <alesapin@gmail.com>
Date:   Tue Nov 3 10:16:28 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 66bca89001
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 17:23:02 2020 +0800

    Style error fix

commit 5622a3f57f
Author: alesapin <alesapin@gmail.com>
Date:   Mon Nov 2 10:46:43 2020 +0300

    Update skip list json

commit 3fe6f1e3fd
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 15:10:29 2020 +0800

    Add test case for tuple convert to map

commit 3a70cf3773
Merge: e1ff6c3870 dc5fc9ddcb
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 14:46:56 2020 +0800

    Merge remote-tracking branch 'origin/master' into dev_map2

commit e1ff6c3870
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 14:46:32 2020 +0800

    Update codes

commit 619fe6b10b
Merge: 2ba68d7494 ceab1add26
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 14:07:00 2020 +0800

    Merge remote-tracking branch 'hexiaoting/dev_map2' into dev_map2

commit 2ba68d7494
Author: hexiaoting <hewenting_ict@163.com>
Date:   Mon Nov 2 14:05:53 2020 +0800

    Add map function

commit 4e45253c02
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 29 19:05:56 2020 +0300

    Update skip_list.json

commit b5553c0c23
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 29 15:48:02 2020 +0300

    Update skip_list.json

commit 8a6574767a
Merge: 6345769b01 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 29 12:57:56 2020 +0300

    Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel

commit 6345769b01
Merge: 362b2c1cb2 745cb4ab2f
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 29 12:56:54 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 28 22:25:57 2020 +0300

    Update skip_list.json

commit 964149586e
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 28 18:20:21 2020 +0300

    Update tests/queries/skip_list.json

    Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>

commit ceab1add26
Merge: 483be134b2 e0d85ffd1d
Author: hexiaoting <hewenting_ict@163.com>
Date:   Wed Oct 28 19:13:40 2020 +0800

    Merge pull request #1 from Enmk/ColumnMap_fixes

    Allow casting Tuple as Map.

commit 362b2c1cb2
Merge: b9f63645b6 4a63f1271b
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 28 14:12:45 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit e0d85ffd1d
Author: Vasily Nemkov <V.Nemkov@gmail.com>
Date:   Mon Oct 26 21:20:45 2020 +0300

    Allow casting Tuple as Map.

    SELECT CAST(([1, 2, 3], ['1', '2', 'foo']), 'Map(UInt8, String)') AS map

commit 2e232bad74
Merge: aa3a43c964 cc5f15da29
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 22:51:58 2020 +0300

    Merge branch 'master' into sigaltstack

commit aa3a43c964
Merge: 0ba2fa8105 a591d1f32a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 22:51:55 2020 +0300

    Merge branch 'sigaltstack' of github.com:yandex/ClickHouse into sigaltstack

commit a591d1f32a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 22:46:25 2020 +0300

    Update ThreadStatus.cpp

commit b9f63645b6
Author: tavplubix <avtokmakov@yandex-team.ru>
Date:   Mon Oct 26 12:45:30 2020 +0300

    Update 01107_atomic_db_detach_attach.sh

commit eab3371d5f
Author: tavplubix <avtokmakov@yandex-team.ru>
Date:   Mon Oct 26 12:42:54 2020 +0300

    Update 01114_database_atomic.sh

commit 0ba2fa8105
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 11:56:30 2020 +0300

    Fix "Arcadia"

commit c1cce28470
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 26 09:25:20 2020 +0300

    Update skip_list.json

commit 46fc6733e2
Merge: b472bd35b7 18458f36e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 08:23:47 2020 +0300

    Merge branch 'master' into sigaltstack

commit b472bd35b7
Merge: 88e846b36d bfe17d7dca
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 07:42:33 2020 +0300

    Merge branch 'master' into sigaltstack

commit 88e846b36d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 07:42:22 2020 +0300

    Fix build on Mac OS

commit 068235c2d7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 05:18:36 2020 +0300

    Disable alt stack for sanitizers

commit 1228396eff
Merge: 4e2c0ba226 772faeb74f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Oct 26 05:09:33 2020 +0300

    Merge branch 'master' into sigaltstack

commit 4e2c0ba226
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Oct 25 03:10:05 2020 +0300

    Provide diagnostics on stack overflow

commit 96a10f3664
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 23 15:19:03 2020 +0300

    Update skip_list.json

commit bbc421acb7
Merge: b158a22a4f 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 23 13:22:34 2020 +0300

    Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel

commit b158a22a4f
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 23 13:21:40 2020 +0300

    Bump CI

commit 483be134b2
Merge: 521b07d37a 0082c56b67
Author: hexiaoting <hewenting_ict@163.com>
Date:   Fri Oct 23 16:36:17 2020 +0800

    Support MergeTree Engine

commit 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 22 17:41:34 2020 +0300

    Update skip_list.json

commit d04edef048
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 22 10:20:45 2020 +0300

    More tests to skip

commit fedf169bb6
Merge: 96daa31436 0082c56b67
Author: alesapin <alesapin@gmail.com>
Date:   Thu Oct 22 10:19:48 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 96daa31436
Merge: 620c8e3d38 4261455621
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 21 22:53:18 2020 +0300

    Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel

commit 620c8e3d38
Merge: cc43b002cc 6a57bc8c0b
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 21 22:52:30 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 4261455621
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 21 17:18:48 2020 +0300

    Update skip_list.json

commit cc43b002cc
Merge: df4620b7bd c53f59dece
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 21 12:51:43 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit df4620b7bd
Merge: 85ca6f7e6a b4f0e08369
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 20 17:15:56 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 521b07d37a
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sun Oct 18 20:40:51 2020 +0800

    Fix build error

commit fcd35b0619
Merge: db8ba39c9c 6dc5cb166f
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sun Oct 18 16:18:13 2020 +0800

    Merge branch 'master' into dev_map2

commit db8ba39c9c
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sat Oct 17 23:45:35 2020 +0800

    Implement Integer And Array for value type

commit 85ca6f7e6a
Merge: 8f3d6dae2d e89a3b5d09
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 16 13:43:30 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 8f3d6dae2d
Merge: 09bb6e9944 0fa35cdc80
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 16 10:26:57 2020 +0300

    Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel

commit 09bb6e9944
Merge: 9a235cfb8b 0bb4480fee
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 16 10:26:33 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit cb9e88efa3
Author: hexiaoting <hewenting_ict@163.com>
Date:   Wed Oct 14 15:35:22 2020 +0800

    Update with fresh master to build sucessfully.

commit 4f3f221987
Author: hexiaoting <hewenting_ict@163.com>
Date:   Tue Oct 13 15:02:03 2020 +0800

    Fix build error

commit 03102fead3
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sun Oct 11 22:22:54 2020 +0800

    Fix style check error.

commit 974352a8e1
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sat Oct 10 18:16:05 2020 +0800

    Fix style check errors.

commit cdb4dd57a6
Author: hexiaoting <hewenting_ict@163.com>
Date:   Sat Oct 10 14:49:03 2020 +0800

    Add new DataType Map(key,value)

commit 0fa35cdc80
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Oct 13 19:03:25 2020 +0300

    use async drop in some tests

commit 9a235cfb8b
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 13 17:29:24 2020 +0300

    Database atomic sync drop detach

commit 7d735b4725
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 13 13:40:00 2020 +0300

    Update max_concurrent_queries.xml

commit 2909378bbc
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 13 09:52:37 2020 +0300

    Bump CI

commit 97e89afea7
Merge: d75d486029 38c7132c0f
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 12 22:40:57 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit d75d486029
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 12 13:20:52 2020 +0300

    Update skip_list.json

commit 2a63a619cc
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 9 22:42:51 2020 +0300

    Update skip_list.json

commit e112fbe2a9
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 9 14:51:34 2020 +0300

    Update skip_list.json

commit cd28dab666
Merge: 7b3d430149 e6c6930397
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 9 10:26:40 2020 +0300

    Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel

commit 7b3d430149
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 9 10:25:50 2020 +0300

    Add more tests

commit 2b66180c70
Merge: 9982c17814 66b7748b63
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 9 10:25:35 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit e6c6930397
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 7 23:01:03 2020 +0300

    Update skip_list.json

commit e7d1d34a60
Author: alesapin <alesapin@gmail.com>
Date:   Wed Oct 7 12:43:49 2020 +0300

    Update skip_list.json

commit d2762624f5
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 22:45:17 2020 +0300

    Update skip_list.json

commit 9982c17814
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 19:02:33 2020 +0300

    Skip more

commit 4f6d794816
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 14:41:35 2020 +0300

    Trying 8

commit a5f8439761
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 12:18:49 2020 +0300

    Trying 12 threads

commit 4330fc0f39
Merge: a257751924 a49591b250
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 10:26:55 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit a257751924
Author: alesapin <alesapin@gmail.com>
Date:   Tue Oct 6 10:13:55 2020 +0300

    Ignore max concurrent queries in tests

commit 99ea5cca10
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 23:30:14 2020 +0300

    Bump

commit 766802ae4d
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 22:34:50 2020 +0300

    Bump

commit 2f9a6fe479
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 18:49:40 2020 +0300

    More tests to skip

commit b2f2a274c0
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 16:08:39 2020 +0300

    One more time

commit 8561a11620
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 12:56:48 2020 +0300

    Revert "Better fix"

    This reverts commit 0496987c8f.

commit 0496987c8f
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 12:56:20 2020 +0300

    Better fix

commit 916cef0487
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 12:45:11 2020 +0300

    Bump CI

commit edd5a4b936
Author: alesapin <alesapin@gmail.com>
Date:   Mon Oct 5 10:15:08 2020 +0300

    Less tests

commit 933999b4ae
Author: alesapin <alesapin@gmail.com>
Date:   Sun Oct 4 11:37:11 2020 +0300

    less tests

commit 7ccf1cc316
Author: alesapin <alesapin@gmail.com>
Date:   Sun Oct 4 11:36:34 2020 +0300

    Less tests

commit 744eb8a2e4
Author: alesapin <alesapin@gmail.com>
Date:   Sat Oct 3 16:10:10 2020 +0300

    Trying 6

commit 7cef000b72
Author: alesapin <alesapin@gmail.com>
Date:   Sat Oct 3 10:53:02 2020 +0300

    More tests to skip

commit 182f510565
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 2 21:58:11 2020 +0300

    Try 8 threads

commit d8f7dce286
Merge: 626e9a82cf 77c9f7af79
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 2 21:45:43 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 5f6bbe8967
Merge: 32776da69a 9cb3c743bd
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Fri Oct 2 20:14:08 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 32776da69a
Merge: aa5e5013f2 404c199448
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Fri Oct 2 20:09:37 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 626e9a82cf
Merge: 91ba9c2e5f 7d75866722
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 2 17:34:20 2020 +0300

    Merge branch 'fix_ilike' into run_func_tests_in_parallel

commit 91ba9c2e5f
Merge: 76e37a6406 c0d1416bbd
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 2 10:44:34 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 76e37a6406
Author: alesapin <alesapin@gmail.com>
Date:   Fri Oct 2 10:43:21 2020 +0300

    More tests to skip

commit aa5e5013f2
Merge: 1c37ac7c9d bbbe51033d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Sun Sep 27 14:11:53 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 2452b40093
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 22:44:13 2020 +0300

    Skip more tests

commit 7c1c548b43
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 22:43:35 2020 +0300

    Disable more tests

commit 4ee1621ebf
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 19:55:05 2020 +0300

    Disable all tests with attach

commit 6669b7da29
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 19:41:09 2020 +0300

    More parallel tests

commit bedab199af
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 16:20:16 2020 +0300

    Fix category name

commit 66be1580fd
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 16:18:08 2020 +0300

    Correctly merge with master

commit 987a46faee
Merge: 8e9013561d 8f21c73b76
Author: alesapin <alesapin@gmail.com>
Date:   Fri Sep 25 16:16:42 2020 +0300

    Merge branch 'master' into run_func_tests_in_parallel

commit 8e9013561d
Author: alesapin <alesapin@gmail.com>
Date:   Thu Sep 24 17:54:10 2020 +0300

    Trying to split tests in sequential and parallel

commit 1c37ac7c9d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Thu Sep 17 21:19:02 2020 +0300

    fix

commit 41e99cf261
Merge: 18e48838bb 9b6c62e82b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Thu Sep 17 20:28:50 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit 18e48838bb
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Sep 15 17:22:20 2020 +0300

    fix build

commit 5455068226
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Sep 15 17:17:30 2020 +0300

    try fix flacky test

commit 0ecf8e595f
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Sep 15 16:30:30 2020 +0300

    cleanup code, add test

commit 3671c91c37
Merge: a812f7eb75 1d8ee50769
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Tue Sep 15 12:43:01 2020 +0300

    Merge branch 'master' into allow_atomic_database_inside_materialize_mysql

commit a812f7eb75
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date:   Mon Sep 14 22:25:02 2020 +0300

    allow using Atomic database inside MaterializeMySQL
2020-12-18 18:52:33 +03:00
alexey-milovidov
34e4ace029
Merge pull request #17525 from ClickHouse/null-as-default-default
Attempt to make NULL as default by default
2020-12-18 18:00:34 +03:00
Nikolai Kochetov
c7ef57c6fd Add setting async_socket_for_remote 2020-12-18 16:15:03 +03:00
Anton Popov
009efeff40 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-18 16:14:09 +03:00
Alexey Milovidov
a0f7a12c4f Merge branch 'master' into null-as-default-default 2020-12-18 08:09:35 +03:00
alexey-milovidov
0d9519a0a2
Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default
Insert quorum parallel by default
2020-12-18 08:08:26 +03:00
Alexander Kuzmenkov
4bfcb2fc16 a setting 2020-12-18 04:25:21 +03:00
Alexander Kuzmenkov
5e19eaf2f0 Merge remote-tracking branch 'origin/master' into tmp 2020-12-18 03:49:59 +03:00
Nikita Mikhailov
6a55e018e4 Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-18 02:25:32 +03:00
alexey-milovidov
6fc3ca8b7b
Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null
Added function accurateCastOrNull, allow different types inside IN subquery
2020-12-18 00:45:27 +03:00
Alexey Milovidov
e4433157e7 Merge branch 'master' into insert_quorum_parallel-default 2020-12-17 22:42:32 +03:00
Maksim Kita
9aaa2f9345 Fixed compilation timeout 2020-12-17 21:32:25 +03:00
Anton Popov
a42b00c9aa Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
hexiaoting
cb91d64fe7
Add new feature: limit length and offset setting (#17633)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2020-12-17 17:16:14 +03:00
sundy-li
84807e9791 rename settings 2020-12-17 02:17:59 +00:00
Alexey Milovidov
6a7c73a7bd Merge branch 'master' into insert_quorum_parallel-default 2020-12-17 04:54:17 +03:00
Alexander Kuzmenkov
a1326414ff Merge remote-tracking branch 'origin/master' into tmp 2020-12-17 00:46:14 +03:00
sundy-li
24a190a461 update setting description 2020-12-16 10:46:47 +00:00
sundy-li
5c9f84b2f4 Merge branch 'master' into alias_column_partition_prune 2020-12-16 18:44:00 +08:00
Anton Popov
b485b5bd1c minor fixes and comments added 2020-12-16 01:22:21 +03:00
alexey-milovidov
aec820362a
Update DecimalFunctions.h 2020-12-16 00:28:53 +03:00
Maksim Kita
51f53ce8e9 Added tryParseDecimal functions 2020-12-15 21:54:16 +03:00
Anton Popov
e51cf03f21 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-15 21:08:01 +03:00
Alexander Kuzmenkov
fabb37d3c9 cleanup 2020-12-15 20:39:58 +03:00
Nikolai Kochetov
6defcbb662
Merge branch 'master' into optimize-data-on-insert 2020-12-15 16:50:42 +03:00
sundy-li
cf087002db Merge branch 'master' into alias_column_partition_prune 2020-12-15 16:37:00 +08:00
Alexander Kuzmenkov
a75ca3cb79 Merge remote-tracking branch 'origin/master' into tmp 2020-12-15 03:36:43 +03:00
Alexander Kuzmenkov
6d5b23de67 something works 2020-12-15 03:36:03 +03:00
Anton Popov
c78861e86e Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-15 01:45:01 +03:00
Anton Popov
afc2d7099b add conversion from array to map 2020-12-15 01:16:04 +03:00
nikitamikhaylov
8ff072c702 better 2020-12-15 00:56:47 +03:00
nikitamikhaylov
57705f5b73 delete and fix strange code 2020-12-15 00:56:47 +03:00
Nikita Mikhaylov
9922324787 it works 2020-12-15 00:56:47 +03:00
alexey-milovidov
363ff79cca
Merge pull request #17934 from Jokser/s3-adaptive-single-part-upload
Adaptive choose of single/multi part upload in WriteBufferFromS3
2020-12-14 23:00:43 +03:00
Maksim Kita
0b565b679e Fixed Set execute for columns that cannot be inside Nullable 2020-12-14 22:12:15 +03:00
Maksim Kita
18dc118298 Fixed compile issues 2020-12-14 22:12:15 +03:00
Maksim Kita
0464859cfe Updated usage of different types during IN query
1. Added accurateCast function.
2. Use accurateCast in Set during execute.
3. Added accurateCast tests.
4. Updated select_in_different_types tests.
2020-12-14 22:12:15 +03:00
Maksim Kita
6f4bc77dbc Added equality comparsion 2020-12-14 22:12:15 +03:00
Maksim Kita
f4b8e8ef99 Allow different types inside IN subquery 2020-12-14 22:12:15 +03:00
Maksim Kita
dd072a20c9 Fixed compile issues 2020-12-14 22:12:15 +03:00
Maksim Kita
7b66dc374c Fixed clang compile issues 2020-12-14 22:12:15 +03:00
Pavel Kovalenko
346c241c20 Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
#	src/Disks/S3/DiskS3.cpp
2020-12-14 11:00:30 +03:00
Alexey Milovidov
6341521b10 Remove obsolete settings 2020-12-14 02:40:11 +03:00
alexey-milovidov
bce02de691
Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio
Add remerge_sort_lowered_memory_bytes_ratio setting
2020-12-13 04:38:50 +03:00
sundyli
36ca21c24a
Merge branch 'master' into alias_column_partition_prune 2020-12-13 00:45:14 +08:00
sundy-li
9407028540 update 2020-12-13 00:42:15 +08:00
Pavel Kovalenko
59a5e63417 Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
#	src/Disks/S3/DiskS3.cpp
#	src/Disks/S3/DiskS3.h
#	src/Disks/S3/registerDiskS3.cpp
#	src/IO/WriteBufferFromS3.cpp
#	src/IO/WriteBufferFromS3.h
2020-12-11 18:28:41 +03:00
Alexander Kuzmenkov
88e7bc5b60 Merge origin/master into tmp (using imerge) 2020-12-10 22:12:42 +03:00
Alexander Kuzmenkov
ac8b896f36 returning constant column as window function 2020-12-10 22:06:52 +03:00
Pavel Kovalenko
db7a87089b Adaptive choose of single/multi part upload in WriteBufferFromS3. 2020-12-09 17:09:04 +03:00
Kruglov Pavel
291959c1b3
Update comment 2020-12-08 19:19:51 +03:00
Kruglov Pavel
e19eb6f17a
Merge branch 'master' into optimize-data-on-insert 2020-12-08 15:57:46 +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
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
Anton Popov
d7aad3bf79 Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-07 19:13:01 +03:00
Alexey Milovidov
1ed329017b Merge branch 'master' into quota-by-x-forwarded-for 2020-12-07 18:22:19 +03:00
Anton Popov
66e0add2ba fix nested 2020-12-07 16:35:12 +03:00
Vasily Nemkov
70ea507dae OPTIMIZE DEDUPLICATE BY columns
Extended OPTIMIZE ... DEDUPLICATE syntax to allow explicit (or implicit with asterisk/column transformers) list of columns to check for duplicates on.

Following syntax variants are now supported:

OPTIMIZE TABLE table DEDUPLICATE; -- the old one
OPTIMIZE TABLE table DEDUPLICATE BY *;
OPTIMIZE TABLE table DEDUPLICATE BY * EXCEPT colX;
OPTIMIZE TABLE table DEDUPLICATE BY * EXCEPT (colX, colY);
OPTIMIZE TABLE table DEDUPLICATE BY col1,col2,col3;
OPTIMIZE TABLE table DEDUPLICATE BY COLUMNS('column-matched-by-regex');
OPTIMIZE TABLE table DEDUPLICATE BY COLUMNS('column-matched-by-regex') EXCEPT colX;
OPTIMIZE TABLE table DEDUPLICATE BY COLUMNS('column-matched-by-regex') EXCEPT (colX, colY);

Note that * behaves just like in SELECT: MATERIALIZED, and ALIAS columns are not used for expansion.
Also, it is an error to specify empty list of columns, or write an expression that results in an empty list of columns, or deduplicate by an ALIAS column.
Column transformers other than EXCEPT are not supported.
2020-12-07 09:44:07 +03:00
Anton Popov
7aaa2c052f
Merge branch 'master' into merging-map 2020-12-05 22:41:46 +03:00
Anton Popov
60b0cbb1c1
Merge pull request #15939 from Avogar/optimize_final_optimization
Optimize final optimization
2020-12-05 02:26:27 +03:00
Pavel Kruglov
4b58528b9e Rename getPos to getRow, change mergeBlock, pass setting instead of context 2020-12-04 19:25:30 +03:00
Pavel Kruglov
905ba78adc Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert 2020-12-04 18:56:46 +03:00
Ivan
315ff4f0d9
ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
Anton Popov
cd1917c7a6
Merge branch 'master' into optimize_final_optimization 2020-12-03 16:52:51 +03:00
Alexey Milovidov
c9aa412151 Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
Yuriy Chernyshov
6c830e629e
Use feature testing macro once more 2020-12-01 17:06:41 +03:00
Anton Popov
12604ce0e6 Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map 2020-12-01 14:52:30 +03:00
Vasily Nemkov
87945fb68b Merge branch 'master' into HEAD 2020-11-30 23:25:57 +03:00
Azat Khuzhin
ccd794a676 Add remerge_sort_lowered_memory_bytes_ratio setting
Sometimes default ratio is not good enough (2), since it depends on lots
of factors:
- size of LIMIT
- max_memory_usage
- ...

So add a separate setting for it.

But note that it make sense to set
remerge_sort_lowered_memory_bytes_ratio only in range (1, 2]

Since <= 1 will just use more CPU, and > 2 will use more RAM and will
unlikely be faster.
2020-11-29 21:16:42 +03:00
Alexey Milovidov
7d79a3cc35 Make insert_quorum_parallel by default 2020-11-29 18:13:57 +03:00
Alexey Milovidov
20e56da8ac Attempt to make NULL as default by default 2020-11-28 10:46:08 +03:00
Ken Chen
349571a458 Add asterisk_include_materialized_columns and asterisk_include_materialized_columns switches to include materialized columns and alias columns respectively for wildcard query 2020-11-28 00:06:53 +00:00
hexiaoting
5b3a7f5c98 Merge remote-tracking branch 'origin/master' into dev_map2 2020-11-26 16:43:27 +08:00
Vitaly Baranov
3d00cc36f3 Remove accidently committed src/Core/include/config_core.h 2020-11-26 10:18:21 +03:00
hexiaoting
74d875c837 Merge remote-tracking branch 'origin/master' into dev_map2 2020-11-26 15:13:52 +08:00
Vitaly Baranov
c2edd9f8ce Rework async server: switch to coroutine-like approach, no using statuses anymore for control flow. 2020-11-24 17:53:34 +03:00
Alexander Kuzmenkov
9b0368ffa5
Merge pull request #16338 from ucasFL/union-distinct
Add UNION DISTINCT and setting `union_default_mode`
2020-11-24 17:30:24 +03:00
alesapin
45f09fe293
Merge pull request #17220 from ianton-ru/s3_max_redirects
S3 max redirects
2020-11-24 12:13:10 +03:00
Alexander Kuzmenkov
412c2fe079 Merge remote-tracking branch 'origin/master' into HEAD 2020-11-23 19:51:18 +03:00
Anton Popov
b384beb564 Merge remote-tracking branch 'upstream/master' into HEAD 2020-11-23 17:46:51 +03:00
Alexey Milovidov
fbbf439338 Merge branch 'master' into Enmk-DateTime64_fixes_comparison 2020-11-23 05:46:17 +03:00
Anton Popov
1f65478b49 implement nested with multiple nesting 2020-11-21 20:27:42 +03:00
Pavel Kruglov
ca3fe49a2a Make setting global 2020-11-20 17:29:13 +03:00
tavplubix
3e335c1e95
Merge pull request #17091 from zhang2014/fix/binlog_checksum
Fix MaterializeMySQL SYNC failure when modify binlog_checksum
2020-11-20 13:25:14 +03:00
Pavel Kruglov
c3c32ff9f8 Minor change 2020-11-20 03:16:57 +03:00
Pavel Kruglov
3ee4972586 Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert 2020-11-20 01:23:51 +03:00
Alexander Kuzmenkov
24293ccb30 Merge remote-tracking branch 'origin/master' into HEAD 2020-11-19 15:28:37 +03:00
Alexander Kuzmenkov
f2b3f5f8b6 Allow formatting named tuples as JSON objects 2020-11-18 13:38:30 +03:00
Pavel Kruglov
547ec19fb3 Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert 2020-11-18 12:01:59 +03:00
Vasily Nemkov
1fd758d957 Fixed various DateTime64 related hiccups
Added std::hash overload
Fixed the way aggregate functions work with DateTime64
Added an option for an aggregate function to opt out from DateTime64 support
Disable support of DateTime64 for AggregateFunctionSun, since it makes very little sense.
2020-11-18 10:20:52 +03:00
Alexander Kuzmenkov
8cde88440b Write rows as JSON array in JSONEachRow output format 2020-11-17 22:50:47 +03:00
alexey-milovidov
b494b18748
Merge pull request #17108 from ClickHouse/ya-make-owners
Add "OWNER" to ya.make files.
2020-11-17 05:19:46 +03:00
Alexey Milovidov
24f4fa6edf Follow Arcadia ya.make rules 2020-11-17 00:16:50 +03:00
Alexey Milovidov
3df04ce0c2 Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00
Winter Zhang
f6a205d64b
Merge branch 'master' into fix/binlog_checksum 2020-11-16 21:53:22 +08:00
zhang2014
6ef93ac73c Try fix MaterializeMySQL SYNC with modify binlog_checksum 2020-11-16 21:46:36 +08:00
Nikita Mikhaylov
26c21c89ba
Merge pull request #16986 from myrrc/bugfix/ub-in-wide-int
Fixed wrong result in big integers (128, 256 bit) when casting from double to int64_t.
2020-11-16 14:33:39 +03:00
alexey-milovidov
915d96fee0
Merge pull request #16955 from nikitamikhaylov/fix-typos
Fix typos
2020-11-14 17:17:37 +03:00
Anton Ivashkin
15b5d3a55a Merge master 2020-11-13 19:32:35 +03:00
Anton Ivashkin
026f7e0a27 Add 's3_max_redirects' setting 2020-11-13 19:31:51 +03:00
Nikolai Kochetov
5ae81f4b59 Remove commented code. 2020-11-13 18:41:00 +03:00
Nikolai Kochetov
ed98b48845
Merge pull request #16618 from ClickHouse/actions-dag-f14
Actions dag 2
2020-11-13 18:34:51 +03:00
myrrc
2430d9d20d fixed the UB when casting from double to int64_t
Corresponding upstream fix: https://github.com/cerevra/int/pull/24
2020-11-13 18:13:15 +03:00
nikitamikhaylov
c0940f2ebd done 2020-11-13 02:27:18 +03:00
Pavel Kruglov
8d5e0784d3 Add setting optimize_on_insert 2020-11-12 23:37:23 +03:00
Vasily Nemkov
eb9604ecd0 Fixed comparison of DateTime4 with different scales
Made DateTime64 a stand-alone type rather than typedef to allow function resolution/deduction based on type.
Added tests.
2020-11-12 23:32:16 +03:00
alesapin
bbd85c3b2d
Merge pull request #16390 from ClickHouse/add_separate_pool_for_fetches
Add separate pool for fetches
2020-11-12 22:42:28 +03:00
feng lv
b1cc582668 fix conflict 2020-11-12 10:42:53 +00:00
alexey-milovidov
ff29b2d2ee
Merge pull request #15073 from sundy-li/storage-rocksdb
StorageEmbeddedRocksDB
2020-11-12 13:17:58 +03:00
alexey-milovidov
8dd81410de
Merge pull request #16843 from azat/clickhouse-client-stage
Add --stage option for clickhouse-client
2020-11-12 13:09:40 +03:00
alesapin
a8d466a645 Merge branch 'master' into add_separate_pool_for_fetches 2020-11-12 12:51:02 +03:00
Nikolai Kochetov
46f70dd0de Merge branch 'master' into actions-dag-f14 2020-11-12 11:54:44 +03:00
feng lv
b7e5c6ed4d fix conflict 2020-11-12 02:26:21 +00:00
sundyli
5ef809931e
Merge branch 'master' into storage-rocksdb 2020-11-12 08:26:27 +08:00
tavplubix
058aa8f85e
Merge pull request #16824 from ClickHouse/replace_stringstreams_with_buffers
Replace std::*stringstreams with DB::*Buffers
2020-11-12 01:11:44 +03:00
Nikolai Kochetov
1846bb3cac Merge branch 'master' into actions-dag-f14 2020-11-11 13:08:57 +03:00
feng lv
fec4080d42 Merge branch 'master' of github.com:ClickHouse/ClickHouse into union-distinct 2020-11-11 03:10:10 +00:00
root
e9de5b6ad4 Add StorageEmbeddedRocksdb Engine 2020-11-11 09:08:52 +08:00
Azat Khuzhin
ab8f13b885 Add --stage option for clickhouse-client
It is sometimes useful to process queries not up to the Complete stage
but intermediate some (i.e. for Distributed queries debugging and
similar).
2020-11-11 00:54:51 +03:00
Alexander Tokmakov
b94cc5c4e5 remove more stringstreams 2020-11-10 21:22:26 +03:00
Anton Popov
9b354be66f Merge remote-tracking branch 'upstream/master' into HEAD 2020-11-10 16:21:11 +03:00
alesapin
2e357516a6 Merge branch 'master' into add_separate_pool_for_fetches 2020-11-10 13:53:08 +03:00
feng lv
9194985d48 Merge branch 'master' of github.com:ClickHouse/ClickHouse into union-distinct 2020-11-10 06:09:39 +00:00
Nikolai Kochetov
fdce810237 Add setting back. 2020-11-09 22:32:18 +03:00
Nikolai Kochetov
6717c7a0af Merge branch 'master' into actions-dag-f14 2020-11-09 14:57:48 +03:00
tavplubix
67099f28ac
Merge pull request #16591 from ClickHouse/aku/create-file
Support `SETTINGS` clause for File engine
2020-11-09 14:15:42 +03:00
alesapin
4e846d2197 Merge branch 'master' into add_separate_pool_for_fetches 2020-11-09 10:00:21 +03:00
Alexey Milovidov
dba57529f8 Merge branch 'master' of github.com:yandex/ClickHouse into fix-stringstream 2020-11-07 22:03:38 +03:00
feng lv
1ca7dcb0a8 fix conflict 2020-11-07 11:44:29 +00:00
alexey-milovidov
7acfa7d407
Merge pull request #16728 from azat/enable-use_compact_format_in_distributed_parts_names-by-default
Enable use_compact_format_in_distributed_parts_names by default
2020-11-07 13:40:54 +03:00
Alexander Kuzmenkov
79f759fb6c Merge remote-tracking branch 'origin/master' into HEAD 2020-11-07 11:54:11 +03:00
Alexander Kuzmenkov
3c60f6cec2 make a separate settings collection + some cleanup 2020-11-07 11:53:39 +03:00
Alexey Milovidov
fd84d16387 Fix "server failed to start" error 2020-11-07 03:14:53 +03:00
Anton Popov
245c395a68 Merge remote-tracking branch 'upstream/master' into HEAD 2020-11-06 22:00:32 +03:00
alexey-milovidov
4e85d6a4c3
Merge pull request #16273 from Avogar/collation-support
Support collate in LowCardinality, Nullable, Array and Tuple, where nested type is String
2020-11-06 21:52:52 +03:00
alexey-milovidov
4a872a5297
Merge pull request #16123 from ucasFL/agg-func-setting-null-for-empty
Add setting `aggregate_functions_null_for_empty`
2020-11-06 21:42:30 +03:00
Azat Khuzhin
ee46993359 Enable use_compact_format_in_distributed_parts_names by default 2020-11-06 21:02:43 +03:00
Nikolai Kochetov
9aeb757da4 Merge branch 'master' into actions-dag-f14 2020-11-06 15:04:20 +03:00
hexiaoting
28e87da976 remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2 2020-11-06 15:07:41 +08:00
Alexey Milovidov
b56486510f Improve Arcadia 2020-11-05 12:55:01 +03:00
Alexander Kuzmenkov
faf1f1e0cd Merge remote-tracking branch 'origin/master' into HEAD 2020-11-05 11:09:11 +03:00
Kruglov Pavel
c494f6f5ff
Merge branch 'master' into collation-support 2020-11-05 01:28:30 +03:00
feng lv
56b34d511c Merge branch 'master' of github.com:ClickHouse/ClickHouse into agg-func-setting-null-for-empty 2020-11-04 10:59:29 +00:00
alexey-milovidov
6f004e4abd
Merge branch 'master' into agg-func-setting-null-for-empty 2020-11-04 13:24:39 +03:00
hcz
4dccc51332
Fix typo 2020-11-04 18:21:59 +08:00
alexey-milovidov
6091a7a4ff
Merge pull request #16617 from nikitamikhaylov/field-assert-decimal
Removed an incorrect check from Field::get().
2020-11-04 11:43:29 +03:00
alexey-milovidov
973c1d7983
Merge pull request #16529 from azat/log_queries_min_time
Add log_queries_min_query_duration_ms
2020-11-04 01:47:18 +03:00
Pavel Kruglov
4d399fff3e Support collation for Array and Tuple 2020-11-03 17:09:37 +03:00
Nikolai Kochetov
6767a226fc Merge branch 'master' into actions-dag-f14 2020-11-03 15:21:06 +03:00
nikitamikhaylov
d95bcc8890 done 2020-11-03 14:32:06 +03:00
Nikolai Kochetov
07a7c46b89 Refactor ExpressionActions [Part 3] 2020-11-03 14:28:28 +03:00
Anton Popov
a3a8e18637
Merge branch 'master' into select_final 2020-11-03 00:00:43 +03:00
Alexander Kuzmenkov
f10a5207f4
Merge pull request #16601 from ClickHouse/ban_aggregate_function_in_primary_key
Restrict to use non-comparable types in primary key
2020-11-02 23:27:46 +03:00
Azat Khuzhin
3be8a56f5c Add log_queries_min_query_duration_ms
Only queries slower then the value of this setting will go to system.query_log,
i.e. something like slow_query_log in mysql.

v2: log_queries_min_time renamed to log_queries_min_query_duration_ms
v3: add current_database into system.query_thread_log
v4: rewrite test using current_database
v5: fix query_duration_ms in system.query_thread_log
2020-11-02 21:34:54 +03:00
alesapin
b689d976f8 Fix style 2020-11-02 15:52:50 +03:00
feng lv
4d722bc52c fix conflict 2020-11-02 12:52:12 +00:00
Ivan
281bf351d2
Remove ANALYZE and AST queries (#16536) 2020-11-02 15:47:12 +03:00
alesapin
f3b3025719 Ban non comparable types in primary key 2020-11-02 14:39:27 +03:00
hexiaoting
66bca89001 Style error fix 2020-11-02 17:23:02 +08:00
alesapin
8b0d9fbc07 Merge branch 'no_background_pool_no_more' into add_separate_pool_for_fetches 2020-11-02 10:54:09 +03:00
hexiaoting
3a70cf3773 Merge remote-tracking branch 'origin/master' into dev_map2 2020-11-02 14:46:56 +08:00
hexiaoting
2ba68d7494 Add map function 2020-11-02 14:05:53 +08:00