Commit Graph

54347 Commits

Author SHA1 Message Date
Alexey Milovidov
98687ff8f4 Merge branch 'master' into harmful 2020-12-31 02:25:28 +03:00
alexey-milovidov
5e97df7c29
Merge pull request #18650 from ClickHouse/remove-fa-tr-docs
Remove fa and tr docs
2020-12-31 02:14:53 +03:00
alexey-milovidov
8b05af9b8d
Merge pull request #18646 from ClickHouse/correct-words-parser
More correct words about parser
2020-12-31 02:04:43 +03:00
alexey-milovidov
84d77bfc38
Merge pull request #18385 from ClickHouse/set-join-storage-tables-tsan
Fix TSan report in StorageSet and StorageJoin
2020-12-31 01:58:53 +03:00
Alexey Milovidov
dc320ec68f Remove fa and tr docs 2020-12-30 23:35:16 +03:00
alexey-milovidov
a8f9eade19
Merge pull request #18095 from spongedu/support_show_create_view
Support show create view syntax
2020-12-30 23:15:12 +03:00
Anton Popov
27e8fc0c8d
Merge pull request #18565 from hexiaoting/dev_date
Make Date larger then 2106-02-07 overflow as 0(1970-01-01)
2020-12-30 22:53:25 +03:00
Alexey Milovidov
f76410be3e More correct words about parser 2020-12-30 21:46:02 +03:00
Alexey Milovidov
f0cd43ddaf Add two exceptions for TSan 2020-12-30 21:31:06 +03:00
Alexey Milovidov
60a318a139 Fix broken test #17902 2020-12-30 21:16:50 +03:00
Alexey Milovidov
b0a6e4e82f Fix shellcheck 2020-12-30 20:55:10 +03:00
alexey-milovidov
c281a17869
Merge pull request #18619 from azat/utils-pull
Small utils improvements (check-marks and compressor)
2020-12-30 17:45:43 +03:00
alexey-milovidov
aa67966932
Update Compressor.cpp 2020-12-30 17:45:09 +03:00
alexey-milovidov
25fffc7388
Merge pull request #18595 from ClickHouse/minor-fixes-minsim-hash
Minor fixes for min/sim hash
2020-12-30 17:36:47 +03:00
Vitaly Baranov
a84887aff8
Merge pull request #15988 from traceon/ldap-cache-login
Allow caching of successful "bind" attempts to LDAP server for configurable period of time
2020-12-30 17:24:45 +03:00
alexey-milovidov
1bcdf37c36
Merge pull request #18614 from CurtizJ/fix-empty-parts
Fix removing of empty parts in tables with old syntax
2020-12-30 17:20:31 +03:00
alexey-milovidov
ea39f59a5f
Merge pull request #17942 from damozhaeva/dmozhaeva-DOCSUP-4706-edit-and-translate
DOCSUP-4706 edit and translate
2020-12-30 17:12:05 +03:00
alexey-milovidov
af39c2f1d7
Merge branch 'master' into dmozhaeva-DOCSUP-4706-edit-and-translate 2020-12-30 17:11:54 +03:00
alexey-milovidov
f80d3c293a
Update hash-functions.md 2020-12-30 17:09:43 +03:00
alexey-milovidov
ca4a795be3
Update date.md 2020-12-30 17:07:45 +03:00
alexey-milovidov
41639652f6
Update settings.md 2020-12-30 17:07:01 +03:00
alexey-milovidov
61ee873328
Update docs/en/operations/settings/settings.md
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2020-12-30 17:04:34 +03:00
alexey-milovidov
b7be1a81f5
Merge pull request #18153 from sevirov/sevirov-DOCSUP-4617-document_union_default_mode_setting
DOCSUP-4617: Document the union_default_mode setting
2020-12-30 17:01:29 +03:00
alexey-milovidov
b3660d7783
Update union.md 2020-12-30 17:00:54 +03:00
alexey-milovidov
0793617553
Update settings.md 2020-12-30 16:59:25 +03:00
alexey-milovidov
278dda04a6
Update union.md 2020-12-30 16:59:04 +03:00
alexey-milovidov
83003162c8
Update settings.md 2020-12-30 16:56:34 +03:00
alexey-milovidov
eab5598739
Merge pull request #18615 from ClickHouse/union-default-throw
Change union_default_mode to throw exception
2020-12-30 16:55:33 +03:00
Alexey Milovidov
203af8b7ec Fix error 2020-12-30 16:52:37 +03:00
alexey-milovidov
e0202b3b81
Merge pull request #18616 from ClickHouse/watchdog-exit-code-fix
Fixed exit code of watchdog
2020-12-30 16:34:05 +03:00
Vitaly Baranov
460006b502
Merge pull request #18232 from vitlibar/fix-access-rights-for-select-join
Fix access rights for SELECT JOIN.
2020-12-30 14:42:16 +03:00
Ilya Yatsishin
14a8b5e5ad
Merge pull request #18566 from qoega/codespell-changes
Fix shellcheck errors in style check
2020-12-30 08:54:29 +03:00
hexiaoting
a2e5f7693a Fix condition error 2020-12-30 11:20:38 +08:00
Dmitriy
c84d02c658 Update union.md
Изменил возможность записывать подзапросы с union в круглых скобках.
2020-12-29 23:54:11 +03:00
Azat Khuzhin
e8aae12984 Cover clickhouse-compressor in tests 2020-12-29 23:23:04 +03:00
Azat Khuzhin
30508c1b50 compressor: return 0 on --help 2020-12-29 23:09:00 +03:00
Azat Khuzhin
e02c328453 compressor: remove superfluous warning suppressions 2020-12-29 23:08:29 +03:00
Azat Khuzhin
009a281894 compressor: using for program_options namespace 2020-12-29 23:07:35 +03:00
Azat Khuzhin
3362c8fc40 compressor: add seek support while reading compressed file
Useful to debug .bin files
2020-12-29 23:06:40 +03:00
Azat Khuzhin
a71c193062 compressor: add positional arguments support for input/output 2020-12-29 23:05:54 +03:00
Azat Khuzhin
8fde2d6e1b compressor: remove dead file 2020-12-29 22:41:17 +03:00
Azat Khuzhin
8c256481c9 check-marks: fix comments and help message 2020-12-29 22:41:17 +03:00
Azat Khuzhin
cf11e2b1e0 check-marks: add decompressed size 2020-12-29 22:41:17 +03:00
Alexey Milovidov
d584f75cd7 Update test 2020-12-29 21:45:09 +03:00
Alexey Milovidov
9c2cbeba55 Fix error 2020-12-29 21:16:24 +03:00
Alexey Milovidov
5034d934b1 Merge branch 'master' into set-join-storage-tables-tsan 2020-12-29 20:47:22 +03:00
Alexey Milovidov
48605e7a30 Fixed exit code of watchdog 2020-12-29 20:36:10 +03:00
Alexey Milovidov
68fac02d35 Change union_default_mode to throw exception 2020-12-29 20:27:00 +03:00
alexey-milovidov
006d045ba3
Merge pull request #18308 from qianmoQ/fix-docs
translate documentation
2020-12-29 20:19:56 +03:00
alexey-milovidov
2baff7d07e
Merge pull request #18314 from Islam93/ru-datetime-see-also-block-fix
see also block fixes for datetime rus doc
2020-12-29 20:19:44 +03:00