Maksim Kita
ef084ad12a
Fixed tests
2022-06-18 18:20:00 +02:00
Maksim Kita
fd7e533a09
MergingSortedAlgorithm added batch sorting queue
2022-06-18 18:20:00 +02:00
Maksim Kita
c86191a6b9
SortingTransform add cursor order
2022-06-18 18:20:00 +02:00
Maksim Kita
d82ab22333
Fixed style check
2022-06-18 18:20:00 +02:00
Maksim Kita
3664f02690
Replaced SortingHeap with SortingQueue
2022-06-18 18:20:00 +02:00
Maksim Kita
9670504781
Fixed tests
2022-06-18 18:20:00 +02:00
Maksim Kita
9f55a2cbac
Fixed tests
2022-06-18 18:20:00 +02:00
Maksim Kita
d7e3e85d2f
Sorting added batch queue variants
2022-06-18 18:20:00 +02:00
Alexey Milovidov
8c8cd6a21d
Merge pull request #38192 from den-crane/patch-16
...
Doc. Examples for window functions
2022-06-18 15:59:44 +03:00
Alexey Milovidov
aebc090701
Update index.md
2022-06-18 15:56:37 +03:00
Antonio Andelic
dd75e9cba5
Merge pull request #38149 from vdimir/multiple_joins_original_names_34697
...
Add setting multiple_joins_try_to_keep_original_names
2022-06-18 14:47:31 +02:00
alesapin
0ae0cc54aa
Merge pull request #38106 from ClickHouse/tsan_less_flaky_tests
...
Some fixes for tests with tsan
2022-06-18 14:22:43 +02:00
alesapin
1d7cf28cab
Merge pull request #38190 from ClickHouse/fix_36123
...
Check row size to avoid out of bounds access in PostgreSQLSource
2022-06-18 14:18:35 +02:00
alesapin
6f148679ef
Merge pull request #38137 from ClickHouse/cherry-pick
...
Cherry pick
2022-06-18 14:17:26 +02:00
alesapin
a2ed02c920
Merge pull request #38187 from DanRoscigno/update-mergetree-replication-docs
...
add ClickHouse Keeper to replication doc
2022-06-18 14:10:19 +02:00
alesapin
5baf95c97c
Merge pull request #38194 from ClickHouse/revert-37015-zstd_window_log_max
...
Revert "Add a setting to use more memory for zstd decompression"
2022-06-18 14:08:32 +02:00
alesapin
16e8b85fbf
Revert "Add a setting to use more memory for zstd decompression"
2022-06-18 14:08:14 +02:00
Denny Crane
ac5886939b
Update index.md
2022-06-18 00:27:57 -03:00
Alexey Milovidov
3da495d15e
Merge pull request #37779 from ClickHouse/like_match_utf8
...
Clarify that match() & like() use UTF-8 for matching
2022-06-18 05:43:52 +03:00
Alexey Milovidov
344e407f2e
Merge pull request #36914 from azat/tests-randomize
...
Randomize settings related to in-order read/aggregation
2022-06-18 04:21:30 +03:00
Alexey Milovidov
e20259e9ca
Merge pull request #37015 from wuxiaobai24/zstd_window_log_max
...
Add a setting to use more memory for zstd decompression
2022-06-18 04:19:27 +03:00
Alexey Milovidov
c107a58c11
Update 02293_test_zstd_window_log_max.sh
2022-06-18 04:18:08 +03:00
Alexey Milovidov
d43492a512
Merge pull request #37795 from DevTeamBK/curl_upgrade
...
Upgrade curl to 7.83.1
2022-06-18 04:14:09 +03:00
Alexey Milovidov
9d6c6b5e13
Merge pull request #38139 from ClickHouse/Avogar-patch-5
...
Fix docs about encryption functions
2022-06-18 04:10:24 +03:00
Alexey Milovidov
1b9a47f825
Merge pull request #38157 from qoega/remove-trash
...
Remove processor description from span attributes - it is not working
2022-06-18 04:09:13 +03:00
Alexander Gololobov
54e599161d
Check row size to avoid out of bounds access
2022-06-18 00:16:45 +02:00
Maksim Kita
1c872d43be
Merge pull request #38181 from kitaisreal/aarch64-enable-trace-collection
...
Enable trace collection for AArch64
2022-06-17 23:05:43 +02:00
Maksim Kita
7e759cac39
Merge pull request #38184 from kitaisreal/sql-user-defined-function-loader-allow-symlinks
...
SQLUserDefinedFunctionsLoader allow symlinks in user_defined directory
2022-06-17 23:03:52 +02:00
DanRoscigno
0cd294c0c4
reword
2022-06-17 16:09:28 -04:00
Dan Roscigno
b6bd08e377
Update docs/en/engines/table-engines/mergetree-family/replication.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-06-17 15:44:44 -04:00
DanRoscigno
d64935259c
add ClickHouse Keeper to replication doc
2022-06-17 14:57:51 -04:00
Antonio Andelic
f72e509b3b
Merge pull request #38052 from amosbird/join_regression_fix
...
Fix significant join performance regression
2022-06-17 19:55:33 +02:00
Maksim Kita
6b748f2193
AArch64 enable trace collection
2022-06-17 17:53:51 +02:00
Maksim Kita
ed03bb5dc6
Merge pull request #38127 from iyupeng/2022061601.fix_merge_sorter
...
Fix redundant memory reservation for output block in MergeSorter
2022-06-17 17:50:26 +02:00
Maksim Kita
965b706350
SQLUserDefinedFunctionsLoader allow symlinks in user_defined directory
2022-06-17 17:43:42 +02:00
Alexander Tokmakov
5ba304476d
Merge pull request #37560 from azat/tests-scripts-proper-wait
...
Proper wait of the clickhouse-server in tests
2022-06-17 18:23:30 +03:00
Alexander Tokmakov
53f5f355d9
Merge pull request #38174 from DanRoscigno/fix-case-of-ClickHouse
...
Docs: fix case of ClickHouse
2022-06-17 17:30:07 +03:00
Alexander Tokmakov
828946ccf5
Update 02320_mapped_array_witn_const_nullable.sql
2022-06-17 16:44:52 +03:00
Robert Schulze
ba0761fb6a
More details on matching with Unicode
2022-06-17 15:29:32 +02:00
Alexander Gololobov
f69f24ffbd
Merge pull request #38135 from vdimir/issue_37928
...
Try to fix temporary name clash in partial merge join
2022-06-17 15:10:19 +02:00
DanRoscigno
14ecf4c497
s/Clickhouse/ClickHouse/
2022-06-17 08:40:14 -04:00
Robert Schulze
26b3dd2d9e
Fix description
2022-06-17 13:41:58 +02:00
Robert Schulze
948b5b7804
Merge pull request #38170 from ClickHouse/llvm-bump-tools
...
Bump minimum / maximum LLVM to 12 / 14
2022-06-17 13:28:54 +02:00
Maksim Kita
77c519ae08
Merge pull request #38142 from kitaisreal/executable-user-defined-functions-parameters-direct-fix
...
Disable parameters for non direct executable user defined functions
2022-06-17 12:57:27 +02:00
Ilya Yatsishin
9b644fc953
Merge pull request #38165 from DanRoscigno/missing-headers-on-operator-docs
2022-06-17 12:13:54 +02:00
alesapin
1c7a7da487
Merge pull request #38088 from kssenii/diff-with-cache
...
Extract some diff from pr #36171
2022-06-17 12:07:31 +02:00
Alexander Tokmakov
299f102ccf
Update 02316_cast_to_ip_address_default_column.sql
2022-06-17 12:36:05 +03:00
Robert Schulze
26b122d9a9
Bump minimum / maximum LLVM to 12 / 14
...
- the CI builds were recently upgraded to Clang 14
- this commit bumps versions of other LLVM tools needed for the build
- this is important for people who have multiple LLVM versions installed
via their package manager
2022-06-17 09:49:08 +02:00
Igor Nikonov
baebbc084f
Merge pull request #38027 from ClickHouse/decimal_rounding_fix
...
Fix: rounding for Decimal128/Decimal256 with more than 19-digits long scale
2022-06-17 09:48:18 +02:00
Alexander Gololobov
59d32f8c96
Merge pull request #38132 from Avogar/fix-mapped-array
...
Fix logical error in array mapped functions with const nullable column
2022-06-17 08:49:41 +02:00