Commit Graph

100373 Commits

Author SHA1 Message Date
Azat Khuzhin
2faefc0c09 Add amount of memory used by allocator into logs
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-26 17:38:37 +02:00
Azat Khuzhin
f5f6f1b593 Add profile events for jemalloc purge
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-26 17:38:36 +02:00
Maksim Kita
6a0e3fc31d Subqueries remove unnecessary table expression modifiers 2022-10-26 17:19:29 +02:00
Maksim Kita
2b44a00fbc UNION node remove unnecessary union modes 2022-10-26 16:47:40 +02:00
Dan Roscigno
4bf48bce90
Merge branch 'master' into update-backup-for-s3 2022-10-26 10:38:30 -04:00
Mikhail f. Shiryaev
5472d41cf9
Merge pull request #42700 from ClickHouse/auto/v22.10.1.1877-stable
Update version_date.tsv and changelogs after v22.10.1.1877-stable
2022-10-26 16:32:09 +02:00
Mikhail f. Shiryaev
fdecac65b8
Merge pull request #42699 from ClickHouse/22.11-prepare
Update version after release
2022-10-26 16:31:48 +02:00
Maksim Kita
1c17e9d454 Fixed tests 2022-10-26 15:54:37 +02:00
Mikhail f. Shiryaev
9b4da8c89a
Update SECURITY.md 2022-10-26 15:41:12 +02:00
robot-clickhouse
42f5a3b2f8
Update version_date.tsv and changelogs after v22.10.1.1877-stable 2022-10-26 15:39:34 +02:00
Mikhail f. Shiryaev
d3461abd1f
Update version to 22.11.1.1 2022-10-26 15:27:09 +02:00
DanRoscigno
5bc8b267b5 remove newline 2022-10-26 09:16:03 -04:00
DanRoscigno
0f93c75dd9 add recent merges to CHANGELOG 2022-10-26 09:12:42 -04:00
Kruglov Pavel
b8ee5600be
Merge pull request #42579 from ucasfl/set
Fix create set with wrong header when data type is lowcardinality
2022-10-26 14:17:14 +02:00
Nikolai Kochetov
db422fa903
Merge pull request #42410 from ClickHouse/fix-multi-arg-monotonicity
Fix possible LOGICAL_ERROR in binary ariphmetics monotonicity.
2022-10-26 14:11:23 +02:00
Kruglov Pavel
219553df8d
Merge pull request #42580 from hanfei1991/fei/limit_max_rows
fix behaviour of max_rows_to_read for trival limit queries
2022-10-26 14:09:59 +02:00
Mikhail f. Shiryaev
576e6dd9aa
Merge pull request #42676 from ClickHouse/auto/v22.10.1.1875-stable
Update version_date.tsv and changelogs after v22.10.1.1875-stable
2022-10-26 13:54:45 +02:00
Mikhail f. Shiryaev
f588be3b37
Merge pull request #42684 from ClickHouse/builder-reports-always
Always run `BuilderReport` and `BuilderSpecialReport` in all CI types
2022-10-26 13:41:59 +02:00
Maksim Kita
c47ca522f4 Fixed style check 2022-10-26 13:27:14 +02:00
Mikhail f. Shiryaev
4e2f56ac34
Try to force StyleCheck running 2022-10-26 13:24:51 +02:00
Mikhail f. Shiryaev
e0852ba028
Always run BuilderReport in all CI types 2022-10-26 13:17:34 +02:00
vdimir
14d0f6457b
Add tests and doc for some url-related functions 2022-10-26 10:52:57 +00:00
Maksim Kita
1b6293f6db MergeTree indexes use ActionsDAG 2022-10-26 12:44:37 +02:00
Mikhail f. Shiryaev
b4db75d7cd
Merge pull request #42679 from ClickHouse/version-git-fix
Fix execution of version_helper.py to use git tweaks
2022-10-26 12:42:13 +02:00
Mikhail f. Shiryaev
a8f3b39dcc
Fix execution of version_helper.py to use git tweaks 2022-10-26 12:07:42 +02:00
SmitaRKulkarni
5df138da82
Merge pull request #42376 from ClickHouse/36316_Support_glob_for_recursive_directory_traversal
Added ** glob support for recursive directory traversal to filesystem…
2022-10-26 11:49:20 +02:00
Maksim Kita
6671c454de
Merge pull request #42651 from kitaisreal/analyzer-query-tree-node-remove-method
Analyzer IQueryTreeNode remove getName method
2022-10-26 12:36:38 +03:00
Maksim Kita
cd2a8966aa
Merge pull request #42649 from kitaisreal/analyzer-change-setting
Analyzer change setting into allow_experimental_analyzer
2022-10-26 12:26:15 +03:00
Antonio Andelic
979d180931
Merge branch 'master' into correctly-handle-prewhere-type 2022-10-26 11:13:16 +02:00
Ilya Yatsishin
7973b4e5e5 Fix error handling 2022-10-26 11:09:01 +02:00
robot-clickhouse
117674c0ce Update version_date.tsv and changelogs after v22.10.1.1875-stable 2022-10-26 08:48:12 +00:00
Alexey Milovidov
cbca7c3387
Merge pull request #42658 from jrdi/fix-iotest-nonblock-compile
Minor fix iotest_nonblock build
2022-10-26 10:46:53 +02:00
Robert Schulze
98ab5a3c18
Merge pull request #42655 from arenadata/ADQM-584-fix2
Fix flaky 02457_datediff_via_unix_epoch test
2022-10-26 10:36:42 +02:00
Roman Vasin
3eca9ada3b Add Date32 to formatDateTIme 2022-10-26 08:00:12 +00:00
Robert Schulze
e996e2ff15
Fix clang-tidy 2022-10-26 07:48:37 +00:00
Alexey Milovidov
011ae8675a
Merge pull request #42633 from ClickHouse/revert-41726-fix-slow-json-extract-with-low-cardinality
Revert "Low cardinality cases moved to the function for its corresponding type"
2022-10-26 08:10:27 +02:00
Nikolay Degterinsky
8c6d5cdbac
Merge pull request #42514 from evillique/fix-aliases
Fix aliases
2022-10-26 07:45:37 +02:00
Alexey Milovidov
6c5bafaab8
Merge pull request #42639 from ClickHouse/tests-rgignore
Add .rgignore for test data
2022-10-26 07:09:55 +02:00
Alexey Milovidov
cca0d0a4b8
Update CHANGELOG.md 2022-10-26 06:24:57 +03:00
Alexey Milovidov
af19e87e0d
Merge pull request #42604 from ClickHouse/changelog-22.10
Add changelog for 22.10
2022-10-26 05:24:35 +02:00
Alexey Milovidov
97e4d5a7d8
Update CHANGELOG.md 2022-10-26 06:19:39 +03:00
Dan Roscigno
690e4e70ae
Merge branch 'master' into update-backup-for-s3 2022-10-25 21:40:49 -04:00
DanRoscigno
91c3744cfe add backup to S3 endpoint 2022-10-25 21:33:09 -04:00
serxa
471b391ab2 fix 2022-10-26 00:00:40 +00:00
serxa
27599ab70c fix comment 2022-10-25 23:58:25 +00:00
serxa
fc223aa673 replace throttler algorithm by token bucket 2022-10-25 23:52:31 +00:00
Anton Popov
79889198b1 fix style check 2022-10-25 23:03:37 +00:00
Anton Popov
d8b09b430f add comments 2022-10-25 22:27:11 +00:00
Anton Popov
c4d4f2dbed better interface 2022-10-25 22:14:06 +00:00
Robert Schulze
728342ec7c
Un-inline stuff 2022-10-25 21:41:08 +00:00