Commit Graph

63363 Commits

Author SHA1 Message Date
sevirov
fbca7fdfa8
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-13 23:11:28 +03:00
sevirov
fc0a36f404
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-13 23:11:16 +03:00
Dmitriy
107054c9cd Update deltasumtimestamp.md
Поставил недостающие запятые.
2021-05-12 22:58:04 +03:00
sevirov
42152a4cc0
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:57 +03:00
sevirov
6747151c6d
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:45 +03:00
sevirov
3bdc52eae0
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 22:55:25 +03:00
Dmitriy
6616b670e9 Update deltaSum and deltaSumTimestamp functions
Внес небольшие правки.
2021-05-12 22:52:52 +03:00
sevirov
cde5009ee8
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:27:22 +03:00
sevirov
3c1aaba9f3
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:27:10 +03:00
sevirov
402674ab86
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:26:51 +03:00
sevirov
38fb75fa03
Update docs/en/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:26:34 +03:00
sevirov
3ff1c87d1a
Update docs/ru/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:26:23 +03:00
sevirov
303d6b145d
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:26:00 +03:00
sevirov
11111d49f6
Update docs/ru/sql-reference/aggregate-functions/reference/deltasum.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:25:16 +03:00
sevirov
8e3d197534
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:22:15 +03:00
sevirov
de13b20f11
Update docs/ru/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:21:45 +03:00
sevirov
8bad7f6112
Update docs/en/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:21:26 +03:00
Dmitriy
c80042682d Fix links
Поправил ссылки.
2021-05-11 00:06:24 +03:00
Dmitriy
10eaa83a48 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-8940-edit_and_translate_to_russian_deltasumtimestamp 2021-05-10 23:16:58 +03:00
Dmitriy
32cfb29edf Edit and translate to Russian
Выполнил перевод на русский язык.
2021-05-10 23:04:35 +03:00
Maksim Kita
4a22924ed5
Merge pull request #23946 from FArthur-cmd/8912-fix-dict-http-source
Add support for HTTP compression in dictionary source.
2021-05-10 22:52:07 +03:00
Alexey Milovidov
94592f0d54 Whitespaces 2021-05-10 21:16:06 +03:00
alexey-milovidov
066acc71b6
Merge pull request #8482 from ClickHouse/enable-compile-expressions
Enable "compile_expressions" by default
2021-05-10 21:09:18 +03:00
alexey-milovidov
0400070924
Merge pull request #23822 from excitoon-favorites/equalsignins3path
Better handling of URI's in `PocoHTTPClient`
2021-05-10 20:25:18 +03:00
alexey-milovidov
5397b1d0c3
Update PocoHTTPClient.cpp 2021-05-10 20:22:09 +03:00
alexey-milovidov
5685738d08
Update PocoHTTPClient.cpp 2021-05-10 20:20:05 +03:00
Maksim Kita
9d90b586ff
Merge pull request #23990 from kitaisreal/dictionaries-dict-get-or-null-handle-empty-rows-execute
Function dictGetOrNull handle empty rows execute
2021-05-10 20:05:26 +03:00
alexey-milovidov
ab33b80edc
Merge pull request #23962 from azat/external-group-by-overflow-row-fix
Fix SIGSEGV for external GROUP BY and overflow row
2021-05-10 20:02:05 +03:00
Maksim Kita
71b994b417 CompileDAG updated SipHash 2021-05-10 15:56:55 +03:00
Vladimir
d02d14fa00
Merge pull request #23846 from excitoon-favorites/s3regions 2021-05-10 12:14:08 +03:00
Maksim Kita
e72c139bf6 Fixed code review issues 2021-05-10 11:09:32 +03:00
Maksim Kita
3d005537cf Function dictGetOrNull handle empty rows execute 2021-05-10 11:08:26 +03:00
Maksim Kita
f2a2f85f63
Merge pull request #23981 from ucasFL/type
use LowCardinality for AsynchronousMetricLog name column
2021-05-10 10:58:58 +03:00
Maksim Kita
50f8800822
Merge pull request #23988 from azat/log-os
Add OS name/version/architecture into log
2021-05-10 10:57:54 +03:00
Maksim Kita
6de38e8857
Merge pull request #23758 from excitoon-favorites/tdigestnotes
Documentation fix for `quantileTDigestWeighted`
2021-05-10 10:57:07 +03:00
Azat Khuzhin
57f97a6a29 Add OS name/version/architecture into log
Mostly to print linux kernel version in the logs for various issues.
2021-05-10 08:50:14 +03:00
robot-clickhouse
6f92b8e949 Update version_date.tsv after release 21.3.10.1 2021-05-10 04:01:43 +03:00
Maksim Kita
8bc511eaa0 Fix LLVMExecutableFunction called with const arguments 2021-05-10 01:02:54 +03:00
Maksim Kita
742434a0cd
Merge pull request #23903 from azat/fix-flaky-tests-21.6
Fix test_insert_into_distributed flaps
2021-05-10 00:44:46 +03:00
FArthur-cmd
fc104f0d0d improving test to cover updates 2021-05-09 23:04:06 +03:00
FArthur-cmd
cf4dc8a395 refactor style 2021-05-09 22:02:37 +03:00
FArthur-cmd
6363a5dd96 use path to define compression type 2021-05-09 21:58:08 +03:00
alexey-milovidov
1ea637d996
Merge pull request #23970 from ClickHouse/pvs-studio-fixes-6
PVS-Studio fixes, part 6
2021-05-09 21:45:19 +03:00
Alexey Milovidov
02fd1d4bc3 Fix clang-tidy 2021-05-09 20:02:37 +03:00
feng lv
683af72cc8 use LowCardinality for AsynchronousMetricLog name column 2021-05-09 16:25:28 +00:00
alexey-milovidov
21eb2b0727
Merge pull request #23975 from vzakaznikov/fixing_testflows_window_function_distributed_tests
Fixing testflows window function distributed tests
2021-05-09 18:29:56 +03:00
alexey-milovidov
4ada91574b
Merge branch 'master' into fixing_testflows_window_function_distributed_tests 2021-05-09 18:29:33 +03:00
Alexey Milovidov
5618352512 Fix clang-tidy 2021-05-09 17:48:36 +03:00
FArthur-cmd
cc583fde4f tests reference 2021-05-09 15:54:01 +03:00
FArthur-cmd
bd519075b7 adding checking url in HTTPSource 2021-05-09 14:27:11 +03:00