Nikolai Kochetov
|
25ea3d83e2
|
Merge branch 'issue_7878_2' of https://github.com/vzakaznikov/ClickHouse into vzakaznikov-issue_7878_2
|
2020-01-23 18:45:24 +03:00 |
|
alexey-milovidov
|
f563d7f4b3
|
Merge pull request #8801 from vitlibar/fix-race-system-reload-all-dictionaries
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
|
2020-01-23 18:10:17 +03:00 |
|
alesapin
|
1fa6adacbe
|
Merge pull request #8790 from ClickHouse/disable_flappy_tests
Disable some flappy tests
|
2020-01-23 17:41:17 +03:00 |
|
Ivan Blinkov
|
07fc58771d
|
Update index.html
|
2020-01-23 17:41:05 +03:00 |
|
Ivan Blinkov
|
9106fc74b4
|
Update LICENSE
|
2020-01-23 17:38:30 +03:00 |
|
Ivan Blinkov
|
c6e7c29eef
|
Update AUTHORS
|
2020-01-23 17:36:05 +03:00 |
|
Ivan Blinkov
|
97c67e0e0a
|
Update AUTHORS
|
2020-01-23 17:33:48 +03:00 |
|
Vitaly Baranov
|
6a6ec36d63
|
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
|
2020-01-23 16:35:12 +03:00 |
|
alexey-milovidov
|
3b896d21bd
|
Merge pull request #8792 from grihabor/patch-1
Add extern "C" for cgo to link
|
2020-01-23 15:40:13 +03:00 |
|
alexey-milovidov
|
39e34e0339
|
Merge pull request #8795 from abyss7/replxx
Restore support for \G suffix
|
2020-01-23 15:37:04 +03:00 |
|
Vitaliy Zakaznikov
|
024dce32d8
|
Fixing NameOrDefault mode in ConvertingBlockInputStream.
|
2020-01-23 12:40:27 +01:00 |
|
Ivan Lezhankin
|
bfdab88efb
|
Restore \G suffix support
|
2020-01-23 14:18:47 +03:00 |
|
Gregory
|
814c431674
|
Add extern "C" for cgo in arcadia to link [STRM-1049]
See https://a.yandex-team.ru/review/1018931/files/
|
2020-01-23 12:22:00 +03:00 |
|
alesapin
|
e6958c0e49
|
Disable some flappy tests
|
2020-01-23 12:01:55 +03:00 |
|
Nikolai Kochetov
|
0e906b29e1
|
Merge pull request #8783 from ClickHouse/loop-math-perf
Math perftest.
|
2020-01-23 11:53:30 +03:00 |
|
Ivan Lezhankin
|
5c39023ebe
|
Merge remote-tracking branch 'upstream/master' into replxx
|
2020-01-23 11:19:48 +03:00 |
|
Ivan
|
b80e3dcd46
|
Refactoring of replxx (#8748)
|
2020-01-23 11:18:19 +03:00 |
|
alexey-milovidov
|
2e849490bc
|
Merge pull request #8770 from millb/query_log
Created column exception_code in query_log table
|
2020-01-23 06:01:48 +03:00 |
|
alexey-milovidov
|
d807088357
|
Merge pull request #8781 from ClickHouse/add_woboq_image
Add image for woboq codebrowser report
|
2020-01-23 05:56:54 +03:00 |
|
alexey-milovidov
|
48b3f33076
|
Merge pull request #8785 from ClickHouse/aku/empty-template-format
Do not crash if the row template file is empty.
|
2020-01-23 05:56:11 +03:00 |
|
Vitaliy Zakaznikov
|
76af9dedc5
|
Going back to NameOrDefault mode in ConvertingBlockInputStream
as the other approach caused test regressions. This time we just
erase the columns that need to be set to the default value or expression.
|
2020-01-22 22:26:08 +01:00 |
|
Alexey Milovidov
|
a02b59f300
|
Update roadmap
|
2020-01-23 00:10:33 +03:00 |
|
tavplubix
|
8cfe9a4d66
|
Update ParsedTemplateFormatString.cpp
|
2020-01-22 23:09:23 +03:00 |
|
tavplubix
|
c00636bfa7
|
Update ParsedTemplateFormatString.cpp
|
2020-01-22 22:23:59 +03:00 |
|
Alexander Kuzmenkov
|
55be790199
|
Do not crash if the row template file is empty.
|
2020-01-22 21:27:09 +03:00 |
|
Nikolai Kochetov
|
f0b7422dcb
|
Loop queries for math perftest.
|
2020-01-22 19:56:49 +03:00 |
|
alesapin
|
8f241eab49
|
Add image for woboq codebrowser report
|
2020-01-22 19:11:34 +03:00 |
|
millb
|
eadb9022c8
|
Tests are changed
|
2020-01-22 18:32:38 +03:00 |
|
Vitaliy Zakaznikov
|
54c8234379
|
Reworking fix for missing columns.
|
2020-01-22 16:15:42 +01:00 |
|
alexey-milovidov
|
ba7ab32098
|
Merge pull request #8774 from mnach/ci-build-gcc-fix
minor fixes in build-gcc script
|
2020-01-22 17:59:43 +03:00 |
|
Mikhail Korotov
|
d68f8d1f8e
|
Update QueryLog.h
|
2020-01-22 16:58:36 +03:00 |
|
alexey-milovidov
|
c683c77633
|
Merge pull request #8768 from ClickHouse/processors-default
Enable Processors
|
2020-01-22 16:55:52 +03:00 |
|
millb
|
6fc7a827f6
|
Fixed bug with empty exception
|
2020-01-22 16:52:26 +03:00 |
|
Vitaliy Zakaznikov
|
78ab3127ce
|
Trying to fix issue with calculating default expressions. (Not working yet)
|
2020-01-22 14:34:00 +01:00 |
|
Ivan Lezhankin
|
f3ff57e21e
|
Fix build
|
2020-01-22 16:32:31 +03:00 |
|
millb
|
6cd6b4d3b2
|
exception_code is changed
|
2020-01-22 15:29:30 +03:00 |
|
Mikahil Nacharov
|
e357c6feaf
|
minor fixes in build-gcc script
|
2020-01-22 16:27:27 +05:00 |
|
Artem Zuikov
|
289f16978f
|
Merge pull request #8764 from 4ertus2/bugs
Fix toDecimalOrNull() with exception inside
|
2020-01-22 14:18:34 +03:00 |
|
alesapin
|
0d484be01a
|
Merge pull request #8767 from ClickHouse/aku/null-format
Fix sending no data to client with Null format.
|
2020-01-22 13:06:16 +03:00 |
|
Nikolai Kochetov
|
47ffa40f99
|
Merge pull request #8766 from vzakaznikov/issue_7878
Fix issue #7878
|
2020-01-22 12:54:59 +03:00 |
|
alexey-milovidov
|
73c064b7de
|
Merge pull request #8771 from yurriy/mysql
Enabled MySQL compatibility server by default
|
2020-01-22 02:30:46 +03:00 |
|
Yuriy
|
b7ca26b0fb
|
fixed docs
|
2020-01-22 01:42:52 +03:00 |
|
Yuriy
|
f916e7d079
|
enabled MySQL wire protocol by default on port 9004
|
2020-01-22 01:38:20 +03:00 |
|
millb
|
4cffb62b41
|
Created exception_code column in query_log table
|
2020-01-21 22:49:42 +03:00 |
|
Alexey Milovidov
|
5d33bedf80
|
Whitespace
|
2020-01-21 22:18:40 +03:00 |
|
alexey-milovidov
|
5e7f80c664
|
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
Add GCC warning to suggest virtual function override
|
2020-01-21 22:12:26 +03:00 |
|
Alexander Kuzmenkov
|
754c206203
|
[wip] performance comparison
|
2020-01-21 21:15:50 +03:00 |
|
Alexey Milovidov
|
de5da5db2e
|
Enable Processors
|
2020-01-21 21:12:45 +03:00 |
|
chertus
|
69fee6812b
|
variant without catch
|
2020-01-21 21:04:22 +03:00 |
|
Alexander Kuzmenkov
|
1faf7016ce
|
Update PULL_REQUEST_TEMPLATE.md
|
2020-01-21 20:58:21 +03:00 |
|