Anton Popov
|
dbc10b2024
|
Merge pull request #19063 from CurtizJ/exists-view
Support operations with views in ANTLR parser
|
2021-01-19 01:15:12 +03:00 |
|
Kruglov Pavel
|
937fb25739
|
Merge pull request #19224 from zhangjmruc/master
Support %Q in function formatDateTime in #19163
|
2021-01-18 20:48:43 +03:00 |
|
alexey-milovidov
|
4c29a29e4a
|
Merge pull request #19186 from ClickHouse/change-server-memory-usage-without-restart
Allow to change max_server_memory_usage without restart
|
2021-01-18 14:03:21 +03:00 |
|
alexey-milovidov
|
6435ab8e4d
|
Merge pull request #19216 from ClickHouse/speedup-sum
Speed up aggregate function sum
|
2021-01-18 13:57:22 +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 |
|
jianmei zhang
|
e967b6bf49
|
add a %Q replacement for formatDateTime
|
2021-01-18 12:16:32 +08:00 |
|
alexey-milovidov
|
1444ccb85e
|
Merge pull request #19206 from azat/dist-pull
Tiny changes in DistributedBlockOutputStream
|
2021-01-18 01:04:50 +03:00 |
|
Alexey Milovidov
|
712bef8eef
|
Merge branch 'master' into change-server-memory-usage-without-restart
|
2021-01-18 00:00:09 +03:00 |
|
Alexey Milovidov
|
c5ac0762e4
|
Speed up aggregate function sum
|
2021-01-17 21:59:31 +03:00 |
|
Alexey Milovidov
|
e482c5ea15
|
Fix TSan
|
2021-01-17 15:40:14 +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 |
|
Azat Khuzhin
|
a6631287a7
|
DistributedBlockOutputStream: add more comments
|
2021-01-17 12:50:37 +03:00 |
|
Azat Khuzhin
|
b725e1d131
|
DistributedBlockOutputStream: Remove superfluous brackets for string construction
|
2021-01-17 12:48:51 +03:00 |
|
Azat Khuzhin
|
2955e25e83
|
Fix inserted blocks accounting for insert_distributed_one_random_shard=1
It is tricky due to block splitting
Refs: https://github.com/ClickHouse/ClickHouse/pull/18294
|
2021-01-17 12:45:42 +03:00 |
|
Azat Khuzhin
|
858f07c796
|
Update comment for query AST cloning during inesrt into multiple local shards
Refs: https://github.com/ClickHouse/ClickHouse/pull/18264#discussion_r558839456
|
2021-01-17 12:40:41 +03:00 |
|
alexey-milovidov
|
d2366b5c6c
|
Merge pull request #18233 from vitlibar/fix-access-rights-for-select-count
Fix access rights for SELECT count()
|
2021-01-17 00:12:08 +03:00 |
|
alexey-milovidov
|
bf522d0eea
|
Update InterpreterSelectQuery.cpp
|
2021-01-17 00:11:58 +03:00 |
|
alexey-milovidov
|
d08353cfac
|
Merge pull request #19137 from abyss7/antlr-minor
[ANTLR] Print errors through LOG_ERROR
|
2021-01-17 00:03:21 +03: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
|
3737ef253f
|
Merge pull request #19164 from azat/COMPLEX_KEY_SSD_CACHE-dictHas-fix
Add missing type check in dictHas for COMPLEX_KEY_SSD_CACHE layout
|
2021-01-16 20:55:08 +03:00 |
|
Alexey Milovidov
|
950bfb3ec6
|
Allow change max_server_memory_usage without restart
|
2021-01-16 18:33:46 +03:00 |
|
alexey-milovidov
|
54f604c41f
|
Update DataTypeArray.cpp
|
2021-01-16 18:29:43 +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
|
a2c77c0343
|
Fix possible aliasing issues
|
2021-01-16 17:13:52 +03:00 |
|
Alexey Milovidov
|
029302d766
|
Merge with master
|
2021-01-16 17:09:44 +03:00 |
|
Alexey Milovidov
|
24c8e53440
|
Merge branch 'master' into multiple-nested
|
2021-01-16 16:28:40 +03:00 |
|
alexey-milovidov
|
e67e4588e7
|
Update PostgreSQLConnection.h
|
2021-01-16 15:26:21 +03:00 |
|
alexey-milovidov
|
a15092eeb7
|
Merge pull request #18264 from ucasFL/insert-cluster
Support insert into table function cluster
|
2021-01-16 13:22:49 +03:00 |
|
alexey-milovidov
|
a5a19de878
|
Update DistributedBlockOutputStream.cpp
|
2021-01-16 13:22:25 +03:00 |
|
alexey-milovidov
|
4efc7a7dc3
|
Update MergeTreeIOSettings.h
|
2021-01-16 13:07:58 +03:00 |
|
Azat Khuzhin
|
1b901b368f
|
Add missing type check in dictHas for COMPLEX_KEY_SSD_CACHE layout
|
2021-01-16 12:33:36 +03:00 |
|
kssenii
|
2222741e33
|
Fix style check
|
2021-01-16 09:17:04 +00:00 |
|
alexey-milovidov
|
e32b1e3fe6
|
Update StorageTinyLog.cpp
|
2021-01-16 11:53:28 +03:00 |
|
Alexey Milovidov
|
69cafd4d7f
|
Add suggestion from Kita
|
2021-01-16 11:48:50 +03:00 |
|
Alexey Milovidov
|
4ee9c57190
|
Add TODO
|
2021-01-16 11:43:59 +03:00 |
|
Alexey Milovidov
|
b25e334313
|
Add assert
|
2021-01-16 11:30:35 +03:00 |
|
alexey-milovidov
|
bf86d3bab8
|
Merge pull request #19153 from azat/async_socket_for_remote-fix-fd-leak
Fix leaking of pipe fd for async_socket_for_remote
|
2021-01-16 11:23:55 +03:00 |
|
Alexey Milovidov
|
45380d45c8
|
Fix potential (safe) SQL-injection
|
2021-01-16 11:15:43 +03:00 |
|
Alexey Milovidov
|
31593e2000
|
Fix Arcadia
|
2021-01-16 11:10:55 +03:00 |
|
alexey-milovidov
|
2e2988e5d8
|
Merge pull request #19146 from azat/server-memory-limit-blocking
MemoryTracker: Do not ignore server memory limits during blocking by default
|
2021-01-16 11:09:19 +03:00 |
|
alexey-milovidov
|
141b5e23b2
|
Merge pull request #19136 from amosbird/removeuseless
Remove useless code
|
2021-01-16 11:04:55 +03:00 |
|
kssenii
|
11ffa6293d
|
Fix integration tests
|
2021-01-16 08:04:24 +00:00 |
|
alexey-milovidov
|
32ceafc038
|
Merge pull request #19007 from ClickHouse/add-tests-from-15889
Add tests from #15889
|
2021-01-16 11:03:39 +03:00 |
|
alexey-milovidov
|
6ed14ba0b6
|
Merge pull request #19134 from ClickHouse/fix-read-orc-from-fd
Fix reading from fd for ORCBlockInputFormat.
|
2021-01-16 11:03:26 +03:00 |
|
alesapin
|
67fd381034
|
Merge pull request #19123 from ClickHouse/additional_check_in_writer
Fix max granules size in MergeTreeDataWriter
|
2021-01-16 10:17:44 +03:00 |
|
Azat Khuzhin
|
ee45c122ea
|
Fix leaking of pipe fd for async_socket_for_remote
|
2021-01-16 01:57:36 +03:00 |
|
Azat Khuzhin
|
cf085b0687
|
Split RemoteQueryExecutorReadContext into module part
|
2021-01-16 01:57:36 +03:00 |
|
Alexey Milovidov
|
593b6f5c83
|
Add assert
|
2021-01-16 00:25:58 +03:00 |
|
Alexey Milovidov
|
7705420220
|
Better
|
2021-01-16 00:23:58 +03:00 |
|
alexey-milovidov
|
5f189c5756
|
Merge pull request #19122 from ClickHouse/data-part-better-code
Add metrics for part number in MergeTree in ClickHouse
|
2021-01-16 00:20:15 +03:00 |
|