alesapin
916594fe23
Merge branch 'master' into evillique-nlp
2021-07-30 13:03:10 +03:00
PHO
6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk ( #19896 )
...
* Add a codec Encrypted() for encrypting columns on disk
While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
Alina Terekhova
20228e019e
edits after review
2021-07-29 20:24:52 +02:00
Filatenkov Artur
9bbc39f6d1
Update order-by.md
2021-07-29 21:02:49 +03:00
Alina Terekhova
7062649561
small fix in links
2021-07-29 20:02:26 +02:00
Filatenkov Artur
395b41bf8e
Merge branch 'master' into kuriatnikovm-DOCSUP-9735-clarification-about-WITH-FILL
2021-07-29 20:55:01 +03:00
Alina Terekhova
7a245b96d0
ru version edit
2021-07-29 19:28:24 +02:00
Alina Terekhova
f9a15889ae
ru version
2021-07-29 19:11:45 +02:00
michon470
bfab2630d1
Update docs/ru/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-29 19:58:58 +03:00
michon470
adca166266
Update docs/ru/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-29 19:58:47 +03:00
michon470
e4f3518a21
Update docs/ru/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-29 19:58:24 +03:00
Mikhail
17570868bd
some corrections and translation
2021-07-29 19:17:48 +03:00
Alina Terekhova
e2e931b7f5
en version
2021-07-29 18:01:24 +02:00
zxc111
1e831ab6b1
typo
2021-07-29 23:37:32 +08:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
michon470
2b299badc8
Update docs/ru/operations/system-tables/query_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-29 15:47:36 +03:00
Alexey Boykov
92b30670a4
Update column.md
...
Delete repeating paragraph.
2021-07-29 15:14:51 +03:00
Alexey Boykov
d1935b587e
Update column.md
...
Delete repeating paragraph.
2021-07-29 15:14:32 +03:00
Kseniia Sumarokova
6eed89ac24
Update materialized-postgresql.md
2021-07-29 09:02:20 +03:00
Georgy Ginzburg
feeb278b65
fixed grammar typo in developer-instruction.md ( #26943 )
2021-07-29 08:01:33 +03:00
Alexey
c2ee4b3ee4
typo
2021-07-28 20:24:14 +00:00
Slach
f9c6df4d64
fix review comment https://github.com/ClickHouse/ClickHouse/pull/26878#discussion_r678505904
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-07-28 23:21:58 +05:00
Alexey Milovidov
17b9fc0f10
Automated hardware benchmark
2021-07-28 21:06:02 +03:00
Eugene Klimov
8aa0fda6c3
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:54:34 +05:00
Eugene Klimov
f93808e8f3
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:54:15 +05:00
Eugene Klimov
d921bf50ef
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:55 +05:00
Eugene Klimov
fa6f8242c3
Update docs/en/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:45 +05:00
Eugene Klimov
3b564ec1ab
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:38 +05:00
Eugene Klimov
7340e74dfc
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:28 +05:00
Eugene Klimov
ba09740969
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:13 +05:00
Eugene Klimov
19e964315b
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:05 +05:00
Mikhail
d58d6d0180
translation
2021-07-28 16:58:08 +03:00
Mikhail
4f44b541c1
Update query_log.md
2021-07-28 16:49:36 +03:00
Raúl Marín
99fb09530e
Document how to run gtest individually
2021-07-28 12:15:05 +02:00
Slach
c3c4cbf067
add MODIFY COLUMN compression codec section, sync RU and EN formatting and links
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-07-28 14:41:41 +05:00
OmarBazaraa
fea1a5d321
Refactor
2021-07-28 09:38:34 +00:00
OmarBazaraa
7e785d6b12
Docs
2021-07-28 09:38:34 +00:00
Alexander Tokmakov
fab4529c97
Merge branch 'master' into rename_materialize_mysql
2021-07-28 12:18:01 +03:00
Raúl Marín
4a09c54a04
Merge remote-tracking branch 'blessed/master' into materialization_log
2021-07-28 10:38:47 +02:00
alesapin
29e6073a9d
Merge pull request #26783 from lehasm/alexey-sm-DOCSUP-11546-document-alter-reset-setting
...
DOCSUP-11546: Update the SQL-statement ALTER
2021-07-28 11:36:28 +03:00
michon470
08a7140882
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-28 04:18:33 +03:00
michon470
d541cd5c00
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-28 04:18:16 +03:00
Maksim Kita
41f8f747c0
Merge pull request #26790 from thealexjo/patch-1
...
Update materialize-mysql.md
2021-07-28 01:16:40 +03:00
alexey-milovidov
52ba07d373
Update performance-test.md
2021-07-28 00:57:28 +03:00
Alexander Tokmakov
fc9ab2cda7
Merge branch 'master' into rename_materialize_mysql
2021-07-27 22:38:40 +03:00
Kseniia Sumarokova
b5dce17707
Merge pull request #26821 from azat/rocksdb-improvements
...
Add system.rocksdb and read rocksdb/rocksdb_TABLE options from config
2021-07-27 17:31:12 +03:00
Raúl Marín
844681a7fd
Update docs to match changes
2021-07-27 16:29:34 +02:00
Raúl Marín
69577a782f
Views: Once started, finish all concurrent views before throwing
...
Since sequential processing executes things in phases too, try to finish
all (non errored out) views before throwing any exception
2021-07-27 16:29:33 +02:00
Raúl Marín
f0125262b7
Add views and it's tables to system.query_log
2021-07-27 16:29:33 +02:00
Raúl Marín
eb994d8f04
Fix a couple of bugs
...
- Don't use threads if there is only one dependent view and parallel_view
- Reset the current_thread when destroying views ThreadStatus
2021-07-27 16:29:33 +02:00
Raúl Marín
7c1fcc94b0
View log: Make sure to only profile events during view execution
2021-07-27 16:29:33 +02:00
Raúl Marín
ab05fc12e2
Docs and settings
2021-07-27 16:29:33 +02:00
Alexey Boykov
4d5721edf5
Merge pull request #26681 from lehasm/alexey-sm-DOCSUP-11657-document-check_sample_column_is_correct-setting
...
DOCSUP-11657: Document the check_sample_column_is_correct setting
2021-07-27 16:53:38 +03:00
romanzhukov
cf8c35395d
Test new PR.
2021-07-27 16:42:44 +03:00
lehasm
3bf9234ffb
Update docs/ru/operations/settings/merge-tree-settings.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-27 13:05:50 +03:00
lehasm
be8c8b9372
Update docs/en/operations/settings/merge-tree-settings.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-27 13:05:07 +03:00
lehasm
fd5a884821
Update docs/ru/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-27 13:03:01 +03:00
Azat Khuzhin
8ef677b15f
Add ability to set any rocksdb option via config.xml
...
v2: Cover rocksdb options in ClickHouse config
v3: add missing __init__.py
v4: Rework rocksdb options from config
v5: add column_family_options support
2021-07-27 08:40:50 +03:00
Kseniia Sumarokova
0f7fd2bc37
Merge pull request #26324 from sevirov/sevirov-DOCSUP-11416-implement_idisk_interface_for_hdfs
...
DOCSUP-11416: Implement IDisk interface for HDFS
2021-07-26 23:59:34 +03:00
Kseniia Sumarokova
7c80e7b478
Update mergetree.md
2021-07-26 23:58:20 +03:00
Kseniia Sumarokova
d8e1798f87
Update mergetree.md
2021-07-26 23:57:31 +03:00
Azat Khuzhin
c7d2a5aad8
Add system.rocksdb table (with various rocksdb internals)
...
v2: fix USE_ROCKSDB check (there is #cmakedefine01 so it is either 0/1,
so we should not check with #ifdef)
2021-07-26 23:13:59 +03:00
Dmitriy
b1c0509579
Fix description
...
Добавил общее описание движка.
2021-07-26 22:32:00 +03:00
Dmitriy
7d31316b17
Fix endpoint parameter
...
Поправил описание параметра endpoint.
2021-07-26 22:23:32 +03:00
Alexander Tokmakov
63ab38ee09
rename MaterializeMySQL to MaterializedMySQL
2021-07-26 21:17:28 +03:00
Vladimir Goncharov
0cf20f8482
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-26 17:56:46 +03:00
Vladimir Goncharov
933d0b7e3b
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-26 17:56:40 +03:00
Alexey Boykov
9282e0f5b7
Merge pull request #26460 from zxc111/DOCSUP-11552
...
DOCSUP-11552: Add support for argument of UUID type for empty and notEmpty functions
2021-07-26 14:40:23 +03:00
Nikolai Kochetov
f1c9c728f0
Merge pull request #26676 from ka1bi4/romanzhukov-DOCSUP-11551-adding_new_third-party
...
DOCSUP-11551: Edit and translate to Russian (Guidelines for adding new third-party libraries)
2021-07-26 14:25:28 +03:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
...
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Alexey
133586b625
Translated to russian
2021-07-26 05:34:45 +00:00
Mikhail
39e1b21385
Update query_log.md
...
requested edit
2021-07-26 08:19:30 +03:00
lehasm
5f977baae3
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:03:16 +03:00
lehasm
32601bb503
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:03:03 +03:00
lehasm
9f5c491237
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:02:53 +03:00
lehasm
c31606038b
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:02:42 +03:00
Mikhail
c0352044cd
Update order-by.md
...
Requested edit.
2021-07-26 07:17:29 +03:00
Mikhail
e4027755ad
Update order-by.md
...
Some minor corrections.
2021-07-26 07:09:54 +03:00
alexey-milovidov
81927dcf78
Update mergetree.md
2021-07-26 05:07:45 +03:00
Alexander Bezpiatov
036b78ba3a
Update materialize-mysql.md
...
- Added mandatory configuration items for MySQL-server side;
- Added `BINARY` type to the supported data types table
- Added Compatibility restrictions paragraph
2021-07-26 01:31:34 +03:00
Kseniia Sumarokova
f1e98bfa86
Update materialized-postgresql.md
2021-07-25 23:43:12 +03:00
Kseniia Sumarokova
d801e6a538
Update materialized-postgresql.md
2021-07-25 23:38:14 +03:00
Kseniia Sumarokova
5b799ef294
Update materialized-postgresql.md
2021-07-25 23:33:17 +03:00
Kseniia Sumarokova
2d51f4db44
Update materialized-postgresql.md
2021-07-25 23:29:37 +03:00
Dmitriy
ca99d8aa02
Fix documentation
...
Поправил документацию.
2021-07-25 23:14:37 +03:00
Kseniia Sumarokova
b65fd7fbfe
Merge pull request #26181 from lehasm/alexey-sm-DOCSUP-9056-document-url-function-patterns
...
DOCSUP-9056: description of patterns in the url table function
2021-07-25 23:11:55 +03:00
Maksim Kita
bbc7fe88ab
Merge pull request #26775 from poweroftrue/patch-1
...
Document MaterializeMySQL Settings
2021-07-25 22:05:13 +03:00
Alexey
423b605db8
Both MODIFY and RESET SETTING
2021-07-25 15:11:19 +00:00
Alexey
f8ee98115f
Page with RESET SETTING
2021-07-25 14:11:17 +00:00
Roman Bug
9382a97933
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:40 +03:00
Roman Bug
5479638b83
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:23 +03:00
Roman Bug
8535c5ce40
Update docs/ru/development/style.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:11 +03:00
Roman Bug
de14f16159
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:23:59 +03:00
romanzhukov
59a2d70e4e
DOCSUP-11551: Minor fix.
2021-07-24 22:35:01 +03:00
romanzhukov
7587bd047c
DOCSUP-11551: Minor fix.
2021-07-24 22:25:56 +03:00
romanzhukov
1b65f5c304
Merge branch 'romanzhukov-DOCSUP-11551-adding_new_third-party' of https://github.com/Ka1bi4/ClickHouse into romanzhukov-DOCSUP-11551-adding_new_third-party
2021-07-24 20:27:38 +03:00
romanzhukov
dfa6e207d7
DOCSUP-11551: Add ru contrib info.
2021-07-24 20:27:06 +03:00
romanzhukov
d7881aa588
Merge branch 'master' into romanzhukov-DOCSUP-11551-adding_new_third-party
2021-07-24 20:08:24 +03:00
alexey-milovidov
acb97c6f4a
Update materialize-mysql.md
2021-07-24 15:11:23 +03:00
Roman Bug
1ecdff4aea
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:43:01 +03:00
Roman Bug
6a832366fa
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:55 +03:00
Roman Bug
2036ab8d63
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:30 +03:00
Roman Bug
9ddd6616f5
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:34:28 +03:00
Roman Bug
9441054ee4
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:15 +03:00
Roman Bug
2421b3b5a5
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:04 +03:00
Roman Bug
e61e36beeb
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:47 +03:00
Roman Bug
6252251351
Update docs/ru/development/style.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:23 +03:00
Roman Bug
194f3318f6
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:23:59 +03:00
Mostafa Dahab
69beadbfbf
Document MaterializeMySQL Settings
2021-07-24 12:36:41 +03:00
Alexey
39e2567e60
temp
2021-07-24 08:41:37 +00:00
Alexey
df274daa3a
reset.md added
2021-07-24 08:38:11 +00:00
Vitaly Baranov
67d4da224a
Merge pull request #26384 from Cas-pian/grant_by_replace
...
add grant by replace support
2021-07-23 14:40:47 +03:00
romanzhukov
d624e22b2a
DOCSUP-11551: Add ru contrib info.
2021-07-23 11:48:59 +03:00
romanzhukov
4fc1613577
DOCSUP-11551: Add ru contrib info.
2021-07-23 11:25:46 +03:00
Alexey
4a57267c5b
Sections about Globs moved at the very end, after examples
2021-07-22 19:30:53 +00:00
lehasm
8e8ef98fa4
Update docs/ru/operations/settings/merge-tree-settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-22 21:32:46 +03:00
romanzhukov
492af9332c
DOCSUP-11551: Add ru contrib info.
2021-07-22 20:53:30 +03:00
zxc111
f2a6f5013d
typo
2021-07-23 00:44:33 +08:00
Sean Haynes
368a9cf268
Update server configuration docs to reflect Requiretls1_2 setting
...
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2021-07-22 16:05:34 +01:00
Maksim Kita
d72cc7c7a8
Merge pull request #26680 from den-crane/patch-21
...
Update clickhouse-keeper.md
2021-07-22 15:54:42 +03:00
romanzhukov
65d1f18962
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into romanzhukov-DOCSUP-11551-adding_new_third-party
2021-07-22 13:18:12 +03:00
romanzhukov
d723ac560d
DOCSUP-11551: Add ru contrib info.
2021-07-22 13:14:25 +03:00
Alexey Boykov
fcbe3f7a32
Merge pull request #26527 from ka1bi4/romanzhukov-DOCSUP-11658-merge_selecting_sleep_ms
...
DOCSUP-11658: Edit and translate to Russian (merge_selecting_sleep_ms)
2021-07-22 13:08:43 +03:00
Alexey Boykov
eead9f51cc
Merge pull request #26479 from ka1bi4/romanzhukov-DOCSUP-11554-dictGet-dictsource
...
DOCSUP-11554: Edit and translate to Russian
2021-07-22 13:06:49 +03:00
Alexey
838261fe9f
ru minor update
2021-07-21 20:14:31 +00:00
Dmitriy
935f838aeb
Update materialized-postgresql.md
...
Исправил некоторые ошибки перевода.
2021-07-21 23:08:14 +03:00
Alexey
182bffbf82
Translated to russian.
...
Some fixes and updates.
2021-07-21 19:59:47 +00:00
Denny Crane
1873600642
Update clickhouse-keeper.md
...
Doc. clickhouse-keeper added default values for params
2021-07-21 16:37:38 -03:00
Alexey
057298840b
Rewritten description
2021-07-21 19:20:52 +00:00
Alexey Boykov
b285b1820e
Merge pull request #26616 from den-crane/patch-19
...
Doc. Documentation for compression level
2021-07-21 20:57:40 +03:00
Dmitriy
177611df35
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-07-21 20:16:36 +03:00
Denny Crane
fa69ad56ad
Update settings.md
2021-07-21 13:23:37 -03:00
Denny Crane
6b3c788214
Update settings.md
2021-07-21 13:21:26 -03:00
Caspian
eab4cb3cdc
use new syntax, update docs
2021-07-21 23:08:38 +08:00
romanzhukov
781513e8c2
DOCSUP-11551: Add ru contrib info.
2021-07-21 18:04:41 +03:00
Roman Bug
b3abae993a
Update docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-21 17:33:16 +03:00
Roman Bug
bce2ae8868
Update docs/ru/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-21 17:33:04 +03:00
Roman Bug
3f76a6473c
Update docs/ru/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-21 17:32:59 +03:00
Roman Bug
ae8908419e
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-21 16:17:11 +03:00
su-houzhen
412fb28d4f
Update index.md
2021-07-21 17:26:55 +08:00
Ildus Kurbangaliev
0f480e6b06
Fix docs for map functions
2021-07-21 10:08:29 +02:00
Roman Bug
a133afaac3
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-21 10:49:33 +03:00
Roman Bug
a0ce414b92
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-21 10:49:29 +03:00
Denny Crane
71f96dcb2a
Update settings.md
...
compression level
2021-07-20 18:57:44 -03:00
Denny Crane
62d653583e
Update settings.md
...
compression level
2021-07-20 18:54:38 -03:00
Dmitriy
a4fca6b277
Translate to Russian
...
Выполнил перевод на русский язык.
2021-07-20 23:11:55 +03:00
Dmitriy
0370b9813c
Update HDFS
...
Исправил ошибки.
2021-07-20 22:06:05 +03:00
Vladimir
dfc7fdabb0
Merge pull request #26335 from olgarev/revolg-DOCSUP-9868_implicit_key_type_convertion
2021-07-20 14:41:15 +03:00
Nikolai Kochetov
d89e10e289
Merge pull request #26541 from olgarev/revolg-DOCSUP-11584-map_types_update
...
DOCSUP-11584: Update Map data type
2021-07-20 14:26:14 +03:00
alexey-milovidov
2091ace66a
Merge pull request #26551 from mogrein/security_chglog_2021_25263
...
Add information about CVE-2021-25263
2021-07-20 13:59:01 +03:00
Caspian
7c6dc56bcd
Merge branch 'master' into grant_by_replace
2021-07-20 17:41:12 +08:00
Vladimir
5d270f82f5
Apply suggestions from code review
2021-07-20 12:19:19 +03:00
Alexander Lodin
842b0454af
Add information about CVE-2021-25263 that has been fixed in april release.
2021-07-20 11:31:15 +03:00
romanzhukov
a899e381b5
DOCSUP-11658: Minor fixes.
2021-07-20 10:45:23 +03:00
olgarev
7b1b602c7c
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-20 10:29:06 +03:00
Olga Revyakina
b7f3305621
Exception
2021-07-20 10:28:06 +03:00
Alexey
e6733c7934
New variant translated into russian
...
Some more improvements
2021-07-20 06:28:08 +00:00
olgarev
e4295d1365
Fixed-2
2021-07-20 00:18:06 +00:00
olgarev
0a038ab402
Revert "Fixed"
...
This reverts commit 5133e8d4d3
.
2021-07-20 00:16:21 +00:00
olgarev
5133e8d4d3
Fixed
2021-07-20 00:01:17 +00:00
olgarev
35fcf3e0fd
Data types added
2021-07-19 23:45:31 +00:00
olgarev
4beee8a3cc
Data types added
2021-07-19 23:45:14 +00:00
alexey-milovidov
596dae50f4
Merge pull request #26506 from miguelff/fix-assumeNotNull-docs
...
Fix `assumeNotNull` docs
2021-07-20 01:30:03 +03:00
Alexey
d0a77deea8
'Globs in Addresses' now is a header
...
Russian settings description added
2021-07-19 19:36:35 +00:00
Kseniia Sumarokova
2d2f63c620
Merge pull request #26458 from ka1bi4/romanzhukov-DOCSUP-10513-MaterializeMySQLComments
...
DOCSUP-10513: Add MaterializeMySQL Engine column comments support
2021-07-19 21:36:13 +03:00
Olga Revyakina
1d3bc13753
Anchor
2021-07-19 21:03:36 +03:00
olgarev
592874a0b9
Update docs/ru/sql-reference/statements/select/join.md
2021-07-19 20:52:31 +03:00
olgarev
a4bde6daee
Update docs/ru/sql-reference/statements/select/join.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:50:09 +03:00
olgarev
7d184b7acf
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:49:17 +03:00
romanzhukov
742acf24c9
DOCSUP-11658: Add merge_selecting_sleep_ms setti
2021-07-19 20:48:22 +03:00
Roman Bug
631458c7e2
Update docs/ru/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:06:30 +03:00
Roman Bug
d04f763748
Update docs/ru/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:06:24 +03:00
Roman Bug
07f0021a2a
Update docs/ru/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:06:11 +03:00
alexey-milovidov
6eb11e5525
Update functions-for-nulls.md
2021-07-19 17:33:52 +03:00
ivoleg
f26b912945
Update developer-instruction.md
2021-07-19 14:14:43 +01:00
alexey-milovidov
05066ef815
Update developer-instruction.md
2021-07-19 16:14:35 +03:00
romanzhukov
282c26e3a1
DOCSUP-11554: Minor fixes.
2021-07-19 15:10:33 +03:00
Miguel Fernández
c308ab4a40
Fix assumeNotNull
docs
...
assumeNotNull empirically behaves like the opposite of what was described, returning a non-null value for a null type.
2021-07-19 14:02:22 +02:00
romanzhukov
81d8d3c1e6
DOCSUP-10513: Fix PR comment.
2021-07-19 10:15:32 +03:00
Roman Bug
9ed05ca34b
Update docs/en/engines/database-engines/materialize-mysql.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-07-19 10:10:18 +03:00
romanzhukov
1f0270c6de
DOCSUP-11554: Functions dictGet, dictHas complex key dictionary key argument tuple fix
2021-07-18 19:15:58 +03:00
romanzhukov
69f3804980
DOCSUP-11554: dictionary source secure setting added
2021-07-18 19:06:22 +03:00
Andy Liang
cbdcfaaee7
table.md compression codec example sql
...
The example SQL is missing a comma ","
2021-07-18 11:06:08 -04:00
romanzhukov
2f3bd6b737
DOCSUP-10513: FIX PR comments.
2021-07-17 11:52:43 +03:00
zxc111
be122ac2dd
update docs/en/sql-reference/functions/string-functions.md
2021-07-17 16:04:39 +08:00
zxc111
7f32271fd2
update docs/en/sql-reference/functions/encoding-functions.md
2021-07-17 15:51:40 +08:00
Dmitriy
f8fd7ae402
Update HDFS
...
Внес небольшие правки в описание.
2021-07-16 20:26:55 +03:00
romanzhukov
495ab4cfa5
DOCSUP-10513: Fix EN & add RU.
2021-07-16 20:17:53 +03:00
romanzhukov
64ca3e140a
DOCSUP-10513: Add EN
2021-07-16 19:13:09 +03:00
mergify[bot]
126a2d7ad1
Merge branch 'master' into dist-per-table-monitor-settings
2021-07-16 13:32:40 +00:00
Maksim Kita
6ebc11ff4e
Merge pull request #26388 from vgocoder/patch-5
...
Update index.md
2021-07-16 12:32:30 +03:00
alexey-milovidov
4103c22310
Merge pull request #26245 from arenadata/ADQM-322
...
Avro string for ClickHouse String
2021-07-16 12:23:50 +03:00
caspian
1497fc4290
update docs
2021-07-16 16:57:04 +08:00
Maksim Kita
11203fb7ea
Merge pull request #26379 from zxc111/DOCSUP-11552
...
DOCSUP-11657: check sampling expression at creation table.
2021-07-16 11:00:53 +03:00
Maksim Kita
76e3bd87bc
Update merge-tree-settings.md
2021-07-16 11:00:36 +03:00
Maksim Kita
5a80cbb6cc
Update merge-tree-settings.md
2021-07-16 10:59:29 +03:00
Maksim Kita
813c37b9fe
Update merge-tree-settings.md
2021-07-16 10:57:55 +03:00
Maksim Kita
acfc9b7c45
Merge pull request #26389 from vgocoder/patch-6
...
Update tcp.md
2021-07-16 10:53:47 +03:00
Maksim Kita
8bc1c4276a
Merge pull request #26387 from vgocoder/patch-4
...
Update collapsingmergetree.md
2021-07-16 10:51:11 +03:00
Maksim Kita
418dfa41fe
Merge pull request #26386 from vgocoder/patch-3
...
Update versionedcollapsingmergetree.md
2021-07-16 10:50:40 +03:00
Caspian
869f70d28f
Update docs/ru/sql-reference/statements/grant.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2021-07-16 13:41:34 +08:00
Caspian
b730683717
Update docs/ru/sql-reference/statements/grant.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2021-07-16 13:41:27 +08:00
vgocoder
72ef214379
Update tcp.md
2021-07-16 10:43:31 +08:00
vgocoder
178ed3679e
Update index.md
2021-07-16 10:32:16 +08:00
vgocoder
67ba94dee1
Update collapsingmergetree.md
2021-07-16 10:20:58 +08:00
vgocoder
d14b2ed483
Update versionedcollapsingmergetree.md
2021-07-16 10:19:34 +08:00
caspian
1723a522cc
update docs
2021-07-16 10:13:04 +08:00
vgocoder
9e4e871a3b
Update atomic.md
2021-07-16 10:07:16 +08:00
Azat Khuzhin
f3d3ec44a6
Add ability to set Distributed directory monitor settings via CREATE TABLE
2021-07-16 04:10:47 +03:00
tavplubix
56173c565d
Merge pull request #24998 from adevyatova/annadevyatova-DOCSUP-7502-replicated
...
DOCSUP-7502: Document the database engine Replicated
2021-07-15 22:54:59 +03:00
zxc111
a7edcb0de3
update engines/table-engines/mergetree-family/mergetree.md
2021-07-16 00:12:10 +08:00
Alexey
e127110709
Title changed to Globs in Addresses
...
Section moved to remote() and replaced previous text there.
Created a link from url() to remote().
New settings are mentioned also.
2021-07-15 15:58:47 +00:00
zxc111
70ec444400
update operations/settings/merge-tree-settings.md
2021-07-15 23:58:44 +08:00
Alexey
6263676a22
Settings description changed a bit
2021-07-15 15:49:17 +00:00
Maksim Kita
4cc98c8fd8
Merge pull request #26230 from lehasm/alexey-sm-DOCSUP-9858-doc-postgres-like-cast
...
DOCSUP-9858: document cast syntax x::t
2021-07-15 18:16:39 +03:00
Ikko Ashimine
93a2c03d5a
Fix typo in clickhouse-keeper.md
...
Implemetation -> Implementation
2021-07-15 23:39:52 +09:00
lehasm
c49c06f629
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-15 16:36:18 +03:00
lehasm
938392642f
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-15 16:35:58 +03:00
Anna
2a2d91612a
Merge branch 'master' into annadevyatova-DOCSUP-7502-replicated
2021-07-15 15:31:01 +03:00
Nikita Mikhaylov
1d57931774
Merge pull request #26053 from sevirov/sevirov-DOCSUP-10557-support_complex_types_in_arrow_parquet_orc_formats
...
DOCSUP-10557: Support complex types in Arrow/Parquet/ORC formats
2021-07-15 13:48:57 +03:00
vgocoder
b2ff26fc91
Update gui.md
2021-07-15 16:58:21 +08:00
Olga Revyakina
1258c9aaa6
Algorithms description
2021-07-15 11:17:37 +03:00
Maksim Kita
b7cb28a519
Merge pull request #25722 from AnaUvarova/ana-uvarova-DOCSUP-8653-build-osx-translate
...
DOCSUP-8653: build-osx translation
2021-07-15 11:07:06 +03:00
Maksim Kita
3e88c83619
Update build-osx.md
2021-07-15 11:06:25 +03:00
Olga Revyakina
6fb2e71766
Minor changes
2021-07-15 10:28:17 +03:00
Olga Revyakina
5db8fd34e5
Minor change
2021-07-15 10:25:00 +03:00
Olga Revyakina
13b90c2360
Links
2021-07-15 10:20:53 +03:00
Olga Revyakina
a2fb64c108
join_algorithm setting
2021-07-15 09:50:44 +03:00
Olga Revyakina
57f7861e59
En and Ru docs
2021-07-15 09:21:26 +03:00
alexey-milovidov
e5e3a88984
Update adopters.md
2021-07-14 23:41:03 +03:00
Alexey
947789f1c6
Added settings glob_expansion_max_elements and table_function_remote_max_addresses
2021-07-14 20:36:05 +00:00
Alexey
83460e8db9
Example changed to show casting float to decimal
...
Other fixes and improvements
2021-07-14 19:27:32 +00:00
Dmitriy
4a97cd80b0
Using HDFS for Data Storage
...
Задокументировал HDFS для удаленного хранения данных.
2021-07-14 21:42:03 +03:00
Filatenkov Artur
f1702d356e
Merge pull request #26120 from lthaooo/settings-merge_selecting_sleep_ms
...
add merge_selecting_sleep_ms setting
2021-07-14 18:28:47 +03:00
adevyatova
54c0b88b26
Minor fixed
2021-07-14 13:02:30 +00:00
Peng Jian
300635d4a1
add docs
2021-07-14 19:26:46 +08:00
adevyatova
bc57df6fc1
Add usage-example
2021-07-13 21:43:24 +00:00
Alexey
352b5b816f
Translated to ru
2021-07-13 20:14:46 +00:00
adevyatova
239787f747
Update ru docs
2021-07-13 19:52:35 +00:00
ana-uvarova
927cea2c60
+
2021-07-13 22:04:49 +03:00
ana-uvarova
c772d7ee98
test
2021-07-13 22:02:47 +03:00
ana-uvarova
6507a7f35f
fix symbolic link
2021-07-13 20:57:21 +03:00
Nikita Mikhaylov
208ef7a2d2
Merge pull request #24980 from Andr0901/s2-library
...
Integration of S2 library
2021-07-13 20:10:57 +03:00
Nikita Mikhaylov
f8b4b3e81b
Merge pull request #25595 from ClickHouse/revert-25593-revert-24867-ncb/h3-indexing-funcs
...
Implement h3ToGeo function [2]
2021-07-13 20:08:17 +03:00
Ilya Golshtein
020cce63b0
Avro string for ClickHouse string tests and doc
2021-07-13 20:03:00 +03:00
Filatenkov Artur
93a3a1d27a
Merge pull request #26056 from sevirov/sevirov-DOCSUP-11166-edit_and_translate_to_russian_data_skipping_indices_system_table
...
DOCSUP-11166: Edit and translate to Russian (data_skipping_indices system table)
2021-07-13 19:31:47 +03:00
Jeffrey Dang
c09fa0b843
Update materialized-postgresql.md
...
Spelling
2021-07-13 10:56:07 -05:00
Nikita Mikhaylov
cac2aa9699
Revert "Revert "Implement h3ToGeo function""
2021-07-13 12:10:21 +00:00
Anton Popov
06570d2a5a
Merge pull request #26040 from lehasm/alexey-sm-DOCSUP-10296-document-toJSONString
...
DOCSUP-10296: Document the toJSONString function
2021-07-13 15:06:06 +03:00
Nikita Mikhaylov
625576796c
final fix
2021-07-13 10:51:35 +00:00
Alexey
d28703d868
ru translation
2021-07-13 05:24:48 +00:00
Alexey
fc7f84d0d0
Minor updates
2021-07-13 05:24:31 +00:00
Alexey
6f274db4b3
Examples from remote
2021-07-13 04:37:50 +00:00
alexey-milovidov
c88efb85ac
Merge pull request #26105 from myrrc/docs/test-naming-rules
...
WIP mark subset of tests that depend on specific config modifications
2021-07-13 04:50:58 +03:00
alexey-milovidov
1d86a995a1
Update adding_test_queries.md
2021-07-13 04:50:41 +03:00
Maksim Kita
a5b06b88ac
Merge pull request #26243 from pickishere/master
...
Chinese translation of mysql.md
2021-07-13 01:08:23 +03:00
Alexey
30be1c6171
Article changed
2021-07-12 18:48:14 +00:00
alexey-milovidov
f30e614165
Update build.md
2021-07-12 19:21:13 +03:00
levie
0ddd57dcb1
Chinese translation of mysql.md
2021-07-12 17:50:45 +08:00
Alexey
f56d1563b7
New syntax added and the beginning is edited.
2021-07-11 19:10:49 +00:00
sevirov
601ed5046a
Update docs/en/operations/system-tables/data_skipping_indices.md
...
Co-authored-by: Dmitry Novik <d1mas1k4@yandex.ru>
2021-07-11 12:17:37 +03:00
Dmitriy
6dd0f7bb95
Translate to Russian
...
Перевел на русский язык
2021-07-11 00:37:28 +03:00
alexey-milovidov
103b860555
Update tuple-functions.md
2021-07-10 23:12:32 +03:00
alesapin
0e09bb1652
Merge pull request #26150 from ClickHouse/clickhouse_keeper_docs
...
Add draft for clickhouse-keeper docs
2021-07-10 12:40:12 +03:00
alesapin
0d4e0bb8fd
Fix links to nowhere
2021-07-10 11:50:03 +03:00
Alexey
da93382d75
[Original article] removed
2021-07-10 08:35:31 +00:00
Alexey
36b8d899a7
Description updated
2021-07-10 08:35:12 +00:00
Alexey Milovidov
a6d0cda7c1
Merging #24404
2021-07-10 10:12:18 +03:00
alexey-milovidov
7a1a184c48
Merge pull request #24404 from nvartolomei/nv/config-in-place-include
...
Support for multiple includes in XML based configuration
2021-07-10 10:10:18 +03:00
Alexey
6403bd72fc
Second example returned.
...
output_format_json_quote_denormals mentioned in the description.
2021-07-10 07:01:34 +00:00
Alexey
a12530fb25
Перевод
2021-07-09 21:16:13 +00:00
Alexey
65f06aafb3
output_format_json_quote_64bit_integers updated
2021-07-09 20:15:49 +00:00
alesapin
623b368a70
Add draft for clickhouse-keeper docs
2021-07-09 22:58:21 +03:00
Maksim Kita
03c4853451
Functions dictGet, dictHas complex key dictionary key argument tuple fix
2021-07-09 17:20:02 +03:00
terrylin
faed6263bb
add merge_selecting_sleep_ms setting
2021-07-09 17:29:17 +08:00
Maksim Kita
69c30d658c
Merge pull request #26110 from ywill3/patch-2
...
Update bitmap-functions.md
2021-07-09 12:16:40 +03:00
ywill3
89c72da7f3
Update bitmap-functions.md
...
may be inappropriate sub-title
2021-07-09 10:14:10 +08:00
ywill3
325e0764fe
Update bitmap-functions.md
...
bitmapSubsetLimit example sql is wrong
2021-07-09 10:05:27 +08:00
Mike Kot
d01af70a00
Idea of adding another test group with possibly broken invariants
2021-07-09 03:02:19 +03:00
Alexey
4f48c5c723
The only example left
...
'quoted' changed to 'enclosed in qoutes'
Added See Also with link to related settings.
2021-07-08 20:18:56 +00:00
Alexey
c1c6df7be5
Removed warning that Map is expetimental
...
and one must set allow_experimental_map_type = 1 to use it
2021-07-08 19:57:16 +00:00
alexey-milovidov
0608eb41ce
Merge pull request #25797 from gyuton/gyuton-DOCSUP-10112-Document-logical-functions
...
DOCSUP-10112: Documented logical functions
2021-07-08 00:34:23 +03:00
Maksim Kita
39c5ba40f7
Merge pull request #26055 from kitaisreal/clickhouse-dictionary-source-secure-setting-added-documentation
...
ClickHouse dictionary source secure setting added documentation
2021-07-07 23:49:42 +03:00
Dmitriy
eabaefc5a1
Fix the link
...
Поправил ссылку.
2021-07-07 23:11:49 +03:00
Dmitriy
ffec3c8540
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-11166-edit_and_translate_to_russian_data_skipping_indices_system_table
2021-07-07 22:58:22 +03:00
Dmitriy
c435bd85f7
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-07-07 22:47:47 +03:00
Alexey
8582df272f
More fixes
2021-07-07 19:30:02 +00:00
Maksim Kita
9d0c2f83f8
ClickHouse dictionary source secure setting added documentation
2021-07-07 22:14:30 +03:00
ImgBotApp
c6f8f2844c
[ImgBot] Optimize images
...
*Total -- 79.00kb -> 57.71kb (26.95%)
/docs/ru/images/play.png -- 36.44kb -> 25.98kb (28.71%)
/docs/en/images/play.png -- 36.44kb -> 25.98kb (28.71%)
/website/images/index/hackernews.svg -- 1.08kb -> 1.00kb (7.78%)
/website/images/yandex.png -- 4.35kb -> 4.08kb (6.28%)
/website/images/logo-180x180.png -- 0.69kb -> 0.68kb (0.57%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-07 19:12:16 +00:00
alexey-milovidov
bff057556b
Merge pull request #25931 from olgarev/revolg-DOCSUP-10063-minimal_web_ui
...
DOCSUP-10063: minimal web UI + new adopter
2021-07-07 22:10:32 +03:00
Dmitriy
d3a044d913
Support Tuple and Map types
...
Задокументировал поддержку типов Tuple и Map.
2021-07-07 21:44:13 +03:00
lehasm
8783685923
Update docs/en/sql-reference/functions/json-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-07 21:36:58 +03:00
lehasm
b6acc6ecb1
Update docs/en/sql-reference/functions/json-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-07 21:36:47 +03:00
Olga Revyakina
02c6b55630
Back
2021-07-07 21:29:33 +03:00
Olga Revyakina
b9357402e0
Test image from the CH blog
2021-07-07 20:55:03 +03:00
Victor
a47a9ef39a
Update distinct.md
2021-07-07 13:38:56 +03:00
alesapin
f0fc12d0dd
Merge branch 'master' into evillique-nlp
2021-07-07 12:14:49 +03:00
Maksim Kita
ad5f99d36c
Merge pull request #25973 from otrazhenia/evgsudarikova-DOCSUP-10768
...
DOCSUP-10768: added Array type to the list of supported types in Dictionaries' attributes.
2021-07-07 01:52:22 +03:00
Alexey
0eee65b5e9
Minor update
2021-07-06 21:01:45 +00:00
Alexey
fa364a45c3
Ready for PR draft
2021-07-06 20:49:14 +00:00
Alexey
490871cf9f
Draft
2021-07-06 18:55:44 +00:00
ana-uvarova
b4214ed05a
test
2021-07-06 21:17:07 +03:00
olgarev
c0798df656
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-06 21:08:11 +03:00
Olga Revyakina
717775d8c0
Links again
2021-07-06 21:06:34 +03:00
tavplubix
ddc7263ec7
Merge pull request #25799 from lehasm/alexey-sm-DOCSUP-9779-document-quantileBFloat16
...
DOCSUP-9779: Document the quantileBFloat16
2021-07-06 11:43:06 +03:00
Alexey Milovidov
7b94573506
Remove obsolete trash about libraries
2021-07-06 03:31:39 +03:00
Olga Revyakina
5a810fc061
3 try
2021-07-06 01:39:40 +03:00
alexey-milovidov
f26d682f66
Merge pull request #26009 from traceon/doc-submodule-guidelines
...
Guidelines for adding new third-party libraries and maintaining custom changes in them
2021-07-06 01:26:25 +03:00
alexey-milovidov
575dfa18e1
Update contrib.md
2021-07-06 01:26:11 +03:00
Olga Revyakina
0bbcf6879a
Links
2021-07-06 01:08:26 +03:00
Olga Revyakina
1d7944c152
2 try
2021-07-06 00:29:26 +03:00
Olga Revyakina
0811b74ad6
1 try
2021-07-06 00:19:29 +03:00
Denis Glazachev
f4fc1d0807
Minor fixes
2021-07-06 01:05:30 +04:00
Denis Glazachev
0241253a8e
Guidelines for adding new third-party libraries
2021-07-06 01:05:12 +04:00
Maksim Kita
ca734bff93
Merge pull request #25805 from gyuton/gyuton-DOCSUP-10532-Edited-and-translated-to-Russian
...
DOCSUP-10532: Edited and translated to Russian (dateName and bitPositionsToArray functions)
2021-07-05 21:42:05 +03:00
AnaUvarova
3bfbf7a248
Merge branch 'master' into ana-uvarova-DOCSUP-8653-build-osx-translate
2021-07-05 14:25:50 +03:00
AnaUvarova
8e9edbc90f
Update docs/ru/sql-reference/statements/alter/partition.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:58 +03:00
AnaUvarova
347cd3622e
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:51 +03:00
AnaUvarova
28d2eba0d4
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:43 +03:00
AnaUvarova
5f4d521753
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:34 +03:00
AnaUvarova
25ba639bde
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:21 +03:00
AnaUvarova
cd3b268ef7
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:02 +03:00
AnaUvarova
158da4feb2
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:21:50 +03:00
adevyatova
e9fbf072ec
Merge branch 'annadevyatova-DOCSUP-7502-replicated' of https://github.com/adevyatova/ClickHouse into annadevyatova-DOCSUP-7502-replicated
2021-07-04 18:55:37 +00:00
adevyatova
b0d3141b15
Updated desc
2021-07-04 18:55:11 +00:00
Kseniia Sumarokova
8351f1db99
Merge pull request #20470 from kssenii/pg-ch-replica
...
MaterializePostgreSQL table engine and database engine
2021-07-04 19:34:54 +03:00
Evgeniia Sudarikova
0955d001cd
added array to types
2021-07-04 16:11:29 +03:00
Anna
b2f059b6bb
Merge branch 'master' into annadevyatova-DOCSUP-7502-replicated
2021-07-04 07:31:06 +03:00
Maksim Kita
a1706f20ff
Update syntax.md
2021-07-03 15:05:08 +03:00
kssenii
0ce4c565d1
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-07-03 11:48:15 +00:00
Tiaonmmn
80335713cc
Update syntax.md
2021-07-03 18:10:30 +08:00
lehasm
5268f64b14
Update docs/ru/sql-reference/aggregate-functions/reference/quantilebfloat16.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-03 10:06:32 +03:00
lehasm
26c4f3047b
Update docs/ru/sql-reference/aggregate-functions/reference/quantilebfloat16.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-03 10:06:17 +03:00
Olga Revyakina
5ae0d19cb4
Update adopters.md
2021-07-03 08:10:10 +03:00
Olga Revyakina
5bce3d35f8
Web UI + new adopter
2021-07-03 07:57:57 +03:00
alexey-milovidov
7e0433bf07
Merge pull request #25904 from xjewer/alex/add_index_first
...
CLICKHOUSE-1194: add skipping index to the beginning of the list
2021-07-03 04:55:00 +03:00
Alexey
24803bd846
bfloat16 wrapped into back ticks
2021-07-02 20:21:38 +00:00
Alexey
7e372a2e53
Ru translation + some updates + link fixes
2021-07-02 20:18:55 +00:00
Maksim Kita
67a88d64ef
Merge pull request #25235 from meoww-bot/patch-2
...
Update index.md (WIP)
2021-07-02 23:16:58 +03:00
Alexey
e9687a5907
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-9779-document-quantileBFloat16
2021-07-02 19:15:12 +00:00
George
aa377bcd42
Deleted wrong doc
2021-07-02 13:23:00 +03:00
Maksim Kita
e992ed780a
Update rabbitmq.md
2021-07-02 11:30:57 +03:00
alexey-milovidov
eb6edd8803
Merge pull request #25547 from Tiaonmmn/patch-2
...
Update mergetree.md
2021-07-02 04:40:53 +03:00
alexey-milovidov
ebd1d704b8
Merge branch 'master' into patch-1
2021-07-02 04:40:13 +03:00
alexey-milovidov
e45bd26721
Merge pull request #25675 from Nicholaswang/master
...
fix broken links and incorrect translations
2021-07-02 04:38:39 +03:00
alexey-milovidov
23912c6066
Update adopters.md
2021-07-02 04:05:28 +03:00
Alexey
219dff242c
Draft
2021-07-01 20:57:01 +00:00
Aleksei Semiglazov
f47e1ff102
CLICKHOUSE-1194: add skipping index to the beginning of the list
...
add the FIRST keyword to the ADD INDEX command to be able to add index in the beginning of the list.
Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 19:37:48 +01:00
Kruglov Pavel
e23cf79338
Merge pull request #25596 from ildus/map_add_for_maps
...
Support Map type in mapAdd and mapSubtract
2021-07-01 21:08:07 +03:00