Azat Khuzhin
bfb3fe0c23
Fix libbcrypt for FreeBSD build
...
Right now it fails due to [1] with the following error:
/usr/work/ClickHouse/contrib/libbcrypt/crypt_blowfish/ow-crypt.h:27:14: error: conflicting types for 'crypt_r'
27 | extern char *crypt_r(__const char *key, __const char *setting, void *data);
| ^
/usr/include/unistd.h:500:7: note: previous declaration is here
500 | char *crypt_r(const char *, const char *, struct crypt_data *);
| ^
[1]: 5f521d7ba7
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-17 11:37:01 +02:00
vdimir
aeca94105b
Merge branch 'master' into vdimir/analyzer_comapre_columns
2024-05-17 11:32:17 +02:00
Alexey Milovidov
4ee498a8b5
Merge pull request #64014 from ClickHouse/update-libunwind
...
Update libunwind
2024-05-17 09:21:23 +00:00
Alexey Milovidov
b9fc57c91d
Update src/Storages/MergeTree/MergeTreeIndexFullText.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:20 +02:00
Alexey Milovidov
eb06816a71
Update src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:15 +02:00
Alexey Milovidov
7b81f3142a
Update src/Storages/MergeTree/MergeTreeIndexBloomFilter.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:10 +02:00
Alexey Milovidov
64a5bbe683
Update test
2024-05-17 10:24:37 +02:00
Alexey Milovidov
cb9d35e490
Merge branch 'master' into update-datasketches
2024-05-17 10:23:50 +02:00
Alexey Milovidov
26501178e6
Fix analyzer
2024-05-17 10:23:32 +02:00
Dmitry Novik
91066aeace
Merge pull request #63983 from ClickHouse/fix-limit-by-skip-usunsed-shards
...
Limit by and skip_unused_shards with analyzer
2024-05-17 08:09:59 +00:00
Robert Schulze
5fb8ea4c62
Merge remote-tracking branch 'ClickHouse/master' into qiangxuhui-loongarch64
2024-05-17 07:56:01 +00:00
qiangxuhui
7d6d5165fe
Update contrib/libunwind to master
2024-05-17 07:45:51 +00:00
Caio Ricciuti
3ae37190e8
Update gui.md - Add ch-ui to open-source available tools.
...
- Added ch-ui to the list of tools for managing ClickHouse databases under "Open source tools"
2024-05-17 08:57:10 +02:00
Alexey Milovidov
bd6a4a3068
Merge branch 'master' into libunwind-fix-crash
2024-05-17 07:24:39 +02:00
Alexey Milovidov
0b3b51c274
Merge pull request #64013 from ClickHouse/better-binary-symbols
...
Better script to collect symbols statistics
2024-05-17 07:20:13 +02:00
Alexey Milovidov
50dea75fff
Update libunwind
2024-05-17 07:15:51 +02:00
Alexey Milovidov
6a14502cbe
Merge pull request #63775 from Algunenano/broken_fuzzer
...
Fix fuzzer when only explicit faults are used
2024-05-17 05:13:31 +00:00
Alexey Milovidov
0c84c5658c
Merge pull request #63656 from woodlzm/master
...
Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes.
2024-05-17 04:32:26 +00:00
Alexey Milovidov
c6e40a9288
Better script to collect symbols statistics
2024-05-17 06:26:02 +02:00
Alexey Milovidov
4021e9a507
Merge pull request #63933 from jkartseva/allow-certain-alters-plain-rw
...
Allow certain ALTER TABLE commands for `plain_rewritable` disk
2024-05-17 03:47:02 +00:00
Alexey Milovidov
f9fa5ba32f
Merge pull request #63930 from ClickHouse/fix-analyzer-mv
...
Fix analyzer: there's turtles all the way down...
2024-05-17 03:46:02 +00:00
Alexey Milovidov
56905d25ea
Add a test
2024-05-17 05:44:28 +02:00
Alexey Milovidov
95a452f87c
Update to the latest version where the patch is included
2024-05-17 05:41:32 +02:00
Alexey Milovidov
cf73866903
Merge pull request #63939 from kitaisreal/recursive-cte-distributed-fix
...
Recursive CTE distributed fix
2024-05-17 03:07:27 +00:00
Alexey Milovidov
2bee6d295e
Merge pull request #63948 from azat/build/c++expr
...
Some usability improvements for c++expr script
2024-05-17 01:32:47 +00:00
Alexey Milovidov
4b73ae8340
Merge pull request #63946 from azat/build/libunwind-fixes
...
Insignificant libunwind build fixes
2024-05-17 03:34:53 +02:00
Alexander Tokmakov
d9d6950965
Merge pull request #63549 from ClickHouse/rdb_auto_recovery
...
Automatically recover Replicated database if the queue got stuck
2024-05-16 22:48:58 +00:00
Mikhail f. Shiryaev
055428a502
Merge pull request #63999 from GMartinez-Sisti/ci-tailscale
...
chore(ci-workers): remove reusable from tailscale key
2024-05-16 21:41:06 +00:00
Gabriel Martinez
bbbc721508
chore(ci-workers): remove reusable from tailscale key
2024-05-16 22:22:30 +01:00
Alexander Gololobov
935ffe14f0
Merge pull request #63862 from ClickHouse/keeper_client_fixes
...
Fixes in `find_super_nodes` and `find_big_family` command of keeper-client
2024-05-16 20:01:51 +00:00
Nikita Taranov
847a184ace
fix
2024-05-16 20:58:45 +01:00
Raúl Marín
8c2ecdea68
Merge pull request #63995 from ClickHouse/justindeguzman-patch-1
...
[Docs] Incorrect sample syntax for cutToFirstSignificantSubdomainCust…
2024-05-16 19:41:25 +00:00
Alexey Milovidov
f17f4869bc
Merge pull request #63926 from CurtizJ/fix-explain-current-transaction
...
Fix `EXPLAIN CURRENT TRANSACTION` query
2024-05-16 22:04:36 +02:00
Justin de Guzman
9d8baa894a
[Docs] Incorrect sample syntax for cutToFirstSignificantSubdomainCustom(URL, TLD)
2024-05-16 11:59:37 -07:00
Nikolai Kochetov
d314568b93
Merge pull request #63791 from ClickHouse/fix-duplicating-sucling-alias
...
Fix a query with duplicating cycling alias.
2024-05-16 18:21:25 +00:00
Nikolai Kochetov
d34e06ce42
Add a comment.
2024-05-16 17:55:07 +00:00
Yong Wang
fd322df568
fix_client_abort: Resolve Client Abortion Issue When Using KQL Table Function in Interactive Mode
2024-05-16 10:24:56 -07:00
Nikolai Kochetov
2f6a4e2a4f
WithMergeableStateAfterAggregation is not a good idea.
2024-05-16 16:55:51 +00:00
Azat Khuzhin
49a52cdb3f
Remove http_max_chunk_size setting (too internal)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 18:33:43 +02:00
Nikita Taranov
b1fc609e72
Merge pull request #63861 from nickitat/fix_mv_with_parallel_replicas
...
Fix incorrect result when reading from MV with parallel replicas and new analyzer
2024-05-16 15:51:39 +00:00
Yakov Olkhovskiy
bdfabc1d40
better comment
2024-05-16 15:44:19 +00:00
Han Fei
2e76275124
Merge pull request #63202 from hanfei1991/hanfei/fix-intersection
...
fix intersect parts when restart after drop range
2024-05-16 14:27:25 +00:00
Han Fei
ba5a0ccd01
Merge pull request #63950 from hanfei1991/hanfei/fix-insert_deduplication_token_multiple_blocks
...
fix 02124_insert_deduplication_token_multiple_blocks
2024-05-16 14:26:51 +00:00
Yakov Olkhovskiy
0b07f2236c
add test
2024-05-16 13:42:49 +00:00
Mikhail f. Shiryaev
1fba7c372a
Merge pull request #63195 from ClickHouse/make-gh-runner-resilient
...
Fallback action-runner to autoupdate when it's unable to start
2024-05-16 13:23:39 +00:00
Nikita Taranov
3415e07186
Merge pull request #63899 from nickitat/try_randomize_parallel_replicas_in_tests
...
Randomise `allow_experimental_parallel_reading_from_replicas` in stress tests
2024-05-16 12:59:45 +00:00
Nikita Mikhaylov
ee984e849f
Merge pull request #63865 from azat/fix-query-profiler-SIGSEGV
...
Fix SIGSEGV due to CPU/Real profiler
2024-05-16 12:57:33 +00:00
Han Fei
87f3d9103d
fix 02124_insert_deduplication_token_multiple_blocks
2024-05-16 13:49:47 +02:00
Raúl Marín
e1389c1626
Merge pull request #63778 from Algunenano/crash_unload
...
Fix possible crash with SYSTEM UNLOAD PRIMARY KEY
2024-05-16 11:29:09 +00:00
Sema Checherinda
64b51eceb2
Merge pull request #63831 from ClickHouse/chesema-fix-ch-disk
...
clickhouse disks reads server configs
2024-05-16 11:25:23 +00:00