Commit Graph

2530 Commits

Author SHA1 Message Date
Alexey Milovidov
8ad7540dff Merge 2014-07-04 18:27:26 +04:00
Alexey Milovidov
db0d25ea6d dbms: modified test [#METR-11370]. 2014-07-04 18:27:10 +04:00
Pavel Kartavyy
4260d6bf24 RemoteBlockOutputSream: better logging 2014-07-04 17:01:44 +04:00
Michael Kolupaev
9c7ac77624 renamed anyHash64 to cityHash64, made them identical in unary case. [#METR-11774] 2014-07-04 13:43:00 +04:00
Alexey Milovidov
2e1e33da7e dbms: modified test [#METR-11370]. 2014-07-04 06:05:45 +04:00
Alexey Milovidov
8ffb7d390d dbms: modified test [#METR-11370]. 2014-07-04 06:03:53 +04:00
Alexey Milovidov
af659d7a45 dbms: modified test [#METR-11370]. 2014-07-04 06:01:32 +04:00
Alexey Milovidov
1982f46178 dbms: modified test [#METR-11370]. 2014-07-04 05:59:53 +04:00
Alexey Milovidov
8ee9f328fb dbms: modified test [#METR-11370]. 2014-07-04 05:58:00 +04:00
Alexey Milovidov
ab436a0f43 dbms: modified test [#METR-11370]. 2014-07-04 05:54:43 +04:00
Alexey Milovidov
484b3f1d5d dbms: fixed typo [#METR-11370]. 2014-07-04 05:42:08 +04:00
Alexey Milovidov
be8c22f47f dbms: GLOBAL JOINs: development [#METR-11370]. 2014-07-04 05:40:22 +04:00
Alexey Milovidov
694f1205d6 dbms: added test for GLOBAL IN [#METR-11370]. 2014-07-04 05:38:49 +04:00
Alexey Milovidov
8a7a4b11f0 dbms: better [#METR-11370]. 2014-07-04 02:39:13 +04:00
Alexey Milovidov
2fa4a2cf60 dbms: GLOBAL JOINs: development [#METR-11370]. 2014-07-04 00:32:42 +04:00
Michael Kolupaev
c8fde6537f fixed SELECT anyHash64([1,2,3]) [#METR-11774] 2014-07-03 16:13:32 +04:00
Michael Kolupaev
da7d837497 added function anyHash64. [#METR-11774] 2014-07-03 15:24:29 +04:00
Alexey Milovidov
4ab04c8b06 dbms: JOINs: test for aliases [#METR-11370]. 2014-07-03 00:26:34 +04:00
Alexey Milovidov
1579017cfd dbms: JOINs: fixed dealing with aliases [#METR-11370]. 2014-07-03 00:23:48 +04:00
Alexey Milovidov
3ea4fb0fa0 Improvement [#METR-2807]. 2014-07-01 05:03:16 +04:00
Alexey Milovidov
cbab5fb193 Removing refreshes [#METR-11408]. 2014-07-01 03:46:22 +04:00
Michael Kolupaev
310df87971 Merge 2014-06-30 14:02:25 +04:00
Michael Kolupaev
7d179c4294 slightly fixed error message. [#METR-2807] 2014-06-30 11:36:06 +04:00
Alexey Milovidov
1472b919ed Merge 2014-06-27 22:23:41 +04:00
Alexey Milovidov
c9cde08e36 dbms: improved error message [#METR-11524]. 2014-06-27 22:22:33 +04:00
Michael Kolupaev
3be9f54264 small improvements. [#METR-10202] 2014-06-27 21:58:26 +04:00
Michael Kolupaev
429b5f63b2 Merge 2014-06-27 21:58:26 +04:00
Michael Kolupaev
739f93e781 small logging improvement. [#METR-10202] 2014-06-27 21:58:26 +04:00
Michael Kolupaev
4baf5626cd small logging improvements. [#METR-10202] 2014-06-27 21:58:26 +04:00
Michael Kolupaev
1f45a832d9 RemoteBlockOutputStream fix. [#METR-10202] 2014-06-27 21:58:25 +04:00
Michael Kolupaev
2d2634c1e2 fixes. [#METR-10202] 2014-06-27 21:58:25 +04:00
Michael Kolupaev
68f6a9263a Merge 2014-06-27 21:58:25 +04:00
Alexey Milovidov
0d7263958d dbms: addition to prev. revision [#METR-11571]. 2014-06-26 05:01:16 +04:00
Alexey Milovidov
108a7850a5 dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
Alexey Milovidov
413b8d214e dbms: improved performance of short queries [#METR-11571]. 2014-06-25 04:17:51 +04:00
Alexey Milovidov
149e92c6a7 dbms: removed useless copy of Block [#METR-11571]. 2014-06-24 23:53:48 +04:00
Alexey Milovidov
d420486522 dbms: improved performance on short queries [#METR-11571]. 2014-06-20 23:56:45 +04:00
Alexey Milovidov
653c138564 dbms: lowered max delay of insert [#METR-11520]. 2014-06-20 22:45:19 +04:00
Alexey Milovidov
a83915b62c dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
Alexey Milovidov
4645131f7a dbms: added ALL JOINs [#METR-11370]. 2014-06-19 23:00:58 +04:00
Alexey Milovidov
7c0f53c34f dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
Alexey Milovidov
b970c85546 dbms: JOINs: development [#METR-11370]. 2014-06-19 22:15:46 +04:00
Alexey Milovidov
efbd0de1ee dbms: JOINs: development [#METR-11370]. 2014-06-19 00:08:31 +04:00
Alexey Milovidov
2a25c8a4c0 dbms: JOINs: development [#METR-11370]. 2014-06-18 23:14:29 +04:00
Alexey Milovidov
d67b11211a dbms: added support for ANY INNER JOIN [#METR-11370]. 2014-06-18 22:31:35 +04:00
Alexey Milovidov
2ffdaa5ee0 dbms: JOINs: development [#METR-11370]. 2014-06-17 21:07:22 +04:00
Alexey Milovidov
b8ee43e5c5 dbms: removed debug output [#METR-11370]. 2014-06-17 00:01:42 +04:00
Alexey Milovidov
895ae78c9e dbms: incremental aggregation: fixed error [#METR-10894]. 2014-06-16 22:28:04 +04:00
Alexey Milovidov
a4647a9b51 dbms: added storage Null (for testing purposes) [#METR-10894]. 2014-06-16 21:32:31 +04:00
Alexey Milovidov
6eb6d538da dbms: JOINs: development [#METR-11370]. 2014-06-13 13:10:01 +04:00