Nikita Mikhaylov
4b3c0a95d1
Merge pull request #28046 from syominsergey/fix-build-clang-13-2
...
[WIP] Improve support for build with clang-13
2021-09-13 12:11:38 +03:00
Filatenkov Artur
c23fe5baf6
Improve codec for encr 19896 ( #27476 )
...
* change syntax of encrypted command
* commit all encrypted changes
* correct encryption
* correct config for test
* add tests and correct code style and typos
* correct test
* fix unbundled build
* add log warning messages
* improve code according to review comments
* correct nonce
* correct errors found by fuzzing
* improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation
* Update CompressionCodecEncrypted.h
* Update 01683_codec_encrypted.sql
* correct compression factory after changes in master
* correct behavior with wrong key in data
* correct fuzzer
* add connection for fuzzer with fix for compression_encrypted
* refactor code
* add load from config with throwing errors on server start
* fix typos and check style
* Update Server.cpp
* correct loading and reading
* refactor code. fix uninitialized value
* refactor code
* move defines from server to cpp file
* correct build
* remove repeated code
* correct namespace
* fix code style
2021-09-13 11:25:36 +03:00
adevyatova
2c0f320fe7
Example
2021-09-13 07:54:45 +00:00
Kseniia Sumarokova
87f705f149
Merge pull request #28956 from olgarev/revolg-DOCSUP-14096-edit-and-translate
...
DOCSUP-14096: Edit and translate to Russian
2021-09-13 10:17:40 +03:00
alesapin
55a6769e19
Merge pull request #28488 from gyuton/gyuton-DOCSUP-10285-Document-the-ReplicatedMergeTree-settings
...
DOCSUP-10285: Documented the ReplicatedMergeTree settings
2021-09-13 10:12:50 +03:00
olgarev
1d9a753646
Translation
2021-09-13 03:10:11 +00:00
fuzzERot
dba428c443
Implementation of h3ToGeoBoundary
2021-09-12 23:47:51 +03:00
Dmitriy
3db36056c9
Update the short_circuit_function_evaluation setting
...
Обновил описание.
2021-09-12 20:20:20 +03:00
romanzhukov
057312a6f4
Update uk-price-paid.md
2021-09-12 19:58:02 +03:00
Sergei Semin
12e24a23d3
Merge branch 'master' into fix-build-clang-13-2
2021-09-12 19:30:55 +03:00
Dmitriy
a67bf8615a
Document the short_circuit_function_evaluation setting
...
Задокументировал новую настройку.
2021-09-12 17:36:04 +03:00
alexey-milovidov
60f76d9254
Merge pull request #28759 from nikitamikhaylov/enable-gcc-11
...
Switch CI to GCC-11
2021-09-12 15:56:57 +03:00
mergify[bot]
97fbdec71c
Merge branch 'master' into fix-build-clang-13-2
2021-09-11 15:03:52 +00:00
Vladimir C
aee967de3d
Merge pull request #28194 from ka1bi4/romanzhukov-DOCSUP-12543-bin-unbin-functions
2021-09-11 10:47:17 +03:00
Vladimir C
a581603964
Apply suggestions from code review
2021-09-11 10:46:55 +03:00
adevyatova
1d4f73ac7b
Add example
2021-09-11 02:13:55 +00:00
Vladimir C
5b967d91ba
Merge pull request #28716 from olgarev/revolg-DOCSUP-13742-partitions_in_s3_table_function
2021-09-10 17:57:58 +03:00
mergify[bot]
e3b3439535
Merge branch 'master' into fix-build-clang-13-2
2021-09-10 12:05:54 +00:00
romanzhukov
7dc345fefa
Update opensky eng/ru
...
Update opensky eng/ru
2021-09-10 14:06:21 +03:00
romanzhukov
6aaf2d4636
Upload from local PC.
2021-09-10 12:33:43 +03:00
Vladimir C
27cd75eaa1
Apply suggestions from code review
2021-09-10 09:31:49 +03:00
yeer
ac7330b805
Update where.md
...
type: expluded => excluded
2021-09-10 11:41:46 +08:00
mergify[bot]
937eeb9fed
Merge branch 'master' into enable-gcc-11
2021-09-09 22:44:10 +00:00
Maksim Kita
4f4cc9d740
Merge pull request #27994 from lehasm/alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION
...
DOCSUP-13375: Document the SQL-statements CREATE FUNCTION and DROP FUNCTION
2021-09-10 00:55:43 +03:00
Sergei Semin
b739d1cc92
make changes analog to https://github.com/ClickHouse/ClickHouse/pull/20495/files but for clang-13
2021-09-09 23:51:47 +03:00
Dmitriy
62b15122ff
DOCSUP-13875: Document the replication_wait_for_inactive_replica_timeout setting ( #28464 )
...
* Add documentation of settings
Задокументировал две настройки.
* Fix links
Поправил ссылки.
* 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/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/optimize.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Translate to Russian
Выполнил перевод на русский язык.
* Fix links
Поправил ссылки.
* Update settings.md
Поправил перевод.
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/optimize.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.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/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Fix errors
Исправил неточности в описании.
* Update optimize.md
Поправил описание запроса OPTIMIZE.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-09 23:33:08 +03:00
olgarev
b6dea3e8e3
Apply suggestions from code review
2021-09-09 22:33:59 +03:00
olgarev
89744e908c
Update docs/en/sql-reference/table-functions/s3.md
2021-09-09 22:26:51 +03:00
olgarev
cd687614fa
Apply suggestions from code review
2021-09-09 22:25:04 +03:00
olgarev
e160f64917
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-09 22:23:02 +03:00
Nikolay Degterinsky
f5a9a0b3cc
Merge pull request #28632 from gyuton/gyuton-DOCSUP-11552-Fix-and-update-documentation
...
DOCSUP-11552: Fixed and updated documentation
2021-09-09 20:48:33 +03:00
gyuton
47e1ecc05a
Update docs/en/sql-reference/functions/tuple-map-functions.md
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2021-09-09 18:40:02 +03:00
kssenii
904cf74159
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-09 15:26:20 +03:00
alexey-milovidov
f38e2a6548
Merge pull request #28770 from MagiaGroz/patch-1
...
Update index.md
2021-09-09 11:33:23 +03:00
MagiaGroz
c0b5e0f35e
update en-docs alter/index
2021-09-09 13:45:06 +06:00
DuckSoft
2d49c77aca
Update formats.md
...
remove excess characters from doc
2021-09-09 14:19:44 +08:00
kssenii
797f858bc6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-08 22:52:48 +03:00
alexey-milovidov
697eb7a6c0
Merge pull request #28755 from den-crane/patch-26
...
Doc. How to install specific version of ClickHouse
2021-09-08 21:42:29 +03:00
alexey-milovidov
2819fc4e2a
Update install.md
2021-09-08 21:42:10 +03:00
alexey-milovidov
ba4effd69a
Update install.md
2021-09-08 21:41:11 +03:00
Kruglov Pavel
5ff689a5cd
Merge pull request #28666 from gyuton/gyuton-DOCSUP-14092-Document-the-settings-for-inserting-Nested
...
DOCSUP-14092: Documented the settings for inserting nested
2021-09-08 20:21:56 +03:00
George
a24186734e
minor changes
2021-09-08 20:14:25 +03:00
George
5ab0f3ac28
Updated docs
2021-09-08 19:38:59 +03:00
Denny Crane
27ec8bd194
Update install.md
2021-09-08 12:09:18 -03:00
Denny Crane
06eca1cbc0
Update install.md
2021-09-08 12:06:24 -03:00
Nikita Mikhaylov
107710e618
save
2021-09-08 15:06:15 +00:00
gyuton
5588853893
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-08 13:25:06 +03:00
alesapin
3b9dae8718
Merge pull request #28616 from ClickHouse/qoega-try-llvm-12
...
Merging #20495
2021-09-08 11:43:46 +03:00
bharatnc
be0a2c0333
Docs - minor corrections
2021-09-07 22:25:50 -07:00
Olga Revyakina
a62c428291
Translated and minor fixes
2021-09-08 05:52:17 +03:00
Olga Revyakina
cd038979d4
Initial (en)
2021-09-08 05:32:02 +03:00
Alexey
46638f1290
Links to CREATE FUNCTION and DROP FUNCTION from function Introduction
2021-09-07 19:32:12 +00:00
George
b984caaab7
Revert "Edited and translated to Russian"
...
This reverts commit 36f57555f6
.
2021-09-07 19:55:13 +03:00
George
36f57555f6
Edited and translated to Russian
2021-09-07 19:50:07 +03:00
mergify[bot]
9dd9b7d430
Merge branch 'master' into gyuton-DOCSUP-11552-Fix-and-update-documentation
2021-09-07 13:28:28 +00:00
Maksim Kita
7a4a0b0ede
Merge pull request #28474 from azat/mysql-connection_no_block
...
Introduce connection_wait_timeout for MySQL engine.
2021-09-07 12:28:02 +03:00
Kseniia Sumarokova
f224b75aea
Merge pull request #28667 from kssenii/revert-2
...
Revert #28397
2021-09-07 09:42:23 +03:00
bharatnc
1180d33ecf
Docs - S2Rect functions
2021-09-06 15:40:52 -07:00
bharatnc
5bbf761a68
Docs - S2 Cap,Union,Contains,Intersect functions
2021-09-06 15:40:52 -07:00
bharatnc
21ba2c6596
Docs - S2 functions
2021-09-06 15:40:52 -07:00
kssenii
cbc10cd3c0
Revert "Merge pull request #28397 from zhongyuankai/DOCSUP-13927-document-system_views"
...
This reverts commit d6f89fd9cf
, reversing
changes made to 68f6ecec62
.
2021-09-06 21:11:21 +00:00
George
dbdb3356ba
fixed links
2021-09-06 23:34:43 +03:00
George
3f1e904722
Second iteration
2021-09-06 23:31:34 +03:00
Kseniia Sumarokova
9e496910a0
Merge pull request #28614 from kssenii/materialized-postgresql-2
...
MaterializedPostgreSQL: add solution to survive postgres primary failover
2021-09-06 22:31:15 +03:00
Roman Zhukov
1f8ffce8eb
Add touch drafts.
2021-09-06 18:24:59 +00:00
Roman Zhukov
4b46774b4c
Add touch drafts.
2021-09-06 18:17:31 +00:00
George
27876193fc
Small fix
2021-09-06 15:36:20 +03:00
Evgeniia Sudarikova
c8c02b5e5b
minor changes (articles, misprints)
2021-09-06 14:56:58 +03:00
adevyatova
348dec14a4
Add desc for MsgPack
2021-09-06 11:50:52 +00:00
Evgeniia Sudarikova
17a74d2188
edited after review
2021-09-06 11:48:51 +03:00
alesapin
603e455a18
Merge pull request #27988 from ka1bi4/romanzhukov-DOCSUP-DOCSUP-13431-ZooKeeper-snowflake
...
DOCSUP-13431: Edit and translate to Russian (ZooKeeper replication and snowflake)
2021-09-06 10:51:33 +03:00
alesapin
d6244bcd7b
Merge branch 'master' into qoega-try-llvm-12
2021-09-06 10:25:26 +03:00
George
66efe4202c
Fixed and updated
2021-09-06 02:34:09 +03:00
George
04f0efaaf4
first draft
2021-09-06 02:06:06 +03:00
kirillikoff
b40b4b0b4d
DOCSUP-13418: Document the regexp_max_matches_per_row setting ( #28398 )
...
* Document the regexp_max_matches_per_row setting
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Document the regexp_max_matches_per_row setting ru version
* 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-05 14:37:24 +03:00
kssenii
d0113743c9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-05 01:07:31 +03:00
gyuton
309d1d899e
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-04 21:36:17 +03:00
Alexey
d738f45ec0
Examples fixed
2021-09-04 16:31:04 +00:00
kssenii
ac2d9a73a8
User managed slots
2021-09-04 14:49:40 +03:00
Ivan Blinkov
c929255ec0
[docs] incorporate changes requested by Chaim Haas ( #28588 )
2021-09-03 22:08:56 +03:00
mergify[bot]
6ccf905133
Merge branch 'master' into try-llvm-12
2021-09-03 16:13:13 +00:00
Kseniia Sumarokova
8c5acc371a
Merge pull request #28365 from kssenii/rabbitmq-ssl
...
Allow ssl connection for rabbitmq
2021-09-03 16:53:28 +03:00
George
213a0a5886
minor fixes
2021-09-03 16:36:43 +03:00
George
6bcfac838c
Updated relations
2021-09-03 13:13:03 +03:00
Maksim Kita
3445ae3f2c
Merge pull request #28556 from benbiti/fix-keep_alive_timeout-default-value_docs
...
fix keep_alive_timeout default value (10s) in docs
2021-09-03 13:12:43 +03:00
gyuton
9aabf3235e
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-03 12:50:38 +03:00
Pavel Kruglov
1d9ad322ae
Fix format names in docs
2021-09-03 12:43:56 +03:00
benbiti
fa5db1be76
fix keep_alive_timeout default value in docs
2021-09-03 17:32:31 +08:00
kssenii
f17d1bc7a5
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into materialized-postgresql
2021-09-03 09:03:48 +00:00
benbiti
f8e367757d
fix max_server_memory_usage_to_ram_ratio default value(0.9) in docs
2021-09-03 14:24:24 +08:00
Azat Khuzhin
ed70ed6f71
Introduce connection_no_wait setting for MySQL engine.
...
This will allow to avoid superfluous sleep during query execution, since
this not only not desired behavoiur, but also may hang the server, since
if you will execute enough queries that will use MySQL database but will
not allow enough connections (or your MySQL server is too slow) then you
may run out of threads in the global thread pool.
Also note that right now it is possible to get deadlock when the mysql
pool is full, consider the following scenario:
- you have m1 and m2 mysql tables
- you have q1 and q2 queries, bot queries join m1 and m2
- q1 allocated connection for m1 but cannot allocate connection for m2
- q2 allocated connection for m2 but cannot allocate connection for m1
- but to resolve the lock one should give up on the locking while it is not possible right now...
And then you got no free threads and this:
# grep -h ^202 /proc/$(pgrep clickhouse-serv)/task/*/syscall | cut -d' ' -f2 | sort | uniq -c | sort -nr | head
1554 0x7ffb60b92fe8 # mutex in mysqlxx::PoolWithFailover::get
1375 0x7ffb9f1c4748 # mutex in ::PoolEntryHelper::~PoolEntryHelper from DB::MultiplexedConnections::invalidateReplica
1160 0x7ffb612918b8 # mutex in mysqlxx::PoolWithFailover::get
42 0x7ffb9f057984 # mutex in ThreadPoolImpl<std::__1::thread>::worker
*NOTE: 202 is a `futex` with WAIT*
(Went with `syscall` because debugging 10k+ threads is not easy, and
eventually it may TRAP)
2021-09-02 22:23:37 +03:00
George
e968de659a
fixed broken link
2021-09-02 04:53:21 +03:00
George
c4839e28d3
Added documentation
2021-09-02 03:48:47 +03:00
Alexey
d9aee1bf7b
Merge branch 'alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION
2021-09-01 18:37:42 +00:00
Alexey
299fc2604a
Example fixed
2021-09-01 18:36:35 +00:00
romanzhukov
f0414ed7f9
Fix err arg.
2021-09-01 21:05:22 +03:00
alexey-milovidov
ff0b332c24
Update custom-partitioning-key.md
2021-09-01 20:53:06 +03:00
alexey-milovidov
4699386470
Update mergetree.md
2021-09-01 20:52:05 +03:00
Roman Zhukov
248a97201c
Fix PR comments.
2021-09-01 14:26:36 +00:00
zhongyuankai
dfdf262f8b
Merge branch 'master' into DOCSUP-13927-document-system_views
2021-08-31 21:35:01 +08:00
zhongyuankai
bc32baffac
fix doc system views
2021-08-31 21:33:21 +08:00
zhongyuankai
b946815f35
fix doc system views
2021-08-31 21:29:40 +08:00
zhongyuankai
fd9d766a44
fix doc system views
2021-08-31 21:28:38 +08:00
zhongyuankai
1a088e36c6
fix doc system views
2021-08-31 21:25:46 +08:00
romanzhukov
981fdadaa6
Fix links errors.
2021-08-31 14:24:56 +03:00
zhongyuankai
d4d72d9346
add doc system views
2021-08-31 17:42:04 +08:00
Maksim Kita
bcb826df4d
Merge pull request #28162 from olgarev/revolg-DOCSUP-13597-Right_and_full_join_for_MergeJoin
...
DOCSUP-13597: RIGHT and FULL join for MergeJoin
2021-08-31 12:07:16 +03:00
Maksim Kita
741223ce52
Merge pull request #28115 from qianmoQ/translation-docs-zh
...
Translate documentation for database engines
2021-08-31 12:02:01 +03:00
Roman Zhukov
b7d647d74b
Fix PR comments.
2021-08-31 06:45:22 +00:00
Roman Bug
ff5f5e9f77
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-31 09:34:32 +03:00
Roman Bug
43529c4e09
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-31 09:34:25 +03:00
Roman Bug
36e5462142
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-31 09:34:18 +03:00
Roman Bug
5bbeb0e935
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-31 09:34:11 +03:00
qianmoQ
13a96e7819
Add dbm to gui
2021-08-31 09:59:07 +08:00
kssenii
335b6f12fd
Fix
2021-08-30 20:59:03 +03:00
Roman Zhukov
2ce6d2760f
Update bin/unbin
2021-08-30 14:10:13 +00:00
Roman Zhukov
61091395cd
Update bin/unbin
2021-08-30 13:35:27 +00:00
Roman Zhukov
6decf659c2
Merge branch 'romanzhukov-DOCSUP-12543-bin-unbin-functions' of https://github.com/ka1bi4/ClickHouse into romanzhukov-DOCSUP-12543-bin-unbin-functions
2021-08-30 09:16:01 +00:00
Roman Zhukov
ff0f049af2
revert tests.md
2021-08-30 09:15:31 +00:00
Maksim Kita
243b845dc0
Merge pull request #28314 from olgarev/revolg-DOCSUP-13934-kill_query_for_mysql
...
DOCSUP-13934: Support MySQL KILL QUERY
2021-08-29 23:20:30 +03:00
olgarev
60d85d36bd
Update docs/en/interfaces/mysql.md
2021-08-29 21:24:52 +03:00
olgarev
d78dd54e16
Initial
2021-08-29 18:17:41 +00:00
Dmitriy
c9db269569
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-13590-document_the_getserverport_function
2021-08-29 19:00:29 +03:00
Kseniia Sumarokova
7784f4ebb0
Merge pull request #28268 from infinivision/hdfs_namenode_ha
...
configable LIBHDFS3_CONF, refers to #8159
2021-08-29 12:25:42 +03:00
Maksim Kita
d77f243651
Merge pull request #28271 from kozlek/patch-1
...
doc: Warn about MV using column names during insertion
2021-08-28 23:20:55 +03:00
Maksim Kita
c1538586aa
Merge pull request #27964 from sevirov/sevirov-DOCSUP-13329-add_complexkeyrangehashed_dictionary
...
DOCSUP-13329: Add ComplexKeyRangeHashed dictionary
2021-08-28 23:14:29 +03:00
kssenii
378e1f74aa
Fix tests
2021-08-28 19:51:04 +03:00
kssenii
cc90d787f8
Slightly better
2021-08-28 17:45:15 +03:00
tavplubix
7fce331475
Merge pull request #28103 from sevirov/sevirov-DOCSUP-13434-document_the_serveruuid_function
...
DOCSUP-13434: Document the serverUUID() function
2021-08-28 17:17:01 +03:00
Dmitriy
554e51b13a
Update docs/en/sql-reference/functions/uuid-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-28 11:54:41 +03:00
Zhichang Yu
ef1994f420
set env LIBHDFS3_CONF, refers to ClickHouse#8159
2021-08-28 09:16:48 +08:00
Thomas Berdy
e5511944bc
doc: Warn about MV using column names during insertion
2021-08-27 18:40:35 +02:00
Dmitriy
7021d9bbe4
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-26 19:47:21 +03:00
Ilya Yatsishin
7f7ecb0c60
Merge branch 'master' into try-llvm-12
2021-08-26 18:58:49 +03:00
Nikita Mikhaylov
e42b029155
Merge pull request #28191 from eltociear/patch-2
...
Fix typo in parametric-functions.md
2021-08-26 17:52:31 +03:00
Roman Bug
95dce33551
Merge branch 'ClickHouse:master' into romanzhukov-DOCSUP-12543-bin-unbin-functions
2021-08-26 17:26:56 +03:00
Kseniia Sumarokova
31afd7d09c
Merge pull request #28081 from kssenii/pg-conflict
...
Support `on conflict` for postgres engine
2021-08-26 16:30:30 +03:00
Ikko Ashimine
abeb1d03f1
Fix typo in parametric-functions.md
...
occured -> occurred
2021-08-26 21:42:18 +09:00
Roman Zhukov
3a0baf0c81
Update Unit tests RU.
2021-08-26 12:19:47 +00:00
Alexey Boykov
d455cc0069
Merge pull request #27950 from sevirov/sevirov-DOCSUP-12065-document_queryid_and_initialqueryid_functions
...
DOCSUP-12065: Document queryID and initialQueryID functions
2021-08-26 14:35:08 +03:00
Roman Zhukov
35fd0b80f4
Update bin/unbin fucntions
2021-08-26 11:16:05 +00:00
lehasm
b8296416f7
DOCSUP-13276: document print_query_id ( #28106 )
...
* EN description
* Example description updated
* Update docs/en/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Translated to ru
* Minor fixes
* Some Ru grammar and formatting fixed.
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/interfaces/cli.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-26 13:09:02 +03:00
Nikolai Kochetov
11d79ec24f
Merge pull request #27725 from olgarev/revolg-DOCSUP-12894-projections_translated
...
DOCSUP-12894: Projections settings
2021-08-26 11:26:58 +03:00
Dmitriy
b62fb1e8cf
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 22:30:14 +03:00
Dmitriy
80b6097dae
Fix typo
...
Убрал лишние отступы.
2021-08-25 20:33:00 +03:00
Dmitriy
7295bf95b3
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-25 20:16:16 +03:00
Dmitriy
e8e60e1a60
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-25 20:15:57 +03:00
Dmitriy
f1be822a1a
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-25 20:14:04 +03:00
Artur Filatenkov
31c7e22bd6
correct style
2021-08-25 18:29:25 +03:00
olgarev
89a4ca27ae
Apply suggestions from code review
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-25 15:15:39 +03:00
Filatenkov Artur
884b51116d
Merge branch 'master' into master
2021-08-25 14:34:39 +03:00
gyuton
efeefcb437
DOCSUP-11587: Edited and translated to Russian ( #27066 )
...
* First Draft.
* Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Edited conrib.md
* Edited configuration-files.md
* Minor fixes
* Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Small changes
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 13:23:18 +03:00
Roman Bug
3ce50c3b4a
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:48:23 +03:00
Roman Bug
4ddf7a2841
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:48:16 +03:00
Roman Bug
af874dd7e0
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:47:26 +03:00
Roman Bug
62724a1566
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:47:20 +03:00
Roman Bug
82129dc2fe
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:47:14 +03:00
Roman Bug
e3e9ac5c9c
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:44:43 +03:00
Roman Bug
c5b9bbb7e1
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:44:32 +03:00
Roman Bug
e5b600eadc
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:44:08 +03:00
Roman Bug
a140891ac0
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:44:01 +03:00
Roman Bug
6caced9de2
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 10:43:39 +03:00
Evgeniia Sudarikova
0f43c91d75
add RU, edit EN a bit
2021-08-25 10:15:10 +03:00
Kseniia Sumarokova
994d3c04fe
Merge pull request #27919 from adevyatova/annadevyatova-DOCSUP-11585-datetime32
...
DOCSUP-11585: Document Date32 data type
2021-08-25 09:25:42 +03:00
alexey-milovidov
b6d9fe6f88
Fix idiotic markup
2021-08-25 03:36:42 +03:00
olgarev
dfdeaa0be9
Initial
2021-08-24 22:40:50 +00:00
Dmitriy
3d6d61f7a5
Document the serverUUID() function
...
Задокументировал функцию (черновик).
2021-08-24 23:04:19 +03:00
Dmitriy
7d9180cd8c
Update other-functions.md
...
Поправил предупреждение.
2021-08-24 20:08:39 +03:00
Dmitriy
dd5e303e29
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 19:52:28 +03:00
Dmitriy
41bf324f9c
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 19:51:56 +03:00
Dmitriy
77483f14c1
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 19:51:29 +03:00
Dmitriy
c491d1a587
Update docs/en/sql-reference/functions/other-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 19:51:20 +03:00
Roman Zhukov
30f404f4b6
Update setting ZooKeeper
2021-08-24 16:43:56 +00:00
kssenii
0ec716292c
Postgres ON CONFLICT
2021-08-24 12:37:32 +00:00
Anna
86fa28a897
Update docs/en/sql-reference/data-types/date32.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:32:05 +03:00
Anna
49f2706638
Update docs/en/sql-reference/data-types/date.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:31:45 +03:00
Anna
06b81a3cff
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:31:30 +03:00
Anna
81ffe6fb08
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:31:05 +03:00
Anna
00d49ffe8b
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:29:57 +03:00
Anna
0ee679c02d
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:29:48 +03:00
Anna
1dbea16210
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:29:29 +03:00
Anna
86874ace78
Update docs/en/sql-reference/data-types/date32.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:28:19 +03:00
Anna
8ea3f0579a
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:28:10 +03:00
Anna
faaafd838a
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:28:03 +03:00
Anna
7f6e6c97cb
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:27:54 +03:00
Anna
8ab7029cc5
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:27:41 +03:00
Anna
985e33e15b
Update docs/en/sql-reference/data-types/date32.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:27:30 +03:00
Anna
75010c156c
Update docs/en/sql-reference/data-types/date.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-24 14:24:10 +03:00
Kruglov Pavel
86f89af4d2
Merge pull request #28077 from Avogar/fix-typo-in-docks
...
Fix typo in docs
2021-08-24 13:50:52 +03:00
Pavel Kruglov
f31b67238d
Fix typo
2021-08-24 13:49:59 +03:00
Evgeniia Sudarikova
65e006a119
edited EN
2021-08-24 11:58:59 +03:00
alesapin
80085bd988
Merge pull request #27989 from olgarev/revolg-DOCSUP-13334-Recompression_TTL
...
DOCSUP-13334: Recompression TTL and Settings
2021-08-24 10:14:45 +03:00
Dmitriy
3d9668cf40
Translate to Russian
...
Перевел на русский язык.
2021-08-23 22:44:01 +03:00
lehasm
79c3b35c6e
Update docs/en/sql-reference/statements/create/function.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-23 22:29:38 +03:00
lehasm
7ba2e9df3e
Update docs/en/sql-reference/statements/create/function.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-23 22:29:18 +03:00
olgarev
2aaa5eb584
Removed
2021-08-23 14:31:42 +00:00
olgarev
7d8436e690
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: alesapin <alesapin@gmail.com>
2021-08-23 17:14:30 +03:00
olgarev
1448e1cefc
Apply suggestions from code review
...
Co-authored-by: alesapin <alesapin@gmail.com>
2021-08-23 17:13:50 +03:00
olgarev
4625bc9e77
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: alesapin <alesapin@gmail.com>
2021-08-23 17:10:55 +03:00
Nikita Mikhaylov
768378b6d8
Merge pull request #27960 from sevirov/sevirov-DOCSUP-13574-document_the_output_format_parallel_formatting_setting
...
DOCSUP-13574: Document the output_format_parallel_formatting setting
2021-08-23 16:32:25 +03:00
Filatenkov Artur
f395b2dd4b
Merge pull request #27756 from lehasm/alexey-sm-DOCSUP-12064-document-conditions-in-JOIN-ON
...
DOCSUP-12064: document AND conditions in JOIN ON
2021-08-23 10:12:06 +03:00
adevyatova
804c7da155
Added ru docs
2021-08-23 04:00:30 +00:00
adevyatova
73384e5be6
Fixed bag
2021-08-23 03:46:09 +00:00
Anna
706a5395ae
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-08-23 06:44:33 +03:00
adevyatova
d7dd508ebd
Small fixes
2021-08-22 20:38:18 +00:00
adevyatova
6e3ffe207b
Update
2021-08-22 20:35:44 +00:00
adevyatova
1ad3ba7c0c
Added description Date32
2021-08-22 20:02:18 +00:00
Alexey
1e4b90f351
Description improved
...
First example changed, new example added
2021-08-22 19:57:59 +00:00
olgarev
21627e7be4
Apply suggestions from code review
2021-08-22 22:06:42 +03:00
olgarev
a11bebc082
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-22 22:04:31 +03:00
olgarev
9af0ff311f
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-22 22:03:56 +03:00
olgarev
9ebae04cfe
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-22 22:03:41 +03:00
Kseniia Sumarokova
a08fde9226
Merge pull request #27703 from adevyatova/annadevyatova-DOCSUP-11655-sqlite
...
DOCSUP-11655: Document the SQLite
2021-08-22 21:46:44 +03:00
Anna
a7469d5686
Update sqlite.md
...
Update
2021-08-22 20:28:47 +03:00
Anna
fe8531c9f0
Update sqlite.md
...
Added example this "INSERT" query
2021-08-22 20:21:09 +03:00
Dmitriy
df94b49179
Translate to Russian
...
Перевел на русский язык.
2021-08-22 19:02:40 +03:00
olgarev
696a0b3db0
Recompression TTL and settings
2021-08-22 14:53:44 +00:00
romanzhukov
57664d4802
Minor fix
2021-08-22 17:48:35 +03:00
romanzhukov
fc212753d5
Add Snowflake ID-date docs.
2021-08-22 17:38:07 +03:00
Dmitriy
f120f3c8a0
Document the getServerPort function
...
Задокументировал функцию getServerPort.
2021-08-22 13:38:43 +03:00
Dmitriy
eeec8004e8
Add the example
...
Добавил примеры.
2021-08-21 23:26:27 +03:00
Dmitriy
c75d776d04
Document the ComplexKeyRangeHashed dictionary
...
Задокументировал новый словарь.
2021-08-21 22:44:12 +03:00
alexey-milovidov
40a4a6663e
Merge pull request #27830 from zhanglistar/master
...
Add sha512 hash functions
2021-08-21 22:38:06 +03:00
Dmitriy
3a7387c349
Document the output_format_parallel_formatting setting
...
Задокументировал настройку.
2021-08-21 19:44:48 +03:00
olgarev
beaabd6fd5
Merge branch 'revolg-DOCSUP-12894-projections_translated' of https://github.com/olgarev/ClickHouse into revolg-DOCSUP-12894-projections_translated
2021-08-21 13:56:15 +00:00
olgarev
12218fd973
Merge branch 'master' into revolg-DOCSUP-12894-projections_translated
2021-08-21 13:54:24 +00:00
Alexey
77a1a35a05
Additional links to CREATE and DROP FUNCTION
2021-08-21 12:38:44 +00:00
Alexey
8c7c928f62
Description draft
2021-08-21 12:38:19 +00:00
Dmitriy
7887f3892b
Document queryID and initialQueryID functions
...
Задокументировал две функции.
2021-08-21 13:47:06 +03:00
Alexey
cbb3fb0cb6
Typo fixed
2021-08-20 20:30:21 +00:00
Alexey
99aaa8af43
Russian translation.
...
Some improvements and fixes.
2021-08-20 20:20:27 +00:00
Kseniia Sumarokova
ac26e03cb4
Update docs/en/engines/database-engines/sqlite.md
2021-08-20 20:42:56 +03:00
achimbab
4ce5b3cc84
Update docs/en/sql-reference/aggregate-functions/parametric-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-21 02:38:13 +09:00
achimbab
a516b8e843
Merge branch 'master' into bugfix_wf_strict
2021-08-21 00:00:13 +09:00
achimbab
f371151e18
Fix docs and comments for windowFunnel and remove strict option
2021-08-20 23:56:28 +09:00
olgarev
29b18d6bdc
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-20 15:36:25 +03:00
alesapin
10503af0d0
Merge pull request #27818 from ClickHouse/add_keeper_test_and_fix_docs
...
Add test for clickhouse-keeper start after conversion
2021-08-20 15:22:32 +03:00
adevyatova
c402670239
Add ru translation
2021-08-20 10:34:42 +00:00
adevyatova
2ad822c164
Start
2021-08-20 10:16:26 +00:00
alexey-milovidov
0aa800122d
Update menus.md
2021-08-20 12:28:23 +03:00
Kseniia Sumarokova
273b8b9bc1
Merge pull request #27704 from jasine/master
...
feat: add conversions between snowflake id and dateTime(dateTime64)
2021-08-20 10:48:40 +03:00
Alexey
69f3cae030
Merge branch 'alexey-sm-DOCSUP-12064-document-conditions-in-JOIN-ON' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-12064-document-conditions-in-JOIN-ON
2021-08-19 20:46:27 +00:00
Alexey
b2e9e194c5
Added an example and a note.
2021-08-19 20:46:22 +00:00
lehasm
96f5ea515f
Update docs/en/sql-reference/statements/select/join.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-19 23:16:55 +03:00
mergify[bot]
bde834a8c0
Merge branch 'master' into try-llvm-12
2021-08-19 18:21:29 +00:00
listar
60b6afc629
1. modify doc to add sha512
2021-08-19 10:03:44 +00:00
Anna
ad5ca57c7f
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:43 +03:00
Anna
244c62ceb0
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:18 +03:00
Anna
a66c3c1687
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:10 +03:00
Anna
1d2a6234bc
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:38 +03:00
Anna
a871916153
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:26 +03:00
Anna
b9f2ed45a2
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:21 +03:00
Anna
2644f7a48e
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:12 +03:00
Anna
842d520967
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:02 +03:00
Anna
77da21a1ba
Update docs/en/engines/table-engines/integrations/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:28:41 +03:00
Anna
cc44b54a58
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:28:24 +03:00
Anna
dd6273fec4
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:28:12 +03:00
Anna
be2a12a726
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:27:56 +03:00
Anna
9a84270658
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:27:42 +03:00
Anna
b891af816b
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:27:36 +03:00
Anna
62f0517e31
Update docs/en/engines/database-engines/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:27:24 +03:00
tavplubix
8b98c52ca8
Merge pull request #27576 from sevirov/sevirov-DOCSUP-12331-document_the_system_zookeeper_log_table
...
DOCSUP-12331: Document the system.zookeeper_log table
2021-08-18 22:29:09 +03:00
ubuntu
4d4dae79f0
fix: build issue
2021-08-19 00:47:40 +08:00
Dmitriy
baa7b204fc
Fix by comments
...
Поправил согласно комментариям в PR.
2021-08-18 19:27:39 +03:00
Raúl Marín
2433ae65b5
Mention from_env in the documentation
2021-08-18 15:48:24 +02:00
adevyatova
fcf3413ac9
Small fixes
2021-08-18 13:40:09 +00:00
alesapin
c819880aa7
Add test for clickhouse-keeper start after conversion
2021-08-18 16:34:57 +03:00
adevyatova
4fb4387180
Added examples
2021-08-18 13:32:34 +00:00
Alexey Boykov
29ff255601
Merge pull request #27786 from KazeZlat/patch-1
...
Added attention for ALTER on Buffer table prior to 28.10.2020
2021-08-18 14:41:09 +03:00
tavplubix
cf29ee6780
Merge pull request #26800 from pdv-ru/pdv-ru-DOCSUP-10607-edit-translate
...
DOCSUP-10607: [CLICKHOUSEDOCS] Edit and translate to Russian (SYSTEM RESTORE REPLICA and h3ToGeo function)
2021-08-18 13:31:27 +03:00
tavplubix
a2ffc2f896
Merge pull request #27759 from olgarev/revolg-DOCSUP-12413-macros_support_in_functions_cluster
...
DOCSUP-12413: macros support in functions cluster and clusterAllReplicas
2021-08-18 13:00:49 +03:00
Vitaly Baranov
fd33f2a2fe
Merge pull request #27426 from aiven/kmichel-replicated-access-storage
...
ZooKeeper replication for users, roles, row policies, quotas and profiles.
2021-08-18 10:37:25 +03:00
Nikita Mikhalev
62abef73f1
Improved phrasing of attention about ALTER on Buffer table
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-18 10:24:42 +05:00
olgarev
f35b142e21
Apply suggestions from code review
2021-08-18 02:03:46 +03:00
olgarev
21ddac09c6
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-18 02:01:49 +03:00
Kevin Michel
e33a2bf7bc
Add ReplicatedAccessStorage
...
This stores Access Entities in ZooKeeper and replicates them across an entire cluster.
This can be enabled by using the following configuration :
<user_directories>
<replicated>
<zookeeper_path>/clickhouse/access/</zookeeper_path>
</replicated>
</user_directories>
2021-08-18 00:00:18 +02:00
Dmitriy
693b8271dc
Fix typo
...
Выделил watch и sequental как ключевые слова.
2021-08-17 23:05:21 +03:00
Maksim Kita
32ee8618b7
Merge pull request #27533 from den-crane/patch-23
...
Doc. graphitemergetree added info about AVG
2021-08-17 21:21:42 +03:00
Alexander Kuzmenkov
c0e1c42562
Merge pull request #27536 from adevyatova/annadevyatova-DOCSUP-11968-explain
...
DOCSUP-11968: Document the SQL-statement EXPLAIN ESTIMATE
2021-08-17 16:50:34 +03:00
Nikita Mikhalev
189ad46206
Added attention for ALTER on Buffer table prior to 28.10.2020
2021-08-17 17:30:05 +05:00
Filatenkov Artur
bc5b6af8fa
Merge branch 'ClickHouse:master' into master
2021-08-17 12:22:34 +03:00
Vitaly Baranov
50b4ca7650
Merge pull request #27362 from sevirov/sevirov-DOCSUP-12128-data_encryption_on_vfs_level
...
DOCSUP-12128: Data encryption on VFS level
2021-08-17 12:12:09 +03:00
Vitaly Baranov
bca1131da6
Update storing-data.md
2021-08-17 11:24:44 +03:00
Vitaly Baranov
92c4ad8202
Update storing-data.md
2021-08-17 11:07:36 +03:00
Denny Crane
344016ee0e
Update graphitemergetree.md
2021-08-17 00:15:07 -03:00
olgarev
9b44146b9f
Links fixed
2021-08-17 01:54:48 +00:00
Denny Crane
4d044a0657
Update graphitemergetree.md
2021-08-16 21:26:41 -03:00
Denny Crane
815a4ddf33
Update array-functions.md
...
fix arrayIntersect
2021-08-16 21:08:02 -03:00
olgarev
4ad85ca745
Initial
2021-08-16 23:00:38 +00:00
Alexey
2af5b43265
Description rewritten
2021-08-16 20:06:15 +00:00
Dmitriy
bc52374f17
Translate to Russian
...
Выполнил перевод на русский язык.
2021-08-16 20:12:12 +03:00
pdv-ru
a662d2116f
Update docs/en/sql-reference/statements/system.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-08-16 15:51:02 +03:00
pdv-ru
f9a3998351
Update docs/en/sql-reference/statements/system.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-08-16 15:50:14 +03:00
jasine
1f21131db6
fix: doc and test
2021-08-16 18:52:10 +08:00
jasine
c414a3aebf
feat: add docs and tests
2021-08-16 17:24:51 +08:00
olgarev
cc924c93c8
Apply suggestions from code review
...
Anchors in links fixed
2021-08-16 07:04:18 +03:00
olgarev
ff9f8ea40d
Apply suggestions from code review
2021-08-16 06:52:48 +03:00
olgarev
68b3122272
Apply suggestions from code review
2021-08-16 06:03:05 +03:00
olgarev
2428c6c78c
Revert "Links fixed again"
...
This reverts commit fd8042de3e
.
2021-08-16 02:58:00 +00:00
olgarev
fd8042de3e
Links fixed again
2021-08-16 02:57:00 +00:00
olgarev
b2336346cd
Revert "Links fixed"
...
This reverts commit 52cfbe2812
.
2021-08-16 02:53:21 +00:00
olgarev
3dc8e4931e
Links added
2021-08-16 02:14:36 +00:00
olgarev
52cfbe2812
Links fixed
2021-08-16 02:03:37 +00:00
olgarev
1da536f8e0
Next
2021-08-16 01:58:10 +00:00
olgarev
de2341fe02
Initial
2021-08-16 01:57:09 +00:00
Alexey
c667a94978
Several format fixes in other places
2021-08-15 19:33:04 +00:00
Dmitriy
6a7f0884c6
Fix the example
...
Поправил пример.
2021-08-15 21:22:18 +03:00
sevirov
4ac49fe5b0
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:35:21 +03:00
sevirov
388db25516
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:35:04 +03:00
sevirov
382491b7a0
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:57 +03:00
sevirov
6b77dcacca
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:46 +03:00
sevirov
4c9a5aa0f1
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:23 +03:00
sevirov
8a79ed0d38
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:03 +03:00
sevirov
d5db8f8979
Update docs/en/operations/system-tables/zookeeper_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:33:16 +03:00
sevirov
5cbbb7a8ac
Update docs/en/operations/storing-data.md
...
Co-authored-by: Vitaly Baranov <vitbar@yandex-team.ru>
2021-08-15 19:44:13 +03:00
adevyatova
a54060dd02
Add en description
2021-08-15 16:34:10 +00:00
Alexey
6177a9c454
en draft
2021-08-15 15:36:24 +00:00
adevyatova
346def3666
Update
2021-08-15 14:11:37 +00:00
adevyatova
8acaa3540b
Fixed the header
2021-08-15 17:04:17 +03:00
adevyatova
be8d87029c
Add templates
2021-08-15 13:53:49 +00:00
Anna
ddc31e8434
Update docs/en/sql-reference/statements/explain.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-14 09:06:01 +03:00
Anna
42f71593dd
Update docs/en/sql-reference/statements/explain.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-14 09:05:03 +03:00
Alexey
382fd7d4ac
translated parts in MergeTree
2021-08-13 19:28:52 +00:00
Kruglov Pavel
ca3e9b1f3a
Merge pull request #27139 from ka1bi4/romanzhukov-DOCSUP-12328-upd_materialize_mysql
...
DOCSUP-12328: Edit and translate to Russian (update materialize_mysql)
2021-08-13 15:57:05 +03:00
adevyatova
d2402c17b5
Changed example
2021-08-13 12:15:45 +00:00
adevyatova
adc4150fdf
Fix typo
2021-08-13 14:45:16 +03:00
Roman Bug
bbcdf03a8c
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-08-13 13:13:35 +03:00
Roman Bug
0875d72e5c
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-08-13 13:13:09 +03:00
Vladimir C
f9a1bf4156
Merge pull request #27449 from olgarev/revolg-DOCSUP-11581-distinct_on
2021-08-13 12:35:30 +03:00
Dmitriy
4a1b6484f7
Fix link
...
Поправил ссылку.
2021-08-12 22:23:41 +03:00
Alexey Boykov
3716daade4
Merge pull request #27304 from ka1bi4/romanzhukov-DOCSUP-11556-pad-functions
...
DOCSUP-11556: Document the Pad functions
2021-08-12 21:31:18 +03:00
Dmitriy
56e234d59b
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-08-12 21:17:14 +03:00
sevirov
6f1a72ca94
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:49:16 +03:00
sevirov
c9bd180861
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:49:06 +03:00
sevirov
20cf73e431
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:48:50 +03:00
sevirov
a2351d849e
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:48:27 +03:00
sevirov
06535ee845
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:48:06 +03:00
sevirov
ccd8922672
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:47:52 +03:00
sevirov
982868ee70
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:47:39 +03:00
sevirov
98a619887e
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:47:26 +03:00
sevirov
bbe633ec3d
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:46:59 +03:00
sevirov
7de714b1c9
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-12 19:46:46 +03:00
Roman Bug
18ae8aac30
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-12 19:09:51 +03:00
Roman Bug
72b7737391
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-12 19:09:43 +03:00
Roman Bug
8a120e0b1b
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-12 19:09:36 +03:00
Roman Bug
9707373c11
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-12 19:09:27 +03:00
Filatenkov Artur
d7511ea394
Merge branch 'ClickHouse:master' into master
2021-08-12 19:07:11 +03:00
Alexey Boykov
23fd7be921
Merge pull request #25491 from morozovsk/patch-5
...
Documentation: Basic info about projections
2021-08-12 17:45:26 +03:00
romanzhukov
7f27d87ad9
Merge branch 'romanzhukov-DOCSUP-12328-upd_materialize_mysql' of https://github.com/Ka1bi4/ClickHouse into romanzhukov-DOCSUP-12328-upd_materialize_mysql
...
# Conflicts:
# docs/en/sql-reference/functions/array-functions.md
2021-08-12 16:28:45 +03:00
romanzhukov
36878cd377
Add ru docs for uuid and array functions.
2021-08-12 16:18:33 +03:00