Commit Graph

80608 Commits

Author SHA1 Message Date
alexey-milovidov
140d64f785
Merge pull request #33415 from kitaisreal/function-array-last
Added function arrayLast
2022-01-07 20:37:06 +03:00
Maksim Kita
6a89ca58e3
Merge pull request #33436 from usurai/master
Add MONTHNAME function
2022-01-07 20:36:53 +03:00
Maksim Kita
c6b2cd9d14
Merge pull request #33454 from kitaisreal/executable-udf-documentation-fix
Executable UserDefinedFunction documentation fix
2022-01-07 19:20:55 +03:00
Maksim Kita
af37eca3fb Executable UserDefinedFunction documentation fix 2022-01-07 19:19:18 +03:00
Maksim Kita
555c96d89f
Merge pull request #33442 from tekeri/patch-1
Fix typo: command_write_timeout
2022-01-07 19:17:51 +03:00
Maksim Kita
6db24e6cc6
Merge pull request #33452 from xiedeyantu/master
Update AsynchronousReadIndirectBufferFromRemoteFS.h
2022-01-07 19:16:10 +03:00
Maksim Kita
0cb4c71a53 Function arrayLast added documentation 2022-01-07 19:00:37 +03:00
Maksim Kita
fb179a45a1 Function arrayLast added tests 2022-01-07 19:00:27 +03:00
usurai
d4116d8de2 Fix case style 2022-01-07 23:47:21 +08:00
mergify[bot]
7486578465
Merge branch 'master' into master 2022-01-07 13:43:05 +00:00
Maksim Kita
6b9703446d Added function arrayLast 2022-01-07 16:37:21 +03:00
xiedeyantu
1edfc03825
Update AsynchronousReadIndirectBufferFromRemoteFS.h
update 1024 * 1024 to DBMS_DEFAULT_BUFFER_SIZE
2022-01-07 21:06:53 +08:00
alexey-milovidov
d274c00ec7
Merge pull request #33445 from ClickHouse/untuple-exponential-growth
Fix exponential complexity in query analysis.
2022-01-07 14:23:42 +03:00
alesapin
b1d2bdf569
Merge pull request #33130 from kssenii/validate-config
Validate config keys for external dictionaries
2022-01-07 12:59:02 +03:00
alesapin
1831e84a98
Merge pull request #33447 from ClickHouse/rerun_docs_release
Rerun docs release check as well
2022-01-07 12:12:40 +03:00
alesapin
6a4d5a985b Rerun docs release check as well 2022-01-07 12:05:38 +03:00
Alexey Milovidov
cc329c3bf9 Add a test 2022-01-07 09:18:13 +03:00
Alexey Milovidov
3787bf72c2 Fix potential exponential growth of untuple function 2022-01-07 09:15:10 +03:00
alexey-milovidov
bb000758df
Merge pull request #33422 from ClickHouse/maybe-improve-test
Maybe improve robustness of the "query profiler" test
2022-01-07 08:56:49 +03:00
alexey-milovidov
27dac209dc
Merge pull request #33368 from ClickHouse/dotnet-integration-test
Trying to merge #23230
2022-01-07 08:43:52 +03:00
usurai
9fd8b99b7c Remove maybe_unused 2022-01-07 13:23:22 +08:00
tekeri
4e402baa84
Fix typo: command_write_timeout 2022-01-07 14:19:48 +09:00
usurai
76848e7a2a Use FunctionFactory to invoke dateName 2022-01-07 13:06:47 +08:00
Alexey Milovidov
b7320ee5b1 Remove some garbage 2022-01-07 05:16:31 +03:00
usurai
aaa45beba1 Revert "Move dataName.cpp to dateName.h"
This reverts commit f919bb8664.
2022-01-07 09:45:34 +08:00
usurai
e849ea4294 Revert "Add monthName"
This reverts commit c0892f6e6c.
2022-01-07 09:45:27 +08:00
alexey-milovidov
3e416cbdd5
Merge pull request #33438 from ClickHouse/quick-start-freebsd
Fix quick start for FreeBSD
2022-01-07 02:04:03 +03:00
Alexey Milovidov
12c3130a6d Update reference 2022-01-07 02:03:44 +03:00
Maksim Kita
4c1f61bd19
Merge pull request #33431 from bigo-sg/add_build_options
Add some building options in system.build_options
2022-01-07 00:02:57 +03:00
Alexey Milovidov
c1a44ca25a Fix quick start for FreeBSD 2022-01-06 22:56:32 +03:00
alexey-milovidov
675fc6ba07
Merge pull request #33418 from ClickHouse/install-freebsd
Improve install on FreeBSD #33384
2022-01-06 22:51:39 +03:00
Alexey Milovidov
2cdd8d321f Fix error 2022-01-06 22:07:12 +03:00
Maksim Kita
7b0aa12630
Merge pull request #33432 from ucasfl/wv
fix misleading log message in StorageWindowView
2022-01-06 20:47:09 +03:00
usurai
984c98cfcd empty commit 2022-01-07 01:03:17 +08:00
usurai
b9e69296da Add test for monthName 2022-01-07 00:33:01 +08:00
usurai
c0892f6e6c Add monthName 2022-01-07 00:32:38 +08:00
usurai
f919bb8664 Move dataName.cpp to dateName.h 2022-01-07 00:11:54 +08:00
feng lv
90a61b84e5 fix misleading log message 2022-01-06 12:48:38 +00:00
Mikhail f. Shiryaev
a52e6013b5
Fix wrong formatting for kerberos tag 2022-01-06 13:48:16 +01:00
taiyang-li
ede65e3b6e add some building options 2022-01-06 16:12:59 +08:00
Alexey Milovidov
f41f7b6b92 Fix error 2022-01-06 05:21:03 +03:00
Alexey Milovidov
1153228f3b Maybe improve robustness of the "query profiler" test 2022-01-06 05:16:09 +03:00
alexey-milovidov
5dbf4eae36
Merge pull request #33407 from ClickHouse/left-right-simplification
Add `left`, `right`, `leftUTF8`, `rightUTF8` functions.
2022-01-06 05:02:50 +03:00
Alexey Milovidov
75116c69c6 Better messages 2022-01-06 04:26:02 +03:00
Alexey Milovidov
5e6f1f1f5f Add support for start 2022-01-06 04:08:56 +03:00
Alexey Milovidov
dba9bf0f29 Support for creating users 2022-01-06 02:30:41 +03:00
Alexey Milovidov
269aa9404b Maybe better 2022-01-05 22:59:22 +03:00
Alexey Milovidov
0139820ac4 Improve install on FreeBSD #33384 2022-01-05 22:33:02 +03:00
Alexey Milovidov
6157f73fb5 Fix UBSan 2022-01-05 22:15:22 +03:00
Maksim Kita
985dbedc67
Merge pull request #33404 from freedomDR/doc_bloomfilter_fix
doc fix bloomfilter
2022-01-05 16:20:47 +03:00