Denys Golotiuk
fd81509a48
Update docs/en/sql-reference/functions/random-functions.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-12-22 17:13:45 +02:00
Denys Golotiuk
344dfb0064
Update docs/en/sql-reference/functions/random-functions.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-12-22 17:13:28 +02:00
Denys Golotiuk
3de02287bc
Added docs for new rand* functions (distributions)
2022-12-22 16:10:25 +02:00
Dan Roscigno
b238106f93
Merge pull request #44492 from DanRoscigno/fix-macOS
...
fix case of macOS
2022-12-22 07:38:34 -05:00
Robert Schulze
0dbed9e738
Mac OS X --> macOS
2022-12-22 09:37:17 +00:00
Alexander Gololobov
c95e10777f
Fixed formatiing
2022-12-21 21:40:30 +01:00
Alexander Gololobov
269700df42
Merge branch 'master' into feature/format-datetime-fractional-second
2022-12-21 21:34:46 +01:00
DanRoscigno
c7a773f815
fix case of macOS
2022-12-21 10:14:07 -05:00
Dan Roscigno
37af44501d
Update docs/en/sql-reference/functions/hash-functions.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2022-12-21 09:12:06 -05:00
Dan Roscigno
30eb95d7d1
Update hash-functions.md
2022-12-21 08:39:44 -05:00
Sergei Trifonov
048525273f
Merge branch 'master' into Avogar-patch-1
2022-12-21 11:54:18 +01:00
Kruglov Pavel
36a6ee4fdb
Add documentation for setting allow_settings_after_format_in_insert
2022-12-20 22:04:37 +01:00
DanRoscigno
c6513624c4
add support case note for compat setting
2022-12-20 15:03:42 -05:00
Kruglov Pavel
643a35bed1
Merge pull request #44019 from Avogar/refactor-schema-inference
...
Refactor and improve schema inference for text formats
2022-12-20 17:29:03 +01:00
Robert Schulze
a6019fec70
Merge branch 'master' into sse2-in-universal
2022-12-20 10:24:50 +01:00
DanRoscigno
c64ca04bfb
add docker back to top
2022-12-19 17:30:30 -05:00
Robert Schulze
d33101e396
Further clean up install guide
2022-12-19 19:27:15 +00:00
Robert Schulze
2b9a0824fe
Cosmetics: Rename "amd64-sse2" builds to "amd64-compat" builds
...
... a bit of consistency with "aarch64-v80compat"
2022-12-19 19:00:21 +00:00
Robert Schulze
3eb4a06b0d
x86-64 guarantees SSE2
2022-12-19 18:37:42 +00:00
Dan Roscigno
3e17926139
Merge branch 'master' into simplify-install-docs
2022-12-19 10:24:16 -05:00
Robert Schulze
dbe5fda11c
AArch64 --> ARM, x86_64 --> x86-64, + more
...
- revert back to "two" options instead of "three". Docker is a form of self-hosted ClickHouse and it is also listed as such in the text.
2022-12-19 15:13:25 +01:00
DanRoscigno
b0c271381d
add easy button
2022-12-19 08:22:03 -05:00
DanRoscigno
6a8a4586a5
apply Robert's edits
2022-12-19 08:10:20 -05:00
Robert Schulze
90c2919275
universal.sh: Attempt to fetch SSE2 build on ancient hardware
2022-12-19 11:02:58 +00:00
Alexey Milovidov
f3a4163c87
Merge pull request #41099 from peter279k/improve_build
...
Improve building steps
2022-12-19 04:01:14 +03:00
DanRoscigno
feaa166098
highlight curl and Docker
2022-12-18 18:45:16 -05:00
Tanya Bragin
7f9f819b20
Update install.md
...
@DanRoscigno I suggest that we change this page to link "Self-Managed ClickHouse" to the `#self-managed-install` anchor below for self-managed install tutorial. This prominent link at the top currently leads to our Github README page, which contains no install instructions. The navigation on the side is pretty hard to notice in the current understated styling vs this red link, so it's easy for users looking for download instructions to navigate away from this page unintentionally, and potentially get lost.
2022-12-18 11:55:21 -08:00
Alexey Milovidov
57b0d44774
Update build.md
2022-12-17 05:03:12 +03:00
Alexey Milovidov
e80dc069ef
Merge pull request #44324 from ClickHouse/doc-format-rowbinary-delimiter
...
Append requirement for FORMAT RowBinary with strict delimiter
2022-12-17 03:57:58 +03:00
Yakov Olkhovskiy
21ed8bae4a
fix style
2022-12-16 17:31:35 -05:00
Yakov Olkhovskiy
9ce4e6b7e2
fix style
2022-12-16 17:30:40 -05:00
DanRoscigno
4af8e647af
switch note to Optimize guide
2022-12-16 16:53:14 -05:00
Yakov Olkhovskiy
136279948b
Append requirement for FORMAT RowBinary with strict delimiter
2022-12-16 15:54:41 -05:00
Yakov Olkhovskiy
bb5d7ff28b
Append requirement for FORMAT RowBinary with strict delimiter
2022-12-16 15:43:52 -05:00
Kruglov Pavel
37df9b9990
Merge branch 'master' into refactor-schema-inference
2022-12-16 19:13:15 +01:00
Christoph Wurm
4f5932641d
Reduce num_layers to 1 and general wording.
2022-12-16 15:59:46 +00:00
Kruglov Pavel
8ce8205955
Merge pull request #44269 from ClickHouse/Avogar-patch-1
...
Add missing documentation for some schema inference settings
2022-12-16 15:28:01 +01:00
Kruglov Pavel
3fad5c7f1f
Merge branch 'master' into refactor-schema-inference
2022-12-16 14:24:51 +01:00
Dan Roscigno
6d8df98431
Merge branch 'master' into cross-link-docs
2022-12-16 08:23:28 -05:00
Dale Mcdiarmid
1f5e6799ec
revert contents change
2022-12-16 12:03:57 +00:00
Dale Mcdiarmid
8e84928f18
Merge branch 'cross-link-docs' of github.com:gingerwizard/ClickHouse into cross-link-docs
2022-12-16 12:01:58 +00:00
Dale Mcdiarmid
ba52210124
revert format issue
2022-12-16 12:00:12 +00:00
robot-clickhouse
9e7d8d2a6f
Update version_date.tsv and changelogs after v22.9.7.34-stable
2022-12-16 11:57:24 +00:00
robot-clickhouse
f4fbdfa93d
Update version_date.tsv and changelogs after v22.12.1.1752-stable
2022-12-15 17:07:16 +00:00
Kruglov Pavel
00d80e44cc
Fix typos
2022-12-15 16:18:40 +01:00
Kruglov Pavel
7657f16e2a
Add missing documentation for some schema inference settings
2022-12-15 16:17:18 +01:00
Kruglov Pavel
0816626373
Update docs
2022-12-15 16:10:06 +01:00
Sergei Trifonov
f0de30de92
fix typos
2022-12-15 14:11:16 +01:00
Dan Roscigno
3310a8edd9
Merge branch 'master' into cross-link-docs
2022-12-14 22:05:46 -05:00
Dan Roscigno
8870beb42e
Update summingmergetree.md
2022-12-14 13:55:42 -05:00