Commit Graph

13405 Commits

Author SHA1 Message Date
Alexey Milovidov
a1e6d1a6a9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-11 00:42:14 +02:00
Kseniia Sumarokova
a76058aa20
Merge pull request #63397 from kirillgarbar/mysql
Allow to create MaterializedMySQL database without connection to MySQL
2024-05-10 12:08:59 +00:00
Alexander van Olst
0586952eca
Fix links to IETF Base58 draft 2024-05-10 11:29:18 +02:00
Alexey Milovidov
dd58af7d4f Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
Justin de Guzman
849dd825c5
[Docs] Use ReplicatedMergeTree not ReplicatedReplacingMergeTree for data replication examples 2024-05-09 15:33:40 -07:00
Alexey Milovidov
773654c46e Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-08 21:24:04 +02:00
Alexey Milovidov
c3b0a28513
Merge pull request #63528 from kitaisreal/recursive-cte-documentation-fix
Recursive CTE documentation fix
2024-05-08 16:24:21 +00:00
Maksim Kita
5885f4263b Recursive CTE documentation fix 2024-05-08 17:20:38 +03:00
jsc0218
95af8eb88d
Merge pull request #62860 from HowePa/part_log_typo
[Docs] fix typo for part log
2024-05-08 13:09:14 +00:00
Duyet Le
d2de5875ca
chore: update clickhouse-monitoring 2024-05-08 18:33:22 +07:00
Duyet Le
49e26015af
Add clickhouse-monitoring as third-party GUI 2024-05-08 14:39:29 +07:00
jsc0218
12bb3e0171
Merge pull request #63394 from Unalian/feat-62079-simple
[feature] Raw as a synonym for TSVRaw
2024-05-08 00:40:00 +00:00
豪肥肥
a3e1208873
Merge branch 'ClickHouse:master' into part_log_typo 2024-05-08 06:44:41 +08:00
Julia Kartseva
fc9fa706fb
Merge pull request #63365 from jkartseva/support-generic-disk-s3-plain-rw
Enable plain_rewritable metadata for `local` and `azure` object storages
2024-05-07 19:37:28 +00:00
Alexey Milovidov
35b5a80e0e
Merge pull request #63187 from kitaisreal/recursive-cte-documentation
Added recursive CTE documentation
2024-05-07 19:06:17 +00:00
Kseniia Sumarokova
090ef99339
Merge pull request #60312 from ClickHouse/make-rabbitmq-reject-broken-messages
Make rabbitmq nack broken messages
2024-05-07 10:11:29 +00:00
Maksim Kita
0b59c24866 Fixed style check 2024-05-07 11:29:50 +03:00
Maksim Kita
da4f6f7b6c Added recursive CTE documentation 2024-05-07 11:29:50 +03:00
Julia Kartseva
fcad15ffc2 plain_rewritable: update docs 2024-05-07 03:53:23 +00:00
unashi
a8ae0074aa [fix] name->names 2024-05-07 10:40:46 +08:00
Кирилл Гарбар
a20ef2a3d0 Add allow without connection setting to MaterializedMySQLSettings 2024-05-07 02:06:13 +03:00
Yakov Olkhovskiy
8050d0456d
Merge pull request #63241 from yariks5s/truncate_all_tables_from
Add `FROM` keyword to `TRUNCATE ALL TABLES`
2024-05-06 19:28:50 +00:00
Robert Schulze
d70ef1110f
Merge pull request #63260 from rschu1ze/inverted-to-fulltext
Minor follow-up to a renaming PR
2024-05-06 18:19:50 +00:00
Robert Schulze
a7ba895ca4
Merge pull request #59318 from bigo-sg/complex_map_key
Allow arbitrary non-nullable types as key for maps
2024-05-06 18:19:03 +00:00
Robert Schulze
0f87653fef
Rename "inverted" to "fulltext" 2024-05-06 16:59:36 +00:00
Robert Schulze
08bcbfc251
Merge pull request #63418 from Blargian/patch-3
[Docs] Fix casing issues
2024-05-06 14:49:49 +00:00
Robert Schulze
a65e208892
Merge pull request #63414 from rschu1ze/docs-update
Docs: Various minor docs updates
2024-05-06 14:40:14 +00:00
Shaun Struwig
87176fdd13
Update date-time-functions.md
- Change parameter `x` to `num` to be more idiomatic.
- Correct issues with casing in types.
2024-05-06 16:37:30 +02:00
Shaun Struwig
81398da882
Update function order
Moved `sigmoid` function from the end of the file to after `sign` function.
2024-05-06 16:20:51 +02:00
Yarik Briukhovetskyi
2ede89392c
Merge branch 'ClickHouse:master' into truncate_all_tables_from 2024-05-06 16:20:24 +02:00
Robert Schulze
b00c64fe9d
Docs: Remove tuple support from ANN indexes
Indexes for approximate nearest neighbourhood (ANN) search (Annoy,
USearch) can currently be build on columns of type Array(Float32) or
Tuple(Float32[, Float32[, ...]]). In practice, only Arrays are relevant
which makes sense as arrays store high-dimensional embeddings
consecutively and the additional flexibility of different data types in
a tuple is not needed.

