Commit Graph

113485 Commits

Author SHA1 Message Date
Robert Schulze
f0710d7be1
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.1.0 2023-04-26 13:27:50 +02:00
Alexander Tokmakov
6434fd8a47
fix prepared statement insert already exists (#49154) 2023-04-26 14:06:10 +03:00
Alexey Milovidov
0c3dfe9d86
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.1.0 2023-04-26 13:57:16 +03:00
jinjunzh
4e02ef4650 revise several cosmetic issues 2023-04-26 11:23:07 -04:00
Kseniia Sumarokova
b8f7abf507
Merge pull request #48768 from bigo-sg/improve_json_path
Improve jsonpath support in json functions
2023-04-26 12:50:54 +02:00
Alexey Milovidov
e2bedf170b
Merge pull request #49107 from ClickHouse/Avogar-patch-2
Fix flaky integration test test_async_query_sending
2023-04-26 13:48:08 +03:00
Alexey Milovidov
2a42bcd4ae
Merge pull request #49120 from CurtizJ/add-field-async-insert-log
Add field with number of rows to `system.asynchronous_insert_log`
2023-04-26 13:43:09 +03:00
Alexey Milovidov
cf097a9c0b
Merge pull request #49125 from azat/build/iceberg-avro
Fix building iceberg without avro
2023-04-26 13:41:50 +03:00
Alexey Milovidov
5a1646839f
Merge pull request #49131 from Hooollin/hollin/fix-typo
Add slash for close tag of user_defined_zookeeper_path
2023-04-26 13:41:19 +03:00
Alexey Milovidov
6d120482af
Merge pull request #49159 from ClickHouse/changelog-23.4
Add changelog for 23.4
2023-04-26 13:30:31 +03:00
Alexey Milovidov
10eb620a86
Merge pull request #49145 from ClickHouse/try_to_fix_msan_build
Try to fix `relocation R_X86_64_32S out of range` with pie
2023-04-26 13:27:41 +03:00
Mikhail f. Shiryaev
464a3961d7
Merge pull request #49151 from ClickHouse/improve-test-reports
Improve test reports
2023-04-26 12:19:50 +02:00
刘浩林
4eb83a9421 fix: add slash for close tag 2023-04-26 09:43:46 +08:00
robot-clickhouse-ci-1
826c820e33
Merge pull request #49164 from aramperes/patch-1
Fix an unclosed XML tag in documentation
2023-04-26 03:15:22 +02:00
Aram Peres
f65b526472
Fix an unclosed XML tag in documentation 2023-04-25 20:48:46 -04:00
Mikhail f. Shiryaev
9a7f09bae4
Avoid splitting check_name into subdirectories 2023-04-26 01:11:05 +02:00
Mikhail f. Shiryaev
a6664e6b08
Add typing, capitalize only the first letter w/o lowering the rest 2023-04-26 00:55:05 +02:00
Kseniia Sumarokova
6396e2e5b1
Merge pull request #49100 from kssenii/fix-postgres-setting
Fix postgres database setting
2023-04-25 23:56:16 +02:00
Kseniia Sumarokova
b92234ed90
Merge branch 'master' into fix-postgres-setting 2023-04-25 23:55:13 +02:00
Alexey Milovidov
9b0e4835cd Add changelog for 23.4 2023-04-25 22:57:34 +02:00
jinjunzh
d4727288f8 fix style issue 2023-04-25 15:24:04 -04:00
Mikhail f. Shiryaev
80c1a4ed88
Merge pull request #49152 from ClickHouse/workflow-jobs-logs
Add a note regarding private/public repo to logs
2023-04-25 20:57:49 +02:00
jinjunzh
260eb5450b Upgrade IAA-Deflate codec library:qpl from v1.0.0 to v1.1.0 2023-04-25 14:52:28 -04:00
Robert Schulze
b3f5fe7d85
Merge pull request #49138 from ClickHouse/rs/docs-processor-profile-logs
Docs: Make caption of processors_profile_log page consistent with other pages
2023-04-25 19:36:46 +02:00
Mikhail f. Shiryaev
ed8ca018bd
Add a note regarding private/public repo to logs 2023-04-25 19:11:20 +02:00
Robert Schulze
0c32ea10bf
Merge branch 'master' into rs/docs-processor-profile-logs 2023-04-25 18:51:16 +02:00
alesapin
2495e30b7d Bump sysroot 2023-04-25 18:15:07 +02:00
Alexey Milovidov
a20558fb96
Merge pull request #49144 from ClickHouse/fix_glibc_compatibility_check
Fix glibc compatibility check
2023-04-25 18:51:47 +03:00
Kseniia Sumarokova
0caa34f55e
Do not randomize prefetch settings for debug build (#49134)
* Do not randomize prefetch settings for debug build

* Update tests/clickhouse-test

---------

Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-04-25 16:50:13 +03:00
alesapin
0fcf19efd3 Missed brackets 2023-04-25 15:47:47 +02:00
alesapin
bb21461145 Try to fix with pie 2023-04-25 15:45:23 +02:00
alesapin
6fecdef0fe Fix glibc compatibility check 2023-04-25 15:35:28 +02:00
Robert Schulze
3255f937f2
Remove anchor 2023-04-25 11:34:10 +00:00
Robert Schulze
d7f759ce38
Docs: Make caption of processors_profile_log page consistent with other pages 2023-04-25 11:31:53 +00:00
Alexander Gololobov
5a72125ab7
Merge pull request #49105 from ClickHouse/fix_slow_02581_long
Disable long 02581 in debug, enable with sanitizers
2023-04-25 13:10:12 +02:00
alesapin
084f76ab3e
Merge pull request #49133 from ClickHouse/unanonymized-workflow-jobs-logs
Improve some lambdas
2023-04-25 12:58:18 +02:00
Mikhail f. Shiryaev
2ab313e6b4
Update the style_checker upscale speed 2023-04-25 12:42:06 +02:00
Alexander Gololobov
7b14ced614
Merge branch 'master' into fix_slow_02581_long 2023-04-25 12:41:58 +02:00
Mikhail f. Shiryaev
6032bacd0f
Get unanonymized logs in workflow_jobs_lambda 2023-04-25 12:37:26 +02:00
Kseniia Sumarokova
6b86f01de4
Merge pull request #49110 from kssenii/fix-assertions-from-cache
Fix flaky test_cache_with_full_disk_space
2023-04-25 12:13:04 +02:00
Kseniia Sumarokova
a0791e3187
Update DatabasePostgreSQL.cpp 2023-04-25 11:53:59 +02:00
Kseniia Sumarokova
81a53ab5f8
Merge branch 'master' into fix-assertions-from-cache 2023-04-25 11:42:15 +02:00
Azat Khuzhin
7ec2de0d3f Fix building iceberg without avro
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-25 08:42:42 +02:00
Anton Popov
cc5acfbe62 add profile event 2023-04-25 01:37:37 +00:00
Anton Popov
aa81937eee add field with number of rows to async insert log 2023-04-25 00:31:55 +00:00
Alexey Milovidov
1cbdba0378
Merge pull request #49108 from ClibMouse/bugfix/functional-test-interoperability
Correct functional test to reflect interoperability
2023-04-25 01:34:52 +03:00
Alexey Milovidov
dee0b78303
Merge pull request #48745 from Algunenano/arenita
Don't count unused arena bytes as read_bytes in AggregateFunction types
2023-04-25 00:53:11 +03:00
Alexey Milovidov
93d6dddb97
Merge pull request #49044 from ucasfl/bitcount
bitCount support FixedString data type
2023-04-25 00:34:12 +03:00
Robert Schulze
27be8a0878
Merge pull request #49119 from ClickHouse/rs/build-guide
Cleanup build guide
2023-04-24 22:54:42 +02:00
Robert Schulze
2c7cb97ce0
Teach aspell something new 2023-04-24 20:31:58 +00:00