Mikhail f. Shiryaev
3f967b1822
Fix _includes/install/tgz.sh script for linux
2022-08-26 20:57:38 +02:00
zvonand
eba4bd2a87
update test and chinese docs
2022-08-22 17:36:55 +03:00
Robert Schulze
55ff546322
Fix typo
2022-08-11 20:42:59 +00:00
Dan Roscigno
35ee71a908
Merge pull request #40110 from ClickHouse/fix-docs-for-39287
...
Fix documentation of "modulo(a, b)"
2022-08-11 16:14:28 -04:00
Robert Schulze
aa42a42e0f
Fix documentation of "modulo(a, b)"
...
Fixes #39287
ClickHouse uses the same semantics for modulo on floats as Python, i.e.
4.2 % 2.0 = 0.2
and not as previously documented:
4.2 % 2.0 --> (drop decimal places) --> 4 % 2 = 0.
Fixed the documentation.
2022-08-11 08:23:43 +00:00
Alexey Milovidov
8374f31306
Merge pull request #39425 from arenadata/ADQM-485
...
Add support of dates from year 1900 to 2299 for Date32 and DateTime64
2022-08-11 05:01:53 +03:00
Robert Schulze
7c59331e0e
Make examples for function 'parseDateTimeBestEffort()' less ambiguous
...
"12/12" and "12-12" could be interpreted as MM/DD or DD/MM and therefore
were not great examples.
2022-08-09 08:56:05 +00:00
Alexey Milovidov
a4a3867585
Merge pull request #39849 from skyhotqin/patch-1
...
Update dbms-naming.md
2022-08-06 02:01:30 +03:00
DanRoscigno
0e6a0d589f
moved image dir
2022-08-03 16:27:17 -04:00
DanRoscigno
8b1b059ae9
wrong directory
2022-08-03 15:56:32 -04:00
DanRoscigno
d0c3de9da9
wrong dir
2022-08-03 15:55:12 -04:00
DanRoscigno
ab455f3767
moving PR from clickhouse-docs
2022-08-03 14:47:31 -04:00
nathanbegbie
b4c3ff0cef
typo: PostgerSQL -> PostgreSQL
2022-08-03 16:01:24 +03:00
nathanbegbie
de91875b5e
Revert "typo: PostgerSQL -> PostgreSQL"
...
This reverts commit fda8b113dc
.
2022-08-03 15:59:36 +03:00
nathanbegbie
fda8b113dc
typo: PostgerSQL -> PostgreSQL
2022-08-03 15:54:58 +03:00
SkyhotQin
724d3d0359
Update dbms-naming.md
...
delete the `h` and some spaces
2022-08-03 17:09:10 +08:00
Robert Schulze
49a708ff29
Merge pull request #39596 from ClickHouse/move-woboq
...
Merge Woboq code browser page into "Getting Started" document
2022-08-01 13:44:33 +02:00
Robert Schulze
c9e1364cd0
Temporarily restore Woboq pages
2022-08-01 08:39:22 +00:00
Robert Schulze
fb622e4c4b
Remove IDE recommendation from Russian / Chinese translations of dev guide
...
- IDEs are already recommended at length earlier in the documents
2022-07-31 12:53:15 +00:00
Alexey Milovidov
6d14d8d366
Merge pull request #37510 from WujieRen/patch-1
...
Added details of partition by expression to the Chinese page
2022-07-30 05:24:32 +03:00
Robert Schulze
22219c4b7a
Merge Woboq code browser page into "Getting Started" document
...
There was too little information on the page to deserve a separate
document.
2022-07-26 07:54:03 +00:00
Roman Vasin
b462366415
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-485
2022-07-25 17:55:47 +00:00
Denny Crane
a862e08fc4
Update star-schema.md
2022-07-24 17:10:36 -03:00
Roman Vasin
e3192cf753
Correct docs to reflect new range 1900..2299 for Date32 and DateTime64; Cleanup code
2022-07-20 15:19:02 +00:00
Alexey Milovidov
6d3b0032c3
Change the link to Hardware benchmark script
2022-07-12 20:25:40 +02:00
Alexey Milovidov
0ef3af67f8
Merge branch 'master' into compatible-benchmark
2022-07-11 08:43:14 +02:00
xinhuitian
af1c3d35fd
make key-value zh doc more readable
2022-07-06 13:32:21 +08:00
Alexey Milovidov
c1494aa2f6
Remove old benchmarks and move new one level up
2022-07-04 13:37:42 +02:00
Mikhail f. Shiryaev
7c812df47e
Merge pull request #38580 from ClickHouse/artifactory-arm64
...
Push arm64 packages to artifactory and release assets
2022-07-04 12:31:52 +02:00
santrancisco
974e99fcfe
Remove broken client library link
2022-07-01 19:07:42 +10:00
Mikhail f. Shiryaev
e76ebdfb47
Change clickhouse-{client,server} packages architecture
2022-06-30 16:31:31 +02:00
Nikolay Degterinsky
95fd67c850
Merge pull request #38539 from GruffGemini/patch-1
...
Fixed broken links in group-by.md
2022-06-30 09:46:46 +02:00
GruffGemini
c64cfbcf4f
Update group-by.md
2022-06-30 09:32:42 +03:00
Dan Roscigno
628ac3e1b8
Apply suggestions from code review
2022-06-29 10:34:38 -04:00
Rich Raposa
0b40051883
Update zh/tutorial.md
...
Fix `include` from old mkdocs version
2022-06-29 06:04:02 -06:00
Laurie Li
81becebfe3
Add "See Also"
...
Signed-off-by: Laurie Li <laurieliyang@outlook.com>
2022-06-23 09:29:46 +08:00
Laurie Li
d553b30f80
Update replication.md of zh docs
...
docs/zh/engines/table-engines/mergetree-family/replication.md
Signed-off-by: Laurie Li <laurieliyang@outlook.com>
2022-06-22 23:28:25 +08:00
Alexey Milovidov
7e9a3796e9
Fix wrong docs
2022-06-21 00:09:55 +02:00
Dan Roscigno
e85e450200
Merge pull request #37621 from Vxider/wv-doc
...
Update Window View document, add alter, inner engine, and populate
2022-06-14 12:28:18 -04:00
Antonio Andelic
b9cf6fe367
Merge branch 'master' into pp-system-unfreeze
2022-06-13 14:46:30 +00:00
Vladimir C
38892951d0
clickhouse.rs in docs
2022-06-10 12:58:00 +02:00
Vadim Volodin
637d293fbd
Add SYSTEM UNFREEZE query
2022-06-08 15:21:14 +03:00
Paul Loyd
6da9f708ad
docs: add more Rust client libraries
2022-06-06 14:23:47 +08:00
Vxider
0246a3f415
Merged with master
2022-06-04 17:22:22 +00:00
Alexey Milovidov
fd14d168df
Merge pull request #37635 from kl7sn/master
...
add clickvisual intro
2022-06-04 14:36:43 +03:00
MEX7
fa34663708
Merge remote-tracking branch 'upstream/master'
2022-05-30 15:55:23 +08:00
MEX7
1b6aa31419
docs: add clickvisual intro
2022-05-30 15:44:06 +08:00
Vxider
2232d47c5a
update windowview doc for alter, inner engine, and populate
2022-05-28 12:23:30 +00:00
PigInCloud
7ccf4f4db7
Update insert-into.md
...
I translated some untranslated text into Chinese
2022-05-27 18:30:20 +08:00
renwujie
b91ae916ba
partition by 语句解释补充
...
英文官网不建议手动指定 partition by 字段对表进行分区,中文官网提都没提。
2022-05-25 11:49:37 +08:00
ni1l
ca702b4593
Update the Chinese version of encoding-functions.md
2022-05-19 23:52:08 +08:00
ni1l
1bec6edd24
Sync the English version of conditional-functions.md and date-time-functions.md to the Chinese document
2022-05-17 00:30:26 +08:00
ni1l
e85c616704
fix the broken link in the bit-functions.md
2022-05-16 18:03:09 +08:00
ni1l
ee368b522f
Sync the English version of bit-functions.md to the Chinese document
2022-05-15 23:21:05 +08:00
ni1l
89d6409ed1
Sync the arithmetic functions and array functions in the Chinese document with the English document
2022-05-12 00:33:31 +08:00
mergify[bot]
2d1057bc87
Merge branch 'master' into fix-substring-negative-offset-length
2022-05-07 10:30:39 +00:00
小蝌蚪
1dc653f0ec
Translate playground.md to Chinese
2022-04-30 17:20:15 +08:00
Nikolai Kochetov
5807ca47b0
Merge pull request #36425 from ClickHouse/pool-size-hot-reload
...
Allow to increase number of threads and tasks for background executors
2022-04-29 17:24:12 +02:00
Rich Raposa
8c3f313671
Merge pull request #36791 from ClickHouse/rfraposa-patch-3
...
Various docs fixes
2022-04-29 06:09:23 -06:00
rfraposa
e7b7b7ecd3
Various docs fixes
2022-04-29 05:33:51 -06:00
Alexey Milovidov
1f3d1d67fc
Merge pull request #36598 from ClickHouse/ch-keeper-zh
...
/zh version of clickhouse-keeper.md
2022-04-28 05:46:04 +03:00
Alexey Milovidov
86bf67c93c
Merge pull request #36526 from Joeywzr/to_start_of_five_minutes
...
Replace toStartOfFiveMinute to toStartOfFiveMinutes
2022-04-26 05:52:02 +03:00
XenoAmess
da3d7f2835
fix boolean documents.
2022-04-26 05:51:56 +08:00
mergify[bot]
d2ac9b2223
Merge branch 'master' into to_start_of_five_minutes
2022-04-25 17:36:38 +00:00
rfraposa
d66951b067
/zh version of clickhouse-keeper.md
2022-04-24 20:27:22 -06:00
Rich Raposa
9982487512
Update setting.md
2022-04-24 20:00:51 -06:00
Rich Raposa
d2a78d3fa3
Update map.md
2022-04-24 20:00:24 -06:00
mergify[bot]
53346ac3cc
Merge branch 'master' into to_start_of_five_minutes
2022-04-25 01:02:38 +00:00
Alexey Milovidov
29d5ba5223
Resubmit two wrong doc changes
2022-04-25 03:00:58 +02:00
Alexey Milovidov
4f177281aa
Revert "Update setting.md"
2022-04-25 03:59:23 +03:00
Alexey Milovidov
d327f38fe9
Revert "Translate docs/zh/sql-reference/data-types/map.md"
2022-04-25 03:54:01 +03:00
Alexey Milovidov
27d02e2689
Merge pull request #36592 from ClickHouse/rfraposa-patch-3
...
Add cmake page back to docs && fix /settings/settings in /zh
2022-04-25 03:24:07 +03:00
Alexey Milovidov
1040e31821
Merge pull request #35969 from larry-cdn77/documentation
...
Documentation: update listing in system.metrics example
2022-04-25 03:22:42 +03:00
Alexey Milovidov
a56e7da395
Merge pull request #35744 from yjant/patch-1
...
Translate docs/zh/sql-reference/data-types/map.md
2022-04-25 03:22:35 +03:00
Alexey Milovidov
05eb1b5a92
Merge pull request #35713 from guov100/patch-2
...
Update build-cross-arm.md , make it more human-readable in Chinese.
2022-04-25 03:22:28 +03:00
Alexey Milovidov
58490fba0b
Merge pull request #34442 from ermaotech/patch-3
...
Update setting.md
2022-04-25 03:22:16 +03:00
rfraposa
06ac99b1e7
Add cmake page back to docs && fix /settings/settings in /zh
2022-04-24 16:47:19 -06:00
mergify[bot]
cb4e6b9b3f
Merge branch 'master' into documentation
2022-04-24 22:31:39 +00:00
mergify[bot]
3235565e02
Merge branch 'master' into patch-1
2022-04-24 22:29:43 +00:00
Alexey Milovidov
4c41a61f41
Merge pull request #35169 from guomaolin/patch-1
...
Update mergetree.md
2022-04-25 01:28:47 +03:00
mergify[bot]
f379d93d16
Merge branch 'master' into patch-2
2022-04-24 22:26:33 +00:00
mergify[bot]
e32f6daeef
Merge branch 'master' into patch-3
2022-04-24 22:24:34 +00:00
mergify[bot]
705d5af3a0
Merge branch 'master' into to_start_of_five_minutes
2022-04-24 22:24:24 +00:00
homeward
bc19f4e633
Update adopters.md
2022-04-24 15:46:58 +08:00
homeward
b1794607c3
Update adopters.md
2022-04-24 15:40:35 +08:00
homeward
e801f27ee9
Update adopters.md
2022-04-24 15:37:27 +08:00
homeward
1ae00fe9de
Update adopters.md
2022-04-24 15:36:57 +08:00
homeward
8e60720095
Update adopters.md
2022-04-24 15:36:39 +08:00
Nikita Mikhaylov
e475849761
Style and Docs update
2022-04-22 13:56:16 +00:00
Memo
956d525840
fix conflict
2022-04-22 11:22:50 +08:00
Memo
39aadf0975
replaced toStartOfFiveMinute to toStartOfFiveMinutes
2022-04-22 10:49:59 +08:00
Sergey Tulentsev
301b7cd876
remove whitespace change
2022-04-21 13:42:55 +01:00
Sergey Tulentsev
f3195e10d0
use html entities for < / > in markdown tables
2022-04-21 13:40:25 +01:00
rfraposa
05341d7bd6
Update _category_.yml
2022-04-19 14:08:14 -06:00
rfraposa
6576fd88c1
EOL fixes
2022-04-19 13:50:45 -06:00
rfraposa
476122e92a
Fix broken links
2022-04-19 20:17:01 +02:00
Mikhail f. Shiryaev
7925d925a9
Merge branch 'master' into docs-staging
2022-04-19 11:00:03 +02:00
yjant
5f7267b671
Update nothing.md
...
The links are wrong.
2022-04-18 09:32:53 +08:00
rfraposa
fb08c5b7e1
Merge branch 'master' into docs-staging
2022-04-15 07:25:27 -06:00
mergify[bot]
c3f8ece263
Merge branch 'master' into patch-2
2022-04-12 13:27:30 +00:00