Robert Schulze
|
396abf7636
|
Merge pull request #69717 from gabrielmcg44/add-array-unscaled
Allow `arrayAUC` without scaling
|
2024-09-19 08:37:18 +00:00 |
|
Gabriel Mendes
|
8f350a7ec9
|
remove separate function
|
2024-09-18 08:52:58 -03:00 |
|
mmav
|
06b49d18d9
|
Update quantileddsketch.md
Update function syntax
|
2024-09-18 10:45:10 +01:00 |
|
Gabriel Mendes
|
2218ebebbf
|
initial commit, tested function
|
2024-09-18 05:15:57 -03:00 |
|
Arthur Passos
|
2c165096cd
|
Merge branch 'master' into multi_auth_methods
|
2024-09-13 05:18:11 -03:00 |
|
Sergei Trifonov
|
db42cf12fd
|
Merge pull request #68933 from Blargian/docs_toRelativeXYZ
[Docs] update `toReference*Num` docs
|
2024-09-10 10:48:24 +00:00 |
|
Daniil Ivanik
|
25a5768adc
|
Merge pull request #68952 from Blargian/docs_toDateTime64XYZ
[Docs] update docs for `DateTime64OrZero/Null/Default` functions
|
2024-09-10 09:15:34 +00:00 |
|
Robert Schulze
|
5639fed2a5
|
Merge pull request #69379 from rschu1ze/doc-from
Docs: Mention `FROM`-before-`SELECT` syntax
|
2024-09-09 10:13:48 +00:00 |
|
Yarik Briukhovetskyi
|
2c35d53bf6
|
Merge pull request #56738 from yariks5s/time_buckets_impl
Add time-bucket overload to function `toStartOfInterval()`
|
2024-09-09 09:18:35 +00:00 |
|
Robert Schulze
|
c5f8802ac8
|
Docs: Mention FROM-before-SELECT
|
2024-09-09 08:05:18 +00:00 |
|
Robert Schulze
|
654f8b98de
|
Update docs/en/sql-reference/functions/string-replace-functions.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
|
2024-09-07 20:47:03 +02:00 |
|
Robert Schulze
|
7ff244d7a3
|
Update docs/en/sql-reference/functions/string-replace-functions.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
|
2024-09-07 20:46:56 +02:00 |
|
Robert Schulze
|
84a5c88b50
|
Minor follow-up to #66933
|
2024-09-06 12:39:05 +00:00 |
|
Yarik Briukhovetskyi
|
eb540da247
|
Merge branch 'ClickHouse:master' into time_buckets_impl
|
2024-09-06 11:56:22 +02:00 |
|
Konstantin Bogdanov
|
4ad2b04702
|
Merge pull request #69289 from cwurm/docs_clarify_lightweight_delete_v2
Docs: Add info on lightweight_deletes_sync
|
2024-09-05 23:03:34 +00:00 |
|
Yarik Briukhovetskyi
|
e799adc618
|
Merge branch 'ClickHouse:master' into time_buckets_impl
|
2024-09-05 19:57:53 +02:00 |
|
Christoph Wurm
|
5e0673d207
|
Remove version note
|
2024-09-05 16:07:33 +01:00 |
|
Alexander Tokmakov
|
b6572e36b4
|
Merge pull request #61987 from allmazz/feat/59376
support ATTACH PARTITION `ALL` FROM `TABLE`
|
2024-09-05 14:57:38 +00:00 |
|
Christoph Wurm
|
57f80473cc
|
Docs: Add info on lightweight_deletes_sync
|
2024-09-05 13:42:09 +01:00 |
|
Nikita Mikhaylov
|
2b0fe084ae
|
Merge pull request #69277 from den-crane/patch-73
Doc. Remove a misleading statement
|
2024-09-05 12:01:44 +00:00 |
|
Daniil Ivanik
|
6c52c3d015
|
Merge pull request #69285 from cwurm/docs_clarify_lightweight_delete
Clarify timing of lightweight delete
|
2024-09-05 11:22:32 +00:00 |
|
Yarik Briukhovetskyi
|
ab378a0a46
|
Merge branch 'ClickHouse:master' into time_buckets_impl
|
2024-09-05 11:36:28 +02:00 |
|
Christoph Wurm
|
35748dffb2
|
Clarify lightweight delete.
|
2024-09-05 10:31:14 +01:00 |
|
Anton Popov
|
10d2631ec9
|
Merge pull request #69030 from bigo-sg/improve_array_zip
Add new function arrayZipUnaligned
|
2024-09-05 08:05:56 +00:00 |
|
Denny Crane
|
ec8d0f94fe
|
Update index.md
|
2024-09-04 20:56:16 -03:00 |
|
Yarik Briukhovetskyi
|
de0e608919
|
Merge branch 'master' into time_buckets_impl
|
2024-09-03 23:24:14 +02:00 |
|
Arthur Passos
|
d9a4964cd9
|
Merge branch 'master' into multi_auth_methods
|
2024-09-03 15:01:59 -03:00 |
|
Kruglov Pavel
|
17baa4f51b
|
Merge pull request #68463 from Avogar/dynamic-json-distinct-aggregate-functions
Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes
|
2024-09-03 17:51:51 +00:00 |
|
Pablo Marcos
|
12f6b83d60
|
Update transactions doc
Clarify isolation levels when inside/outside of a transaction.
Also fix some weird formatting using hyphen instead of comma or period.
|
2024-09-03 16:35:11 +02:00 |
|
李扬
|
5832f982d6
|
Merge branch 'ClickHouse:master' into improve_array_zip
|
2024-09-03 17:48:13 +08:00 |
|
avogar
|
ed2da41a79
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
|
2024-09-02 10:41:49 +00:00 |
|
Nikita Mikhaylov
|
1c839ff4b9
|
Merge pull request #69125 from ClickHouse/Avogar-patch-7
Fix types in JSON docs
|
2024-09-02 10:13:30 +00:00 |
|
Yarik Briukhovetskyi
|
f89290cdbf
|
Merge pull request #68874 from liuneng1994/support-datetrunc-on-date32
Support Date32 on dateTrunc and toStartOfInterval
|
2024-09-02 09:26:54 +00:00 |
|
Yarik Briukhovetskyi
|
e3c5caf6db
|
Merge pull request #69055 from Warfields/patch-1
Update parametric-functions.md
|
2024-09-02 09:09:25 +00:00 |
|
taiyang-li
|
1cd4af1564
|
add new function arrayZipUnaligned
|
2024-09-02 11:55:41 +08:00 |
|
Kruglov Pavel
|
0857a10fc1
|
Fix types in JSON docs
|
2024-08-31 14:17:24 +02:00 |
|
avogar
|
2287f280da
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-json-distinct-aggregate-functions
|
2024-08-31 11:36:23 +00:00 |
|
liuneng
|
5e0000c4ca
|
add test case and doc
|
2024-08-31 10:49:50 +08:00 |
|
Arthur Passos
|
a22f9fd91f
|
Merge branch 'master' into multi_auth_methods
|
2024-08-30 16:59:40 -03:00 |
|
Yakov Olkhovskiy
|
950ca28f53
|
Merge pull request #67805 from sunny19930321/feature/add-delete-from-in-partition-command
Lightweight Delete In Partition
|
2024-08-30 15:44:46 +00:00 |
|
Sergei Trifonov
|
f59ed02acb
|
Merge pull request #68956 from Blargian/docs_toBool
[Docs] add `toBool` to docs
|
2024-08-30 13:11:50 +00:00 |
|
Yarik Briukhovetskyi
|
76b938acaf
|
Update docs/en/sql-reference/aggregate-functions/parametric-functions.md
|
2024-08-30 12:50:08 +02:00 |
|
Yarik Briukhovetskyi
|
9a4c32e8de
|
Update docs/en/sql-reference/aggregate-functions/parametric-functions.md
|
2024-08-30 12:50:02 +02:00 |
|
Yarik Briukhovetskyi
|
b1fc15ffc9
|
Update docs/en/sql-reference/aggregate-functions/parametric-functions.md
|
2024-08-30 12:49:56 +02:00 |
|
Kirill Nikiforov
|
563f3a4880
|
Merge remote-tracking branch 'origin/master' into feat/59376
|
2024-08-29 23:20:13 +04:00 |
|
Kirill Nikiforov
|
79c01e717f
|
rm comment, add docs
|
2024-08-29 23:15:39 +04:00 |
|
Arthur Passos
|
f9b845486a
|
Merge branch 'master' into multi_auth_methods
|
2024-08-29 13:12:19 -03:00 |
|
Aleksa Cukovic
|
cd9be01c65
|
Fix row policy documentation grammar
|
2024-08-29 14:40:38 +02:00 |
|
Samuel Warfield
|
2898b123c3
|
Update parametric-functions.md
Fix link to pattern syntax
|
2024-08-28 14:11:16 -06:00 |
|
avogar
|
0aba986372
|
Address review comments
|
2024-08-28 15:06:05 +00:00 |
|