Robert Schulze
e1d299640b
Small follow-up to #48017
2023-03-31 14:11:37 +00:00
Robert Schulze
5d64841276
Merge pull request #48017 from ClickHouse/rs/show_columns
...
MySQL compatibility: Implement `SHOW COLUMNS`
2023-03-31 15:50:23 +02:00
Rich Raposa
6eb692eacc
Merge pull request #48258 from den-crane/patch-61
...
Doc. Notes about file names in UDF examples, make them more clear.
2023-03-31 07:43:31 -06:00
Alexander Tokmakov
caf00b5968
Merge branch 'master' into sync_replica_lightweight
2023-03-31 14:52:55 +02:00
robot-clickhouse
0c9d7f73ce
Update version_date.tsv and changelogs after v23.3.1.2823-lts
2023-03-31 10:35:58 +00:00
Robert Schulze
eb93ec35f5
Merge pull request #48154 from azat/varuint-v2
...
Add sanity checks for writing number in variable length format (resubmit)
2023-03-31 10:59:21 +02:00
Rich Raposa
8d9baceeb1
Merge branch 'master' into patch-61
2023-03-30 22:10:50 -06:00
Rich Raposa
348da6d19f
Merge branch 'master' into youtube-fixes
2023-03-30 16:43:13 -06:00
rfraposa
98833bcc82
Update youtube-dislikes.md
2023-03-30 16:41:29 -06:00
Denny Crane
6507a86104
Merge branch 'master' into patch-61
2023-03-30 17:56:07 -03:00
Kruglov Pavel
a3908b54c1
Merge pull request #48124 from Avogar/msgpack-more-types
...
Support more ClickHouse types in MsgPack format
2023-03-30 22:03:47 +02:00
Denny Crane
429975b345
Update index.md
2023-03-30 17:01:16 -03:00
avogar
35937adcaa
Support more types in CapnProto format
2023-03-30 19:15:28 +00:00
Robert Schulze
4938681f87
Fix macos build
2023-03-30 17:46:11 +00:00
robot-ch-test-poll2
af59727c53
Merge pull request #48239 from ClickHouse/rfraposa-patch-3
...
Lightweight deletes are no longer experimental
2023-03-30 19:33:52 +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
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
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
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
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
Denny Crane
e25872a333
Update type-conversion-functions.md
2023-03-30 11:15:11 -03: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
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
Denny Crane
372948fb4c
Update type-conversion-functions.md
2023-03-30 09:30:45 -03:00
taiyang-li
2a35c18973
add docs and uts
2023-03-30 18:18:21 +08:00
mateng915
15a5372eb1
Update build.md
...
Latest master branch and stable tag version using Clang-14 can not compile successfully. Need using Clang-15
2023-03-30 17:07:36 +08:00
Robert Schulze
b0473098c6
Merge branch 'master' into qc-compression
2023-03-30 10:55:42 +02:00
robot-ch-test-poll
1cedd5c11d
Merge pull request #48188 from ClickHouse/rfraposa-5
...
Add cross_to_inner_join_rewrite setting
2023-03-30 08:18:07 +02:00
Denny Crane
2c231a6ac4
Update settings.md
2023-03-29 20:49:44 -03:00
Denny Crane
553c5aa622
Update type-conversion-functions.md
2023-03-29 20:46:34 -03:00
Nikolay Degterinsky
5b53f5ddae
Merge branch 'master' into decode_ulid
2023-03-30 01:37:14 +02:00
rfraposa
98d098618b
Add cross_to_inner_join_rewrite setting
2023-03-29 14:34:48 -06:00
Denny Crane
2349fadbe7
Update type-conversion-functions.md
2023-03-29 15:33:53 -03:00
Denny Crane
12801f736b
Update type-conversion-functions.md
2023-03-29 15:33:07 -03:00
Denny Crane
46a7b73608
Update type-conversion-functions.md
2023-03-29 15:25:39 -03:00
Rich Raposa
3e9f4750f3
Merge pull request #48175 from gingerwizard/youtube_docs
...
youtube questions
2023-03-29 10:33:21 -06:00
Aleksei Filatov
0ac9dcd723
Add allow_distributed_ddl_queries option to the cluster config
2023-03-29 18:15:46 +03:00
Alexander Tokmakov
8b965ba895
Update get-clickhouse-docs.sh
2023-03-29 18:15:46 +03:00
Alexander Tokmakov
482a9690fc
fix
2023-03-29 17:00:34 +02:00
rfraposa
45f6cbebe4
Update amazon-reviews.md
2023-03-29 08:47:37 -06:00
rfraposa
70717c9dc1
Change fields to Bool
2023-03-29 08:43:42 -06:00
Dale Mcdiarmid
26e031169e
youtube questions
2023-03-29 15:29:22 +01:00
Rich Raposa
adc4fb4082
Merge branch 'master' into amazon-reviews-1
2023-03-29 08:24:48 -06:00
rfraposa
d8260405ba
Update amazon-reviews.md
2023-03-29 08:23:52 -06:00
Robert Schulze
b324d0ed5e
Merge branch 'master' into qc-compression
2023-03-29 15:09:22 +02:00
Alexander Tokmakov
8b8159d58f
fix
2023-03-29 14:04:25 +02:00
Alexey Milovidov
a495cd4c72
Update environmental-sensors.md
2023-03-29 14:59:43 +03:00
Antonio Andelic
44e95aa65f
Merge branch 'master' into nosign-keyword-for-s3
2023-03-29 11:10:03 +00:00
Antonio Andelic
7b1ad221b2
Address PR comments
2023-03-29 11:08:44 +00:00
robot-ch-test-poll
04d30a2afb
Merge pull request #48119 from Avogar/avro-more-types
...
Support more ClickHouse types in Avro format
2023-03-29 13:07:35 +02:00
Rich Raposa
f051bb112c
Merge branch 'master' into rfraposa-4
2023-03-29 04:25:54 -06:00
rfraposa
7f2a43e0c7
Update v22.4.1.2305-prestable.md
2023-03-29 04:23:43 -06:00
Robert Schulze
b4c8ef980c
Merge pull request #47838 from zvonand/zvonand-formatdecimal
...
Add toDecimalString function
2023-03-29 10:41:12 +02:00
rfraposa
0ca26b09eb
Update environmental-sensors.md
2023-03-28 21:51:30 -06:00
Rich Raposa
7739ab04fa
Merge branch 'master' into sensors-dataset
2023-03-28 21:29:33 -06:00
rfraposa
954d486c20
Update environmental-sensors.md
2023-03-28 21:27:23 -06:00
rfraposa
258c1a9bc0
Add query
2023-03-28 21:11:28 -06:00
rfraposa
87b75269fb
Added image
2023-03-28 20:32:10 -06:00
rfraposa
2f09b43d98
Create environmental-sensors.md
2023-03-28 19:46:29 -06:00
Rich Raposa
f50eb64584
Merge branch 'master' into amazon-reviews
2023-03-28 17:46:53 -06:00
rfraposa
61916cfd96
Update amazon-reviews.md
2023-03-28 17:45:27 -06:00
Alexander Tokmakov
4b0b5301be
improve script for updating clickhouse-docs
2023-03-29 00:55:03 +02:00
rfraposa
b8edcd90cc
Update stack_trace.md
2023-03-28 15:49:58 -06:00
rfraposa
95abfca147
Update amazon-reviews.md
2023-03-28 15:40:54 -06:00
rfraposa
813a1ef8ac
Update amazon-reviews.md
2023-03-28 15:37:22 -06:00
rfraposa
3d0b94e210
Update amazon-reviews.md
2023-03-28 15:26:34 -06:00
Robert Schulze
44d0a8075d
Small follow-up to #46252
2023-03-28 21:06:58 +00:00
Robert Schulze
622d1dfadd
Merge pull request #46252 from ClibMouse/feature/hastokencaseinsensitive-index-utilization
...
Implement tokenbf_v1 index utilization for hasTokenCaseInsensitive
2023-03-28 22:38:21 +02:00
rfraposa
d33ead5f4f
Update amazon-reviews.md
2023-03-28 12:58:57 -06:00
avogar
a0fcf81abf
Support more ClickHouse types in MsgPack format
2023-03-28 18:25:52 +00:00
Robert Schulze
202f52dc3a
Implement SHOW COLUMNS
...
Modeled after (*)
Fixes #46437
(*) https://dev.mysql.com/doc/refman/8.0/en/show-columns.html
2023-03-28 18:04:22 +00:00
Mikhail f. Shiryaev
0fad5bdc7d
Add a script to clone or update clickhouse-docs
2023-03-28 19:52:51 +02:00
avogar
06a6f5cf76
Support more ClickHouse types in Avro format
2023-03-28 17:36:20 +00:00
Smita Kulkarni
a26cfd523c
Updated right bool for disallowing concurrent backups and restores
2023-03-28 15:42:21 +02:00
Smita Kulkarni
afe5982c4e
Fixed typo - settings
2023-03-28 15:39:28 +02:00
Smita Kulkarni
c8ec900d90
Fixed comment for usage on cluster
2023-03-28 15:37:49 +02:00
Smita Kulkarni
e5994e873e
Added documentation for new settings to disallow concurrent backup/restore
2023-03-28 14:03:50 +02:00
zvonand
edc80fbd94
updated docs + fix linker isssue
2023-03-28 13:25:18 +02:00
zvonand
09181a9b58
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal
2023-03-28 11:01:00 +02:00
Robert Schulze
7cf494acc2
Merge pull request #48000 from ClickHouse/rs/parsedatetimeorzero
...
MySQL dialect compat: Add str_to_date
2023-03-28 10:04:56 +02:00
Antonio Andelic
4c61ec2fad
update docs
2023-03-28 07:19:08 +00:00
Nikolay Degterinsky
71b498061b
Fix a bug, review suggestions
2023-03-28 01:48:25 +00:00
Alexander Tokmakov
b5fe1ada0b
more options for sync replica
2023-03-28 01:39:36 +02:00
Mikhail f. Shiryaev
577d969525
Merge pull request #48044 from ClickHouse/alexey-milovidov-patch-6
...
There is no "prestable" version.
2023-03-27 23:34:07 +03:00
Dan Roscigno
c8f59194a3
Merge pull request #48070 from den-crane/patch-60
...
Doc. idle_connection_timeout
2023-03-27 15:17:08 -04:00
Dan Roscigno
07c3a0522b
Merge pull request #48072 from DanRoscigno/standardize-admonitions
...
standardize admonitions
2023-03-27 15:16:05 -04:00
Alexey Milovidov
df35d1abf9
Merge pull request #48052 from ClickHouse/correct-changelog-2
...
Automatically correct some mistakes in the changelog
2023-03-27 22:10:00 +03:00
DanRoscigno
6d8a2bbd48
standardize admonitions
2023-03-27 14:54:05 -04:00
Alexey Milovidov
2ab9287176
Merge branch 'master' into alexey-milovidov-patch-6
2023-03-27 21:44:48 +03:00
zvonand
dbd0ccdb64
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal
2023-03-27 20:21:09 +02:00
zvonand
b7bb09d362
upload
2023-03-27 20:19:52 +02:00
Denny Crane
295d3b7510
Update settings.md
2023-03-27 14:45:43 -03:00