Commit Graph

5149 Commits

Author SHA1 Message Date
Roman Peshkurov
61ce2f4198 Merge 2015-05-25 15:38:07 +03:00
Roman Peshkurov
ffd76bf2a7 Merge 2015-05-25 15:37:29 +03:00
Roman Peshkurov
c8e3d8595a Merge 2015-05-25 15:33:56 +03:00
Pavel Kartavyy
ce8e182d9c dbms: fix comments for network_compression_method [#METR-16391] 2015-05-22 18:22:37 +03:00
Pavel Kartavyy
665afc2550 dbms: renamed SettingsNetworkCompressionMethod to SettingsCompressionMethod[#METR-16391] 2015-05-22 18:22:36 +03:00
Pavel Kartavyy
34f1b2e8a8 dbms: build fix [#METR-16391] 2015-05-22 18:22:36 +03:00
Pavel Kartavyy
392dc138ba dbms: add compression method to client [#METR-16391] 2015-05-22 18:22:36 +03:00
Pavel Kartavyy
391ec6451b dbms: use network_compression_method when server writes result [#METR-16391] 2015-05-22 18:22:36 +03:00
Pavel Kartavyy
65d74a6195 dbms: add network compression method to settings [#METR-16391]
dbms: add network compression method to settings [#METR-16391]
2015-05-22 18:22:36 +03:00
Roman Peshkurov
9f2e84ed34 Merge 2015-05-22 16:58:02 +03:00
Roman Peshkurov
5636d89f79 Merge 2015-05-22 16:57:16 +03:00
Andrey Mironov
f465feeb28 dbms: DictionarySource::loadIds pass ids by reference to const.
Allow specifying "where" for MySQL and ClickHouse dictionary sources [#METR-16432]
2015-05-22 16:25:59 +03:00
Andrey Mironov
3fc0fda58f dbms: ExpressionAnalyzer: addStorageAliases add useful todo 2015-05-22 16:25:59 +03:00
Evgeniy Gatov
bd62ecdbfd Merge 2015-05-22 15:20:50 +03:00
Vsevolod Orlov
6cfec541a5 Merge 2015-05-22 13:37:26 +03:00
Vsevolod Orlov
b48f8264f0 Merge 2015-05-22 11:41:07 +03:00
Andrey Mironov
9b5ff37c09 dbms: set optimize_move_to_prewhere to on by default [#METR-13020] 2015-05-21 19:26:23 +03:00
Roman Peshkurov
f72ad2a966 Merge 2015-05-21 16:48:05 +03:00
Andrey Mironov
8ddc49125c dbms: do not expand ALIAS column names. [#METR-16390] 2015-05-21 16:47:29 +03:00
Roman Peshkurov
4e25226f67 Merge 2015-05-21 16:36:57 +03:00
Roman Peshkurov
360fc4cf71 Merge 2015-05-21 16:35:54 +03:00
Andrey Mironov
728d367d34 dbms: FunctionsMath: use Vec2d::store for faster stores 2015-05-21 15:26:29 +03:00
Pavel Kartavyy
f377dccdf1 PoolWothFailover: fix wrong exception type 2015-05-21 14:19:58 +03:00
Evgeniy Gatov
3e82ff0284 Merge 2015-05-21 13:19:48 +03:00
Vsevolod Orlov
cef46daf49 Merge 2015-05-21 10:21:26 +03:00
Evgeniy Gatov
3cc2e09935 Merge 2015-05-20 23:47:16 +03:00
Evgeniy Gatov
39a9f312c0 Merge 2015-05-20 20:40:24 +03:00
Evgeniy Gatov
06c55212f4 Merge 2015-05-20 19:29:35 +03:00
Alexey Arno
298ca559fa Merge 2015-05-20 19:24:45 +03:00
Alexey Arno
569a383606 dbms: Server: bug fix. [#METR-15210] 2015-05-20 19:21:58 +03:00
Alexey Arno
1143cfb7ad dbms: Server: performance optimizations. [#METR-15210] 2015-05-20 18:34:09 +03:00
Alexey Arno
645c4f017d Merge 2015-05-20 17:15:03 +03:00
Alexey Arno
0cc728c406 dbms: Server: performance tweak. [#METR-16188] 2015-05-20 17:09:56 +03:00
Alexey Arno
793d1accfc dbms: Server: performance optimizations. [#METR-15210] 2015-05-20 17:00:40 +03:00
Alexey Arno
903a498ffb Merge 2015-05-20 16:33:47 +03:00
Alexey Arno
6dca411831 Merge 2015-05-20 16:21:39 +03:00
Alexey Arno
c5535adb03 dbms: Server: MySQL conformant behavior for limit cases. [#METR-16188] 2015-05-20 15:35:15 +03:00
Alexey Arno
262564a0d5 dbms: Server: MySQL conformant behavior for limit cases. [#METR-16188] 2015-05-20 15:18:46 +03:00
Andrey Mironov
fb2828f256 Merge 2015-05-20 15:06:48 +03:00
Alexey Arno
3658260d63 dbms: Server: refactoring. [#METR-16188] 2015-05-20 15:04:33 +03:00
Alexey Arno
758add05b4 dbms: Server: refactoring. [#METR-16188] 2015-05-20 14:09:54 +03:00
Alexey Arno
76dcc45edf dbms: Server: Small style cleanup + numerical stability improvement for covariance and correlation. [#METR-16188] 2015-05-20 12:17:25 +03:00
Roman Peshkurov
f15a6d9e78 Merge 2015-05-19 18:31:00 +03:00
Roman Peshkurov
1ccb6481bc Merge 2015-05-19 18:29:08 +03:00
Alexey Arno
b46ce05dbe Merge 2015-05-19 18:06:12 +03:00
Alexey Arno
a29d67c82d dbms: Server: Feature implementation. [#METR-16188] 2015-05-19 18:03:17 +03:00
Alexey Arno
b3418c08a2 Merge 2015-05-19 16:53:23 +03:00
Alexey Arno
80ef06d511 dbms: Server: sync with master. [#METR-15210] 2015-05-19 16:52:32 +03:00
Alexey Arno
2421d53033 dbms: Server: small cosmetic change. [#METR-15210] 2015-05-19 16:31:14 +03:00
Alexey Arno
8a36ba31c8 dbms: Server: small cosmetic change. [#METR-15210] 2015-05-19 16:26:23 +03:00