alexey-milovidov
|
cf61c29a03
|
Update docs/en/sql-reference/table-functions/null.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
|
2020-11-04 12:17:53 +03:00 |
|
alexey-milovidov
|
7b468c0c3a
|
Merge pull request #16575 from amosbird/cte2
Allow WITH subqueries to take effect immediately
|
2020-11-04 12:14:27 +03:00 |
|
alexey-milovidov
|
c82d8dde3d
|
Fix inconsistent whitespace.
|
2020-11-04 12:11:43 +03:00 |
|
alexey-milovidov
|
6d62f2163d
|
Merge pull request #16589 from amosbird/applyp
Allow parameterized functions in APPLY
|
2020-11-04 12:06:41 +03:00 |
|
feng lv
|
9b8dbf37cc
|
fix
fix
|
2020-11-04 08:56:15 +00: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
|
654d127ce6
|
Merge pull request #16630 from sundy-li/patch-6
better change the config
|
2020-11-04 11:36:07 +03:00 |
|
alexey-milovidov
|
74ebe952d1
|
Update Context.cpp
|
2020-11-04 11:32:20 +03:00 |
|
alexey-milovidov
|
0456cb2a09
|
Merge pull request #16638 from azat/simplify-ReadInOrderOptimizer
[RFC] Do not pass StoragePtr to ReadInOrderOptimizer::getInputOrder()
|
2020-11-04 11:29:06 +03:00 |
|
alexey-milovidov
|
397d02f828
|
Merge pull request #16643 from ClickHouse/quantile-merge-perf
Improve performance of quantileMerge
|
2020-11-04 11:28:07 +03:00 |
|
alexey-milovidov
|
864feaee39
|
Merge pull request #16644 from ClickHouse/row-input-format-better-diagnostics
Provide row number when "Cannot read all data" during parsing input
|
2020-11-04 11:26:54 +03:00 |
|
alexey-milovidov
|
ec2ab4c51f
|
Merge pull request #16646 from sevirov/sevirov-DOCSUP-3849-document_max_concurrent_queries_for_all_users
DOCSUP-3849: Document the max_concurrent_queries_for_all_users setting
|
2020-11-04 11:26:18 +03:00 |
|
alexey-milovidov
|
0001fc244d
|
Update settings.md
|
2020-11-04 11:24:40 +03:00 |
|
alexey-milovidov
|
4fb31f8782
|
Merge pull request #16647 from gyuton/gyuton-DOCSUP-3535-document_the_reinterpretAsUUID_function
DOCSUP-3535: Documented the reinterpretAsUUID function
|
2020-11-04 11:19:30 +03:00 |
|
alexey-milovidov
|
788418b447
|
Update type-conversion-functions.md
|
2020-11-04 11:19:17 +03:00 |
|
alexey-milovidov
|
96d66a480f
|
Update type-conversion-functions.md
|
2020-11-04 11:18:50 +03:00 |
|
alexey-milovidov
|
26ff9a1184
|
Merge pull request #16649 from sevirov/sevirov-DOCSUP-3850-document_string_literal_support_interval
DOCSUP-3850: Document the string literal support in INTERVAL operator
|
2020-11-04 11:17:57 +03:00 |
|
alexey-milovidov
|
8a897753b1
|
Merge pull request #16650 from den-crane/patch-1
Russian doc for toUUIDOrNull toUUIDOrZero.
|
2020-11-04 11:16:59 +03:00 |
|
alexey-milovidov
|
f445d5b106
|
Merge pull request #16651 from den-crane/patch-3
Russian doc for ssd_cache complex_key_ssd_cache
|
2020-11-04 11:16:29 +03:00 |
|
feng lv
|
b127752102
|
add test
|
2020-11-04 07:58:26 +00:00 |
|
feng lv
|
cd711039fb
|
Allow reinterpret between integers and floats of the same size
|
2020-11-04 07:56:27 +00:00 |
|
Alexey Milovidov
|
130263332a
|
Added results from Huawei
|
2020-11-04 10:52:42 +03:00 |
|
Nikolai Kochetov
|
69fa23a927
|
Merge pull request #16634 from Avogar/execute_query_fix
Remove redundant check
|
2020-11-04 08:59:41 +03:00 |
|
Azat Khuzhin
|
26b1024fea
|
Fix 01339_client_unrecognized_option after UNRECOGNIZED_ARGUMENTS value change
|
2020-11-04 07:12:29 +03:00 |
|
Azat Khuzhin
|
2389406c21
|
Fix spreading for ReadInOrderOptimizer with expression in ORDER BY
This will fix optimize_read_in_order/optimize_aggregation_in_order with
max_threads>0 and expression in ORDER BY
|
2020-11-04 07:07:26 +03:00 |
|
Azat Khuzhin
|
b161127fc1
|
Add a test for spreading parts between threads for ReadInOrderOptimizer
|
2020-11-04 07:07:25 +03:00 |
|
Alexander Kuzmenkov
|
5cb708a50a
|
fixup
|
2020-11-04 04:19:53 +03:00 |
|
Denny Crane
|
e945e256bb
|
Update external-dicts-dict-layout.md
|
2020-11-03 20:57:14 -04:00 |
|
Denny Crane
|
52f3ef01d4
|
Update external-dicts-dict-layout.md
|
2020-11-03 20:55:54 -04:00 |
|
Denny Crane
|
dea3641e5c
|
Update external-dicts-dict-layout.md
|
2020-11-03 20:47:42 -04:00 |
|
Ivan
|
64bd63ca49
|
Try to parse DataType arguments as another nested type (#16262)
* Try to parse DataType arguments as another nested one
* Allow mixed lists of arguments of data types
* Restore croaring back
* Fix tests
|
2020-11-04 03:08:55 +03:00 |
|
Denny Crane
|
6c37133f2c
|
Update uuid-functions.md
Russian doc for toUUIDOrNull toUUIDOrZero.
|
2020-11-03 20:05:06 -04: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 |
|
Dmitriy
|
3ea2047d8f
|
Update index.md
Добавил описание возможности использования строкового литерала.
|
2020-11-04 01:46:52 +03:00 |
|
alexey-milovidov
|
8a3f38f332
|
Merge branch 'master' into errorCode-v2
|
2020-11-04 01:40:41 +03:00 |
|
alexey-milovidov
|
038da31204
|
Merge pull request #16557 from abyss7/fix-make_changelog
Fix make_changelog.py
|
2020-11-04 01:37:57 +03:00 |
|
alexey-milovidov
|
09805399d9
|
Merge pull request #16560 from azat/test_input_format_parallel_parsing_memory_tracking-flackiness
Fix test_input_format_parallel_parsing_memory_tracking flackiness
|
2020-11-04 01:37:25 +03:00 |
|
alexey-milovidov
|
225f7e2696
|
Merge pull request #16594 from amosbird/qpi
Query parameter type : Identifier
|
2020-11-04 01:35:23 +03:00 |
|
alexey-milovidov
|
df83291603
|
Merge pull request #16612 from ClickHouse/alter-name-collision
Fix possible name collision in calculation of DEFAULT expression.
|
2020-11-04 01:34:31 +03:00 |
|
alexey-milovidov
|
3e647062ef
|
Merge pull request #16614 from ClickHouse/dict-fixedstring
Add a test for #1148
|
2020-11-04 01:34:01 +03:00 |
|
alexey-milovidov
|
f4c3652e49
|
Merge pull request #16611 from elbryan/patch-1
Added Teralytics to adopters.md
|
2020-11-04 01:33:31 +03:00 |
|
Alexey Milovidov
|
f5ed9adad3
|
Remove old code
|
2020-11-03 23:52:57 +03:00 |
|
Alexey Milovidov
|
213f290c09
|
Add a test
|
2020-11-03 23:35:03 +03:00 |
|
Alexey Milovidov
|
0b1c96db51
|
Provide row number when "Cannot read all data" during parsing input
|
2020-11-03 23:32:18 +03:00 |
|
Alexey Milovidov
|
fdd7f31cf7
|
Add a test
|
2020-11-03 23:28:23 +03:00 |
|
Alexey Milovidov
|
5fe679324e
|
Improve performance of quantileMerge #16640
|
2020-11-03 23:26:55 +03:00 |
|
George
|
aad09fc6f4
|
Added reinterpretAsUUID description
|
2020-11-03 22:53:09 +03:00 |
|
Azat Khuzhin
|
e7f15dff55
|
Do not pass StoragePtr to ReadInOrderOptimizer::getInputOrder()
Looks like this is not required anymore, since #11745
|
2020-11-03 21:22:46 +03:00 |
|
nikitamikhaylov
|
a9d4c0a4f9
|
open telementry log
|
2020-11-03 19:59:45 +03:00 |
|
Nikolai Kochetov
|
d7de4509a3
|
Update ActionsVisitor.cpp
|
2020-11-03 19:07:27 +03:00 |
|