Commit Graph

1347 Commits

Author SHA1 Message Date
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
Alexey Milovidov
002d6a6178 dbms: tiny improvement [#CONV-2944]. 2013-01-07 08:27:39 +00:00
Alexey Milovidov
d56c496337 dbms: improved performance [#CONV-2944]. 2013-01-07 06:53:24 +00:00
Alexey Milovidov
865130d3b6 dbms: improved performance (less copies of fields) [#CONV-2944]. 2013-01-07 06:47:15 +00:00
Alexey Milovidov
bf32223096 dbms: improved performance of strings [#CONV-2944]. 2013-01-07 05:33:36 +00:00
Alexey Milovidov
4c7a2a1198 dbms: improved performance of aggregating strings [#CONV-2944]. 2013-01-07 05:33:15 +00:00
Alexey Milovidov
f5d25057bd dbms: improved performance of strings [#CONV-2944]. 2013-01-07 05:20:13 +00:00
Alexey Milovidov
6f70407cc8 dbms: improved query cancelling speed [#CONV-2944]. 2013-01-07 01:41:06 +00:00
Alexey Milovidov
bf669d07e1 dbms: addition to prev. revision [#CONV-2944]. 2013-01-07 01:00:35 +00:00
Alexey Milovidov
f800b5b769 dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944]. 2013-01-07 00:57:43 +00:00
Alexey Milovidov
6a4b0139e8 Fixed build with clang [#CONV-2807]. 2013-01-06 19:06:21 +00:00
Alexey Milovidov
037941ff83 Compatibility with clang [#CONV-2807]. 2013-01-06 16:13:07 +00:00
Alexey Milovidov
c3e3b66dc4 Compatibility with clang [#CONV-2807]. 2013-01-06 16:07:01 +00:00
Alexey Milovidov
3e50a4f63b dbms: compatibility with clang [#CONV-2944]. 2013-01-06 16:04:52 +00:00
Alexey Milovidov
e864147b42 dbms: improvement [#CONV-2944]. 2013-01-05 21:57:11 +00:00
Alexey Milovidov
af17e33cce dbms: addition to prev. revision [#CONV-2944]. 2013-01-05 20:42:18 +00:00
Alexey Milovidov
1348b12d8f dbms: fixed build [#CONV-2944]. 2013-01-05 20:28:19 +00:00
Alexey Milovidov
fbbd8eb87a dbms: fixed build [#CONV-2944]. 2013-01-05 20:21:04 +00:00
Alexey Milovidov
8c0db880d7 dbms: fixed warning [#CONV-2944]. 2013-01-05 20:06:47 +00:00
Alexey Milovidov
7b3f533ecd Using own Field class instead of boost::variant (experimental) [#CONV-2944]. 2013-01-05 20:03:19 +00:00
Alexey Milovidov
3e12dc2c1a dbms: improved performance of parsing tsv [#CONV-2944]. 2013-01-05 14:16:05 +00:00
Alexey Milovidov
e4b3530417 dbms: improvement performance of parsing tsv [#CONV-2944]. 2013-01-05 10:07:01 +00:00
Alexey Milovidov
7b17b8f342 Addition to prev. revision [#CONV-2944]. 2012-12-29 16:28:22 +00:00
Alexey Milovidov
966812095f dbms: more diagnostics when reading from row-based formats [#CONV-2944]. 2012-12-29 15:41:17 +00:00
Michael Kolupaev
b066d40faf clickhouse: OLAP-server: fixed query converter [#CONV-6318]. 2012-12-28 11:44:53 +00:00
Michael Kolupaev
f19621f372 clickhouse: OLAP-server: fixed query converter [#CONV-6318]. 2012-12-28 11:30:58 +00:00
Michael Kolupaev
b8a6c53f8c clickhouse: OLAP-server: fixed query converter [#CONV-6318]. 2012-12-28 11:29:01 +00:00
Michael Kolupaev
515726b24a clickhouse: OLAP-server: fixed query converter [#CONV-6318]. 2012-12-28 11:27:02 +00:00
Michael Kolupaev
69d9b7a1dc clickhouse: OLAP-server: fixed [#CONV-6318]. 2012-12-28 11:15:10 +00:00
Michael Kolupaev
20cc55f5db clickhouse: OLAP-server: fixed [#CONV-6318]. 2012-12-28 10:50:46 +00:00
Alexey Milovidov
eb29dd8bd5 dbms: fixed error (double free at exit) [#CONV-2944]. 2012-12-27 17:54:16 +00:00
Alexey Milovidov
27d4f4525f dbms: improvement [#CONV-2944]. 2012-12-27 17:43:41 +00:00