Commit Graph

112398 Commits

Author SHA1 Message Date
Robert Schulze
191f780223
Sort output of SHOW PROCESSLIST
Follow-up to #48127
2023-03-30 17:22:20 +00:00
Rich Raposa
42cd0d0ddb
Merge pull request #48238 from ClickHouse/rfraposa-patch-2
Change default Parquet compression from snappy to lz4
2023-03-30 10:59:27 -06:00
Mikhail f. Shiryaev
c5ec7a3ec9
Merge pull request #48235 from ClickHouse/fix-01293_show_clusters
Determine the hosts order in `SHOW CLUSTER` query
2023-03-30 18:41:56 +02:00
Rich Raposa
4675fa82a3
Update delete.md
Lightweight deletes are no longer experimental in 23.3
2023-03-30 10:29:08 -06:00
Rich Raposa
3a3438ebf9
Update settings-formats.md
Default compression method for Parquet changed from snappy to lz4 in 23.3
2023-03-30 10:26:33 -06:00
Yakov Olkhovskiy
2ca77b13fe
Merge branch 'master' into imp-use-structure-from-insertion 2023-03-30 12:23:12 -04:00
Antonio Andelic
80cb121d2a
Merge pull request #48092 from ClickHouse/nosign-keyword-for-s3
Add support for `NOSIGN` keyword and `no_sign_request` config for S3
2023-03-30 18:10:56 +02:00
Mikhail f. Shiryaev
1c58a911eb
Push clickhouse-keeper as both w/ and w/o suffix -alpine 2023-03-30 18:07:40 +02:00
Nikolai Kochetov
c71deea9aa
Update src/Processors/Executors/ExecutingGraph.cpp
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
2023-03-30 18:05:42 +02:00
Nikolai Kochetov
f06bdc85eb
Merge pull request #48226 from ClickHouse/rename-setting-stop_reading_on_first_cancel
Rename setting stop_reading_on_first_cancel
2023-03-30 18:03:23 +02:00
Mikhail f. Shiryaev
9593ffc7cb
Determine the hosts order in SHOW CLUSTER query 2023-03-30 17:37:31 +02:00
Nikolai Kochetov
06bf500c30
Update settings.md 2023-03-30 17:36:56 +02:00
Nikolay Degterinsky
c363b5820e
Merge pull request #47087 from evillique/decode_ulid
Add function ULIDStringToDateTime
2023-03-30 17:19:07 +02:00
Mikhail f. Shiryaev
e62053112e
Merge pull request #48135 from ClickHouse/better_script_for_updating_docs
Improve script for updating clickhouse-docs
2023-03-30 17:09:18 +02:00
Alexander Tokmakov
810624b55a
Merge pull request #48225 from ClickHouse/rs/unflake-02477-age
Stabilize 02477_age
2023-03-30 18:07:41 +03:00
Alexander Tokmakov
3cae783061
Merge pull request #48227 from ClickHouse/rs/unflake-02346_full_text_search
Address flaky 02346_full_text_search
2023-03-30 18:04:59 +03:00
Nikolai Kochetov
66f546ef70 Do not partially cancel processors which were added from expand pipeline. 2023-03-30 15:02:12 +00:00
Alexey Milovidov
9902626067
Merge pull request #48230 from ClickHouse/alexey-milovidov-patch-6
Update CHANGELOG.md
2023-03-30 18:02:06 +03:00
Alexey Milovidov
d186d356a6
Update CHANGELOG.md 2023-03-30 18:01:52 +03:00
Alexey Milovidov
c6056d993d
Update CHANGELOG.md 2023-03-30 18:00:52 +03:00
Anton Popov
7f841454d1 add more test cases 2023-03-30 14:57:00 +00:00
filimonov
fbb22348ea
Refactor reading the pool setting & from server config. (#48055)
After #36425 there was a lot of confusions/problems with configuring pools - when the message was confusing, and settings need to be ajusted in several places.
See some examples in #44251, #43351, #47900, #46515.

The commit includes the following changes:
1) Introduced a unified mechanism for reading pool sizes from the configuration file(s). Previously, pool sizes were read from the Context.cpp with fallbacks to profiles, whereas main_config_reloader in Server.cpp read them directly without fallbacks.
2) Corrected the data type for background_merges_mutations_concurrency_ratio. It should be float instead of int.
3) Refactored the default values for settings. Previously, they were defined in multiple places throughout the codebase, but they are now defined in one place (or two, to be exact: Settings.h and ServerSettings.h).
4) Improved documentation, including the correct message in system.settings.