Therefore, removing support for ANN indexes over tuple columns to
simplify the code, tests and docs.
2024-05-06 14:18:30 +00:00
Robert Schulze
b64ad9ac28
Update s390x build docs 2024-05-06 14:15:47 +00:00
Robert Schulze
53c089722c
Docs: Add a note about the naming of the inverted index in earlier versions 2024-05-06 14:04:34 +00:00
Robert Schulze
1dff80374c
Docs: toStartOfInterval uses uppercase units
For consistency with existing documentation
https://clickhouse.com/docs/en/sql-reference/data-types/special-data-types/interval

... and with MySQL
2024-05-06 13:53:36 +00:00
Nikita Mikhaylov
d0c71e1a59
Merge pull request #63251 from Blargian/document_subtractXYZ
[Docs] `subtractXYZ`
2024-05-06 12:34:28 +00:00
Raúl Marín
2c6d0c69ab
Merge pull request #63005 from ClickHouse/docs-wait_for_async_insert-details
[Docs] Add details for wait_for_async_insert
2024-05-06 08:28:15 +00:00
unashi
d6690f8384 [feature] Raw as a synonym for TSVRaw 2024-05-06 15:12:16 +08:00
Justin de Guzman
6c415e9ec5
[Docs] wait_for_async_insert clarification
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-05-06 00:07:37 -07:00
Justin de Guzman
6e61d671c8
[Docs] Specify to use async_insert
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-05-06 00:07:04 -07:00
李扬
c0ddd3df0b
Merge branch 'ClickHouse:master' into complex_map_key 2024-05-06 10:23:18 +08:00
Alexey Milovidov
46bd25128c
Merge branch 'master' into clang-18-ci 2024-05-06 02:51:58 +02:00
Konstantin Bogdanov
35f8aae919
Merge pull request #63368 from Blargian/document_anyXYZ
[Docs] add `anyXYZ` functions
2024-05-05 23:41:36 +00:00
Konstantin Bogdanov
2311512e82
Merge pull request #63367 from Blargian/document_singleValueOrNull
[Docs] add `singleValueOrNull` to documentation
2024-05-05 23:41:08 +00:00
Alexey Milovidov
12bfa1fa0b
Merge pull request #63378 from Blargian/document_sigmoid
[Docs] add `sigmoid` function
2024-05-05 23:32:01 +00:00
Alexey Milovidov
26e3e5daa8
Update math-functions.md 2024-05-05 20:19:03 +03:00
Shaun Struwig
3316df88aa
Merge branch 'ClickHouse:master' into 59557_form_input_format 2024-05-05 05:30:40 +02:00
Shaun Struwig
984e24f069
Correct typo 2024-05-05 03:41:32 +02:00
Shaun Struwig
25ef78413d
Add missing sigmoid function
Add missing sigmoid function
2024-05-05 03:38:18 +02:00
Blargian
0d86a20b14 Add anyXYZ functions to documentation 2024-05-04 16:20:58 +02:00
Blargian
1d9195b082 Add singleValueOrNull to documenttion 2024-05-04 13:05:09 +02:00