Alexey Milovidov
|
90b9afab21
|
Remove useless code
|
2022-10-02 01:50:36 +02:00 |
|
Alexey Milovidov
|
59c1aea312
|
Merge pull request #41991 from ClickHouse/more-check-stack-size
Add more checkStackSize calls
|
2022-10-02 02:35:47 +03:00 |
|
Alexey Milovidov
|
daab7f7f61
|
Merge pull request #41987 from ClickHouse/musl-4
Preparation for Musl build, part 4
|
2022-10-02 02:35:01 +03:00 |
|
Alexey Milovidov
|
0da9ed8a18
|
Merge branch 'master' into part-thresholds-override-more-sane
|
2022-10-02 02:26:21 +03:00 |
|
Alexander Tokmakov
|
e40917a9c5
|
fix
|
2022-10-02 00:44:46 +02:00 |
|
Sema Checherinda
|
5fc5c8f40f
|
Merge pull request #41996 from ClickHouse/vitlibar-fix-02403_big_http_chunk_size
Fix test 02403_big_http_chunk_size
|
2022-10-02 00:20:33 +02:00 |
|
Kseniia Sumarokova
|
fe6de361c6
|
Merge pull request #41933 from ClickHouse/kssenii-patch-5
Fix broken test_disks_app_func
|
2022-10-02 00:17:28 +02:00 |
|
Alexey Milovidov
|
bd277348ca
|
Merge pull request #41984 from ClickHouse/vdimir/followup-40893
Rename max_temp_data_on_disk -> max_temporary_data_on_disk
|
2022-10-01 23:45:49 +03:00 |
|
Alexey Milovidov
|
7b71524109
|
More sane behavior of part number thresholds override in query level settings
|
2022-10-01 20:18:12 +02:00 |
|
Vitaly Baranov
|
252d6c5ec2
|
Fix 02403_big_http_chunk_size test
|
2022-10-01 18:21:39 +02:00 |
|
Alexey Milovidov
|
0e3b9bf3ff
|
Add more checkStackSize calls
|
2022-10-01 17:48:56 +02:00 |
|
Alexey Milovidov
|
38c5451c3c
|
Add more checkStackSize calls
|
2022-10-01 17:47:58 +02:00 |
|
Vitaly Baranov
|
a5b2a49ab1
|
Refactor wiping sensitive information from logs.
|
2022-10-01 17:17:45 +02:00 |
|
Alexey Milovidov
|
b9e8ae2fd9
|
Merge pull request #41913 from BoloniniD/Corrosion_docs
Fix Rust integration docs
|
2022-10-01 18:17:19 +03:00 |
|
Alexey Milovidov
|
645dd997d3
|
Update test.py
|
2022-10-01 18:16:25 +03:00 |
|
Alexey Milovidov
|
3ab0ce9d15
|
Merge pull request #41975 from ClickHouse/release-help-string
Add a warning message to release.py script, require release type
|
2022-10-01 18:10:51 +03:00 |
|
Alexey Milovidov
|
2194c549ba
|
Merge pull request #41974 from ClibMouse/enable_base64_ppc64le
Enable lib base64 for powerpc platform
|
2022-10-01 18:10:08 +03:00 |
|
Alexey Ivanov
|
5e290da99b
|
Fix "Cumulative sum" example in "Window functions"
Fixes a problem in "Cumulative sum" example in "Window functions" documentation,
when CREATE TABLE part of example was not match to SQL examples.
see: https://clickhouse.com/docs/en/sql-reference/window-functions/#cumulative-sum
|
2022-10-01 17:49:20 +03:00 |
|
Alexey Milovidov
|
25b75a6982
|
Merge pull request #41983 from amosbird/issue_9338
Support countState(*)
|
2022-10-01 17:34:42 +03:00 |
|
Alexey Milovidov
|
8e4531d135
|
Preparation for Musl build, part 4
|
2022-10-01 16:29:41 +02:00 |
|
Vitaly Baranov
|
feece38912
|
Merge pull request #41852 from vitlibar/fix-parallel-parsing-with-max-rows
Fix parallel parsing: segmentator now checks max_block_size.
|
2022-10-01 15:33:39 +02:00 |
|
Vitaly Baranov
|
c16ae1b916
|
Merge pull request #41980 from vitlibar/remove-warning-when-perform-ttl-move-on-insert-false
Remove confusing warning when perform_ttl_move_on_insert is false
|
2022-10-01 15:32:34 +02:00 |
|
robot-clickhouse
|
26ad8b2f13
|
Automatic style fix
|
2022-10-01 11:55:58 +00:00 |
|
Kseniia Sumarokova
|
59596e9067
|
Merge pull request #41970 from kssenii/fix-use-env-credentials-s3
Fix use_environment_credentials for s3 table function
|
2022-10-01 13:54:58 +02:00 |
|
Kseniia Sumarokova
|
3afec69021
|
Update test.py
|
2022-10-01 13:49:50 +02:00 |
|
vdimir
|
498ba33160
|
Rename max_temp_data_on_disk -> max_temporary_data_on_disk
|
2022-10-01 08:51:33 +00:00 |
|
Amos Bird
|
98fc22b08e
|
Support countState(*)
|
2022-10-01 14:59:26 +08:00 |
|
root
|
7e4edfeb5a
|
Merge branch 'master' of https://github.com/MeenaRenganathan22/ClickHouse into OpenSSL_InHouse
|
2022-09-30 15:50:46 -07:00 |
|
root
|
4318ec125e
|
Merge branch 'master' of https://github.com/MeenaRenganathan22/ClickHouse into OpenSSL_InHouse
|
2022-09-30 15:50:22 -07:00 |
|
Vitaly Baranov
|
ab13156003
|
Add test.
|
2022-09-30 22:34:03 +02:00 |
|
Vitaly Baranov
|
f65d3ff95a
|
Fix parallel parsing: segmentator now checks max_block_size.
|
2022-09-30 22:34:03 +02:00 |
|
Alexey Milovidov
|
c177061f75
|
Merge pull request #41958 from dbanda/patch-1
Update criteo.md
|
2022-09-30 22:37:41 +03:00 |
|
Vitaly Baranov
|
7be9744bab
|
Remove confusing warning when inserting with perform_ttl_move_on_insert=false.
|
2022-09-30 20:51:48 +02:00 |
|
root
|
bb1771e159
|
Update the macro ENABLE_CH_BUNDLE_BORINGSSLL to ENABLE_EXTERNAL_OPENSSL
|
2022-09-30 10:35:49 -07:00 |
|
ltrk2
|
0505040e50
|
Resolve finding from clang-tidy
|
2022-09-30 10:31:44 -07:00 |
|
BoloniniD
|
758d4b79fb
|
Fix submodules
|
2022-09-30 20:31:01 +03:00 |
|
Mikhail f. Shiryaev
|
77331af70b
|
Merge pull request #41954 from ClickHouse/auto/v22.7.6.74-stable
Update version_date.tsv and changelogs after v22.7.6.74-stable
|
2022-09-30 19:26:46 +02:00 |
|
robot-clickhouse
|
c6c7e6a169
|
Update version_date.tsv and changelogs after v22.7.6.74-stable
|
2022-09-30 19:26:02 +02:00 |
|
Mikhail f. Shiryaev
|
5d07da14bb
|
Merge pull request #41955 from ClickHouse/auto/v22.8.6.71-lts
Update version_date.tsv and changelogs after v22.8.6.71-lts
|
2022-09-30 19:25:52 +02:00 |
|
Mikhail f. Shiryaev
|
421db15561
|
Merge pull request #41953 from ClickHouse/auto/v22.3.13.80-lts
Update version_date.tsv and changelogs after v22.3.13.80-lts
|
2022-09-30 19:25:06 +02:00 |
|
robot-clickhouse
|
87157a4584
|
Update version_date.tsv and changelogs after v22.8.6.71-lts
|
2022-09-30 19:24:38 +02:00 |
|
Mikhail f. Shiryaev
|
305bfbb6b3
|
Merge branch 'master' into auto/v22.3.13.80-lts
|
2022-09-30 19:24:22 +02:00 |
|
Mikhail f. Shiryaev
|
26eee5c113
|
Merge pull request #41956 from ClickHouse/auto/v22.9.3.18-stable
Update version_date.tsv and changelogs after v22.9.3.18-stable
|
2022-09-30 19:23:47 +02:00 |
|
alesapin
|
00bf90186a
|
Better
|
2022-09-30 19:03:54 +02:00 |
|
alesapin
|
350ff96628
|
Fix potential race condition with broken parts
|
2022-09-30 19:01:06 +02:00 |
|
BoloniniD
|
fe7b2fdf6e
|
Merge branch 'master' into BLAKE3
|
2022-09-30 18:51:31 +03:00 |
|
Anton Popov
|
9916e35b3f
|
Merge pull request #41701 from CurtizJ/fix-monotonic-order-by
Fix `ORDER BY` monotonic functions
|
2022-09-30 17:32:37 +02:00 |
|
Nikolay Degterinsky
|
4423f624ef
|
Merge pull request #41755 from evillique/set-query-params-formatting
Fix SET query parameters formatting
|
2022-09-30 17:14:01 +02:00 |
|
Nikolay Degterinsky
|
09489412f2
|
Merge pull request #41862 from evillique/fix-union
Add default UNION/EXCEPT/INTERSECT to the echo query text
|
2022-09-30 17:06:44 +02:00 |
|
Alexey Milovidov
|
a92e24fdc1
|
Update criteo.md
|
2022-09-30 17:37:51 +03:00 |
|