Commit Graph

7523 Commits

Author SHA1 Message Date
Victor
a47a9ef39a
Update distinct.md 2021-07-07 13:38:56 +03:00
Maksim Kita
ad5f99d36c
Merge pull request #25973 from otrazhenia/evgsudarikova-DOCSUP-10768
DOCSUP-10768: added Array type to the list of supported types in Dictionaries' attributes.
2021-07-07 01:52:22 +03:00
tavplubix
ddc7263ec7
Merge pull request #25799 from lehasm/alexey-sm-DOCSUP-9779-document-quantileBFloat16
DOCSUP-9779: Document the quantileBFloat16
2021-07-06 11:43:06 +03:00
Alexey Milovidov
7b94573506 Remove obsolete trash about libraries 2021-07-06 03:31:39 +03:00
alexey-milovidov
f26d682f66
Merge pull request #26009 from traceon/doc-submodule-guidelines
Guidelines for adding new third-party libraries and maintaining custom changes in them
2021-07-06 01:26:25 +03:00
alexey-milovidov
575dfa18e1
Update contrib.md 2021-07-06 01:26:11 +03:00
Denis Glazachev
f4fc1d0807 Minor fixes 2021-07-06 01:05:30 +04:00
Denis Glazachev
0241253a8e Guidelines for adding new third-party libraries 2021-07-06 01:05:12 +04:00
Maksim Kita
ca734bff93
Merge pull request #25805 from gyuton/gyuton-DOCSUP-10532-Edited-and-translated-to-Russian
DOCSUP-10532: Edited and translated to Russian (dateName and bitPositionsToArray functions)
2021-07-05 21:42:05 +03:00
Kseniia Sumarokova
8351f1db99
Merge pull request #20470 from kssenii/pg-ch-replica
MaterializePostgreSQL table engine and database engine
2021-07-04 19:34:54 +03:00
Evgeniia Sudarikova
0955d001cd added array to types 2021-07-04 16:11:29 +03:00
Maksim Kita
a1706f20ff
Update syntax.md 2021-07-03 15:05:08 +03:00
kssenii
0ce4c565d1 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica 2021-07-03 11:48:15 +00:00
Tiaonmmn
80335713cc
Update syntax.md 2021-07-03 18:10:30 +08:00
lehasm
5268f64b14
Update docs/ru/sql-reference/aggregate-functions/reference/quantilebfloat16.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-03 10:06:32 +03:00
lehasm
26c4f3047b
Update docs/ru/sql-reference/aggregate-functions/reference/quantilebfloat16.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-03 10:06:17 +03:00
alexey-milovidov
7e0433bf07
Merge pull request #25904 from xjewer/alex/add_index_first
CLICKHOUSE-1194: add skipping index to the beginning of the list
2021-07-03 04:55:00 +03:00
Alexey
24803bd846 bfloat16 wrapped into back ticks 2021-07-02 20:21:38 +00:00
Alexey
7e372a2e53 Ru translation + some updates + link fixes 2021-07-02 20:18:55 +00:00
Maksim Kita
67a88d64ef
Merge pull request #25235 from meoww-bot/patch-2
Update index.md (WIP)
2021-07-02 23:16:58 +03:00
Alexey
e9687a5907 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-9779-document-quantileBFloat16 2021-07-02 19:15:12 +00:00
Maksim Kita
e992ed780a
Update rabbitmq.md 2021-07-02 11:30:57 +03:00
alexey-milovidov
eb6edd8803
Merge pull request #25547 from Tiaonmmn/patch-2
Update mergetree.md
2021-07-02 04:40:53 +03:00
alexey-milovidov
ebd1d704b8
Merge branch 'master' into patch-1 2021-07-02 04:40:13 +03:00
alexey-milovidov
e45bd26721
Merge pull request #25675 from Nicholaswang/master
fix broken links and incorrect translations
2021-07-02 04:38:39 +03:00
alexey-milovidov
23912c6066
Update adopters.md 2021-07-02 04:05:28 +03:00
Aleksei Semiglazov
f47e1ff102
CLICKHOUSE-1194: add skipping index to the beginning of the list
add the FIRST keyword to the ADD INDEX command to be able to add index in the beginning of the list.

Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 19:37:48 +01:00
Kruglov Pavel
e23cf79338
Merge pull request #25596 from ildus/map_add_for_maps
Support Map type in mapAdd and mapSubtract
2021-07-01 21:08:07 +03:00
kssenii
4c8d82001f Fix checks 2021-07-01 17:52:21 +00:00
Ildus Kurbangaliev
f56ae8f9cd
Apply suggestions from code review
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-07-01 13:38:13 +02:00
kssenii
4ad0f45f0e Some more tests 2021-07-01 08:35:28 +00:00
Vladimir
d0b28a7d6e
Merge pull request #25793 from Slach/improve_alter_partition_docs
add DELETE IN PARTITION and UPDATE IN PARTITION into ALTER syntax TOC
2021-07-01 10:55:44 +03:00
Alexey
46e6062c44 Fixed Syntax section of quantileExactLow 2021-06-30 19:42:41 +00:00
Alexey
b852253153 Fixed Wikipedia link 2021-06-30 19:37:52 +00:00
Alexey
8a3a142f75 Fixed links in quantiles.md 2021-06-30 19:28:57 +00:00
Alexey
414f48e1c0 Function added to quantiles.md 2021-06-30 19:23:46 +00:00
Alexey
38e6c52a1c Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-9779-document-quantileBFloat16 2021-06-30 19:10:34 +00:00
Alexey Milovidov
77c1115f3e Add ARM build to the front page 2021-06-30 16:35:18 +03:00
Alexey Milovidov
956b1f588d Fix typo, applied changes from @brijrajparmar27 2021-06-30 15:49:01 +03:00
alexey-milovidov
8c72e88bea
Update http.md 2021-06-30 15:45:43 +03:00
alexey-milovidov
2713499d9f
Update http.md 2021-06-30 15:45:21 +03:00
alexey-milovidov
6d321e1f74
Update http.md 2021-06-30 15:44:58 +03:00
alexey-milovidov
7366557bdf
Update http.md 2021-06-30 15:44:30 +03:00
Andreas Hunkeler
4501f4d86d
Fix small typo in security changelog 2021-06-30 13:31:08 +02:00
Anton Popov
2034d31b3e
Merge pull request #25607 from gyuton/gyuton-DOCSUP-10293-Document-the-optimize_functions_to_subcolumns-setting
DOCSUP-10293: Documented the optimize_functions_to_subcolumns setting
2021-06-30 14:26:48 +03:00
Anton Popov
b6f161df75
Update count.md 2021-06-30 14:26:04 +03:00
Anton Popov
d9fcd53f0c
Update count.md 2021-06-30 14:25:14 +03:00
tavplubix
56da480497
Merge pull request #25302 from otrazhenia/evgsudarikova-DOCSUP-10299
DOCSUP-10299: Edit and translate to Russian
2021-06-30 14:02:43 +03:00
gyuton
077c7fab43
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-30 13:23:07 +03:00
Evgenia Sudarikova
85ebad5909
change to "рабочая среда" 2021-06-30 13:02:39 +03:00