Commit Graph

54698 Commits

Author SHA1 Message Date
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
Olga Revyakina
ecfa92bceb Still trying 2020-12-30 09:53:32 +03:00
Olga Revyakina
c256c84c65 Trying to fix syntax bug 2020-12-30 09:44:59 +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
Nikita Mikhailov
ec0f70b8ef cleanup 2020-12-30 08:39:08 +03:00
Nikita Mikhailov
a1d3c0173d better 2020-12-30 08:34:49 +03:00
Nikita Mikhailov
2f04cb5ebe abort() instead of std::terminate() + cleanup 2020-12-30 08:31:45 +03:00
Nikita Mikhailov
60b4a36c4a arcadia fix + live view fix + cleanup 2020-12-30 07:50:58 +03:00
hexiaoting
a2e5f7693a Fix condition error 2020-12-30 11:20:38 +08:00
Nikita Mikhailov
c5f92e5096 better formatfactory 2020-12-30 06:07:30 +03:00
ana-uvarova
8d63689b17 content fix 2020-12-30 02:53:44 +03:00
Olga Revyakina
eed9e8732c Another one 2020-12-30 01:40:32 +03:00
Olga Revyakina
dad2b0c35a Small syntax fix 2020-12-30 01:38:30 +03:00
Nikita Mikhailov
ffd73082ba fix memory and add comment 2020-12-30 01:34:26 +03:00
Olga Revyakina
74904a8e0f Fix 2020-12-30 01:25:09 +03:00
Nikita Mikhailov
107360fc77 add tests 2020-12-30 00:04:39 +03: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
kssenii
d146974058 Update libpq 2020-12-29 20:05:42 +00:00
Nikita Mikhailov
2b90b4e01d Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format 2020-12-29 22:47:06 +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
filimonov
e81a99156f
Attempt to prevent test flap
That extra SELECT is executed synchronously, after that all further actions will have a more stable timing.
2020-12-29 18:51:00 +01: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
Anton Popov
6336fbf1df fix removing of empty parts in tables with old syntax 2020-12-29 20:16:57 +03:00
Dmitriy
bb290e185f Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4617-document_union_default_mode_setting 2020-12-29 19:59:30 +03:00
kssenii
8efd85bef2 Fix build 2020-12-29 16:56:50 +00:00
Nikita Mikhaylov
d4f25723cf
Merge pull request #18326 from sevirov/sevirov-DOCSUP-5219-document_countMatches_function
DOCSUP-5219: Document the countMatches function
2020-12-29 19:37:13 +03:00
Alexander Kuzmenkov
d4e5d5fdb4
Merge pull request #18455 from ClickHouse/aku/window-prototype
[wip] some window function fixes
2020-12-29 19:23:19 +03:00
kssenii
c1eced8993 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg2ch 2020-12-29 15:09:53 +00:00
Nikita Mikhaylov
9cd1ddb38a
Merge pull request #18516 from nikitamikhaylov/hexiaoting-dev_withfill
Merging  #18188
2020-12-29 18:00:33 +03:00
Yatsishin Ilya
9b4b2fa441 fix typo 2020-12-29 17:57:44 +03:00
Yatsishin Ilya
011d2b4631 disable couple checks for now 2020-12-29 17:57:12 +03:00
Yatsishin Ilya
cb5986d426 better 2020-12-29 17:57:12 +03:00
Yatsishin Ilya
b3723e5e56 md5sum of test query has changed 2020-12-29 17:57:12 +03:00
Yatsishin Ilya
5869123a86 no empty line for check-duplicate-includes 2020-12-29 17:57:12 +03:00