Commit Graph

1228 Commits

Author SHA1 Message Date
Alexey Milovidov
89332f5e45 dbms: addition to prev. revision [#CONV-2944]. 2013-02-01 20:29:22 +00:00
Alexey Milovidov
66580580d4 dbms: addition to prev. revision [#CONV-2944]. 2013-02-01 20:26:42 +00:00
Alexey Milovidov
7cc2871e30 dbms: allowed to send custom settings with query; sending current settings to remote servers for distributed query processing [#CONV-2944]. 2013-02-01 19:02:04 +00:00
Alexey Milovidov
f8c17efe81 dbms: modified test [#CONV-2944]. 2013-02-01 18:56:09 +00:00
Alexey Milovidov
cdc8d24ad9 dbms: processing queries passed to stdin of client (not perfect) [#CONV-2944]. 2013-02-01 18:55:31 +00:00
Alexey Milovidov
b5937d0539 dbms: fixed out-of-sync connections [#CONV-2944]. 2013-01-28 20:32:21 +00:00
Alexey Milovidov
d511992b91 dbms: fixed tiny error [#CONV-2944]. 2013-01-28 18:20:20 +00:00
Alexey Milovidov
b541a9b90f dbms: fixed error with distributed queries [#CONV-2944]. 2013-01-28 17:31:08 +00:00
Michael Kolupaev
29e136cf3d clickhouse: added settings to OLAP converter [#CONV-6318]. 2013-01-24 13:00:30 +00:00
Michael Kolupaev
f89f99fc8f clickhouse: slightly fixed OLAP converter [#CONV-6318]. 2013-01-24 11:42:33 +00:00
Alexey Milovidov
866fde533e dbms: fixed build [#CONV-6561]. 2013-01-23 18:57:46 +00:00
Michael Kolupaev
c4b52f7232 clickhouse: fixed dropping tables [#CONV-6561]. 2013-01-23 17:43:19 +00:00
Michael Kolupaev
7a6c4e4545 clickhouse: fixed small bug [#CONV-6561]. 2013-01-23 17:40:09 +00:00
Michael Kolupaev
9b3b82c750 clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561]. 2013-01-23 17:38:03 +00:00
Michael Kolupaev
572211a44a Merge 2013-01-23 11:16:32 +00:00
Alexey Milovidov
b9e62fade5 dbms: fixed error after AutoArray [#CONV-2944]. 2013-01-22 16:57:11 +00:00
Alexey Milovidov
70385e1229 Reverted experimental modification [#CONV-2944]. 2013-01-21 06:43:38 +00:00
Alexey Milovidov
c3c69f4441 dbms: addition to prev. revision [#CONV-2944]. 2013-01-21 06:22:00 +00:00
Alexey Milovidov
39abfc625a dbms: improved performance [#CONV-2944]. 2013-01-21 06:10:30 +00:00
Alexey Milovidov
1abf3906c0 dbms: improved comment [#CONV-2944]. 2013-01-21 06:09:56 +00:00
Alexey Milovidov
364b6b311a dbms: fixed useless copy (typo) [#CONV-2944]. 2013-01-21 05:22:07 +00:00
Alexey Milovidov
e3a03bf878 dbms: improved performance of HashMap and HashSet [#CONV-2944]. 2013-01-20 23:47:23 +00:00
Michael Kolupaev
a259a1ef69 clickhouse: fixed sorting in OLAP requests [#CONV-6318]. 2013-01-18 14:59:46 +00:00
Michael Kolupaev
4a37559718 clickhouse: fixed logging of OLAP requets body [#CONV-6318]. 2013-01-18 14:40:32 +00:00
Michael Kolupaev
c984d9b437 clickhouse: added logging of OLAP requets body [#CONV-6318]. 2013-01-18 14:24:11 +00:00
Alexey Milovidov
1dc0831102 dbms: improved loading time [#CONV-2944]. 2013-01-17 20:31:44 +00:00
Alexey Milovidov
2076cc7d87 dbms: improved loading time [#CONV-2944]. 2013-01-17 20:21:03 +00:00
Alexey Milovidov
8b1342557c dbms: improved loading time [#CONV-2944]. 2013-01-17 19:56:01 +00:00
Alexey Milovidov
3238c9a5ae dbms: probably faster loading [#CONV-2944]. 2013-01-17 19:39:02 +00:00
Alexey Milovidov
2f433b28a9 dbms: probably faster loading [#CONV-2944]. 2013-01-17 19:36:34 +00:00
Alexey Milovidov
94f5cb6101 dbms: addition to prev. revision [#CONV-2944]. 2013-01-15 19:11:06 +00:00
Alexey Milovidov
d95a55ca82 dbms: fixed leak [#CONV-2944]. 2013-01-15 18:38:55 +00:00
Alexey Milovidov
5b341830e9 Merge 2013-01-14 18:22:07 +00:00
Alexey Milovidov
9856a89373 Logging stack trace on signals [#CONV-6459]. 2013-01-14 00:45:58 +00:00
Alexey Milovidov
37fab48907 Tiny modifications [#CONV-2807]. 2013-01-13 23:21:22 +00:00
Alexey Milovidov
e7e9e7cc61 Writing core dumps into appropriate directory [#CONV-6469]. 2013-01-13 23:04:54 +00:00
Alexey Milovidov
af29f8517f dbms: improvement [#CONV-6490]. 2013-01-13 23:03:26 +00:00
Alexey Milovidov
03534ee9ab dbms: fixed error [#CONV-6490]. 2013-01-13 22:13:54 +00:00
Alexey Milovidov
0d99e28531 Using terminate handler [#CONV-2807]. 2013-01-13 21:02:41 +00:00
Michael Kolupaev
d726110f17 clickhouse: updated olap converter to use new columns [#CONV-6318]. 2013-01-11 10:15:24 +00:00
Alexey Milovidov
9485dd6fbe dbms: fixed error with CollapsingSortedBlockInputStream [#CONV-2944]. 2013-01-10 17:12:14 +00:00
Michael Kolupaev
bf9d7c4127 clickhouse: fixed crash on conversion of invalid dates (invalid dates now quietly produce invalid results) [#CONV-6318]. 2013-01-10 09:24:30 +00:00
Alexey Milovidov
af42c9a5cc dbms: tiny modification of AutoArray; updated test for AutoArray [#CONV-2944]. 2013-01-09 12:06:21 +00:00
Alexey Milovidov
f34cc1e38d dbms: updated test [#CONV-2944]. 2013-01-09 11:27:29 +00:00
Michael Kolupaev
0f273b04e2 dbms: fixed AutoArray constructor ambiguity [#CONV-6318]. 2013-01-09 11:23:52 +00:00
Michael Kolupaev
62c85998de dbms: improved AutoArray compatibility with vector (this should also fix a bug) [#CONV-6318]. 2013-01-09 10:49:57 +00:00
Michael Kolupaev
190179d7ba dbms: fixed typo in comment [#CONV-2944]. 2013-01-09 10:19:24 +00:00
Alexey Milovidov
664b6199de dbms: improvement [#CONV-2944]. 2013-01-08 21:32:16 +00:00
Alexey Milovidov
b88bed60b8 dbms: improved performance [#CONV-2944]. 2013-01-08 20:31:24 +00:00
Alexey Milovidov
e7093907ef dbms: improved performance of aggregation [#CONV-2944]. 2013-01-08 19:41:22 +00:00