Commit Graph

8755 Commits

Author SHA1 Message Date
Vladimir C
bc7c41efff
Merge pull request #26657 from hexiaoting/fuse_quantile 2021-09-21 12:33:07 +03:00
tavplubix
b872462f79
Merge pull request #29212 from ClickHouse/fix_style_check
Fix style check
2021-09-21 11:49:10 +03:00
Vladimir C
9abd8aea6d
Merge pull request #29123 from depressed-pho/csv-custom-null 2021-09-21 11:35:21 +03:00
Alexander Tokmakov
571dd3acfb fix style check 2021-09-21 10:28:33 +03:00
Alexey Milovidov
2de3542032 Change copyright, step 2 2021-09-21 03:23:00 +03:00
alexey-milovidov
b8e2dc6b3e
Update clickhouse-keeper.md 2021-09-21 00:12:56 +03:00
Ivan Blinkov
c5556b5e04
Update build.py 2021-09-20 20:52:25 +03:00
Ivan Blinkov
e9aa12c914
Update website.py 2021-09-20 20:43:58 +03:00
Ivan Blinkov
99a8653497
Update website.py 2021-09-20 16:30:08 +03:00
Ivan Blinkov
d063266a6e
Update website.py 2021-09-20 15:40:04 +03:00
alesapin
a249dcc5f5
Merge pull request #28301 from kssenii/materialized-postgresql
MaterializedPostgreSQL: allow dynamically adding/deleting tables, altering settings
2021-09-20 14:16:29 +03:00
Ivan Blinkov
5dcdd9c44d
Update single_page.py 2021-09-20 13:40:21 +03:00
Ivan Blinkov
1fed64d529
Update test.py 2021-09-20 12:53:54 +03:00
Ivan Blinkov
46133adff9 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2021-09-20 11:23:51 +03:00
Ivan Blinkov
06fd753556 remove info page 2021-09-20 11:16:00 +03:00
Ivan Blinkov
a7cbad50ed fixes and cleanup 2021-09-20 11:08:21 +03:00
Ivan Blinkov
6a293d73f9 make_links.sh 2021-09-20 09:51:41 +03:00
Alexey Milovidov
1e3fc8d434 Remove broken link 2021-09-20 04:15:48 +03:00
Ivan Blinkov
9994724049 run make_links.sh 2021-09-20 00:10:54 +03:00
Ivan Blinkov
e3eedc8786 tune build.py 2021-09-19 23:16:01 +03:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
Ivan Blinkov
e66a631321 Merge branch 'master' of github.com:flickerbox/tech.clickhouse 2021-09-19 19:32:21 +03:00
mergify[bot]
700c1c4ce0
Merge branch 'master' into docs_add_distributed_ddl 2021-09-18 21:45:46 +00:00
alexey-milovidov
3eed1f06ea
Merge pull request #28952 from fuzzERot/h3-functions
Implementation of h3ToGeoBoundary
2021-09-18 14:27:11 +03:00
olgarev
2570e270d7
DOCSUP-13593: Alter view (#28911)
* Alter mv and lv (en)

* Translated to Russian. Fixes.

* Fixes

* Update docs/en/sql-reference/statements/alter/view.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2021-09-17 12:07:32 +03:00
PHO
3c4b1ea9c5 New setting: output_format_csv_null_representation
This is the same as output_format_tsv_null_representation but is for CSV output.
2021-09-17 17:58:23 +09:00
Ivan Blinkov
295541e43e
[docs] try to fix build 2021-09-17 09:38:00 +03:00
Slach
87e762d1de add distributed_ddl description, sync EN with RU version
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-09-16 19:41:58 +05:00
alexey-milovidov
63acdcc85e
Merge pull request #29067 from qianmoQ/translation-docs-zh
pr commercial
2021-09-16 16:25:41 +03:00
Pavel Kruglov
aa3bb2f2c0 Remove VerticalRaw format from docs 2021-09-16 14:30:28 +03:00
Yuriy Korzhenevskiy
52db6feff2
fix sql examples syntax highlight 2021-09-16 12:52:11 +03:00
qianmoQ
35c1e38835 fix space between Chinese and English 2021-09-16 15:42:48 +08:00
qianmoQ
51925c68f8 fix space between Chinese and English 2021-09-16 14:29:40 +08:00
qianmoQ
dc185457b9 pr adding_test_queries.md 2021-09-16 14:17:30 +08:00
qianmoQ
ce3ec5fc1f pr commercial 2021-09-16 11:17:28 +08:00
mergify[bot]
d4ac1fdba0
Merge branch 'master' into h3-functions 2021-09-15 21:24:31 +00:00
Maksim Kita
fb9da614ed
Merge pull request #29038 from kitaisreal/range-hashed-dictionary-range-type-docs-fix
RangeHashedDictionary range type docs fix
2021-09-16 00:23:42 +03:00
kssenii
710c8d12dd Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql 2021-09-15 12:28:09 +03:00
Maksim Kita
7e23a7d814 RangeHashedDictionary range type docs fix 2021-09-15 12:23:31 +03:00
kirillikoff
7246825d8d
DOCSUP-14089: Document the max_hyperscan_regexp_length and max_hyperscan_regexp_tot… (#28902)
* Document the max_hyperscan_regexp_length and max_hyperscan_regexp_total_length settings

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/en/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update settings.md

* Translation into Russian

* Translation into Russian update

* Multiple match

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

Co-authored-by: Tatiana Kirillova <kirillikoff@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 12:16:05 +03:00
Maksim Kita
02b72b0fca
Merge pull request #29003 from den-crane/patch-27
Doc. Mathematical Round for Decimals, Bankers for Floats
2021-09-15 11:10:44 +03:00
alesapin
6a2d3aee79
Merge pull request #28072 from otrazhenia/evgsudarikova-DOCSUP-11582
DOCSUP-11582: add clickhouse-keeper description
2021-09-15 10:47:09 +03:00
alesapin
45a18d7717
Update clickhouse-keeper.md 2021-09-15 10:45:02 +03:00
alesapin
48f3f40ffc
Update clickhouse-keeper.md 2021-09-15 10:44:19 +03:00
vdimir
a3304a87a4
Rename optimize_syntax_fuse_aggregate -> optimize_syntax_fuse_functions 2021-09-14 15:27:12 +03:00
vdimir
a1463d5719
Merge remote-tracking branch 'origin/master' into fuse_quantile 2021-09-14 15:23:06 +03:00
vdimir
5a1aeeb044
Use optimize_syntax_fuse_aggregate instead of optimize_fuse_sum_count_avg and optimize_fuse_quantile 2021-09-14 15:21:16 +03:00
alexey-milovidov
e687b3b600
Update int-uint.md 2021-09-14 09:52:02 +03:00
Denny Crane
efd4ac381b
Update rounding-functions.md 2021-09-14 00:19:17 -03:00
Denny Crane
10723160b3
Update rounding-functions.md 2021-09-14 00:13:54 -03:00