Commit Graph

8859 Commits

Author SHA1 Message Date
Igor Hatarist
e007c25229 Fixed typos; replaced English loan words 2016-12-05 20:29:08 +03:00
Igor Hatarist
8c33444e5e Removed leading dashes in the function descriptions; unified phrasing 2016-12-05 20:27:44 +03:00
Igor Hatarist
003df1789f Added least/greatest description 2016-12-05 20:26:45 +03:00
Igor Hatarist
d3538e742e Fixed lessOrEquals/greaterOrEquals formatting 2016-12-05 20:26:41 +03:00
Igor Hatarist
c9aa64fd80 Added emptyArrayToSingle description 2016-12-05 20:26:31 +03:00
Vladimir Chebotarev
b8c6d475f1 : CXX11_ABI was disabled. [#METR-21516] 2016-12-05 20:24:34 +03:00
Vladimir Chebotarev
bcc5500f91 cmake: More options. [#METR-23701] 2016-12-05 15:43:14 +03:00
Alexey Milovidov
02eb36fd03 MergeSelector: attempt to make something better [#METR-21504]. 2016-12-05 09:31:48 +03:00
alexey-milovidov
db294aab1a Merge pull request #225 from artpaul/master
#214 fix offsets assigments
2016-12-03 03:33:19 +04:00
artpaul
f344c85cb7 #214 add tests 2016-12-03 04:29:16 +05:00
artpaul
2616453263 #214 fix offsets assigments 2016-12-03 02:18:29 +05:00
Alexey Milovidov
2def6778e7 Merge branch 'master' of github.com:yandex/ClickHouse 2016-12-02 23:27:42 +03:00
Alexey Milovidov
99bd849283 Merge branch 'ludv1x-METR-23305' 2016-12-02 23:27:22 +03:00
Alexey Milovidov
4110b6865f Merge branch 'METR-23305' of git://github.com/ludv1x/ClickHouse into ludv1x-METR-23305
Conflicts:
	contrib/CMakeLists.txt
2016-12-02 23:22:11 +03:00
alexey-milovidov
5e5acd850f Merge pull request #224 from artpaul/build
move impls to cpp
2016-12-03 00:06:20 +04:00
artpaul
a2b4b85ed5 show type of argument in case of type missmatching 2016-12-02 13:59:23 +05:00
artpaul
7eb7cc38f7 move impls of FunctionsString to cpp 2016-12-02 12:32:39 +05:00
artpaul
41fda59c95 move impls of FunctionsArray to cpp 2016-12-02 12:15:35 +05:00
Alexey Milovidov
21f8501ccc Benchmark: update [#METR-2944]. 2016-12-02 06:39:11 +03:00
Alexey Milovidov
9bb26fe0af Fixed build [#METR-20000]. 2016-12-01 21:58:56 +03:00
alexey-milovidov
9cea29e9a8 Merge pull request #213 from vavrusa/master
IO: Added ProfileEvents to Open/Read/Write failures
2016-12-01 22:28:36 +04:00
Marek Vavrusa
64f86b7d20 IO: Added ProfileEvents to Open/Read/Write failures 2016-11-30 12:21:57 -08:00
alexey-milovidov
21ce8a44f7 Merge pull request #216 from yandex/if_with_const_condition
ExpressionAnalyzer: make aliases and ast consistent after constant if optimization
2016-11-30 17:58:02 +04:00
Pavel Kartavyy
5dfbd57bad ExpressionAnalyzer: make aliases and ast consistent after constant if optimization 2016-11-30 16:19:39 +03:00
Vitaliy Lyudvichenko
4df22acea9 Try to fix LIBTCMALLOC linking. 2016-11-30 15:10:39 +03:00
Vitaliy Lyudvichenko
202ba912ce Vertical merging algorithm for MergeTree engines. [#METR-23305] 2016-11-29 22:41:31 +03:00
alexey-milovidov
08cb8e506b Merge pull request #211 from yandex/if_with_const_condition
ExpressionAnalyzer: added more tests for aliases. fix bug [METR-23545]
2016-11-29 23:28:50 +04:00
Pavel Kartavyy
106bb24fd8 ExpressionAnalyzer: added more tests for aliases. fix bug [#METR-23545] 2016-11-29 22:19:15 +03:00
alexey-milovidov
909f14a063 Merge pull request #209 from proller/move-autotest-external-dictionaries
import autotest-external-dictionaries
2016-11-29 23:08:24 +04:00
proller
30cd3176d9 Merge branch 'autotest-external-dictionaries' into move-autotest-external-dictionaries 2016-11-29 20:06:09 +03:00
proller
936efe55f1 move * -> dbms/tests/external_dictionaries 2016-11-29 20:03:54 +03:00
Vitaliy Lyudvichenko
1472629799 Updated pk_condition test after recent changes. 2016-11-28 20:59:39 +03:00
alexey-milovidov
8fe3b73efa Merge pull request #207 from hatarist/ref_case_and_cast
Fixed reference: CASE and CAST
2016-11-28 20:23:33 +04:00
Igor Hatarist
5c08d2b5de Fixed range_hashed description 2016-11-28 19:10:29 +03:00
Igor Hatarist
de64ac5761 Add CAST description 2016-11-28 18:49:16 +03:00
Alexey Milovidov
12dd6fbe95 Build improvement [#METRIQA-526]. 2016-11-28 18:35:13 +03:00
Alexey Milovidov
9fb6261b42 Merge branch 'master' of github.com:yandex/ClickHouse 2016-11-28 18:22:40 +03:00
Alexey Milovidov
ae413e051b Fixed error [#METRIQA-526]. 2016-11-28 18:22:10 +03:00
Igor Hatarist
6b548a0c85 Improved CASE description 2016-11-28 18:20:46 +03:00
alexey-milovidov
ab93b7ff91 Merge pull request #206 from hatarist/docs_improvements
Reference improvements
2016-11-28 18:54:15 +04:00
Igor Hatarist
8e0d78d72f Added external dict's range_hashed description to Russian reference; changed layout a bit. 2016-11-28 17:48:55 +03:00
Igor Hatarist
a1e626af58 Added conditional expression (CASE) description. 2016-11-28 17:48:18 +03:00
Igor Hatarist
735a0ff78a Added BETWEEN description.
(Also unified the layout a little bit)
2016-11-28 17:47:10 +03:00
Alexey Milovidov
0a2d1ebbb3 Attempt to improve merge selecting algorithm [#METR-23632]. 2016-11-28 06:46:08 +03:00
Alexey Milovidov
cac8f9216f MergeSelector: attempt to do something that has sense [#METR-23632]. 2016-11-28 06:17:31 +03:00
Alexey Milovidov
8bc84e29ac Increased default background_pool_size [#METR-23632]. 2016-11-28 02:50:46 +03:00
Alexey Milovidov
6209092b15 Added heuristic for merge algorithm [#METR-23615]. 2016-11-26 07:08:49 +03:00
alexey-milovidov
7fda6394b8 Merge pull request #202 from yandex/if_with_const_condition
ExpressionAnalyzer: optimize if with constant condition [METR-23545]
2016-11-25 20:03:04 +04:00
Pavel Kartavyy
cd15651dfd optimize if. added test for aliases 2016-11-25 12:29:17 +03:00
Alexey Milovidov
7d280a55a3 Fixed error that server could not shutdown while fetching parts [#METR-23616]. 2016-11-25 02:18:24 +03:00