Robert Schulze
305291fd64
Merge pull request #39362 from ClickHouse/doc-updates
...
Small doc updates
2022-07-25 16:31:59 +02:00
Alexey Milovidov
6fdcb009ff
Merge pull request #39533 from ClickHouse/now-in-block
...
Add function `nowInBlock`
2022-07-25 04:22:11 +03:00
Alexey Milovidov
21d88f346f
Merge pull request #39540 from den-crane/patch-27
...
Doc. Some notes about formats WithNames
2022-07-25 04:08:34 +03:00
Alexey Milovidov
e01bf1318a
Merge pull request #39539 from den-crane/patch-26
...
Doc. Note about arguments of translate
2022-07-25 04:07:43 +03:00
Denny Crane
d15ee4b48b
Update formats.md
2022-07-24 21:34:35 -03:00
Denny Crane
6def34750a
Merge branch 'patch-28' into patch-27
2022-07-24 21:14:28 -03:00
Denny Crane
60265c4bb9
Update settings.md
2022-07-24 21:06:45 -03:00
Denny Crane
bca33a5a0a
Update formats.md
2022-07-24 20:57:37 -03:00
Denny Crane
31630ff38e
Update string-replace-functions.md
2022-07-24 20:18:49 -03:00
Denny Crane
a1a1d357b4
Update string-replace-functions.md
2022-07-24 20:15:48 -03:00
Alexey Milovidov
0492f23d07
Add the docs
2022-07-24 23:11:54 +02:00
Denny Crane
a862e08fc4
Update star-schema.md
2022-07-24 17:10:36 -03:00
Denny Crane
b6121a1bf1
Update star-schema.md
2022-07-24 17:07:47 -03:00
Robert Schulze
68f0dcc206
Remove mention of C++03 exception specifiers
...
... such exception specifiers trigger a compiler warning these days
anyways (i.e. are treated as error)
2022-07-24 18:41:43 +00:00
Robert Schulze
f3a60991f4
Smallish compiler warnings update
2022-07-24 18:41:43 +00:00
Robert Schulze
a9fb677084
Bump Clang version to current minimum
2022-07-24 18:41:43 +00:00
Robert Schulze
2ded3da887
Bump Clang version to current minimum
2022-07-24 18:41:43 +00:00
Robert Schulze
cec8458429
Remove Mac instructions
...
... they are given at length on the dedicated setup page for Mac
2022-07-24 18:41:43 +00:00
Robert Schulze
b09121df11
Remove comment to check for CMake version
...
a) the build script aborts anyways if CMake is too old
b) our minimally required version is >3 years old, so the chance of an
abort due to outdated CMake is fairly low
c) removing the hint to check the version removes the need to constantly
update the version in the docs
2022-07-24 18:41:43 +00:00
Robert Schulze
a2d1738150
Add a sentence on writing perf tests for SQL functions
2022-07-24 18:41:07 +00:00
Robert Schulze
c788e05c77
Merge pull request #39292 from zvonand/zvonand-b58-datatype
...
Simplify Base58 encoding/decoding
2022-07-24 18:09:40 +02:00
Mikhail f. Shiryaev
739ba29466
Run changelog.py from github-helpers
branch
2022-07-22 11:17:57 +00:00
robot-clickhouse
1889348529
Update version_date.tsv and changelogs after v22.7.1.2484-stable
2022-07-22 11:17:57 +00:00
jasperzhu
614f3b14a2
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-22 11:05:44 +08:00
Dan Roscigno
2fcf6f24e6
Merge pull request #39338 from DanRoscigno/update-contributing-docs
...
switch from mkdocs to Docusaurus
2022-07-21 11:18:00 -04:00
Andrey Zvonov
e473606cd1
Merge branch 'master' into zvonand-b58-datatype
2022-07-21 15:55:05 +02:00
Alexey Milovidov
5517e2069e
Merge pull request #39392 from azat/fix-make-clean
...
Fix make clean (due to crosscompile of llvm)
2022-07-21 07:06:22 +03:00
Kruglov Pavel
0efed4644d
Merge pull request #38957 from Avogar/compatibility-setting
...
Add compatibility setting and system.settings_changes system table
2022-07-20 17:46:06 +02:00
Azat Khuzhin
0e95dba3ef
Fix make clean (due to crosscompile of llvm)
...
Without ADDITIONAL_CLEAN_FILES it reports an error:
Cleaning... ninja: error: remove(contrib/llvm/llvm/NATIVE): Directory not empty
ninja: error: remove(/bld/contrib/llvm/llvm/NATIVE): Directory not empty
0 files.
Note, that ADDITIONAL_CLEAN_FILES had been added since cmake 3.15.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-20 17:34:10 +03:00
Kruglov Pavel
28b1fe8939
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-07-20 12:04:59 +02:00
Ladislav Snizek
e5e9f6e60b
Documentation: Correct http_receive_timeout and http_send_timeout defaults (changed in #31450 )
2022-07-20 11:53:33 +02:00
Denny Crane
1d5b2b770e
Update formats.md
2022-07-19 18:23:02 -03:00
Denny Crane
be1d40916a
Update formats.md
2022-07-19 18:22:21 -03:00
Robert Schulze
4e41cac07a
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-19 18:48:24 +02:00
zvonand
30eb2cbcb3
removed Base58 domain type
2022-07-19 14:03:13 +02:00
Kruglov Pavel
12221cffc9
Merge pull request #39071 from jiahui-97/parse_timedelta
...
implementation of parseTimeDelta function
2022-07-19 12:39:56 +02:00
jasperzhu
c044c67745
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-19 15:32:57 +08:00
jiahui-97
e7af88b688
implementation of parseTimeDelta function
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2022-07-19 09:33:02 +08:00
DanRoscigno
362694ea70
switch from mkdocs to Docusaurus
2022-07-18 11:20:53 -04:00
Denny Crane
429b19da8b
Update partition.md
2022-07-17 21:16:40 -03:00
Denny Crane
27326da00b
Update partition.md
2022-07-17 21:12:53 -03:00
Denny Crane
577978026a
Update partition.md
2022-07-17 21:09:01 -03:00
Alexey Milovidov
5f18640215
Fix universal installation script
2022-07-17 23:16:54 +02:00
zvonand
9ac7e41e07
updated docs
2022-07-16 19:45:33 +02:00
zvonand
d07a652883
merge
2022-07-16 19:05:07 +02:00
zvonand
4ab52b6873
added new DataType + fixes
2022-07-16 18:58:47 +02:00
jinjunzh
dbac3a35b2
fixed cosmetic issues
2022-07-15 17:23:37 -04:00
Kruglov Pavel
559d507f5a
Merge branch 'master' into compatibility-setting
2022-07-15 21:11:05 +02:00
jinjunzh
d3d0605c00
add words of caution into documentation
2022-07-15 14:33:51 -04:00
Maksim Kita
59bddf0c91
Merge pull request #39233 from xoelop/patch-1
...
Fix typo in string search functions docs page
2022-07-14 18:00:06 +02:00