dankondr
|
d7c5dd3767
|
Add toYear MySQL compatibility alias
|
2021-01-25 16:00:11 +03:00 |
|
dankondr
|
8f115f2923
|
Add toMonth MySQL compatibility alias
|
2021-01-25 15:59:49 +03:00 |
|
dankondr
|
3746f6cbd7
|
Add tests
|
2021-01-24 15:16:34 +00:00 |
|
dankondr
|
970c75860c
|
Revert "Make extract case insensitive"
This reverts commit c409508f
|
2021-01-22 02:36:37 +03:00 |
|
dankondr
|
bc52fe2cff
|
Revert "Make in case insensitive"
This reverts commit df50b931
|
2021-01-22 02:32:56 +03:00 |
|
dankondr
|
41d75249a2
|
Add IP num/string conversions MySQL compatibility alias
Functions:
- FunctionIPv6NumToString
- FunctionIPv6StringToNum
- FunctionIPv4NumToString
- FunctionIPv4StringToNum
|
2021-01-22 00:19:14 +03:00 |
|
dankondr
|
89b394ea57
|
Add toDate MySQL compatibility alias
|
2021-01-22 00:02:35 +03:00 |
|
dankondr
|
e066add261
|
Add toDayOfMonth MySQL compatibility alias
|
2021-01-21 23:49:06 +03:00 |
|
dankondr
|
27bf42b67f
|
Add toDayOfWeek MySQL compatibility alias
|
2021-01-21 23:46:00 +03:00 |
|
dankondr
|
3025a09f7e
|
Add toDayOfYear MySQL compatibility alias
|
2021-01-21 23:42:08 +03:00 |
|
dankondr
|
685b4107d2
|
Add base64Decode MySQL compatibility alias
|
2021-01-21 23:36:26 +03:00 |
|
dankondr
|
54bef0568b
|
Add base64Encode MySQL compatibility alias
|
2021-01-21 23:33:15 +03:00 |
|
dankondr
|
b8661e5caf
|
Add toHour MySQL compatibility alias
|
2021-01-21 23:28:20 +03:00 |
|
dankondr
|
c409508fbb
|
Make extract case insensitive
|
2021-01-21 23:05:38 +03:00 |
|
dankondr
|
661a00da4e
|
Make hex case insensitive
|
2021-01-21 23:03:13 +03:00 |
|
dankondr
|
df50b93159
|
Make in case insensitive
|
2021-01-21 22:55:16 +03:00 |
|
dankondr
|
8c963c03cf
|
Make isNull case insensitive
|
2021-01-21 22:44:10 +03:00 |
|
Kruglov Pavel
|
d722dd835f
|
Merge pull request #18605 from gyuton/gyuton-DOCSUP-5601-Edit_and_translate_to_Russian
DOCSUP-5601: Edited and translated to Russian
|
2021-01-16 19:33:48 +03:00 |
|
Alexey Milovidov
|
6cd352fbe3
|
Remove unneeded change from #18977
|
2021-01-16 18:08:21 +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
|
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
|
ecf9b9c392
|
Merge pull request #19154 from ClickHouse/aku/faster-perf
speed up some perf tests (for other machines)
|
2021-01-16 12:22:46 +03:00 |
|
Alexey Milovidov
|
015e392bb7
|
Disable TestFlows due to low reliability
|
2021-01-16 11:58:23 +03:00 |
|
alexey-milovidov
|
8d20b34992
|
Merge pull request #19155 from azat/integration-tests/dist-different-header
Cover distributed send with different headers
|
2021-01-16 11:57:19 +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
|
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 |
|
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 |
|
Azat Khuzhin
|
7135faf672
|
Cover distributed send with different headers
|
2021-01-16 00:45:11 +03:00 |
|
robot-clickhouse
|
112746e8ca
|
Update version_date.tsv after release 20.8.12.2
|
2021-01-16 00:42:21 +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 |
|
alexey-milovidov
|
e09ec9fed5
|
Merge pull request #18373 from amosbird/fix-18364
Fix 2-arg functions with constant in PK analysis
|
2021-01-16 00:20:03 +03:00 |
|
Alexander Kuzmenkov
|
979d23208e
|
speed up some perf tests (for other machines)
|
2021-01-16 00:15:06 +03:00 |
|
Azat Khuzhin
|
61b2d0ce42
|
MemoryTracker: Do not ignore server memory limits during blocking by default
|
2021-01-15 22:46:58 +03:00 |
|
alesapin
|
751efca3eb
|
Merge pull request #18974 from ClickHouse/add_integration_tests_msan
Add config for integration tests msan
|
2021-01-15 22:07:30 +03:00 |
|
alesapin
|
184dbedb06
|
Fix stupid error
|
2021-01-15 21:50:30 +03:00 |
|
alexey-milovidov
|
6689f6e675
|
Merge pull request #19096 from filimonov/docker_fix_uid_gid
Docker: fix uid/gid of the clickhouse user
|
2021-01-15 20:59:39 +03:00 |
|
alexey-milovidov
|
e0c90cd20e
|
Update Dockerfile.alpine
|
2021-01-15 20:59:12 +03:00 |
|
alexey-milovidov
|
c846f76ffa
|
Update Dockerfile
|
2021-01-15 20:58:51 +03:00 |
|
alexey-milovidov
|
b97beea22a
|
Merge pull request #19101 from ClickHouse/check_compression_codec_read
Fix compression codec read for empty files
|
2021-01-15 20:55:58 +03:00 |
|
alexey-milovidov
|
fa8a3237fa
|
Merge pull request #19124 from ucasFL/pl
Translate commercial section to Chinese and add Tencent Cloud to provider list
|
2021-01-15 20:51:59 +03:00 |
|
Nikolai Kochetov
|
142bcd4142
|
Update test
|
2021-01-15 20:44:16 +03:00 |
|
alexey-milovidov
|
83c5539df6
|
Update 01651_bugs_from_15889.sql
|
2021-01-15 20:39:32 +03:00 |
|
alexey-milovidov
|
f8830e0f11
|
Merge pull request #19107 from ClickHouse/bar-nan
Fix fuzz test for function `bar`.
|
2021-01-15 20:38:02 +03:00 |
|
alexey-milovidov
|
971ff2ee0a
|
Merge pull request #19086 from ClickHouse/faster-parts-removal
Faster parts removal, more safe and efficient interface of IDisk
|
2021-01-15 20:37:35 +03:00 |
|