Commit Graph

92982 Commits

Author SHA1 Message Date
Nikolai Kochetov
020c99a269
Merge pull request #38617 from azat/contrib-debug-symbols
Add separate option to omit symbols from heavy contrib
2022-07-06 14:40:24 +02:00
Robert Schulze
14c8672a1b
Merge pull request #38856 from azat/fix-preload
Do not override compiler if it had been already set
2022-07-06 14:39:07 +02:00
Nikolai Kochetov
7de2f229ab
Merge pull request #38584 from ClickHouse/filimonov-AggregatingTransform-expandPipeline
Add check for empty proccessors in AggregatingTransform::expandPipeline
2022-07-06 14:38:40 +02:00
Ilya Yatsishin
1863fb82f6
Merge pull request #38814 from qoega/otel-debug
Use native Map type for OpenTelemetry attributes
2022-07-06 14:33:56 +02:00
Kruglov Pavel
a3a94a1c09
Avoid false positive red sanitizer asserts check in stress test 2022-07-06 14:32:17 +02:00
Igor Nikonov
059c5c0f0a Simple cleanup: context ptr usage in interpreters 2022-07-06 12:29:20 +00:00
Kruglov Pavel
d276d9ef8b
Merge pull request #38831 from Avogar/fix-map-combinator
Add test for segfault in Map combinator
2022-07-06 14:26:24 +02:00
San
cad876fc42
Update SECURITY.md 2022-07-06 22:04:53 +10:00
Mikhail f. Shiryaev
4410caf31d
Retry docker buildx commands with progressive sleep in between 2022-07-06 13:58:46 +02:00
mergify[bot]
e746760e41
Merge branch 'master' into improve-bc-check 2022-07-06 11:53:43 +00:00
Vladimir C
4c82592f73
Merge pull request #38882 from xinhuitian/improve-key-value-zh-doc 2022-07-06 13:07:13 +02:00
Raúl Marín
ffac598029 Fix settings profile with seconds unit 2022-07-06 12:56:54 +02:00
robot-clickhouse
9df843c264 Update version_date.tsv and changelogs after v22.6.3.35-stable 2022-07-06 10:49:18 +00:00
mergify[bot]
0f3965b258
Merge branch 'master' into order_by_with_braces 2022-07-06 10:27:22 +00:00
Raúl Marín
86d1c319f4 Remove unnecessary log 2022-07-06 12:23:45 +02:00
Igor Nikonov
a0f6f6f82d Fix: rewrite only outer braces 2022-07-06 10:23:05 +00:00
Vitaly Baranov
5d7ad46f6a Move files and write comments. 2022-07-06 11:09:31 +02:00
Igor Nikonov
82f6d18249
Merge pull request #38876 from ClickHouse/interpreter_cleanup
Simple cleanup: interpreters and parsers
2022-07-06 10:01:24 +02:00
Andrey Zvonov
7de39d9b15 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-nnd 2022-07-06 10:59:35 +03:00
Azat Khuzhin
dc28dfe57e Do not override compiler if it had been already set
Before this patch:

    cmake -DCMAKE_C_COMPILER=foo .. # will use foo
    cmake .. # will use clang

After:

    cmake -DCMAKE_C_COMPILER=foo .. # will use foo
    cmake .. # will use foo

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-06 08:51:57 +03:00
Azat Khuzhin
a4ea7a39aa Fix alignment in PreLoad.cmake
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-06 08:51:42 +03:00
xinhuitian
af1c3d35fd make key-value zh doc more readable 2022-07-06 13:32:21 +08:00
Yakov Olkhovskiy
d6269c04bb style fix 2022-07-06 00:40:51 -04:00
Yakov Olkhovskiy
69d1495672 style fix 2022-07-06 00:22:50 -04:00
HeenaBansal2009
d89ba2e5d9 Review Comments 2022-07-05 21:18:39 -07:00
Yakov Olkhovskiy
19365597eb move Simple Check to python 2022-07-05 23:37:01 -04:00
lgbo-ustc
946a9b8c63 update codes 2022-07-06 09:26:02 +08:00
Kseniia Sumarokova
a26643a7a6
Merge pull request #38363 from kssenii/pg-add-auto-close
Support `auto_close` option for postgres engine connection
2022-07-06 01:10:05 +02:00
Igor Nikonov
5a01c27eb1 Fix: clear children in order by element during rewriting
- remove unnecessary code for this PR
2022-07-05 22:48:48 +00:00
Igor Nikonov
fd62494a77 Fix: ORDER BY with braces inefficient execution 2022-07-05 22:48:48 +00:00
Igor Nikonov
99de1ee109 Simple cleanup: interpreters and parsers 2022-07-05 22:13:39 +00:00
Alexey Milovidov
198cb0ad43 Add README, 54% 2022-07-05 21:30:49 +02:00
mergify[bot]
5e0bfae76b
Merge branch 'master' into multi-match-with-non_const-patterns 2022-07-05 19:23:09 +00:00
Robert Schulze
4be447f41d
Merge pull request #38850 from ClickHouse/revert-of-revert-of-smallish-devguide-update
Revert of revert of smallish devguide update
2022-07-05 21:21:31 +02:00
Alexey Milovidov
6903e6be6c Add README, 53% 2022-07-05 21:18:44 +02:00
Vitaly Baranov
1ac46c5e48 Fix making backups containing multiple ACL tables. 2022-07-05 20:57:01 +02:00
Yatsishin Ilya
e9b7f52874 another one 2022-07-05 17:36:45 +00:00
Vitaly Baranov
f9204315b5 Store columns.txt in backups for the Memory table engine too. 2022-07-05 19:03:20 +02:00
Azat Khuzhin
98cd92017e Fix waiting of shared lock after exclusive lock failure
When WRITE lock attemp fails (exclusive lock for ALTER/DELETE), and
there are multiple READ locks (shared lock for SELECT/INSERT), i.e. one
INSERT is in progress and one SELECT is queued after ALTER/DELETE
started but before it fails, this SELECT will wait until INSERT will
finishes.

This happens because in case of WRITE lock failure it does not notify
the next READ lock that can be acquired.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-05 19:12:47 +03:00
Kseniia Sumarokova
3e803006a2
Merge pull request #37171 from tchepavel/nats-integration
Nats Integration
2022-07-05 17:47:02 +02:00
Dan Roscigno
77386349b7
Merge pull request #38771 from schnerring/fix-docker-docs
Revise Docker README
2022-07-05 11:43:25 -04:00
DanRoscigno
5f42c08561 small edits 2022-07-05 11:42:42 -04:00
DanRoscigno
2f2fe9cffb small edits 2022-07-05 11:39:38 -04:00
DanRoscigno
09ff006ddb small edits 2022-07-05 11:27:58 -04:00
DanRoscigno
52e2fa158a small edits 2022-07-05 10:20:55 -04:00
Maksim Kita
bdc21737d5 MergeTree merge disable batch optimization 2022-07-05 16:15:00 +02:00
mergify[bot]
ba7d48c2d7
Merge branch 'master' into improve-bc-check 2022-07-05 13:40:35 +00:00
Yakov Olkhovskiy
356786f0c6
Merge pull request #38837 from bharatnc/ncb/fix-docs
update integration tests doc
2022-07-05 09:27:09 -04:00
Vitaly Baranov
43d35eec1b Write unfinished mutations to backup. 2022-07-05 14:51:09 +02:00
Raúl Marín
9e17ae365b Deactivate mutations_finalizing_task during shutdown 2022-07-05 14:28:20 +02:00