Commit Graph

20689 Commits

Author SHA1 Message Date
ogorbacheva
ea018a0a36 Add the description of the CHECK TABLE query (#3881)
* Added the description of the CHECK table query

* some fixes

* some fixes

* fixes in CHECK TABLE doc
2018-12-20 18:33:47 +03:00
Alexey Milovidov
7fc7a4cb78 Suppress warning in protobuf build [#CLICKHOUSE-2] 2018-12-20 18:22:27 +03:00
Alexey Milovidov
057a978911 Merge branch 'twosixlabs-add_rate_function' 2018-12-20 18:15:08 +03:00
Alexey Milovidov
731d76821d Merging abandoned pull request with "boundingRatio" function #3139 2018-12-20 18:14:32 +03:00
Alexey Milovidov
113ff56384 Merge branch 'master' into twosixlabs-add_rate_function 2018-12-20 17:19:06 +03:00
Alexey Milovidov
2ae6b6414c Fixed error in 'compressor' tool: the 'level' parameter wasn't working #1345 2018-12-20 17:16:07 +03:00
alesapin
6730f540a1
Fix path to search base64 library 2018-12-20 16:40:20 +03:00
Alexey Milovidov
7c5cff2dd4 Renamed test #3350 2018-12-20 16:23:49 +03:00
ogorbacheva
b63ddfa183 changed the zookeper settings example (#3883) 2018-12-20 15:04:28 +03:00
alesapin
bfd9756f69
Merge pull request #3880 from proller/fix10
Fix clang build
2018-12-20 14:50:34 +03:00
proller
bd17982224 Fix clang build 2018-12-20 12:54:28 +03:00
proller
b14d3fbfcd Merge remote-tracking branch 'upstream/master' into fix10 2018-12-19 21:04:54 +03:00
proller
6869771ae4 Fix includes 2018-12-19 20:57:51 +03:00
proller
fdd22ad187 Fix includes 2018-12-19 20:56:58 +03:00
proller
bf625b25c3 Fix build without submodules 2018-12-19 19:26:28 +03:00
proller
6959dc3b33 Fix build without submodules 2018-12-19 19:25:38 +03:00
proller
59babfb74d Merge remote-tracking branch 'upstream/master' into fix10 2018-12-19 19:21:38 +03:00
Alexey Milovidov
2f9ead4548 Merge branch 'master' of github.com:yandex/ClickHouse 2018-12-19 19:18:56 +03:00
alexey-milovidov
f05bf6c046
Merge pull request #3873 from s-mx/send_logs_level2
Fix strange behavior of send_logs_level setting.
2018-12-19 19:18:02 +03:00
proller
133b7240a3 Fix build without submodules 2018-12-19 19:16:46 +03:00
proller
d5dbfd5741 Fix build without submodules 2018-12-19 19:15:29 +03:00
proller
652022b4d4 Merge remote-tracking branch 'upstream/master' into fix10 2018-12-19 18:41:19 +03:00
proller
b56dea9f84 Fix build without submodules 2018-12-19 18:37:55 +03:00
proller
bb3487d778 Fix build without submodules 2018-12-19 18:36:31 +03:00
proller
214b500b6e Fix build without submodules 2018-12-19 18:30:10 +03:00
alexey-milovidov
ca75d18414
Merge pull request #3875 from abyss7/issue-3591
Treat Enums as Ints inside If() function
2018-12-19 18:30:09 +03:00
Alexey Milovidov
92499c725d Fixed test #3811 2018-12-19 18:27:57 +03:00
Michal Lisowski
98a798aa52 Mention about nagios check in 3rd party integrations (#3878) 2018-12-19 18:24:27 +03:00
proller
42f863a2ac Merge remote-tracking branch 'upstream/master' into fix10 2018-12-19 18:05:39 +03:00
Ivan Lezhankin
4c3af43ed3 Add test. 2018-12-19 17:36:55 +03:00
Ivan Lezhankin
937c0fb4a4 Treat Enum* types as Int* inside If() function. 2018-12-19 17:02:26 +03:00
Sabyanin Maxim
ea27ec463e add SettingLogsLevel 2018-12-19 16:20:41 +03:00
chertus
cbf3c34cf3 minor improvement in ExpressionAnalyzer + array join 2018-12-19 16:13:51 +03:00
Alexey Milovidov
b7ce79c423 Miscellaneous [#CLICKHOUSE-2] 2018-12-19 16:11:06 +03:00
Alexey Milovidov
1ae355a8e4 Fixed error in changelog [#CLICKHOUSE-2] 2018-12-19 15:56:58 +03:00
Ilya Skrypitsa
52eb11a310 Typo in Creating a Table example (#3872) 2018-12-19 14:38:52 +03:00
Alexey Milovidov
396362cdad Merge branch 'master' of github.com:yandex/ClickHouse 2018-12-19 06:49:25 +03:00
Alexey Milovidov
8889f0859a Fixed typo [#CLICKHOUSE-2] 2018-12-19 06:43:37 +03:00
alexey-milovidov
b1bcf82670
Update CHANGELOG_RU.md 2018-12-19 06:37:13 +03:00
alexey-milovidov
88706176e4
Update CHANGELOG.md 2018-12-19 06:35:24 +03:00
Alexey Milovidov
159e0a23b6 Added links [#CLICKHOUSE-2] 2018-12-19 06:34:42 +03:00
Alexey Milovidov
36836faf62 Full support for Decimal #3721 2018-12-19 05:43:09 +03:00
Alexey Milovidov
689de0289f Added performance test #3721 2018-12-19 05:37:20 +03:00
Alexey Milovidov
9c23556cb0 Basic implementation for Decimal #3721 2018-12-19 05:11:31 +03:00
Alexey Milovidov
8e83a3c4ef Merge branch 'persiyanov-feature/roundDown-function' 2018-12-19 04:30:53 +03:00
Alexey Milovidov
4a6c25e65d Merging #3721; Added a test 2018-12-19 04:30:32 +03:00
Alexey Milovidov
b9a68fbe93 Merging #3721; Added a test 2018-12-19 04:29:40 +03:00
Alexey Milovidov
cf68f08099 Merge branch 'feature/roundDown-function' of https://github.com/persiyanov/ClickHouse into persiyanov-feature/roundDown-function 2018-12-19 03:29:21 +03:00
alexey-milovidov
92bb4471df
Merge pull request #3865 from abyss7/issue-3590
ISSUE-3590: Forbid using aggregate functions inside scalar subqueries
2018-12-19 03:19:45 +03:00
alexey-milovidov
c47dfb064e
Update ExecuteScalarSubqueriesVisitor.cpp 2018-12-19 03:19:31 +03:00