Commit Graph

16499 Commits

Author SHA1 Message Date
Ivan Blinkov
ab5108c227 copy conf too 2018-07-09 18:17:03 +03:00
Ivan Blinkov
810c130500 merge from master 2018-07-09 18:13:26 +03:00
Ivan Blinkov
4a43773134 Actually include redirects.conf 2018-07-09 18:09:16 +03:00
Ivan Blinkov
d249cea22f Rewrite build.sh in Python
- Get rid of half of copypaste in yml files
- Draft of redirects support
2018-07-09 18:03:54 +03:00
Amos Bird
ea01a3b22e add OPTIMIZE FINAL support for ReplicatedMergeTree. 2018-07-09 18:03:23 +03:00
filimonov
a0814164c0 describing distributed_product_mode in settings.md
See 

7707b5a209/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.h (L17-L32)

576885c6b8/dbms/src/Interpreters/Settings.h (L121)

77fd2f3721/dbms/src/Interpreters/SettingsCommon.cpp (L464-L473)

88efe5ad56/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.cpp (L155)
2018-07-09 17:59:20 +03:00
Ivan Blinkov
5ec05996f4 Some refactoring in concatenate.py 2018-07-09 15:35:19 +03:00
Ivan Blinkov
eefff21f6d Remove unused script #2 2018-07-09 15:21:33 +03:00
Ivan Blinkov
aec554c223 Remove unused script 2018-07-09 15:18:54 +03:00
Ivan Blinkov
9e2bb1ac0b Clean up docs folder by moving all build-related tools to subdirectory 2018-07-09 15:14:26 +03:00
Ivan Blinkov
e312229344 Few documentation infrastructure improvements (#2613)
* Remove Berlin meetup link

* Do not block browser while single page docs content loads

* Restore sidebar scroll tracking feature

* Temporary hide footer in single page docs mode so it does not jump around

* Swap sidebars in single page docs mode

* fix lost anchor in link

* Explicitly fail if there are errors during docs build
2018-07-09 15:00:38 +03:00
Ivan Blinkov
610bb98eab Explicitly fail if there are errors during docs build 2018-07-09 14:26:11 +03:00
Ivan Blinkov
014c8a93f2 fix lost anchor in link 2018-07-09 14:18:37 +03:00
Ivan Blinkov
6e780c3237 Swap sidebars in single page docs mode 2018-07-09 14:15:33 +03:00
Ivan Blinkov
27baeb4709 Temporary hide footer in single page docs mode so it does not jump around 2018-07-09 14:14:41 +03:00
Ivan Blinkov
a26933fe2b Restore sidebar scroll tracking feature 2018-07-09 13:06:42 +03:00
Ivan Blinkov
7fdde523fd Do not block browser while single page docs content loads 2018-07-09 12:18:48 +03:00
Ivan Blinkov
cbf6ce6c9d Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2018-07-09 11:55:04 +03:00
Alexey Milovidov
7707b5a209 Improvement [#CLICKHOUSE-3810] 2018-07-08 02:53:49 +03:00
Alexey Milovidov
a34f1231f3 Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563 2018-07-07 23:05:52 +03:00
Alexey Milovidov
4f2655960c Fixed test [#CLICKHOUSE-2] 2018-07-07 22:39:20 +03:00
Alexey Milovidov
d2a44248cd Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563 2018-07-07 22:02:10 +03:00
Alexey Milovidov
b714d87de7 Get rid of virtual columns in system.tables table [#CLICKHOUSE-3806] 2018-07-07 21:58:48 +03:00
Alexey Milovidov
c126b9a5ab Fixed trashy test #2115 2018-07-07 21:52:58 +03:00
Alexey Milovidov
c3b7abaa8b Added another test #2115 2018-07-06 22:47:08 +03:00
Alexey Milovidov
b01d7bb5e2 Fixed wrong code #2115 2018-07-06 22:37:58 +03:00
Alexey Milovidov
299d029d35 Added a test from Silviu Caragea #2115 2018-07-06 22:22:12 +03:00
Alexey Milovidov
43111f2ac9 Fixed error with function "has" and Nullable array argument #2115 2018-07-06 22:19:38 +03:00
Alexey Milovidov
576885c6b8 Little better [#CLICKHOUSE-2] 2018-07-06 21:35:37 +03:00
robot-metrika-test
173deed844 Auto version update to [54390] 2018-07-06 19:37:50 +03:00
Alexey Milovidov
7565160533 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-06 19:35:11 +03:00
Alexey Milovidov
93f8316e1f Little better [#CLICKHOUSE-3806] 2018-07-06 19:34:53 +03:00
alexey-milovidov
b0ec1423c7
Reordered the list of PHP clients. 2018-07-06 19:33:59 +03:00
alexey-milovidov
c429ceb7e1
Reordered the list of PHP clients. 2018-07-06 19:32:49 +03:00
Alexey Milovidov
1927ab56e1 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-06 19:22:37 +03:00
Alexey Milovidov
95915579c7 Fixed test [#CLICKHOUSE-3806] 2018-07-06 19:22:15 +03:00
alexey-milovidov
1e78445a25 Update FunctionsConversion.h 2018-07-06 18:55:26 +03:00
Nikolai Kochetov
935b7edb48 Removed enums from IDataType::isValueRepresentedByUnsignedInteger 2018-07-06 18:55:26 +03:00
Nikolai Kochetov
f676fed344 Added test with monotonic integer cast. 2018-07-06 18:55:26 +03:00
Nikolai Kochetov
7592b6e34a Fixed monotonic constraints for unsigned integer types. 2018-07-06 18:55:26 +03:00
Alex Zatelepin
f7f4f220f1 Update MergeTreeData.cpp 2018-07-06 15:14:23 +03:00
Ciprian Hacman
fd6fb023b6 Recreate format_version.txt when missing 2018-07-06 15:14:23 +03:00
Alexey Milovidov
7fcf609812 Miscellaneous [#CLICKHOUSE-3806] 2018-07-06 03:28:39 +03:00
Alexey Milovidov
5d52be3c7e Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-06 03:27:58 +03:00
Alexey Milovidov
21508df7c2 Fixed extremely bad code #2313 2018-07-06 03:27:47 +03:00
Alexey Milovidov
67b9a69f19 Fixed error in prev. revision [#CLICKHOUSE-3806] 2018-07-06 00:26:23 +03:00
Alexey Milovidov
88c582106b Attempt to get rid of VirtualColumnFactory (part 2) [#CLICKHOUSE-3806] 2018-07-05 23:38:05 +03:00
Alexey Milovidov
cc2250f688 Attempt to get rid of VirtualColumnFactory (part 1) [#CLICKHOUSE-3806] 2018-07-05 22:56:51 +03:00
Alexey Milovidov
0a188389c0 Fixed error #2599 2018-07-05 21:56:33 +03:00
Alexey Milovidov
4a35b57cea Little better #2599 2018-07-05 21:45:18 +03:00