Additionally make the code more conform with #46550.
2023-03-30 16:44:11 +02:00
Rich Raposa
828cee6b81
Merge pull request #48186 from den-crane/patch-61
Doc. Note about cast and LowCardinality
2023-03-30 08:41:24 -06:00
Alexander Tokmakov
131395b00f
Merge pull request #48171 from aalexfvk/add_option_disable_on_cluster_queries
Add allow_distributed_ddl_queries option to the cluster config
2023-03-30 17:29:02 +03:00
Robert Schulze
1b709d0bc0
Merge branch 'master' into rs/caseinsensitive-str_to_date 2023-03-30 16:23:18 +02:00
Robert Schulze
9cf45e5436
Merge branch 'master' into rs/no-default-format-string 2023-03-30 16:23:14 +02:00
Robert Schulze
8fc952c651
Merge branch 'master' into rs/unflake-02477-age 2023-03-30 16:23:11 +02:00
Robert Schulze
d9616de414
Merge branch 'master' into rs/unflake-02346_full_text_search 2023-03-30 16:23:08 +02:00
Anton Popov
e72472e71b
Merge branch 'master' into fix-race-storage-s3 2023-03-30 16:19:57 +02:00
Robert Schulze
7b3754102f
Address flaky 02346_full_text_search 2023-03-30 14:15:49 +00:00
Denny Crane
e25872a333
Update type-conversion-functions.md 2023-03-30 11:15:11 -03:00
Antonio Andelic
4a416d7328
Merge branch 'master' into more-stable-keeper-map-test 2023-03-30 16:08:08 +02:00
Nikolai Kochetov
a8a28bdf3d Merge branch 'master' into rename-setting-stop_reading_on_first_cancel 2023-03-30 16:07:14 +02:00
Nikolai Kochetov
f870e6f7a9 Rename setting stop_reading_on_first_cancel to partial_result_on_first_cancel. 2023-03-30 14:00:44 +00:00
Alexander Tokmakov
ad4e3e371a
Merge pull request #48224 from ClickHouse/vdimir/fix-style
Fix Too big of a difference between test numbers
2023-03-30 17:00:37 +03:00
Anton Popov
886c3636ec
Update 02703_storage_s3_race.sh 2023-03-30 15:56:49 +02:00
Robert Schulze
ee5e1ece1f
Stabilize 02477_age 2023-03-30 13:44:34 +00:00
Antonio Andelic
1af73c970f Merge branch 'master' into more-stable-keeper-map-test 2023-03-30 13:42:35 +00:00
Antonio Andelic
d6c71533fa Move keeper map tests to stateless 2023-03-30 13:41:13 +00:00
vdimir
07f11b6732
Fix Too big of a difference between test numbers 2023-03-30 13:37:49 +00:00
Yakov Olkhovskiy
79a8bf7375
Merge branch 'master' into imp-use-structure-from-insertion 2023-03-30 09:12:10 -04:00
Alexander Tokmakov
ceef48a162
Merge pull request #48187 from Avogar/fix-sigbus
Use uniq file names in 02149_* tests to avoid SIGBUS in stress tests
2023-03-30 16:03:51 +03:00
Alexander Tokmakov
014db1fbaf
Update docs/get-clickhouse-docs.sh
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
2023-03-30 15:45:33 +03:00
Denny Crane
3ac34fc21c
Merge branch 'master' into patch-61 2023-03-30 09:32:59 -03:00
Denny Crane
a44d2bf724
Update type-conversion-functions.md 2023-03-30 09:32:32 -03:00
Alexey Milovidov
0e113ad829 Update CHANGELOG 2023-03-30 14:31:56 +02:00
Denny Crane
372948fb4c
Update type-conversion-functions.md 2023-03-30 09:30:45 -03:00
Robert Schulze
8b2fc8a40a
parseDateTime[InJodaSyntax](): Require format argument
Function parseDateTime[InJodaSyntax]() previously accepted an
(undocumented) default format string. The problem was that
1. there is no "natural" default format
2. MySQL str_to_date() (= the motivation for
   parseDateTime[InJodaSyntax]()) also provides no default format.

--> get rid of the default format
2023-03-30 12:25:55 +00:00
Robert Schulze
d93d075fc1
Merge pull request #48204 from ClickHouse/rs/remove-unarybinary-function-support
Remove support for std::unary/binary_function (removed in C++17)
2023-03-30 14:10:48 +02:00
Nikolai Kochetov
ad246d669e Disable AST optimizations for projection analysis. 2023-03-30 12:08:52 +00:00