Alexey Milovidov
a22f0eee2a
Merge branch 'master' into Aggregate_Sum_AVX512
2023-02-19 04:03:45 +03:00
Ilya Yatsishin
92843987ed
Merge pull request #46553 from ClickHouse/fix-strange-whitespaces
2023-02-18 19:04:56 +01:00
Nikolay Degterinsky
f93aae80b8
Merge pull request #46407 from evillique/parameters-rename-query
...
Add parameterized RENAME queries
2023-02-18 16:04:55 +01:00
robot-ch-test-poll2
ee063e75f2
Merge pull request #46489 from jus1096/master
...
Add info for Kafka doc
2023-02-18 15:43:28 +01:00
Alexey Milovidov
f073cd470f
Merge pull request #46478 from ClickHouse/fix_test_store_cleanup
...
Fix some flaky integration tests
2023-02-18 17:33:02 +03:00
Alexey Milovidov
1f1cd1b22c
Whitespaces
2023-02-18 15:27:09 +01:00
Alexey Milovidov
ed4bd2690c
Merge pull request #46545 from DanRoscigno/update-rpm-install-docs
...
Update install docs with RPM and tgz methods
2023-02-18 17:21:33 +03:00
Alexey Milovidov
d582cb0dcf
Merge pull request #46547 from den-crane/patch-62
...
Doc. Better example of nested summing
2023-02-18 17:20:57 +03:00
Alexey Milovidov
46e23d7eee
Merge pull request #46552 from azat/state-reset-nothrow
...
Remove extra try/catch for QueryState/LocalQueryState reset
2023-02-18 17:20:03 +03:00
Alexey Milovidov
325b728bc9
Update wikistat.md
2023-02-18 16:50:14 +03:00
Alexey Milovidov
30921b211b
Update wikistat.md
2023-02-18 16:49:55 +03:00
Kseniia Sumarokova
b0ea047e76
Merge pull request #46533 from kssenii/fix-disk-setting
...
Allow `disk` merge tree setting in query to override config merge tree setting `storage_policy`
2023-02-18 12:36:54 +01:00
Alexey Milovidov
3ba96590ca
Merge pull request #46546 from ClibMouse/openssl_s390x_fixes
...
Fixes for OpenSSL and s390x
2023-02-18 14:04:16 +03:00
Alexey Milovidov
bb001078c9
Update sampling-query-profiler.md
2023-02-18 14:01:47 +03:00
Mikhail f. Shiryaev
c64c3e3854
Merge pull request #46535 from ClickHouse/autoupdate-keeper-dockerfile
...
Autoupdate keeper dockerfile
2023-02-18 11:21:29 +01:00
Azat Khuzhin
6f7b6e9206
Remove extra try/catch for QueryState reset
...
It was possible back when destuctors may throw, in a pre C++11.
I've found one place where it may throw from 2012:
~UnionBlockInputStream()
{
...
if (exception && !std::uncaught_exception())
exception->rethrow();
...
}
Refs: 8a053aba54
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-18 10:55:15 +01:00
Azat Khuzhin
f9cd66db36
Remove extra try/catch for LocalQueryState reset
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-18 10:55:09 +01:00
Denny Crane
f78efe91f6
Update summingmergetree.md
2023-02-17 18:46:30 -04:00
Kseniia Sumarokova
bda4c94f66
Merge pull request #45384 from ucasfl/iceberg
2023-02-17 23:38:24 +01:00
bkuschel
55e9322612
Fixes for OpenSSL and s390x
2023-02-17 16:20:21 -05:00
Dan Roscigno
16bd07067f
Update docs/en/getting-started/install.md
2023-02-17 16:08:12 -05:00
Igor Nikonov
0bad474fb5
Merge pull request #44176 from ClickHouse/igor/remove_redundant_distinct
...
Remove redundant DISTINCT
2023-02-17 22:07:03 +01:00
Igor Nikonov
eca2f2866e
Merge pull request #46493 from ClickHouse/fix-crash-with-distinct
...
Fix constants in the result of MergingSortedAlgorithm.
2023-02-17 22:05:24 +01:00
DanRoscigno
2b6c088eb0
add keeper to tgz list
2023-02-17 16:04:15 -05:00
DanRoscigno
502e240563
update RPM install
2023-02-17 15:55:55 -05:00
kssenii
30748eace8
Fix black check
2023-02-17 21:02:16 +01:00
Kseniia Sumarokova
a0b28edd46
Merge pull request #46521 from kssenii/fix-stress-test-logical-errors
...
Fix stress test
2023-02-17 21:01:20 +01:00
Dmitry Novik
197116dfeb
Merge pull request #46451 from ClickHouse/copy-s3-file-fix
...
Wait for tasks finish when scheduler failed
2023-02-17 20:11:23 +01:00
robot-clickhouse
9ec3bf92af
Merge pull request #46501 from DanRoscigno/docs-for-keeper-install
...
Add docs for standalone ClickHouse Keeper install.
2023-02-17 19:36:37 +01:00
Alexey Milovidov
8f28b44a52
Merge pull request #43529 from azat/perf/cpu-flamegraphs
...
Add CPU flamegraphs for perf tests
2023-02-17 21:34:10 +03:00
Alexander Tokmakov
53b6fd79fb
Update DatabaseCatalog.cpp
2023-02-17 21:18:49 +03:00
Mikhail f. Shiryaev
ecf33b9059
Update the VERSION for clickhouse-keeper Dockerfile
2023-02-17 18:39:43 +01:00
Mikhail f. Shiryaev
1565f2c233
Do not destroy symlinks with sed
2023-02-17 18:39:09 +01:00
Mikhail f. Shiryaev
0b6f632584
Add clickhouse/clickhouse-keeper Dockerfile autoupdate
2023-02-17 18:34:26 +01:00
Alexander Tokmakov
3457b68dcc
fix
2023-02-17 17:57:49 +01:00
Robert Schulze
6b20ea2f91
Merge pull request #46329 from ClickHouse/rs/unifdef-poco
...
Unifdef unused parts of poco
2023-02-17 17:31:29 +01:00
Nikolay Degterinsky
5104b2e8bf
Merge branch 'master' into parameters-rename-query
2023-02-17 17:30:37 +01:00
kssenii
afb36dd120
Allow disk setting to override storage_policy from config merge tree settings insteaf of exception
2023-02-17 17:11:29 +01:00
Kseniia Sumarokova
bf6e6a88f7
Merge branch 'master' into iceberg
2023-02-17 16:36:28 +01:00
robot-clickhouse
165e2dd18e
Automatic style fix
2023-02-17 15:36:03 +00:00
Kseniia Sumarokova
0940539e8a
Merge pull request #46530 from ucasfl/style
...
fix style
2023-02-17 16:35:50 +01:00
Alexey Milovidov
45b1eabd36
Merge pull request #46420 from evillique/replace-transformer-fix-parameters
...
Fix parameterized queries with REPLACE transformer
2023-02-17 18:25:57 +03:00
Alexey Milovidov
ecf893ea0d
Merge pull request #46518 from mdelapenya/tc-go-0.18.0
...
chore: bump testcontainers-go to 0.18.0
2023-02-17 18:23:23 +03:00
Igor Nikonov
486501296c
Merge remote-tracking branch 'origin/master' into igor/remove_redundant_distinct
2023-02-17 14:40:02 +00:00
Igor Nikonov
64dfc9f8ce
Fix clang-analyzer warning
2023-02-17 14:39:20 +00:00
flynn
7bc153221e
fix style
2023-02-17 14:36:11 +00:00
robot-clickhouse
7a1aae6189
Automatic style fix
2023-02-17 14:03:28 +00:00
flynn
ebd88aab41
Merge branch 'master' into iceberg
2023-02-17 21:53:29 +08:00
Nikolai Kochetov
b7a96eaead
Merge branch 'master' into fix-crash-with-distinct
2023-02-17 14:25:47 +01:00
Vladimir C
0f182f6164
Merge pull request #46454 from azat/merge-alias-prewhere
2023-02-17 14:10:52 +01:00