Commit Graph

3332 Commits

Author SHA1 Message Date
Michael Kolupaev
71377de83d clickhouse-client: fixed parsers again [#CONV-6766]. 2013-02-21 11:12:31 +00:00
Michael Kolupaev
c7cd17004f clickhouse-client: fixed formatAST again, added info to exception text [#CONV-6766]. 2013-02-21 11:08:29 +00:00
Michael Kolupaev
a5ee7a8a3d clickhouse-client: fixed return code for poco exceptions [#CONV-2944]. 2013-02-21 10:56:04 +00:00
Michael Kolupaev
b4222e65e3 clickhouse: fixed formatting SHOW DATABASES ... FORMAT [#CONV-6766]. 2013-02-21 10:51:25 +00:00
Michael Kolupaev
625d207ac5 clickhouse: fixed parser [#CONV-6766]. 2013-02-21 10:45:00 +00:00
Michael Kolupaev
63b2d9cc82 clickhouse: clickhouse-client return code is exception code [#CONV-2944]. 2013-02-21 10:40:18 +00:00
Michael Kolupaev
1fa892182d clickhouse: fixed SHOW DATABASES ... FORMAT [#CONV-6767]. 2013-02-21 10:39:24 +00:00
Michael Kolupaev
40d71ab381 clickhouse: added DESCRIBE and SHOW CREATE queries, fixed formatting queries with FORMAT section [#CONV-6766]. 2013-02-21 10:02:33 +00:00
Michael Kolupaev
1eaec724a5 Merge 2013-02-21 09:38:25 +00:00
Michael Kolupaev
fa771f6573 clickhouse: slightly refactored storages [#CONV-6561]. 2013-02-21 09:11:18 +00:00
Alexey Milovidov
7d180f9e71 Merge 2013-02-20 23:25:28 +00:00
Alexey Milovidov
77026f581f dbms: fixed error when inserting empty data (using HTTP protocol) [#CONV-2944]. 2013-02-20 23:24:17 +00:00
Alexey Milovidov
19f418ca40 dbms: ReadHelpers: fixed tiny error [#CONV-2944]. 2013-02-20 23:23:22 +00:00
Michael Kolupaev
77d5f7e766 clickhouse: added forgotten file [#CONV-6767]. 2013-02-20 13:17:50 +00:00
Michael Kolupaev
7b14c8ac36 clickhouse: support FORMAT section in EXISTS and SHOW queries [#CONV-6767]. 2013-02-20 13:14:12 +00:00
Michael Kolupaev
bb9fccdd95 Merge 2013-02-20 10:29:26 +00:00
Michael Kolupaev
38fbcfe065 Merge 2013-02-18 17:30:06 +00:00
Michael Kolupaev
c7149513d2 removed const_cast on std::string::data() where appropriate [#CONV-6704]. 2013-02-18 16:40:36 +00:00
Michael Kolupaev
fbd139a549 Merge 2013-02-18 13:10:59 +00:00
Michael Kolupaev
a4962b3076 dbms: fixed readStringBinary for strings with refcounted data [#CONV-6704]. 2013-02-18 08:43:48 +00:00
Alexey Milovidov
4403d1a51e dbms: added missing modification [#CONV-2944]. 2013-02-17 23:28:52 +00:00
Alexey Milovidov
78496a10d2 dbms: tiny improvement [#CONV-2944]. 2013-02-17 20:19:05 +00:00
Alexey Milovidov
08ae323871 dbms: modified log message [#CONV-2944]. 2013-02-17 19:55:05 +00:00
Alexey Milovidov
10a41c00f4 dbms: added profiles of settings [#CONV-2944]. 2013-02-17 19:54:32 +00:00
Alexey Milovidov
76347e2e25 dbms: Client: fixed overflow in progress indicator [#CONV-2944]. 2013-02-16 22:17:01 +00:00
Alexey Milovidov
4b1888ecf3 dbms: fixed error with division [#CONV-2944]. 2013-02-16 21:23:55 +00:00
Alexey Milovidov
7b790fb2a8 dbms: Aggregator: improvement [#CONV-2944]. 2013-02-16 20:15:45 +00:00
Alexey Milovidov
9e4fd68e6c dbms: fixed possible leak [#CONV-2944]. 2013-02-16 18:59:05 +00:00
Alexey Milovidov
ad4e7c9da8 dbms: sending progress while processing subqueries [#CONV-2944]. 2013-02-16 14:55:14 +00:00
Alexey Milovidov
3f73658c1d dbms: raised up maximum number of rows for Pretty formats [#CONV-2944]. 2013-02-16 13:53:33 +00:00
Alexey Milovidov
fb0f651db4 dbms: Server: HTTP handler: made GET readonly; fixed error in SET query [#CONV-2944]. 2013-02-16 13:48:25 +00:00
Alexey Milovidov
743108b25e dbms: fixed error [#CONV-6757]. 2013-02-16 13:14:41 +00:00
Alexey Milovidov
1f92a0498e dbms: tiny improvement [#CONV-2944]. 2013-02-14 16:54:10 +00:00
Michael Kolupaev
e05d3398c0 Merge 2013-02-14 12:51:52 +00:00
Michael Kolupaev
0184d23e1c Merge 2013-02-14 11:22:56 +00:00
Alexey Milovidov
105962f514 dbms: fixed error with Aggregator [#CONV-2944]. 2013-02-13 20:13:28 +00:00
Alexey Milovidov
427be97e00 dbms: probably fixed error in Aggregator [#CONV-2944]. 2013-02-13 19:24:19 +00:00
Michael Kolupaev
12f324cb4c clickhouse: fixed aliases with distributed storage [#CONV-6703]. 2013-02-13 17:53:40 +00:00
Michael Kolupaev
753b1fd03e clickhouse: fixed a typo in exception text [#CONV-6703]. 2013-02-13 10:01:53 +00:00
Michael Kolupaev
3e168c4cc0 clickouse: fixed aliases [#CONV-2944]. 2013-02-12 09:04:39 +00:00
Michael Kolupaev
1f472dceca clickhouse: improved exception text [#CONV-2944]. 2013-02-11 17:57:48 +00:00
Michael Kolupaev
e6993c973a clickhouse: fixed [#CONV-2944]. 2013-02-11 17:53:19 +00:00
Michael Kolupaev
eac9f3c337 clickhouse: fixed some alias issues [#CONV-2944]. 2013-02-11 17:30:09 +00:00
Michael Kolupaev
bebe6932fd clickhouse: fixed aliases in subqueries [#CONV-6727]. 2013-02-11 16:54:55 +00:00
Michael Kolupaev
4ed6c86648 clickhouse: Chunks: added logging [#CONV-6705]. 2013-02-11 12:28:43 +00:00
Michael Kolupaev
97287129aa clickhouse: Chunks: fixed [#CONV-6705]. 2013-02-11 11:59:21 +00:00
Michael Kolupaev
19707dc7ca Merge 2013-02-11 11:42:36 +00:00
Michael Kolupaev
f5cac625c6 Merge 2013-02-11 11:22:15 +00:00
Michael Kolupaev
65a18f7afa Merge 2013-02-11 10:11:59 +00:00
Michael Kolupaev
d1cb4373b3 Merge 2013-02-11 09:48:01 +00:00
Michael Kolupaev
dc15d81295 Merge 2013-02-11 09:40:37 +00:00
Michael Kolupaev
e73afea49d Merge 2013-02-11 09:32:49 +00:00
Michael Kolupaev
acbce5e549 Merge 2013-02-11 09:29:29 +00:00
Michael Kolupaev
ca0051f30a Merge 2013-02-11 09:22:52 +00:00
Michael Kolupaev
f177dca440 Merge 2013-02-11 09:19:48 +00:00
Michael Kolupaev
7eaba87293 clickhouse: added comment [#CONV-6705]. 2013-02-11 08:55:51 +00:00
Michael Kolupaev
7aee5959e5 clickhouse: probably fixed undefined behavior in Chunks storage [#CONV-6705]. 2013-02-11 08:53:34 +00:00
Alexey Milovidov
a05cfab085 dbms: added comment [#CONV-2944]. 2013-02-09 03:01:10 +00:00
Alexey Milovidov
09a805898b dbms: improvement [#CONV-2944]. 2013-02-09 02:44:39 +00:00
Alexey Milovidov
f63c86b53a dbms: improvement [#CONV-2944]. 2013-02-09 02:20:26 +00:00
Alexey Milovidov
a9dbf44e52 dbms: fixed error [#CONV-6705]. 2013-02-09 01:03:11 +00:00
Alexey Milovidov
1c80514138 dbms: improvement [#CONV-2944]. 2013-02-09 01:02:52 +00:00
Alexey Milovidov
39429e780d dbms: continue improvement [#CONV-2944]. 2013-02-09 00:12:04 +00:00
Alexey Milovidov
aeb201b726 dbms: continue of improvement [#CONV-2944]. 2013-02-08 23:41:05 +00:00
Alexey Milovidov
e9a9124069 dbms: continuing improvement (incomplete) [#CONV-2944]. 2013-02-08 20:34:30 +00:00
Alexey Milovidov
d4c64603a2 dbms: improvement of aggregation (incomplete) [#CONV-2944]. 2013-02-08 19:34:44 +00:00
Alexey Milovidov
6613dd98d9 dbms: fixed error in calculation of 'avg' in distributed query processing [#CONV-2944]. 2013-02-08 17:42:07 +00:00
Michael Kolupaev
4b26a26e8c clickhouse: fixed warnings [#CONV-6705]. 2013-02-08 17:09:14 +00:00
Michael Kolupaev
9aec07070a Merge 2013-02-08 17:06:29 +00:00
Michael Kolupaev
746d879e44 clickhouse: added ChunkRef storage [#CONV-6705]. 2013-02-07 13:40:59 +00:00
Michael Kolupaev
17ba747e56 fixed build [#CONV-6705]. 2013-02-07 13:07:13 +00:00
Michael Kolupaev
6f2c6559c8 clickhouse: added Chunks storage [#CONV-6705]. 2013-02-07 13:03:19 +00:00
Michael Kolupaev
d24d0f7f78 clickhouse: fixed tests [#CONV-6561]. 2013-02-07 08:52:38 +00:00
Michael Kolupaev
8caa22efe7 clickhouse: presumably fixed crash on cyclic aliases and null pointer when an alias is used before being declared [#CONV-6703]. 2013-02-06 14:20:18 +00:00
Michael Kolupaev
b959d7e038 clickhouse: fixed a warning [#CONV-6561]. 2013-02-06 11:42:33 +00:00
Michael Kolupaev
2152aa56ca clickhouse: fixed build [#CONV-6561]. 2013-02-06 11:27:56 +00:00
Michael Kolupaev
e7c3e10814 clickhouse: slightly refactored storage creation [#CONV-6561]. 2013-02-06 11:26:35 +00:00
Michael Kolupaev
1ae4a374f9 clickhouse: added missing file [#CONV-6561]. 2013-02-05 13:18:43 +00:00
Michael Kolupaev
6dfc03c44f clickhouse: fixed not dropping database after dropping table during long select query [#CONV-6561]. 2013-02-05 13:03:35 +00:00
Michael Kolupaev
379b668e23 clickhouse: removing data lazily [#CONV-6561]. 2013-02-05 09:52:13 +00:00
Michael Kolupaev
166c644c72 clickhouse: probably fixed some crashes [#CONV-6561]. 2013-02-05 08:32:20 +00:00
Alexey Milovidov
35c9215c3a dbms: added missing modification [#CONV-2944]. 2013-02-04 03:33:16 +00:00
Alexey Milovidov
b9bf7544dd dbms: Aggregator: more logging [#CONV-2944]. 2013-02-04 03:31:53 +00:00
Alexey Milovidov
04d9e21301 dbms: tiny improvement and more logging [#CONV-2944]. 2013-02-04 03:31:31 +00:00
Alexey Milovidov
153c30222b dbms: fixed error in prev. revision [#CONV-2944]. 2013-02-04 03:30:42 +00:00
Alexey Milovidov
3891f4a230 dbms: improved performance for queries with large aggregation result [#CONV-2944]. 2013-02-03 23:11:21 +00:00
Alexey Milovidov
26a73dae15 dbms: improvement to prev. revision [#CONV-2944]. 2013-02-03 18:45:33 +00:00
Alexey Milovidov
0735bb7d60 dbms: improved performance of queries with large aggregation result [#CONV-2944]. 2013-02-03 18:39:09 +00:00
Alexey Milovidov
70e14f7eb7 dbms: improved performance for queries with large aggregation result [#CONV-2944]. 2013-02-03 18:08:52 +00:00
Alexey Milovidov
69c706b7cc dbms: HashMap: better (few page faults in subsequent queries) [#CONV-2944]. 2013-02-03 18:07:55 +00:00
Alexey Milovidov
d1f92c5508 dbms: modified comment [#CONV-2944]. 2013-02-03 18:05:26 +00:00
Alexey Milovidov
23ccc5c0a2 dbms: fixed error with passing settings to remote servers [#CONV-2944]. 2013-02-02 22:24:21 +00:00
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
37fab48907 Tiny modifications [#CONV-2807]. 2013-01-13 23:21:22 +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
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
Alexey Milovidov
ca5d10a4a0 dbms: fixed errors [#CONV-2944]. 2012-12-27 17:40:54 +00:00
Alexey Milovidov
3bee7c4180 dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
Michael Kolupaev
a48890dc42 ███████████: added columns for OLAP-server compatibility [#CONV-6318]. 2012-12-27 14:54:35 +00:00
Alexey Milovidov
24df661bdd dbms: development of limits [#CONV-2944]. 2012-12-26 20:29:28 +00:00
Michael Kolupaev
86ae269076 clickhouse: fixed [#CONV-6318]. 2012-12-26 17:14:00 +00:00
Michael Kolupaev
6df21e5ed1 clickhouse: added missing rules to OLAP query converter [#CONV-6318]. 2012-12-26 17:13:23 +00:00
Michael Kolupaev
0215bc579a clickhouse: fixed [#CONV-6318]. 2012-12-26 17:02:43 +00:00
Michael Kolupaev
1c9b0b63d5 clickhouse: added missing file [#CONV-6318]. 2012-12-26 16:27:46 +00:00
Michael Kolupaev
90b3c76c17 clickhouse: fixed and added bitmaskToList [#CONV-6318]. 2012-12-26 16:26:24 +00:00
Michael Kolupaev
c875f55dcb clickhouse: added countEqual function [#CONV-6318]. 2012-12-26 15:40:37 +00:00
Michael Kolupaev
ecfd5a1320 clickhouse: added trimming to reinterpretAsString [#CONV-6318]. 2012-12-26 15:12:42 +00:00
Michael Kolupaev
c444d5400a clickhouse: removed accidentally commited trimRight usage in converter [#CONV-6318]. 2012-12-26 15:03:27 +00:00
Michael Kolupaev
f964259a38 clickhouse: fixed typo in comment [#CONV-2944]. 2012-12-26 14:51:41 +00:00
Michael Kolupaev
3ff2a537f4 clickhouse: fixed warning [#CONV-6318]. 2012-12-26 14:48:40 +00:00
Michael Kolupaev
467de27a59 clickhouse: fixed reinterpret [#CONV-6318]. 2012-12-26 14:47:22 +00:00
Michael Kolupaev
a77056b080 clickhouse: fixed warning [#CONV-6318]. 2012-12-26 14:41:57 +00:00
Michael Kolupaev
b1406f4631 clickhouse: fix for prev. rev. [#CONV-6318]. 2012-12-26 14:40:38 +00:00
Michael Kolupaev
cd9a27b433 clickhouse: added reinterpret functions [#CONV-6318]. 2012-12-26 14:31:03 +00:00
Alexey Milovidov
bd2c76b7ec dbms: addition to prev. revision [#CONV-2944]. 2012-12-25 20:36:50 +00:00
Alexey Milovidov
691782329a dbms: development of limits [#CONV-2944]. 2012-12-25 20:36:35 +00:00
Alexey Milovidov
c3cf6626e3 dbms: development of limits [#CONV-2944]. 2012-12-25 19:28:59 +00:00
Alexey Milovidov
a38e22d49f dbms: addition to prev. revision [#CONV-2944]. 2012-12-25 17:27:18 +00:00
Alexey Milovidov
269b928f4f dbms: development of limits [#CONV-2944]. 2012-12-25 17:25:44 +00:00
Alexey Milovidov
7afc7c447f dbms: Limits: development [#CONV-2944]. 2012-12-24 19:50:22 +00:00
Alexey Milovidov
6e57b0d52c dbms: fixed typo [#CONV-2944]. 2012-12-24 17:23:30 +00:00
Michael Kolupaev
ea874ad1c5 clickhouse: added missing file [#CONV-6318]. 2012-12-24 08:16:25 +00:00
Michael Kolupaev
1b82540fa3 clickhouse: added rounding functions [#CONV-6318]. 2012-12-24 08:15:18 +00:00
Alexey Milovidov
44014d8530 dbms: added functions based on dictionaries [#CONV-2944]. 2012-12-21 19:48:47 +00:00
Alexey Milovidov
429968c078 dbms: enabled new functions [#CONV-2944]. 2012-12-20 20:10:25 +00:00
Alexey Milovidov
95060b1a47 dbms: added more bitwise functions [#CONV-2944]. 2012-12-20 20:01:18 +00:00
Michael Kolupaev
1383bfd005 clickhouse: added bitwise and and or functions [#CONV-6318]. 2012-12-20 13:41:55 +00:00
Michael Kolupaev
57fccc9387 clickhouse: removed a very unlikely race condition on loading Dictionaries [#CONV-6318]. 2012-12-20 12:58:47 +00:00
Michael Kolupaev
c89bac439a clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-20 11:39:56 +00:00
Michael Kolupaev
5fdd5a5dd1 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-20 11:36:15 +00:00
Michael Kolupaev
ee3cc4f815 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-20 11:32:52 +00:00
Michael Kolupaev
f415b5f8e1 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-20 11:18:54 +00:00
Alexey Milovidov
59e197bc88 dbms: added Dictionaries [#CONV-2944]. 2012-12-19 20:15:15 +00:00
Michael Kolupaev
28066c594c clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-19 11:20:46 +00:00
Alexey Milovidov
272738ee82 dbms: checking for division by zero [#CONV-2944]. 2012-12-18 20:07:26 +00:00
Alexey Milovidov
3f92ee5229 dbms: prepared to use functions with dictionaries [#CONV-2944]. 2012-12-18 20:06:36 +00:00
Alexey Milovidov
e7047b2609 dbms: fixed error [#CONV-2944]. 2012-12-17 17:21:09 +00:00
Michael Kolupaev
fb4dc8f3f8 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-17 15:48:24 +00:00
Alexey Milovidov
c684b7c337 dbms: probably improved performance of merging [#CONV-2944]. 2012-12-16 00:52:06 +00:00
Alexey Milovidov
b312f42808 dbms: reverted previous modification [#CONV-2944]. 2012-12-16 00:23:41 +00:00
Alexey Milovidov
62a8ecc749 dbms: probably improved performance of inserting, merging and sorting [#CONV-2944]. 2012-12-15 23:10:14 +00:00
Alexey Milovidov
46de8ec014 dbms: added function 'indexOf' [#CONV-2944]. 2012-12-15 20:01:46 +00:00
Alexey Milovidov
150e508652 dbms: fixed error in error message [#CONV-2944]. 2012-12-15 04:42:42 +00:00
Alexey Milovidov
954ab221d6 Merge 2012-12-15 04:39:13 +00:00
Alexey Milovidov
63ab9a262e dbms: fixed error (numbers aren't parsing after previous query with huge number) [#CONV-2944]. 2012-12-15 04:26:48 +00:00
Alexey Milovidov
22de09547e dbms: added EXISTS TABLE query [#CONV-2944]. 2012-12-15 03:09:04 +00:00
Alexey Milovidov
4a06e09f79 dbms: tiny improvement [#CONV-2944]. 2012-12-15 02:11:37 +00:00
Alexey Milovidov
494b212f3a dbms: removed VarUInt and VarInt data types [#CONV-2944]. 2012-12-14 20:24:26 +00:00
Alexey Milovidov
8c787fde81 dbms: fixed UB with number formatting [#CONV-2944]. 2012-12-14 20:07:33 +00:00
Alexey Milovidov
e4b2657ea5 dbms: fixed VarUInt for numbers with highest significant bit set [#CONV-2944]. 2012-12-14 19:41:39 +00:00
Alexey Milovidov
a8cf550864 dbms: addition to prev. revision [#CONV-2944]. 2012-12-14 18:47:50 +00:00
Alexey Milovidov
a74b574004 dbms: fixed infinite loop while trying to print minimal negative number with Pretty format [#CONV-2944]. 2012-12-14 18:07:15 +00:00
Michael Kolupaev
dec7aaf63e clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-14 13:32:07 +00:00
Michael Kolupaev
33173a6f41 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-14 13:31:48 +00:00
Michael Kolupaev
047f48d2fe clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-14 11:35:06 +00:00
Michael Kolupaev
1305aae5d4 clickhouse: OLAP-server compatibility: development [#CONV-6318]. 2012-12-14 11:21:07 +00:00
Alexey Milovidov
2c9ff38ab2 dbms: fixed error [#CONV-2944]. 2012-12-13 20:28:10 +00:00
Alexey Milovidov
8e2e1b44bf dbms: fixed error [#CONV-2944]. 2012-12-13 19:23:58 +00:00
Michael Kolupaev
c77e8e98ef clickhouse: improved integer sample size processing [#6201]. 2012-12-13 10:08:54 +00:00
Michael Kolupaev
60bf093973 clickhouse: added minor diagnostic output [#6201]. 2012-12-13 09:38:36 +00:00
Michael Kolupaev
93143369ce clickhouse: added support for non-UInt32 sampling columns [#6201]. 2012-12-13 09:32:08 +00:00
Alexey Milovidov
17612f45ec Merge 2012-12-12 23:31:40 +00:00
Alexey Milovidov
f2ebc5da89 dbms: fixed error [#CONV-2944]. 2012-12-12 17:46:23 +00:00
Alexey Milovidov
872d1318a5 dbms: fixed error [#CONV-2944]. 2012-12-12 17:16:44 +00:00
Michael Kolupaev
bd843a65bd clickhouse: added SAMPLE to formatAST [#6201]. 2012-12-12 16:49:08 +00:00
Michael Kolupaev
a5e5b3dd9f clickhouse: fixed SAMPLE by count [#6201]. 2012-12-12 16:39:32 +00:00
Michael Kolupaev
b9de3987f2 clickhouse: fixed [#6201]. 2012-12-12 16:26:18 +00:00
Michael Kolupaev
b5681acdb7 clickhouse: fixed [#6201]. 2012-12-12 16:11:27 +00:00
Michael Kolupaev
81883201ec clickhouse: fixed [#6201]. 2012-12-12 15:45:08 +00:00
Michael Kolupaev
3f2da2d2e3 clickhouse: fixed [#6201]. 2012-12-12 15:37:43 +00:00
Michael Kolupaev
8973044210 Merge 2012-12-12 15:23:26 +00:00
Michael Kolupaev
2350e09c51 clickhouse: fixed compiler warnings [#6201]. 2012-12-12 14:38:39 +00:00
Michael Kolupaev
42073f42ec clickhouse: added support for SAMPLE clause of SELECT query (works only in merge tree storage) [#6201]. 2012-12-12 14:25:55 +00:00
Alexey Milovidov
143df8a373 dbms: tiny modifications [#CONV-2944]. 2012-12-11 20:32:08 +00:00
Alexey Milovidov
de13137958 dbms: changed signature of IDataType::serializeBinary [#CONV-2944]. 2012-12-11 20:31:39 +00:00
Michael Kolupaev
7f27cbbcb7 Merge 2012-12-10 10:23:10 +00:00
Michael Kolupaev
f75533a024 Merge 2012-12-07 10:05:36 +00:00
Alexey Milovidov
3c4cc8c694 dbms: tiny addition [#CONV-2944]. 2012-12-06 21:13:50 +00:00
Alexey Milovidov
659066fa8a dbms: addition to prev. revision [#CONV-2944]. 2012-12-06 17:38:02 +00:00
Alexey Milovidov
60ae1a07b1 dbms: fixed warning [#CONV-2944]. 2012-12-06 17:36:51 +00:00
Alexey Milovidov
8a053aba54 dbms: fixed error [#CONV-2944]. 2012-12-06 17:32:48 +00:00
Michael Kolupaev
2b9f4ca2bf Merge 2012-12-06 13:07:29 +00:00
Michael Kolupaev
35184afdc2 Merge 2012-12-06 12:51:15 +00:00
Michael Kolupaev
655b7e0300 Merge 2012-12-06 12:24:08 +00:00
Michael Kolupaev
8600340828 Merge 2012-12-06 11:48:41 +00:00
Michael Kolupaev
8f512c546a Merge 2012-12-06 11:10:05 +00:00
Michael Kolupaev
5555027deb Merge 2012-12-06 09:45:09 +00:00
Michael Kolupaev
03c96075f9 Merge 2012-12-05 13:39:38 +00:00
Michael Kolupaev
5c9f35b2a3 Merge 2012-12-05 13:31:33 +00:00
Michael Kolupaev
905d9615c7 Merge 2012-12-05 12:55:30 +00:00
Michael Kolupaev
dba35f0364 Merge 2012-12-05 12:44:55 +00:00
Michael Kolupaev
b6139c17bc Merge 2012-12-03 10:43:25 +00:00
Michael Kolupaev
01fa6de3bc Merge 2012-12-03 10:03:47 +00:00
Michael Kolupaev
02973d945b clickhouse: fixed compiler warning [#CONV-6108]. 2012-12-03 09:39:04 +00:00
Michael Kolupaev
2d8026c0b0 Merge 2012-12-03 08:52:58 +00:00
Alexey Milovidov
914b41cf2f dbms: fixed build [#CONV-2944]. 2012-11-30 23:17:12 +00:00
Michael Kolupaev
c54004b880 Merge 2012-11-30 08:33:36 +00:00
Alexey Milovidov
b167cc3711 dbms: tiny improvement [#CONV-2944]. 2012-11-30 05:40:28 +00:00
Alexey Milovidov
f339e0e401 dbms: addition to prev. revision [#CONV-2944]. 2012-11-30 05:30:17 +00:00
Alexey Milovidov
f5586b456d Merge 2012-11-30 05:24:24 +00:00
Alexey Milovidov
7f4348ecdc dbms: added locks to storages Memory and Log [#CONV-2944]. 2012-11-30 04:28:13 +00:00
Alexey Milovidov
5aa8c9efc4 Merge 2012-11-30 02:01:02 +00:00
Alexey Milovidov
a09c023956 dbms: addition to prev. revision [#CONV-2944]. 2012-11-30 00:59:02 +00:00
Alexey Milovidov
a0972784b1 Merge 2012-11-30 00:52:45 +00:00
Michael Kolupaev
e49cd16868 Merge 2012-11-29 17:43:23 +00:00
Michael Kolupaev
9ad859149f Merge 2012-11-29 17:04:12 +00:00
Michael Kolupaev
03e00c0db0 Merge 2012-11-29 16:52:01 +00:00
Michael Kolupaev
e255b5e249 Merge 2012-11-29 16:39:29 +00:00
Michael Kolupaev
21ef4655ca Merge 2012-11-29 12:26:34 +00:00
Michael Kolupaev
c2ba1fc202 Merge 2012-11-29 12:24:08 +00:00
Michael Kolupaev
fa2066d350 Merge 2012-11-29 11:50:16 +00:00
Michael Kolupaev
906f1f0026 Merge 2012-11-29 11:48:27 +00:00
Michael Kolupaev
5306e4e1ff Merge 2012-11-29 11:32:29 +00:00
Michael Kolupaev
8073045c7e Merge 2012-11-29 11:29:11 +00:00
Michael Kolupaev
982686f51c Merge 2012-11-29 10:50:17 +00:00
Michael Kolupaev
f55d19f71a Merge 2012-11-29 08:41:20 +00:00
Michael Kolupaev
912cf7c4eb Merge 2012-11-28 17:17:17 +00:00
Michael Kolupaev
58a4dc8d2d Merge 2012-11-28 13:29:30 +00:00
Michael Kolupaev
ae9c8ffc9b Merge 2012-11-28 11:49:14 +00:00
Michael Kolupaev
e200c1c478 Merge 2012-11-28 08:52:15 +00:00
Alexey Milovidov
bd93266991 dbms: better diagnostics [#CONV-2944]. 2012-11-25 21:16:37 +00:00
Michael Kolupaev
fba19e8eb6 clickhouse: fixed possible deadlock [#CONV-6108]. 2012-11-22 17:57:10 +00:00
Alexey Milovidov
2ae2cf32bb dbms: fixed error [#CONV-2944]. 2012-11-20 22:48:38 +00:00
Evgeniy Gatov
1e76e83a6b dbms, ███████████, ███████████, ███████████: fixes [#CONV-5553]. 2012-11-19 18:28:22 +00:00
Michael Kolupaev
ceb07cafd8 clickhouse: refactored ColumnVector [#CONV-6092]. 2012-11-19 18:27:09 +00:00
Michael Kolupaev
336d483d06 Merge 2012-11-19 18:04:50 +00:00
Michael Kolupaev
451b75d7b4 clickhouse: added some implicit type casts, fixing bad IN behavior [#CONV-6092]. 2012-11-19 17:23:29 +00:00
Alexey Milovidov
64cf640e8a dbms: fixed tiny issues [#CONV-2944]. 2012-11-19 04:16:00 +00:00
Alexey Milovidov
7f2fe9f936 dbms: tiny fixes [#CONV-2944]. 2012-11-19 03:38:13 +00:00
Evgeniy Gatov
2f5c9b3532 dbms: removed warning, possible memory leak fixed [#CONV-2944]. 2012-11-16 22:09:47 +00:00
Evgeniy Gatov
06b722a6a4 dbms: c++ style [#CONV-2944]. 2012-11-16 22:08:15 +00:00
Alexey Milovidov
ccb0f03c66 dbms: fixed error [#CONV-2944]. 2012-11-16 19:38:11 +00:00
Michael Kolupaev
940f9881b8 dbms: fixed WriteBufferValidUTF8 skipping too many characters, added test for it [#CONV-5902]. 2012-11-16 09:42:48 +00:00
Michael Kolupaev
fe73df8f8a ███████████: removed throwFromErrno [#CONV-5680] 2012-11-15 11:59:39 +00:00
Michael Kolupaev
c2fa388b33 ███████████: sending only valid UTF-8 now [#CONV-5902]. 2012-11-14 13:17:01 +00:00
Michael Kolupaev
fd87c6f9be dbms: probably improved WriteBufferValidUTF8 [#CONV-5902]. 2012-11-14 12:30:24 +00:00
Michael Kolupaev
ddf856fbcb dbms: probably improved WriteBufferValidUTF8 [#CONV-5902]. 2012-11-14 12:20:58 +00:00
Michael Kolupaev
a145ee29d8 dbms: improved utf8 test [#CONV-5902]. 2012-11-14 11:41:07 +00:00
Michael Kolupaev
36e227d2f6 dbms: fixed utf8 test [#CONV-5902]. 2012-11-14 10:35:47 +00:00
Michael Kolupaev
47c2eb030e dbms: slightly fixed utf8 test [#CONV-5902]. 2012-11-14 10:31:25 +00:00
Michael Kolupaev
2d1bed38c9 dbms: fixed compiler warnings [#CONV-5902]. 2012-11-14 10:22:51 +00:00
Michael Kolupaev
1237fbb7bd dbms: added valid utf8 test [#CONV-5902]. 2012-11-14 10:18:35 +00:00
Michael Kolupaev
441b177af6 dbms: added WriteBufferValidUTF8 [#CONV-5902]. 2012-11-14 09:49:51 +00:00
Michael Kolupaev
7f461eeffa dbms: fixed typo in comment :) [#CONV-5879]. 2012-11-14 09:38:30 +00:00
Alexey Milovidov
ee2959af7f dbms: improvement [#CONV-2944]. 2012-11-10 05:20:56 +00:00
Alexey Milovidov
c4ffc95cdd dbms: improvement [#CONV-2944]. 2012-11-10 05:13:46 +00:00
Alexey Milovidov
856108efe9 dbms: added 'RowBinary' format [#CONV-2944]. 2012-11-10 04:43:53 +00:00
Alexey Milovidov
686878a5fb dbms: tiny fixes [#CONV-2944]. 2012-11-10 04:43:04 +00:00
Alexey Milovidov
b664e10a37 dbms: fixed race condition [#CONV-2944]. 2012-11-10 04:42:26 +00:00
Alexey Milovidov
75239c6937 dbms: client: improvement [#CONV-2944]. 2012-11-10 02:21:39 +00:00
Alexey Milovidov
12afcb64ed Better diagnostics [#CONV-2807]. 2012-11-08 18:30:49 +00:00
Evgeniy Gatov
9dbe01f4d3 dbms: used keep-alive [#CONV-5891]. 2012-11-08 09:46:01 +00:00
Alexey Milovidov
bf34570669 dbms: fixed subqueries [#CONV-2944]. 2012-11-07 19:56:21 +00:00
Evgeniy Gatov
b9f1b04a11 dbms: fix [#CONV-2944]. 2012-11-07 10:32:48 +00:00
Alexey Milovidov
f5419d3d5a dbms: development of connection pool with failover [#CONV-2944]. 2012-11-06 18:20:00 +00:00
Alexey Milovidov
d7d23ac81b dbms: StorageDistributed: added failover [#CONV-2944]. 2012-11-06 17:04:38 +00:00
Alexey Milovidov
14af942eae ███████████: fixed error [#CONV-5452]. 2012-11-06 13:58:29 +00:00
Alexey Milovidov
70d20d62f4 dbms: added ConnectionPoolWithFailover [#CONV-2944]. 2012-11-02 20:13:41 +00:00
Alexey Milovidov
bc5c289bb1 dbms: added functions 'arrayElement' and 'has' [#CONV-2944]. 2012-11-02 19:10:43 +00:00
Alexey Milovidov
524f84aa5e Fixed errors with hash function [#CONV-2807]. 2012-11-01 19:05:34 +00:00
Alexey Milovidov
02b95a2297 dbms: improved distributed query processing [#CONV-2944]. 2012-10-30 20:15:07 +00:00
Alexey Milovidov
5610f1c13c dbms: fixed error with distributed query processing [#CONV-2944]. 2012-10-30 19:17:41 +00:00
Alexey Milovidov
274f2d0828 dbms: returning proper HTTP code in case of errors [#CONV-2944]. 2012-10-29 07:19:47 +00:00
Alexey Milovidov
b205d51215 dbms: fixed error with 'SELECT count() FROM t' query [#CONV-2944]. 2012-10-29 06:19:49 +00:00
Alexey Milovidov
cbb5a06d63 dbms: addition to prev. revision [#CONV-2944]. 2012-10-29 05:29:34 +00:00
Alexey Milovidov
4ac448cb26 dbms: addition to prev. revision [#CONV-2944]. 2012-10-29 04:54:46 +00:00
Alexey Milovidov
e30260d9fa dbms: added parametric aggregate functions; added aggregate function 'quantile' [#CONV-2944]. 2012-10-29 02:58:52 +00:00
Alexey Milovidov
2a95c2b504 dbms: fixed error with async. stream [#CONV-2944]. 2012-10-29 02:55:14 +00:00
Alexey Milovidov
db11d5dbb9 dbms: fixed error [#CONV-2944]. 2012-10-29 02:54:47 +00:00
Alexey Milovidov
5a8fbc9096 dbms: addition to prev. revision [#CONV-2944]. 2012-10-26 18:42:04 +00:00
Alexey Milovidov
fa0dc68533 dbms: clearing temporary columns while executing query - improved performance (not tested) [#CONV-2944]. 2012-10-25 20:20:46 +00:00
Alexey Milovidov
ac9dca2366 dbms: fixed error [#CONV-2944]. 2012-10-24 20:02:08 +00:00
Alexey Milovidov
9362731666 dbms: fixed error [#CONV-2944]. 2012-10-24 19:09:42 +00:00
Michael Kolupaev
61e04ed781 clickhouse: fixed median aggregate function type check [#CONV-5879]. 2012-10-24 18:53:48 +00:00
Alexey Milovidov
544dd9a596 dbms: probably fixed error with aggregate function serialization (incomplete) [#CONV-2944]. 2012-10-24 18:14:36 +00:00
Michael Kolupaev
110fc172b2 libstats: slightly refactored ReservoirSampler, removed unused code from AggregateFunctionMedian [#CONV-5879]. 2012-10-24 07:55:27 +00:00
Alexey Milovidov
b2e260fa36 dbms: development [#CONV-2944]. 2012-10-23 18:51:29 +00:00
Michael Kolupaev
6d64009db2 clickhouse: added median aggregate function 2012-10-23 10:58:53 +00:00
Alexey Milovidov
b36a36fb74 dbms: development [#CONV-2944]. 2012-10-22 20:08:28 +00:00
Alexey Milovidov
9aaad64437 dbms: development [#CONV-2944]. 2012-10-22 20:01:37 +00:00
Alexey Milovidov
a5e88d1fb5 dbms: fixed error with distributed connections [#CONV-2944]. 2012-10-22 19:55:19 +00:00
Alexey Milovidov
be58c0883d dbms: development [#CONV-2944]. 2012-10-22 19:03:01 +00:00
Alexey Milovidov
b907de191b dbms: development [#CONV-2944]. 2012-10-20 23:02:13 +00:00
Alexey Milovidov
71a594fd6d dbms: development [#CONV-2944]. 2012-10-20 22:49:30 +00:00
Alexey Milovidov
8bda876d42 dbms: development [#CONV-2944]. 2012-10-20 07:23:13 +00:00
Alexey Milovidov
3f62b5bb2e dbms: development [#CONV-2944]. 2012-10-20 06:40:55 +00:00
Alexey Milovidov
e35138b09d dbms: development [#CONV-2944]. 2012-10-20 05:54:35 +00:00
Alexey Milovidov
12a5e955c1 dbms: development [#CONV-2944]. 2012-10-20 05:36:32 +00:00
Alexey Milovidov
8e76b228e1 dbms: development [#CONV-2944]. 2012-10-20 02:35:44 +00:00
Alexey Milovidov
1a7af177cd dbms: development [#CONV-2944]. 2012-10-20 02:10:47 +00:00
Alexey Milovidov
6b787234ad dbms: development [#CONV-2944]. 2012-10-19 00:10:17 +00:00
Alexey Milovidov
957f89f4e3 dbms: development [#CONV-2944]. 2012-10-18 23:52:31 +00:00
Alexey Milovidov
a1fd23efb1 dbms: better [#CONV-2944]. 2012-10-18 23:38:16 +00:00
Alexey Milovidov
8c5d02e064 dbms: fixed error [#CONV-2944]. 2012-10-18 22:47:12 +00:00
Alexey Milovidov
c61f9d72c5 dbms: maybe better [#CONV-2944]. 2012-10-18 19:24:46 +00:00
Alexey Milovidov
8f7b76622e dbms: better [#CONV-2944]. 2012-10-18 19:00:49 +00:00
Alexey Milovidov
4a229b5984 dbms: fixed error [#CONV-2944]. 2012-10-18 18:41:23 +00:00
Alexey Milovidov
370d5eb96d dbms: addition to prev. revision [#CONV-2944]. 2012-10-17 19:59:27 +00:00
Alexey Milovidov
5dce2f8b49 dbms: allowed to directly cancel stream; cancelling in UnionBlockInputStream [#CONV-2944]. 2012-10-17 19:55:56 +00:00
Alexey Milovidov
9a31d2f163 dbms: improved logging [#CONV-2944]. 2012-10-16 19:20:58 +00:00
Alexey Milovidov
d61f6c1069 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 18:41:35 +00:00
Alexey Milovidov
fd1b7c3b8b dbms: tiny addition [#CONV-2944]. 2012-10-16 18:38:29 +00:00
Alexey Milovidov
9279104479 dbms: probably fixed error [#CONV-2944]. 2012-10-16 18:37:34 +00:00
Alexey Milovidov
02118c34d5 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 18:14:51 +00:00
Alexey Milovidov
d2ed0ae566 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 18:12:29 +00:00
Alexey Milovidov
bb3fedcd55 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 17:34:05 +00:00
Alexey Milovidov
7f4d9e188c dbms: cancelling of remote/distributed queries [#CONV-2944]. 2012-10-16 17:32:59 +00:00
Alexey Milovidov
41c04b36d8 dbms: better diagnostics [#CONV-2944]. 2012-10-15 19:38:33 +00:00
Alexey Milovidov
40e1d3c43e dbms: better diagnostics [#CONV-2944]. 2012-10-15 19:29:17 +00:00
Alexey Milovidov
2d0b3c97d5 dbms: tiny modification [#CONV-2944]. 2012-10-13 02:12:50 +00:00
Alexey Milovidov
c1f67a439d dbms: fixed error with filter (WHERE, HAVING) [#CONV-2944]. 2012-10-12 20:34:33 +00:00
Alexey Milovidov
8b505320fe dbms: probably fixed error in distributed query processing [#CONV-2944]. 2012-10-12 18:57:10 +00:00
Alexey Milovidov
fdd6df2095 dbms: reverted prev. modification [#CONV-2944]. 2012-10-12 18:37:25 +00:00
Alexey Milovidov
4c3c059eac dbms: better [#CONV-2944]. 2012-10-12 18:32:35 +00:00
Alexey Milovidov
ca6b1bec9b dbms: fixed error [#CONV-2944]. 2012-10-12 18:29:43 +00:00
Alexey Milovidov
3b1da776fb dbms: fixed error [#CONV-2944]. 2012-10-12 18:25:20 +00:00
Alexey Milovidov
05a1f9800c dbms: improved diagnostics [#CONV-2944]. 2012-10-12 18:19:44 +00:00
Alexey Milovidov
9ced96ac9b dbms: fixed error [#CONV-2944]. 2012-10-12 17:54:26 +00:00
Alexey Milovidov
e705c41cc9 dbms: added address info to remote exception [#CONV-2944]. 2012-10-12 17:08:05 +00:00
Alexey Milovidov
1da843261e dbms: UnionBlockInputStream: earlier collection of errors [#CONV-2944]. 2012-10-12 16:53:45 +00:00
Alexey Milovidov
80084f0359 dbms: fixed error with TabSeparatedRaw format [#CONV-2944]. 2012-10-10 18:51:52 +00:00
Alexey Milovidov
fc8b9ca281 dbms: fixed error [#CONV-2944]. 2012-10-10 18:32:45 +00:00
Alexey Milovidov
2eee93e1d5 dbms: improved performance of aggregation by many fields; fixed error in function concat [#CONV-2944]. 2012-10-07 06:30:10 +00:00
Alexey Milovidov
51d9240f74 dbms: tiny modifications [#CONV-2944]. 2012-10-07 00:23:36 +00:00
Alexey Milovidov
c4c2ca38c6 dbms: improved performance (1.5x) of filtering and sorting strings [#CONV-2944]. 2012-10-07 00:23:18 +00:00
Alexey Milovidov
8bd7825459 dbms: development [#CONV-2944]. 2012-09-27 18:27:05 +00:00
Alexey Milovidov
ac2e1a8486 dbms: development (sped up insertion by overlapping reading and sending) [#CONV-2944]. 2012-09-24 07:04:04 +00:00
Alexey Milovidov
a2edf17da6 dbms: fixed error (FixedString overflow) [#CONV-2944]. 2012-09-24 06:43:50 +00:00
Alexey Milovidov
fcac2b63dd dbms: development (more verbose diagnostic) [#CONV-2944]. 2012-09-24 05:40:45 +00:00
Alexey Milovidov
02b9c3e47e dbms: development (conditional operator) [#CONV-2944]. 2012-09-24 04:11:55 +00:00
Alexey Milovidov
7f501078b9 dbms: development (conditional operator) [#CONV-2944]. 2012-09-24 02:12:59 +00:00
Alexey Milovidov
3565fe09c0 dbms: fixed error in UnionBlockInputStream [#CONV-2944]. 2012-09-24 02:05:40 +00:00
Alexey Milovidov
6b6a834b64 dbms: development [#CONV-2944]. 2012-09-24 02:04:57 +00:00
Alexey Milovidov
0facf74015 dbms: development (conditional operator) [#CONV-2944]. 2012-09-23 06:16:42 +00:00
Alexey Milovidov
7efe870cf9 dbms: development (string splitting functions) [#CONV-2944]. 2012-09-23 05:28:59 +00:00
Alexey Milovidov
93703e86ec dbms: development (array functions) [#CONV-2944]. 2012-09-23 00:04:17 +00:00
Alexey Milovidov
f77216b3de Merge 2012-09-22 07:30:40 +00:00
Alexey Milovidov
c7a4df24be dbms, ███████████: fixed performance issue [#CONV-2944]. 2012-09-22 02:49:28 +00:00
Alexey Milovidov
bbd4109f3a dbms: fixed error (arrayJoin) [#CONV-2944]. 2012-09-20 19:14:37 +00:00
Alexey Milovidov
1650554012 dbms: fixed error (cutting arrays) [#CONV-2944]. 2012-09-20 18:40:58 +00:00
Alexey Milovidov
2f29924dda dbms: fixed error [#CONV-2944]. 2012-09-19 19:30:18 +00:00
Alexey Milovidov
8068c5df89 dbms: fixed error [#CONV-2944]. 2012-09-19 18:45:01 +00:00
Alexey Milovidov
cc1dc34b9e ███████████: UserAgent: slightly better [#CONV-2807]. 2012-09-17 07:54:49 +00:00
Alexey Milovidov
04fae490a1 dbms: development [#CONV-2944]. 2012-09-17 04:34:19 +00:00
Alexey Milovidov
5501a05fc6 dbms: development [#CONV-2944]. 2012-09-17 04:31:25 +00:00
Alexey Milovidov
20d1415938 dbms: fixed error [#CONV-2944]. 2012-09-12 19:58:38 +00:00
Alexey Milovidov
c584e302e5 dbms: fixed race [#CONV-2944]. 2012-09-12 18:49:21 +00:00
Alexey Milovidov
bf1042c832 dbms: development [#CONV-2944]. 2012-09-12 18:18:48 +00:00
Alexey Milovidov
e6cb036898 dbms: fixed error [#CONV-2944]. 2012-09-10 19:05:06 +00:00
Alexey Milovidov
ee72094d1d ███████████: development [#CONV-2944]. 2012-09-05 19:51:09 +00:00
Alexey Milovidov
2f5c38866b dbms: probably fixed error [#CONV-2944]. 2012-09-04 20:19:25 +00:00
Alexey Milovidov
a17bf6f10e dbms: probably fixed error [#CONV-2944]. 2012-09-04 19:57:17 +00:00
Alexey Milovidov
dbd2019907 dbms: fixed error [#CONV-2944]. 2012-09-03 20:35:21 +00:00
Alexey Milovidov
fd0815a735 dbms: probably fixed error [#CONV-2944]. 2012-09-03 19:52:57 +00:00
Alexey Milovidov
ffc6ef092e dbms: development [#CONV-2944]. 2012-09-03 06:32:38 +00:00
Alexey Milovidov
fb444475c4 dbms: development [#CONV-2944]. 2012-09-03 04:45:46 +00:00
Alexey Milovidov
ff712c95ed dbms: development [#CONV-2944]. 2012-09-03 01:39:30 +00:00
Alexey Milovidov
0652f9da96 dbms: development [#CONV-2944]. 2012-08-31 20:38:05 +00:00
Alexey Milovidov
ec8c0b21fd dbms: development [#CONV-2944]. 2012-08-31 18:44:05 +00:00
Alexey Milovidov
325c02d43a dbms: development [#CONV-2944]. 2012-08-31 18:40:21 +00:00
Alexey Milovidov
c9e3956100 dbms: development [#CONV-2944]. 2012-08-30 20:35:02 +00:00
Alexey Milovidov
f594dcebd0 dbms: development [#CONV-2944]. 2012-08-30 17:43:31 +00:00
Alexey Milovidov
692805fa39 dbms: development [#CONV-2944]. 2012-08-29 20:23:19 +00:00
Alexey Milovidov
b664b11192 dbms: development [#CONV-2944]. 2012-08-29 20:07:24 +00:00
Alexey Milovidov
7cbd700c74 dbms: development [#CONV-2944]. 2012-08-29 18:49:54 +00:00
Alexey Milovidov
4a80aaab00 dbms: development [#CONV-2944]. 2012-08-27 05:16:34 +00:00
Alexey Milovidov
44aa02f806 dbms: development [#CONV-2944]. 2012-08-27 05:13:14 +00:00
Alexey Milovidov
312b007e6f dbms: development [#CONV-2944]. 2012-08-26 12:18:50 +00:00
Alexey Milovidov
eefd3b34d9 dbms: development [#CONV-2944]. 2012-08-26 11:14:52 +00:00
Alexey Milovidov
464f4844b7 dbms: development [#CONV-2944]. 2012-08-26 06:48:39 +00:00
Alexey Milovidov
5b9cd8cac6 dbms: development [#CONV-2944]. 2012-08-26 04:40:29 +00:00
Alexey Milovidov
3118d7ae1f dbms: development [#CONV-2944]. 2012-08-26 02:08:18 +00:00
Alexey Milovidov
dff7453a3c dbms: development [#CONV-2944]. 2012-08-24 20:40:34 +00:00
Alexey Milovidov
15487c70b3 dbms: development [#CONV-2944]. 2012-08-24 19:42:03 +00:00
Alexey Milovidov
fabe9889f2 dbms: development [#CONV-2944]. 2012-08-24 00:15:32 +00:00
Alexey Milovidov
fd06437d00 dbms: development [#CONV-2944]. 2012-08-23 23:51:51 +00:00
Alexey Milovidov
9cd4ad0a9a dbms: development [#CONV-2944]. 2012-08-23 23:49:28 +00:00
Alexey Milovidov
4bb02285a1 dbms: development [#CONV-2944]. 2012-08-23 22:40:51 +00:00
Alexey Milovidov
ff2797d346 dbms: development [#CONV-2944]. 2012-08-23 22:27:10 +00:00
Alexey Milovidov
7df3250512 dbms: development [#CONV-2944]. 2012-08-23 20:35:05 +00:00
Alexey Milovidov
fc0088bfd3 dbms: development [#CONV-2944]. 2012-08-23 20:22:44 +00:00
Alexey Milovidov
1d4d01a76c dbms: development [#CONV-2944]. 2012-08-23 19:38:45 +00:00
Alexey Milovidov
7620dfe4f2 dbms: development [#CONV-2944]. 2012-08-23 18:45:59 +00:00
Alexey Milovidov
0af519aa4d dbms: development [#CONV-2944]. 2012-08-23 18:43:57 +00:00
Alexey Milovidov
b220d5d216 dbms: development [#CONV-2944]. 2012-08-23 18:05:31 +00:00
Alexey Milovidov
f81223b22e dbms: development [#CONV-2944]. 2012-08-22 23:09:26 +00:00
Alexey Milovidov
8ea28ddd6e dbms: development [#CONV-2944]. 2012-08-22 20:29:01 +00:00
Alexey Milovidov
40281aa96f dbms: development [#CONV-2944]. 2012-08-22 18:46:09 +00:00
Alexey Milovidov
eba631bc7f dbms: development [#CONV-2944]. 2012-08-22 16:30:41 +00:00
Alexey Milovidov
8b2aabed53 dbms: development [#CONV-2944]. 2012-08-21 18:34:55 +00:00
Alexey Milovidov
c25456d09c dbms: development [#CONV-2944]. 2012-08-21 15:37:29 +00:00
Alexey Milovidov
ae75c86be3 dbms: development [#CONV-2944]. 2012-08-21 15:14:04 +00:00
Alexey Milovidov
8359bbbe6b dbms: development [#CONV-2944]. 2012-08-20 20:28:34 +00:00
Alexey Milovidov
ce28910ad2 dbms: development [#CONV-2944]. 2012-08-20 20:17:21 +00:00
Alexey Milovidov
366f70b7f3 dbms: development [#CONV-2944]. 2012-08-20 19:21:04 +00:00
Alexey Milovidov
88d79b7bb3 dbms, ███████████: development [#CONV-5417]. 2012-08-20 05:32:50 +00:00
Alexey Milovidov
72a6eb812d dbms: development [#CONV-2944]. 2012-08-17 19:53:11 +00:00
Alexey Milovidov
5419014213 dbms: development [#CONV-2944]. 2012-08-16 22:11:53 +00:00
Alexey Milovidov
d10b547ffb dbms: development [#CONV-2944]. 2012-08-16 20:07:13 +00:00
Alexey Milovidov
55e373944f dbms: development [#CONV-2944]. 2012-08-16 19:47:18 +00:00
Alexey Milovidov
4660fdb042 dbms: development [#CONV-2944]. 2012-08-16 19:45:20 +00:00
Alexey Milovidov
5b1a10bd5b dbms: development [#CONV-2944]. 2012-08-16 19:43:03 +00:00
Alexey Milovidov
e93f6a4c4a dbms: development [#CONV-2944]. 2012-08-16 19:10:01 +00:00
Alexey Milovidov
e94f780d47 dbms: development [#CONV-2944]. 2012-08-16 19:03:02 +00:00
Alexey Milovidov
27ad9d54b4 dbms: development [#CONV-2944]. 2012-08-16 18:36:40 +00:00
Alexey Milovidov
ee63a57267 dbms: development [#CONV-2944]. 2012-08-16 18:22:58 +00:00
Alexey Milovidov
2fd184302d dbms: development [#CONV-2944]. 2012-08-16 18:17:01 +00:00
Alexey Milovidov
6b4caeb82d dbms: development [#CONV-2944]. 2012-08-16 18:02:15 +00:00
Alexey Milovidov
a8d30e6483 dbms: development [#CONV-2944]. 2012-08-16 17:50:54 +00:00
Alexey Milovidov
f9027b8f0e dbms: development [#CONV-2944]. 2012-08-16 17:27:40 +00:00
Alexey Milovidov
f89b460b8f dbms: development [#CONV-2944]. 2012-08-16 17:02:31 +00:00
Alexey Milovidov
395db3be6a dbms: development [#CONV-2944]. 2012-08-14 20:35:44 +00:00
Alexey Milovidov
d1db04f4ec dbms: development [#CONV-2944]. 2012-08-14 20:33:37 +00:00
Alexey Milovidov
0d5710f04a dbms: development [#CONV-2944]. 2012-08-13 20:16:06 +00:00
Alexey Milovidov
598614b624 dbms: development [#CONV-2944]. 2012-08-13 19:13:11 +00:00
Alexey Milovidov
cf9279b789 Merge 2012-08-10 20:04:34 +00:00
Alexey Milovidov
eb8d9b5a97 dbms: development [#CONV-2944]. 2012-08-08 20:12:29 +00:00
Alexey Milovidov
36045c00c2 dbms: development [#CONV-2944]. 2012-08-08 19:45:34 +00:00
Alexey Milovidov
788ea2a552 dbms: development [#CONV-2944]. 2012-08-07 20:37:45 +00:00
Alexey Milovidov
6d2f2a62d6 dbms: development [#CONV-2944]. 2012-08-03 20:34:19 +00:00
Alexey Milovidov
f0b7a9e223 dbms: fixed error with sorting FixedArray [#CONV-2944]. 2012-08-03 20:29:31 +00:00
Alexey Milovidov
7e315eb5b2 dbms: fixed error with comparisons of FixedStrings [#CONV-2944]. 2012-08-03 20:09:06 +00:00
Alexey Milovidov
150dd96056 dbms: development [#CONV-2944]. 2012-08-03 19:52:43 +00:00
Alexey Milovidov
75754a6a89 dbms: development [#CONV-2944]. 2012-08-03 19:46:13 +00:00
Alexey Milovidov
024aa82cae dbms: added debug functions [#CONV-2944]. 2012-08-03 19:40:08 +00:00
Alexey Milovidov
406dcf8518 dbms: fixed error with notLike function [#CONV-2944]. 2012-08-03 18:49:39 +00:00
Alexey Milovidov
f43a069627 dbms: development [#CONV-2944]. 2012-08-02 19:05:18 +00:00
Alexey Milovidov
3f9a7aab7d dbms: development [#CONV-2944]. 2012-08-02 19:04:26 +00:00
Alexey Milovidov
9a14f5538a dbms: development [#CONV-2944]. 2012-08-02 19:03:32 +00:00
Alexey Milovidov
57854230c1 dbms: development [#CONV-2944]. 2012-08-02 18:05:06 +00:00
Alexey Milovidov
9bed59ddbd dbms: development [#CONV-2944]. 2012-08-02 18:02:57 +00:00
Alexey Milovidov
3eeaa09089 dbms: development [#CONV-2944]. 2012-08-02 17:43:45 +00:00
Alexey Milovidov
061a75785b dbms: development [#CONV-2944]. 2012-08-02 17:33:31 +00:00
Alexey Milovidov
8d06eca35c dbms: development [#CONV-2944]. 2012-08-01 20:10:53 +00:00
Alexey Milovidov
53b7f03c44 dbms: development [#CONV-2944]. 2012-08-01 20:08:59 +00:00
Alexey Milovidov
4c931f147f dbms: development [#CONV-2944]. 2012-08-01 19:55:05 +00:00
Alexey Milovidov
c960aea504 dbms: development [#CONV-2944]. 2012-08-01 19:04:58 +00:00
Alexey Milovidov
83337ec474 dbms: development [#CONV-2944]. 2012-07-31 20:30:13 +00:00
Alexey Milovidov
19a3e788e9 dbms: development [#CONV-2944]. 2012-07-31 20:13:14 +00:00
Alexey Milovidov
76c691f96a dbms: development [#CONV-2944]. 2012-07-31 20:03:53 +00:00
Alexey Milovidov
571657115f dbms: development [#CONV-2944]. 2012-07-31 19:14:17 +00:00
Alexey Milovidov
b0a8f84c14 dbms: development [#CONV-2944]. 2012-07-31 19:08:49 +00:00
Alexey Milovidov
5646959300 dbms: development [#CONV-2944]. 2012-07-31 18:25:16 +00:00
Alexey Milovidov
50af0bc1c4 dbms: development [#CONV-2944]. 2012-07-31 18:15:51 +00:00
Alexey Milovidov
db924e76d0 dbms: development [#CONV-2944]. 2012-07-31 17:33:08 +00:00
Alexey Milovidov
5e1e2742b6 dbms: development [#CONV-2944]. 2012-07-31 17:22:40 +00:00
Alexey Milovidov
4f5115cc3d dbms: development [#CONV-2944]. 2012-07-31 17:14:11 +00:00
Alexey Milovidov
4bd8509fab dbms: development [#CONV-2944]. 2012-07-31 17:07:20 +00:00
Alexey Milovidov
6d27ecd869 dbms: development [#CONV-2944]. 2012-07-31 16:58:37 +00:00
Alexey Milovidov
a8ea14641f dbms: development [#CONV-2944]. 2012-07-31 16:57:25 +00:00
Alexey Milovidov
bdeb4e7200 Merge 2012-07-31 16:37:20 +00:00
Alexey Milovidov
d01baf5125 dbms: development [#CONV-2944]. 2012-07-30 20:32:36 +00:00
Alexey Milovidov
bc7da3721f dbms: removed old special merge sort [#CONV-2944]. 2012-07-27 20:25:48 +00:00
Alexey Milovidov
75a80c192f dbms: merge sorting: probably better [#CONV-2944]. 2012-07-27 20:19:15 +00:00
Alexey Milovidov
60987d7ecd dbms: fixed error with case [#CONV-5229]. 2012-07-27 19:20:44 +00:00
Alexey Milovidov
0e099d8207 Connection: fixed error [#CONV-5331]. 2012-07-27 11:17:34 +00:00
Alexey Milovidov
292958fc73 dbms: development [#CONV-5331]. 2012-07-26 20:16:57 +00:00
Alexey Milovidov
075cdd5e22 dbms: development [#CONV-5331]. 2012-07-26 19:42:20 +00:00
Alexey Milovidov
0aedea75c6 dbms: development [#CONV-2944]. 2012-07-25 20:33:43 +00:00
Alexey Milovidov
c98f2f92ad dbms: development [#CONV-2944]. 2012-07-25 20:29:22 +00:00
Alexey Milovidov
8a6576b244 dbms: development [#CONV-2944]. 2012-07-25 20:24:38 +00:00
Alexey Milovidov
ca3d9b2730 dbms: development [#CONV-2944]. 2012-07-25 20:22:39 +00:00
Alexey Milovidov
b9cfda11ab dbms: development [#CONV-2944]. 2012-07-25 20:17:35 +00:00
Alexey Milovidov
d592cd13a3 dbms: development [#CONV-2944]. 2012-07-25 20:10:07 +00:00
Alexey Milovidov
cae3962251 dbms: development [#CONV-2944]. 2012-07-25 19:53:43 +00:00
Alexey Milovidov
8b372a6227 dbms: development [#CONV-2944]. 2012-07-24 18:52:26 +00:00
Alexey Milovidov
865ac88e0c dbms: development [#CONV-2944]. 2012-07-24 18:44:23 +00:00
Alexey Milovidov
785ebe74da dbms: development [#CONV-2944]. 2012-07-24 18:29:45 +00:00
Alexey Milovidov
44edd86281 dbms: development [#CONV-2944]. 2012-07-24 18:26:02 +00:00
Alexey Milovidov
3aef1c7706 dbms: development [#CONV-2944]. 2012-07-24 18:21:39 +00:00
Alexey Milovidov
4fa2da5323 dbms: development [#CONV-2944]. 2012-07-24 18:17:44 +00:00
Alexey Milovidov
bfe8b914a5 dbms: development [#CONV-2944]. 2012-07-24 18:12:32 +00:00
Alexey Milovidov
90f19e1df6 dbms: development [#CONV-2944]. 2012-07-24 17:46:55 +00:00
Alexey Milovidov
bdaf56449e dbms: development [#CONV-2944]. 2012-07-23 20:01:29 +00:00
Alexey Milovidov
c878d6c7b8 dbms: development [#CONV-2944], 2012-07-23 06:23:29 +00:00
Alexey Milovidov
2d0bea1887 dbms: development [#CONV-2944]. 2012-07-23 06:19:17 +00:00
Alexey Milovidov
9a56637e2a dbms: development [#CONV-2944]. 2012-07-21 07:21:41 +00:00
Alexey Milovidov
8498979724 dbms: development [#CONV-2944]. 2012-07-21 07:08:38 +00:00
Alexey Milovidov
5ee98f1937 dbms: development [#CONV-2944]. 2012-07-21 07:02:55 +00:00
Alexey Milovidov
d76d37f0fe dbms: development [#CONV-2944]. 2012-07-21 06:47:17 +00:00
Alexey Milovidov
b06b59069b dbms: development [#CONV-2944]. 2012-07-21 05:16:14 +00:00
Alexey Milovidov
c875e87446 dbms: development [#CONV-2944]. 2012-07-21 05:07:14 +00:00
Alexey Milovidov
56560361eb dbms: development [#CONV-2944]. 2012-07-21 03:45:48 +00:00
Alexey Milovidov
5aac7088d1 dbms: development [#CONV-2944]. 2012-07-19 20:32:10 +00:00
Alexey Milovidov
c390fcb123 dbms: development [#CONV-2944]. 2012-07-19 18:37:18 +00:00
Alexey Milovidov
fc50b0a07e dbms: development [#CONV-2944]. 2012-07-18 20:14:41 +00:00
Alexey Milovidov
1c682cdf6d dbms: development [#CONV-2944]. 2012-07-18 19:44:04 +00:00
Alexey Milovidov
abbfcf5a10 dbms: development [#CONV-2944]. 2012-07-18 19:40:22 +00:00
Alexey Milovidov
c95e1c6483 dbms: development [#CONV-2944]. 2012-07-18 19:30:33 +00:00
Alexey Milovidov
89fde21e34 dbms: development [#CONV-2944]. 2012-07-18 19:16:16 +00:00
Alexey Milovidov
8700cff3f3 dbms: development [#CONV-2944]. 2012-07-18 18:27:42 +00:00
Alexey Milovidov
c62837fe01 dbms: development [#CONV-2944]. 2012-07-17 20:06:38 +00:00
Alexey Milovidov
aecb171bf4 dbms: development [#CONV-2944]. 2012-07-17 20:05:36 +00:00
Alexey Milovidov
956c7d7d97 dbms: development [#CONV-2944]. 2012-07-17 20:04:39 +00:00
Alexey Milovidov
85b5ec6bd6 dbms: development [#CONV-2944]. 2012-07-17 14:37:43 +00:00
Alexey Milovidov
ec6f27168e dbms: development [#CONV-2944]. 2012-07-16 20:25:19 +00:00
Alexey Milovidov
cbc10f858e dbms: development [#CONV-2944]. 2012-07-16 03:42:36 +00:00
Alexey Milovidov
011af77a7f dbms: development [#CONV-2944]. 2012-07-15 23:16:35 +00:00
Alexey Milovidov
dc79f25feb dbms: development [#CONV-2944]. 2012-07-15 23:13:08 +00:00
Alexey Milovidov
732593399d dbms: development [#CONV-2944]. 2012-07-15 21:43:04 +00:00
Alexey Milovidov
d5492d3269 dbms: development [#CONV-2944]. 2012-07-12 20:06:45 +00:00
Alexey Milovidov
4a962d543f dbms: development [#CONV-2944]. 2012-07-12 19:49:22 +00:00
Alexey Milovidov
f205ad47a8 dbms: development [#CONV-2944]. 2012-07-10 20:21:29 +00:00
Alexey Milovidov
e0c9a59c71 dbms: development [#CONV-5200]. 2012-07-06 18:12:52 +00:00
Alexey Milovidov
2c69e7eb4a dbms: development [#CONV-2944]. 2012-06-25 07:26:58 +00:00
Alexey Milovidov
fde5883254 dbms: development [#CONV-2944]. 2012-06-25 05:07:34 +00:00
Alexey Milovidov
5420b09178 dbms: development [#CONV-2944]. 2012-06-25 03:59:41 +00:00
Alexey Milovidov
480b1c832e dbms: development [#CONV-2944]. 2012-06-25 03:56:45 +00:00
Alexey Milovidov
d575c2561b dbms: development [#CONV-2944]. 2012-06-25 03:42:08 +00:00
Alexey Milovidov
384b6b26ce dbms: development [#CONV-2944]. 2012-06-25 03:04:34 +00:00
Alexey Milovidov
2fa3dae63c dbms: development [#CONV-2944]. 2012-06-25 03:01:37 +00:00
Alexey Milovidov
7112672bca dbms: development [#CONV-2944]. 2012-06-25 02:52:51 +00:00
Alexey Milovidov
9c79250ffd dbms: development [#CONV-2944]. 2012-06-25 01:22:30 +00:00
Alexey Milovidov
ee91e561c6 dbms: development [#CONV-2944]. 2012-06-25 00:59:06 +00:00
Alexey Milovidov
c53771c1f7 dbms: development [#CONV-2944]. 2012-06-25 00:51:23 +00:00
Alexey Milovidov
28b0950770 dbms: development [#CONV-2944]. 2012-06-25 00:17:19 +00:00
Alexey Milovidov
9dea897645 dbms: development [#CONV-2944]. 2012-06-24 23:35:13 +00:00
Alexey Milovidov
4b6282d5d9 dbms: development [#CONV-2944]. 2012-06-24 23:25:07 +00:00
Alexey Milovidov
f8800fdc21 dbms: development [#CONV-2944]. 2012-06-24 23:17:06 +00:00
Alexey Milovidov
e6cc5e7b56 dbms: development [#CONV-5097]. 2012-06-22 19:11:00 +00:00
Alexey Milovidov
d262bf9841 dbms: development [#CONV-5097]. 2012-06-22 19:08:57 +00:00
Alexey Milovidov
a3831cf7f1 dbms: development [#CONV-5097]. 2012-06-22 19:03:33 +00:00
Alexey Milovidov
f4bd790f0a dbms: development [#CONV-5097]. 2012-06-22 18:27:40 +00:00
Alexey Milovidov
d2087a5454 dbms: development [#CONV-5097]. 2012-06-22 18:16:47 +00:00
Alexey Milovidov
cb3b6208bb dbms: development [#CONV-5097]. 2012-06-22 17:13:03 +00:00
Alexey Milovidov
1df16f6b9d dbms: development [#CONV-5097]. 2012-06-22 17:00:59 +00:00
Alexey Milovidov
81ccb40e5e dbms: development [#CONV-5097]. 2012-06-22 16:54:51 +00:00
Alexey Milovidov
fc476bf78e dbms: development [#CONV-5097]. 2012-06-22 15:39:13 +00:00
Alexey Milovidov
b4a40177ec dbms: development [#CONV-5097]. 2012-06-21 19:51:20 +00:00
Alexey Milovidov
f6b6f488b3 dbms: development [#CONV-5097]. 2012-06-21 19:04:52 +00:00
Alexey Milovidov
b8a4f0ff47 dbms: development [#CONV-5097]. 2012-06-21 18:43:29 +00:00
Alexey Milovidov
9a7dff57eb dbms: development [#CONV-5097]. 2012-06-21 18:14:38 +00:00
Alexey Milovidov
2961d42e9d dbms: development [#CONV-2944]. 2012-06-21 16:33:00 +00:00
Alexey Milovidov
3482ab7686 dbms: lazy opening of files [#CONV-2944]. 2012-06-21 16:16:58 +00:00
Alexey Milovidov
c9f9913ef5 dbms: development [#CONV-2944]. 2012-06-20 17:54:38 +00:00
Alexey Milovidov
5921a2e891 dbms: development [#CONV-2944]. 2012-06-19 23:02:27 +00:00
Alexey Milovidov
318bd06229 dbms: development [#CONV-2944]. 2012-06-19 22:46:02 +00:00
Alexey Milovidov
74dfc96c42 dbms: development [#CONV-2944]. 2012-06-18 07:49:19 +00:00
Alexey Milovidov
4817892064 dbms: development [#CONV-2944]. 2012-06-18 06:20:23 +00:00
Alexey Milovidov
9a18d75b99 dbms: development [#CONV-2944]. 2012-06-18 06:19:13 +00:00
Alexey Milovidov
27d80e0bbc Addition to prev. revision [#CONV-2807]. 2012-06-15 19:32:25 +00:00
Alexey Milovidov
b631690c8c sqxxl: fixed errors [#CONV-2944]. 2012-06-07 20:02:41 +00:00
Alexey Milovidov
952c5f1189 sqxxl: addition to prev. revision [#CONV-2944]. 2012-06-07 18:45:06 +00:00
Alexey Milovidov
cb5d044eb5 sqxxl: added Loader, added support in DBObjects [#CONV-2944]. 2012-06-07 18:32:21 +00:00
Alexey Milovidov
048898245b dbms: development [#CONV-2944]. 2012-06-01 10:45:29 +00:00
Alexey Milovidov
0b5d5b6a52 dbms: development [#CONV-2944]. 2012-05-31 05:54:15 +00:00
Alexey Milovidov
5e790da370 dbms: development [#CONV-2944]. 2012-05-31 05:41:56 +00:00
Alexey Milovidov
8e5cbf8093 dbms: development [#CONV-2944]. 2012-05-31 04:49:55 +00:00
Alexey Milovidov
60df8681ce dbms: development [#CONV-2944]. 2012-05-31 01:13:15 +00:00
Alexey Milovidov
cccac5b78b dbms: development [#CONV-2944]. 2012-05-31 01:04:29 +00:00
Alexey Milovidov
9df7eca684 dbms: development [#CONV-2944]. 2012-05-31 00:53:54 +00:00
Alexey Milovidov
6ccd21f442 dbms: development [#CONV-2944]. 2012-05-31 00:47:05 +00:00
Alexey Milovidov
3fcdce8316 dbms: development [#CONV-2944]. 2012-05-31 00:33:42 +00:00
Alexey Milovidov
9c022720a4 dbms: development [#CONV-2944]. 2012-05-30 06:46:57 +00:00
Alexey Milovidov
d14b3ed4db dbms: development [#CONV-2944]. 2012-05-30 05:53:09 +00:00
Alexey Milovidov
6a01fbf8c5 dbms: development [#CONV-2944]. 2012-05-30 04:45:49 +00:00
Alexey Milovidov
c899cd3c0d dbms: development [#CONV-2944]. 2012-05-30 03:30:29 +00:00
Alexey Milovidov
f018ea4aac dbms: development [#CONV-2944]. 2012-05-30 01:38:02 +00:00
Alexey Milovidov
f4a8dad41c dbms: development [#CONV-2944]. 2012-05-28 19:57:44 +00:00
Alexey Milovidov
680936cf2a dbms: development [#CONV-2944]. 2012-05-28 19:34:55 +00:00
Alexey Milovidov
fa7a42842f dbms: development [#CONV-2944]. 2012-05-23 19:51:30 +00:00
Alexey Milovidov
039cf5ab06 dbms: development [#CONV-2944]. 2012-05-22 20:18:45 +00:00
Alexey Milovidov
03d4d2ed4b dbms: development [#CONV-2944]. 2012-05-22 20:05:43 +00:00
Alexey Milovidov
83e70d7d6f dbms: development [#CONV-2944]. 2012-05-22 20:04:33 +00:00
Alexey Milovidov
198fd2f305 dbms: development [#CONV-2944]. 2012-05-22 20:02:18 +00:00
Alexey Milovidov
115c619a70 dbms: development [#CONV-2944]. 2012-05-22 20:00:25 +00:00
Alexey Milovidov
2aa2af9950 dbms: development [#CONV-2944]. 2012-05-22 19:32:56 +00:00
Alexey Milovidov
e727d7cf90 dbms: development [#CONV-2944]. 2012-05-22 18:32:45 +00:00
Alexey Milovidov
b07f8ccd0e ███████████: fixed error [#CONV-4364]. 2012-05-22 16:47:52 +00:00
Alexey Milovidov
77c46cdcfd dbms: development [#CONV-2944]. 2012-05-21 20:38:34 +00:00
Alexey Milovidov
7b84280846 dbms: development [#CONV-2944]. 2012-05-21 06:49:05 +00:00
Alexey Milovidov
5f598c7a78 dbms: development [#CONV-2944]. 2012-05-17 19:15:53 +00:00
Alexey Milovidov
8494762c03 dbms: development [#CONV-2944]. 2012-05-16 18:37:08 +00:00
Alexey Milovidov
80c4b84726 dbms: development [#CONV-2944]. 2012-05-16 18:32:32 +00:00
Alexey Milovidov
bfcd35f897 dbms: development [#CONV-2944]. 2012-05-16 18:23:47 +00:00
Alexey Milovidov
e5f28052f8 dbms: development [#CONV-2944]. 2012-05-16 18:20:45 +00:00
Alexey Milovidov
bfb5eceea7 dbms: development [#CONV-2944]. 2012-05-16 18:03:00 +00:00
Alexey Milovidov
c89ff86132 dbms: development [#CONV-2944]. 2012-05-14 20:37:10 +00:00
Alexey Milovidov
9e1271cc76 dbms: development [#CONV-2944]. 2012-05-10 07:47:13 +00:00
Alexey Milovidov
2648faefc4 dbms: development [#CONV-2944]. 2012-05-09 16:55:56 +00:00
Alexey Milovidov
d04b2c55a9 dbms: development [#CONV-2944]. 2012-05-09 16:34:41 +00:00
Alexey Milovidov
a28fb2345d dbms: development [#CONV-2944]. 2012-05-09 15:50:42 +00:00
Alexey Milovidov
65b3d8f761 dbms: development [#CONV-2944]. 2012-05-09 15:15:45 +00:00
Alexey Milovidov
4217baebdf dbms: development [#CONV-2944]. 2012-05-09 13:12:38 +00:00
Alexey Milovidov
5056b0cfa5 dbms: development [#CONV-2944]. 2012-05-09 08:16:09 +00:00
Alexey Milovidov
b78bf0c643 dbms: development [#CONV-2944]. 2012-05-08 11:39:28 +00:00
Alexey Milovidov
6def394d5d dbms: development [#CONV-2944]. 2012-05-08 11:38:00 +00:00
Alexey Milovidov
e90a8bba54 dbms: development [#CONV-2944]. 2012-05-08 11:19:00 +00:00
Alexey Milovidov
b1815b9278 dbms: development [#CONV-2944]. 2012-05-08 05:42:05 +00:00
Alexey Milovidov
3a0524bc17 Fixed usage of LZ4 [#CONV-4767]. 2012-05-02 15:45:53 +00:00
Alexey Milovidov
8b958c4f69 ███████████: improvement [#CONV-2807]. 2012-04-14 11:45:27 +00:00
Alexey Milovidov
51bd7775e2 Using LZ4 by default [#CONV-4594]. 2012-04-14 00:18:07 +00:00
Alexey Milovidov
5a36e4bce3 DB::IO: tiny fix [#CONV-2807]. 2012-04-13 19:50:42 +00:00
Alexey Milovidov
26096423fe Maybe better exception handling [#CONV-4347]. 2012-03-30 19:56:18 +00:00
Alexey Milovidov
3a630c0d13 dbms: development [#CONV-2944]. 2012-03-26 04:17:17 +00:00
Alexey Milovidov
2d90179a99 dbms: development [#CONV-2944]. 2012-03-26 02:48:08 +00:00
Alexey Milovidov
46b8a85e83 dbms: development [#CONV-2944]. 2012-03-25 07:52:31 +00:00
Alexey Milovidov
5a3649b108 dbms: development [#CONV-2944]. 2012-03-25 03:47:13 +00:00
Alexey Milovidov
cc077a97d8 ███████████: added retries [#CONV-4389]. 2012-03-23 19:17:40 +00:00
Alexey Milovidov
4599490eb8 ███████████: better [#CONV-4347]. 2012-03-23 18:54:55 +00:00
Alexey Milovidov
633ae9abf2 ███████████: fixed error with network failures [#CONV-4364]. 2012-03-22 19:53:10 +00:00
Alexey Milovidov
1d66fd013b dbms: development [#CONV-2944]. 2012-03-19 12:57:56 +00:00
Alexey Milovidov
6dfdb8a33c Tiny modifications [#CONV-2807]. 2012-03-19 03:09:40 +00:00
Alexey Milovidov
6e83974961 dbms: development [#CONV-2944]. 2012-03-18 23:17:56 +00:00
Alexey Milovidov
92fe894931 DB/IO/WriteHelpers: fixed error with minimum negative integers [#CONV-2807]. 2012-03-18 22:07:58 +00:00
Alexey Milovidov
c46d7df132 dbms: development [#CONV-2944]. 2012-03-11 08:55:04 +00:00
Alexey Milovidov
70b8947933 dbms: development [#CONV-2944]. 2012-03-11 08:52:56 +00:00
Alexey Milovidov
d2c7aafe14 dbms: development [#CONV-2944]. 2012-03-09 15:46:52 +00:00
Alexey Milovidov
1039ea55d9 dbms: development [#CONV-2944]. 2012-03-09 06:36:29 +00:00
Alexey Milovidov
9bcf33f532 dbms: development [#CONV-2944]. 2012-03-09 05:10:34 +00:00
Alexey Milovidov
32d28c0384 dbms: development [#CONV-2944]. 2012-03-09 04:45:27 +00:00
Alexey Milovidov
c255980539 dbms: development [#CONV-2944]. 2012-03-09 03:56:12 +00:00
Alexey Milovidov
d9a68ccf2a dbms: development [#CONV-2944]. 2012-03-09 03:06:09 +00:00
Alexey Milovidov
e07d47617f dbms: development [#CONV-2944]. 2012-03-05 07:58:34 +00:00
Alexey Milovidov
8d0b847945 dbms: development [#CONV-2944]. 2012-03-05 06:04:18 +00:00
Alexey Milovidov
dcff4644fc dbms: development [#CONV-2944]. 2012-03-05 04:54:15 +00:00
Alexey Milovidov
00f23ee493 dbms: development [#CONV-2944]. 2012-03-05 04:29:16 +00:00
Alexey Milovidov
075f636bb3 dbms: development [#CONV-2944]. 2012-03-05 02:34:20 +00:00
Alexey Milovidov
7d9f303599 dbms: development [#CONV-2944]. 2012-03-05 00:09:41 +00:00
Alexey Milovidov
c90243f7fe dbms: development [#CONV-2944]. 2012-02-27 16:23:28 +00:00
Alexey Milovidov
7fc40e1847 dbms: development [#CONV-2944]. 2012-02-27 07:54:16 +00:00
Alexey Milovidov
42abc4cebd dbms: development [#CONV-2944]. 2012-02-27 06:28:20 +00:00
Alexey Milovidov
313950c6c8 Fixed with BLOBs serialization [#CONV-4191]. 2012-02-26 01:52:43 +00:00
Alexey Milovidov
51f4954d88 Removed garbage [#CONV-2807]. 2012-02-26 01:49:10 +00:00
Alexey Milovidov
16ab875bc0 Addition to prev. revision [#CONV-4191]. 2012-02-24 19:21:38 +00:00
Alexey Milovidov
e781202d46 Updated QuickLZ to 1.5.0. [#CONV-4196]. 2012-02-23 23:34:05 +00:00
Alexey Milovidov
fe9837123a DB/IO: added test [#CONV-2944]. 2012-02-23 22:38:29 +00:00
Alexey Milovidov
48f718ccc7 ███████████: fixed error; added test [#CONV-4193]. 2012-02-23 22:35:53 +00:00
Alexey Milovidov
1e52a8e281 ███████████, riod: more safe writing of files [#CONV-4163]. 2012-02-16 19:31:14 +00:00
Alexey Milovidov
145b83526c ███████████: fixed log messages [#CONV-4143]. 2012-02-16 18:17:12 +00:00
Alexey Milovidov
e8d99a6574 ███████████: added 'connection_retries' configuration parameter [#CONV-4142]. 2012-02-16 17:41:21 +00:00
Alexey Milovidov
7c950585e6 ███████████: fixed error [#CONV-4163]. 2012-02-16 17:13:55 +00:00
Alexey Milovidov
8997be7209 dbms: fixed counting in ReadBuffer [#CONV-2944]. 2012-02-09 23:49:04 +00:00
Alexey Milovidov
55f686b861 Modified test [#CONV-2807]. 2012-02-09 23:43:31 +00:00
Alexey Milovidov
6852d6446b DB/IO: fixed copyData() function [#CONV-4023]. 2012-02-02 23:44:59 +00:00
Alexey Milovidov
b5b9feb854 Don't sending last data (and renaming files) in case of exception [#CONV-4035]. 2012-02-02 23:14:08 +00:00
Alexey Milovidov
c7a0bb020f Modified test [#CONV-3939]. 2012-02-02 19:41:24 +00:00
Alexey Milovidov
f92069ce45 AsynchronousWriteBuffer: fixed error [#CONV-4035]. 2012-02-02 19:31:57 +00:00
Alexey Milovidov
4cb67314b0 RemoteWriteBuffer: fixed error [#CONV-4035]. 2012-02-02 18:25:27 +00:00
Alexey Milovidov
7211ad2602 RemoteWriteBuffer: fixed error [#CONV-4023]. 2012-02-02 17:53:18 +00:00
Alexey Milovidov
02dde6e444 RemoteWriteBuffer: getting error message from server [#CONV-4023]. 2012-02-02 17:46:48 +00:00
Alexey Milovidov
f45d0b5ea3 RemoteWriteBuffer: fixed error with incomplete data [#CONV-4045]. 2012-02-01 20:08:15 +00:00
Alexey Milovidov
635f1638e2 ███████████, CompressedDataLoaderWithBackup: fixed timeouts and failover, added tunable parameters [#CONV-4046], [#CONV-4023]. 2012-01-31 19:52:51 +00:00
Alexey Milovidov
e388d1dbf9 DB::IO: added AsynchronousWriteBuffer [#CONV-4035]. 2012-01-30 19:18:25 +00:00
Alexey Milovidov
cbd54871ea ███████████, ssqls: fixed error [#CONV-3961]. 2012-01-24 16:45:50 +00:00
Alexey Milovidov
997be7eea9 dbms: development [#CONV-2944]. 2012-01-10 22:11:51 +00:00
Alexey Milovidov
b9822b02b8 dbms: development [#CONV-2944]. 2012-01-09 19:20:48 +00:00
Alexey Milovidov
58110f5cde dbms: added LZ4 [#CONV-2944]. 2012-01-05 18:35:22 +00:00
Alexey Milovidov
5df939464a dbms: development [#CONV-2944]. 2012-01-05 10:22:02 +00:00
Alexey Milovidov
7182920cec Metrage: allowed to write from different processes [#CONV-2546]. 2011-12-30 17:57:02 +00:00
Alexey Milovidov
4fc5030f04 ███████████: development [#CONV-3833]. 2011-12-28 20:01:41 +00:00
Alexey Milovidov
65b70d10ca dbms: development [#CONV-2944]. 2011-12-26 07:07:30 +00:00
Alexey Milovidov
67b5d05034 dbms, ███████████: fixed at least one error [#CONV-2944]. 2011-12-26 02:17:33 +00:00
Alexey Milovidov
3bffaff936 dbms: development [#CONV-2944]. 2011-12-19 08:06:31 +00:00
Alexey Milovidov
db36847997 dbms: development [#CONV-2944]. 2011-12-19 07:14:00 +00:00
Alexey Milovidov
9e273e4d24 dbms: development [#CONV-2944]. 2011-12-19 07:00:15 +00:00
Alexey Milovidov
d7aa5b5fa6 dbms: development [#CONV-2944]. 2011-12-19 06:03:08 +00:00
Alexey Milovidov
321475d215 dbms: development [#CONV-2944]. 2011-12-19 04:26:27 +00:00
Alexey Milovidov
1197d447c4 dbms: development [#CONV-2944]. 2011-12-19 02:00:40 +00:00
Alexey Milovidov
67ff1a9a0a dbms: development [#CONV-2944]. 2011-12-18 23:26:27 +00:00
Alexey Milovidov
936cac151a dbms: development [#CONV-2944]. 2011-12-12 10:55:21 +00:00
Alexey Milovidov
f05cf49dc9 dbms: development [#CONV-2944]. 2011-12-12 10:07:47 +00:00
Alexey Milovidov
de292bb8bd dbms: development [#CONV-2944]. 2011-12-12 10:06:17 +00:00
Alexey Milovidov
671a2b36cb dbms: development [#CONV-2944]. 2011-12-12 10:05:35 +00:00
Alexey Milovidov
390f3b72ff dbms: development [#CONV-2944]. 2011-12-12 06:15:34 +00:00
Alexey Milovidov
f44f652c1f ███████████: addition to prev. revision [#CONV-2546]. 2011-12-12 01:06:13 +00:00
Alexey Milovidov
450be4a929 ███████████: fixed error with destructors when client closes connection without received all data [#CONV-2546]. 2011-12-12 00:38:01 +00:00
Alexey Milovidov
805b9a2f95 BLOBs: less redundant; using Read/WriteBuffers [#CONV-3722]. 2011-12-02 19:18:04 +00:00
Alexey Milovidov
18892ca839 RemoteWriteBuffer: tiny fix [#CONV-3632]. 2011-12-02 19:16:08 +00:00
Alexey Milovidov
1cde7d6ab5 blobs: fixed error [#CONV-3681]. 2011-11-29 18:53:44 +00:00
Alexey Milovidov
397bb71402 blobs: fixed error [#CONV-3681]. 2011-11-29 17:23:30 +00:00
Alexey Milovidov
b0cfa59a40 ClickMapBLOB: using DB::IO [#CONV-2807]. 2011-11-28 19:27:51 +00:00
Alexey Milovidov
44fdb6c7d1 dbms: development [#CONV-2944]. 2011-11-28 06:22:25 +00:00
Alexey Milovidov
c0a2326bf2 dbms: development [#CONV-2944]. 2011-11-28 06:12:45 +00:00
Alexey Milovidov
d6f20786b6 dbms: development [#CONV-2944]. 2011-11-28 05:51:33 +00:00
Alexey Milovidov
9c56ca4804 dbms: development [#CONV-2944]. 2011-11-28 05:48:52 +00:00
Alexey Milovidov
4f1f5b082a dbms: development [#CONV-2944]. 2011-11-28 04:05:53 +00:00
Alexey Milovidov
895939a366 DBObject: added binary IO [#CONV-3632]. 2011-11-22 17:39:13 +00:00
Alexey Milovidov
39f8091165 RemoteWriteBuffer: fixed error [#CONV-3632]. 2011-11-21 18:17:53 +00:00
Alexey Milovidov
c4f54c92ab RemoteWriteBuffer: added [#CONV-3632]. 2011-11-21 17:19:25 +00:00
Alexey Milovidov
13d2f82f1b WriteHelpers: added comment [#CONV-3632]. 2011-11-21 10:52:05 +00:00
Alexey Milovidov
9166338e0b WriteHelpers: improvement [#CONV-3632]. 2011-11-21 10:50:01 +00:00
Alexey Milovidov
b595e61c03 SSQLS: added methods to read/write in tab-separated format with ReadBuffer/WriteBuffer [#CONV-3632]. 2011-11-21 10:09:22 +00:00
Alexey Milovidov
9f100cf5e2 Addition to prev. revision [#CONV-3632]. 2011-11-18 20:23:11 +00:00
Alexey Milovidov
6c6eb83fa3 Added RemoteReadBuffer [#CONV-3632]. 2011-11-18 20:17:27 +00:00
Alexey Milovidov
306a37c4b6 dbms: development [#CONV-2944]. 2011-11-07 04:51:37 +00:00
Alexey Milovidov
e660340170 dbms: development [#CONV-2944]. 2011-11-07 02:10:34 +00:00
Alexey Milovidov
561e3b427d dbms: development [#CONV-2944]. 2011-11-07 01:15:37 +00:00
Alexey Milovidov
f93ff072ea dbms: development [#CONV-2944]. 2011-11-06 22:00:39 +00:00
Alexey Milovidov
58b98f6bd1 dbms: development [#CONV-2944]. 2011-11-06 21:23:23 +00:00
Alexey Milovidov
82a82fdb66 dbms: development [#CONV-2944]. 2011-11-06 21:09:49 +00:00
Alexey Milovidov
aef03f0478 dbms: development [#CONV-2944]. 2011-11-06 20:47:07 +00:00
Alexey Milovidov
bf568aa887 dbms: development [#CONV-2944]. 2011-11-06 06:22:52 +00:00
Alexey Milovidov
7dd2114223 dbms: development [#CONV-2944]. 2011-11-06 05:01:42 +00:00
Alexey Milovidov
1f3f17a5e5 dbms: development [#CONV-2944]. 2011-11-06 04:21:09 +00:00
Alexey Milovidov
c0c2ca630d dbms: development [#CONV-2944]. 2011-11-06 02:29:13 +00:00
Alexey Milovidov
2b8f400b67 dbms: development [#CONV-2944]. 2011-11-06 01:25:05 +00:00
Alexey Milovidov
e532246802 dbms: development [#CONV-2944]. 2011-11-06 00:59:37 +00:00
Alexey Milovidov
d51ae544fc dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
Alexey Milovidov
1d6b53f9c7 dbms: development [#CONV-2944]. 2011-11-03 20:31:02 +00:00
Alexey Milovidov
a5c139c325 dbms: development [#CONV-2944]. 2011-11-03 20:30:12 +00:00
Alexey Milovidov
d9e921a127 dbms: development [#CONV-2944]. 2011-11-01 17:57:37 +00:00
Alexey Milovidov
859a86b382 dbms: development [#CONV-2944]. 2011-11-01 17:12:11 +00:00
Alexey Milovidov
5bc7288e0d dbms: development [#CONV-2944]. 2011-11-01 15:38:01 +00:00
Alexey Milovidov
26c9af828e dbms: development [#CONV-2944]. 2011-11-01 15:16:04 +00:00
Alexey Milovidov
67b02812f6 dbms: development. 2011-10-31 17:55:06 +00:00
Alexey Milovidov
169ef6bf2e dbms: development [#CONV-2944]. 2011-10-31 17:30:44 +00:00
Alexey Milovidov
b1b0d3836a dbms: development [#CONV-2944]. 2011-10-31 06:37:12 +00:00
Alexey Milovidov
69ce664c9c dbms: development [#CONV-2944]. 2011-10-30 11:30:52 +00:00
Alexey Milovidov
bdf0aee3c6 dbms: development [#CONV-2944]. 2011-10-30 05:19:41 +00:00
Alexey Milovidov
f2362b177f Improvement after prev. revision [#CONV-3467]. 2011-10-24 19:03:38 +00:00
Alexey Milovidov
1ce1e53ed9 dbms: development [#CONV-2944]. 2011-10-24 12:10:59 +00:00
Alexey Milovidov
55823163ab TimeZones: development [#CONV-357]. 2011-10-17 19:32:54 +00:00
Alexey Milovidov
fb483b8c96 TimeZones: development [#CONV-357]. 2011-10-17 17:30:36 +00:00
Alexey Milovidov
db4ad9135e dbms: development [#CONV-2944]. 2011-10-17 08:28:39 +00:00
Alexey Milovidov
05bac9a719 dbms: development [#CONV-2944]. 2011-10-17 02:43:02 +00:00
Alexey Milovidov
726268f0a2 dbms: development [#CONV-2944]. 2011-10-16 07:11:36 +00:00
Alexey Milovidov
8ac4e54b4c dbms: development [#CONV-2944]. 2011-10-16 04:17:41 +00:00
Alexey Milovidov
dea69c69c4 dbms: development [#CONV-2944]. 2011-10-16 03:05:15 +00:00
Alexey Milovidov
61e080f7b3 dbms: development [#CONV-2944]. 2011-10-16 01:57:10 +00:00
Alexey Milovidov
3843ff4078 dbms: development [#CONV-2944]. 2011-10-15 23:40:56 +00:00
Alexey Milovidov
fa5d9aac76 dbms: development [#CONV-2944]. 2011-10-10 12:26:26 +00:00
Alexey Milovidov
71a4679831 dbms: development [#CONV-2944]. 2011-10-10 10:05:39 +00:00
Alexey Milovidov
0aa5f24113 dbms: development [#CONV-2944]. 2011-10-10 06:10:49 +00:00
Alexey Milovidov
bd81f47c67 dbms: development [#CONV-2944]. 2011-10-03 06:22:37 +00:00
Alexey Milovidov
01324e9453 dbms: development [#CONV-2944]. 2011-10-03 05:29:11 +00:00
Alexey Milovidov
36ddb35e07 dbms: development [#CONV-2944]. 2011-10-03 04:06:34 +00:00
Alexey Milovidov
fcce7f6b81 dbms: development [#CONV-2944]. 2011-10-02 08:34:43 +00:00
Alexey Milovidov
c72e3f74c4 dbms: development [#CONV-2944]. 2011-09-28 06:56:22 +00:00
Alexey Milovidov
5ccc87b6b0 dbms: development [#CONV-2944]. 2011-09-28 05:24:38 +00:00
Alexey Milovidov
d6a6985734 dbms: development [#CONV-2944]. 2011-09-26 15:45:31 +00:00
Alexey Milovidov
6c1a9ede84 dbms: development [#CONV-2944]. 2011-09-26 15:22:25 +00:00
Alexey Milovidov
de9845ee22 dbms: development [#CONV-2944]. 2011-09-26 14:06:19 +00:00
Alexey Milovidov
cd94f5cccb dbms: development [#CONV-2944]. 2011-09-26 13:16:11 +00:00
Alexey Milovidov
191c78ede0 dbms: development [#CONV-2944]. 2011-09-26 12:50:50 +00:00
Alexey Milovidov
40430ba966 dbms: development [#CONV-2944]. 2011-09-26 11:58:35 +00:00
Alexey Milovidov
5fd8e4c12e dbms: development [#CONV-2944]. 2011-09-26 11:49:39 +00:00
Alexey Milovidov
c9d2d96d6d dbms: development [#CONV-2944]. 2011-09-26 11:40:46 +00:00
Alexey Milovidov
1df4bf414c dbms: development [#CONV-2944]. 2011-09-26 11:05:38 +00:00
Alexey Milovidov
c8a4bcbb58 dbms: development [#CONV-2944]. 2011-09-26 07:25:22 +00:00
Alexey Milovidov
4f66da4b73 dbms: development [#CONV-2944]. 2011-09-26 05:18:19 +00:00
Alexey Milovidov
edeaf8f2d2 dbms: development [#CONV-2944]. 2011-09-26 04:26:22 +00:00
Alexey Milovidov
cff1b81b34 dbms: development [#CONV-2944]. 2011-09-26 04:00:46 +00:00
Alexey Milovidov
70ff575fd9 dbms: development [#CONV-2944]. 2011-09-26 01:50:32 +00:00
Alexey Milovidov
6cccbca00a dbms: development [#CONV-2944]. 2011-09-25 06:42:59 +00:00
Alexey Milovidov
3934964e44 dbms: development [#CONV-2944]. 2011-09-25 06:21:02 +00:00
Alexey Milovidov
172b095976 dbms: development [#CONV-2944]. 2011-09-25 06:18:35 +00:00
Alexey Milovidov
a164a11d10 dbms: development [#CONV-2944]. 2011-09-25 05:29:13 +00:00
Alexey Milovidov
13d0b57ca3 dbms: development [#CONV-2944]. 2011-09-25 05:07:47 +00:00
Alexey Milovidov
b979162b00 dbms: development [#CONV-2944]. 2011-09-25 03:37:09 +00:00
Alexey Milovidov
5c8b01da3a dbms: development [#CONV-2944]. 2011-09-24 20:32:41 +00:00
Alexey Milovidov
5c7ea6af1f dbms: development [#CONV-2944]. 2011-09-19 03:40:05 +00:00
Alexey Milovidov
4164a38d79 dbms: development [#CONV-2944]. 2011-09-19 03:34:23 +00:00
Alexey Milovidov
67d99d4773 dbms: development. 2011-09-19 01:42:16 +00:00
Alexey Milovidov
99c50640e9 dbms: development [#CONV-2944]. 2011-09-05 00:52:52 +00:00
Alexey Milovidov
f3b5e278cd dbms: development [#CONV-2944]. 2011-09-05 00:51:25 +00:00
Alexey Milovidov
d9aced1d0a dbms: development [#CONV-2944]. 2011-09-05 00:32:22 +00:00
Alexey Milovidov
c65e913754 dbms: development [#CONV-2944]. 2011-09-04 21:23:19 +00:00
Alexey Milovidov
2215bc9626 dbms: development [#CONV-2944]. 2011-09-04 05:14:52 +00:00
Alexey Milovidov
ad3ecadcf9 dbms: development [#CONV-2944]. 2011-09-04 01:42:14 +00:00
Alexey Milovidov
971c98f03a dbms: development [#CONV-2944]. 2011-09-04 00:22:19 +00:00
Alexey Milovidov
5b7f634b59 dbms: development [#CONV-2944]. 2011-08-28 08:50:27 +00:00
Alexey Milovidov
2d530f9b84 dbms: development [#CONV-2944]. 2011-08-28 08:02:11 +00:00
Alexey Milovidov
420e68e7c7 dbms: development [#CONV-2944]. 2011-08-28 05:13:24 +00:00
Alexey Milovidov
9b153918e7 dbms: development [#CONV-2944]. 2011-08-28 02:22:23 +00:00
Alexey Milovidov
a9228f798a dbms: development [#CONV-2944]. 2011-08-28 00:48:51 +00:00
Alexey Milovidov
b67b8d8b54 dbms: development [#CONV-2944]. 2011-08-28 00:31:30 +00:00
Alexey Milovidov
8fec27c1f6 dbms: development [#CONV-2944]. 2011-08-27 22:43:31 +00:00
Alexey Milovidov
557110c826 dbms: development [#CONV-2944]. 2011-08-27 04:34:29 +00:00
Alexey Milovidov
66d4adda93 dbms: development [#CONV-2944]. 2011-08-22 20:37:21 +00:00
Alexey Milovidov
87470640f1 dbms: development. 2011-08-22 20:24:45 +00:00
Alexey Milovidov
9d8ea42cec dbms: removed useless column types (Nullable, Tuple, Variant) [#CONV-2944]. 2011-08-22 19:56:51 +00:00
Alexey Milovidov
56c67c0910 dbms: development [#CONV-2944]. 2011-08-22 08:43:52 +00:00
Alexey Milovidov
dbf88adcb1 dbms: development [#CONV-2944]. 2011-08-22 01:01:01 +00:00
Alexey Milovidov
f2af972222 dbms: development [#CONV-2944]. 2011-08-21 06:52:21 +00:00
Alexey Milovidov
b1935500a8 dbms: development. 2011-08-21 03:41:37 +00:00
Alexey Milovidov
db0959a383 dbms: development [#CONV-2944]. 2011-08-20 23:56:07 +00:00
Alexey Milovidov
504f799f28 dbms: development [#CONV-2944]. 2011-08-19 20:35:21 +00:00
Alexey Milovidov
0f1655f42c dbms: development [#CONV-2944]. 2011-08-19 19:19:13 +00:00
Alexey Milovidov
ba52b98e0a dbms: development. 2011-08-19 19:18:15 +00:00
Alexey Milovidov
c972f291cb dbms: development [#CONV-2944]. 2011-08-19 18:31:14 +00:00
Alexey Milovidov
10861629ba dbms: development. 2011-08-18 20:38:01 +00:00
Alexey Milovidov
492cb89aa9 dbms: development [#CONV-2944]. 2011-08-18 20:33:20 +00:00
Alexey Milovidov
bf1e7e85f0 dbms: development [#CONV-2944]. 2011-08-18 18:48:00 +00:00
Alexey Milovidov
c2c98e01b7 dbms: added missing files [#CONV-2944]. 2011-08-15 21:50:08 +00:00
Alexey Milovidov
476e8446e6 dbms: development [#CONV-2944]. 2011-08-15 02:24:44 +00:00
Alexey Milovidov
624b31602c dbms: development [#CONV-2944]. 2011-08-15 01:12:57 +00:00
Alexey Milovidov
b644b610bb dbms: development [#CONV-2944]. 2011-08-15 01:05:18 +00:00
Alexey Milovidov
dbe5dda339 dbms: development [#CONV-2944]. 2011-08-15 00:55:43 +00:00
Alexey Milovidov
47453e759f dbms: development [#CONV-2944]. 2011-08-14 01:11:33 +00:00
Alexey Milovidov
987784ed80 dbms: development [#CONV-2944]. 2011-08-14 00:49:30 +00:00
Alexey Milovidov
b2a826727e dbms: development [#CONV-2944]. 2011-08-13 23:03:07 +00:00
Alexey Milovidov
e29501b7d4 dbms: development [#CONV-2944]. 2011-08-13 21:14:02 +00:00
Alexey Milovidov
532a578b7a dbms: development [#CONV-2944]. 2011-08-13 21:05:18 +00:00
Alexey Milovidov
f3c427ae63 dbms: development [#CONV-2944]. 2011-08-12 20:39:42 +00:00
Alexey Milovidov
e0ab9853d0 dbms: development [#CONV-2944]. 2011-08-12 18:30:39 +00:00
Alexey Milovidov
676246fcbe dbms: development [#CONV-2944]. 2011-08-12 18:28:48 +00:00
Alexey Milovidov
082aac3771 dbms: development [#CONV-2944]. 2011-08-12 18:27:39 +00:00
Alexey Milovidov
568a4de64c dbms: development [#CONV-2944]. 2011-08-09 19:19:25 +00:00
Alexey Milovidov
9f5cc680a4 dbms: development [#CONV-2504]. 2011-08-09 19:19:00 +00:00
Alexey Milovidov
cd7e317362 dbms: development [#CONV-2944]. 2011-08-09 17:24:17 +00:00
Alexey Milovidov
ca9ae06b48 dbms: development [#CONV-2944]. 2011-08-09 16:42:08 +00:00
Alexey Milovidov
54808431ec dbms: development [#CONV-2944]. 2011-08-09 15:57:33 +00:00
Alexey Milovidov
b3bca9c160 dbms: development. 2011-08-07 03:42:36 +00:00
Alexey Milovidov
e1dca98ecb dbms: development. 2011-08-07 02:08:22 +00:00
Alexey Milovidov
8eb6ebbbc5 stats: development [#CONV-2546]. 2011-07-04 18:22:37 +00:00
Alexey Milovidov
13a70e05fe DB: fixed error; added comments [#CONV-2546]. 2011-06-30 15:21:35 +00:00
Alexey Milovidov
40c8f1e85e DB: fixed error [#CONV-2546]. 2011-06-27 19:34:03 +00:00
Alexey Milovidov
fa8fe600f1 DB: fixed error [#CONV-2546]. 2011-06-27 19:24:33 +00:00
Alexey Milovidov
c84358c259 DB: tiny modification [#CONV-2546]. 2011-06-27 19:10:43 +00:00
Alexey Milovidov
a6ec731e4c DB: unified compressed buffers and compressed iostreams [#CONV-2546]. 2011-06-27 18:33:23 +00:00
Alexey Milovidov
ea1a7d9192 DB: IO: allowed to use not own memory piece [#CONV-2546]. 2011-06-27 18:22:14 +00:00
Alexey Milovidov
054786a2a7 dbms: IO: modification [#CONV-2546]. 2011-06-27 16:41:02 +00:00
Alexey Milovidov
123e3f8e76 dbms: IO: fixed error [#CONV-2546]. 2011-06-26 21:30:59 +00:00
Alexey Milovidov
36e74d86b3 dbms: IO: modified count() and next() methods. [#CONV-2546]. 2011-06-24 21:08:26 +00:00
Alexey Milovidov
61149dd093 dbms: tests: better output [#CONV-2546]. 2011-06-24 21:07:18 +00:00
Alexey Milovidov
739361334f dbms: added checksums in compressed data [#CONV-2546]. 2011-06-24 20:18:09 +00:00
Alexey Milovidov
f488fbbff5 dbms: removed useless copy [#CONV-2546]. 2011-06-17 21:31:41 +00:00
Alexey Milovidov
e60253110a Merge 2011-06-17 21:19:39 +00:00
Alexey Milovidov
425fc839b0 dbms: using Snappy (experimental); removed compressed iostreams [#CONV-2546]. 2011-06-17 20:44:10 +00:00
Alexey Milovidov
36517e32a2 dbms: improvement [#CONV-2546]. 2011-06-15 18:54:18 +00:00
Alexey Milovidov
236ee3303e dbms: improvement [#CONV-2546]. 2011-06-15 18:42:51 +00:00
Alexey Milovidov
7b88ae65d8 ███████████: development. 2011-06-06 20:35:58 +00:00
Alexey Milovidov
bbcc26abf4 dbms: removed tiny garbage. 2011-05-30 20:32:13 +00:00
Alexey Milovidov
43cbe1ab0d Addition to prev. revision. 2011-05-27 18:47:00 +00:00
Alexey Milovidov
b57f60393e ReadHelpers: safer. 2011-05-27 18:46:29 +00:00
Alexey Milovidov
cb45d49d11 dbms: added copyData function for Read/Write buffers. 2011-05-16 16:31:19 +00:00
Alexey Milovidov
74e423663a dbms: fixed error. 2011-05-13 19:40:56 +00:00
Alexey Milovidov
4c8f946f70 ███████████: more info. 2011-05-11 17:27:08 +00:00
Alexey Milovidov
57e0a3a25a ███████████-appender: tiny modification. 2011-05-10 17:23:29 +00:00
Alexey Milovidov
b18bedd18c DB: IO: development. 2011-05-05 19:10:17 +00:00
Alexey Milovidov
c9245b4036 Unification: removed strconvert manips, using mysqlxx manips. 2011-03-29 17:56:51 +00:00
Alexey Milovidov
50239f2c7c VarInt: added missing functions. 2011-03-22 20:36:01 +00:00
Alexey Milovidov
740df01db3 Using mysqlxx library. 2011-03-17 19:45:21 +00:00
Alexey Milovidov
614f49533e Added util var_uint. 2010-09-14 16:43:00 +00:00
Alexey Milovidov
6390f54f9f VarInt: added method getLengthOfVarInt(). 2010-07-06 18:50:24 +00:00
Alexey Milovidov
a55f64a8aa dbms: development. 2010-06-28 13:44:42 +00:00
Alexey Milovidov
9a9bdc8123 dbms: development. 2010-06-28 13:42:36 +00:00
Alexey Milovidov
ba83040cb0 dbms: development. 2010-06-25 19:55:19 +00:00
Alexey Milovidov
a3470586b9 dbms: development. 2010-06-25 16:36:13 +00:00
Alexey Milovidov
e5d9895b57 dbms: development. 2010-06-24 19:37:23 +00:00
Alexey Milovidov
8fc01e90d7 dbms: development. 2010-06-24 19:12:10 +00:00
Alexey Milovidov
1677287005 dbms: development. 2010-06-07 17:50:50 +00:00
Alexey Milovidov
f409cf1540 dbms: development. 2010-06-07 17:14:13 +00:00
Alexey Milovidov
a10879ca79 dbms: development. 2010-06-07 12:48:32 +00:00
Alexey Milovidov
75545a34e1 dbms: development. 2010-06-04 19:06:32 +00:00
Alexey Milovidov
9e053a93f3 dbms: development 2010-06-04 18:38:56 +00:00
Alexey Milovidov
6951a0b7c1 dbms: development. 2010-06-04 18:34:25 +00:00
Alexey Milovidov
167a7b19c0 dbms: development. 2010-06-04 18:32:37 +00:00
Alexey Milovidov
eea1ce1050 dbms: development. 2010-06-04 18:30:13 +00:00
Alexey Milovidov
10ed3da0d0 dbms: development. 2010-06-04 18:26:41 +00:00
Alexey Milovidov
e0f951245a dbms: development 2010-06-04 18:25:25 +00:00
Alexey Milovidov
7a360b0cd6 dbms: development. 2010-06-01 14:12:28 +00:00
Alexey Milovidov
8e0a378c90 dbms: development. 2010-06-01 13:41:51 +00:00
Alexey Milovidov
f6f252b8f2 dbms: development. 2010-06-01 13:35:09 +00:00
Alexey Milovidov
3de5e45cb2 dbms: development. 2010-05-28 19:15:51 +00:00
Alexey Milovidov
e00ee12aed dbms: development. 2010-05-28 19:13:55 +00:00
Alexey Milovidov
f0afeaf7e9 dbms: development. 2010-05-24 18:58:14 +00:00
Alexey Milovidov
abf4c94551 dbms: development. 2010-05-24 17:55:57 +00:00
Alexey Milovidov
78c982e205 dbms: development. 2010-05-24 16:52:58 +00:00
Alexey Milovidov
a4d785017c dbms: added missing file. 2010-05-21 19:53:44 +00:00
Alexey Milovidov
ec705eddef dbms: development. 2010-05-21 19:52:50 +00:00
Alexey Milovidov
b2db328d0a dbms: development. 2010-05-20 19:29:04 +00:00
Alexey Milovidov
308942f9b2 dbms: development. 2010-05-18 18:51:51 +00:00
Alexey Milovidov
82d8dd1493 dbms: development. 2010-05-18 18:00:08 +00:00
Alexey Milovidov
8b8ecec919 dbms: development. 2010-05-18 17:53:21 +00:00
Alexey Milovidov
a0a8b7fde6 dbms: fix to prev. revision. 2010-05-13 16:18:26 +00:00
Alexey Milovidov
c611490f3a dbms: added missing files. 2010-05-13 16:17:10 +00:00
Alexey Milovidov
6609ba4c1b dbms: development. 2010-05-13 16:13:38 +00:00
Alexey Milovidov
8c8fe0439f dbms: development. 2010-03-18 20:52:28 +00:00
Alexey Milovidov
fb5ca4d182 dbms: development. 2010-03-18 20:32:35 +00:00
Alexey Milovidov
6ef3ffc267 dbms: development. 2010-03-18 19:32:14 +00:00
Alexey Milovidov
90a9820e79 dbms: development. 2010-03-17 20:38:17 +00:00
Alexey Milovidov
e3d91b90f2 dbms: development. 2010-03-17 20:33:47 +00:00
Alexey Milovidov
c788fd5bcc dbms: development. 2010-03-17 20:03:06 +00:00
Alexey Milovidov
2c644482db dbms: fixed incompatibility with newer version of boost. 2010-03-16 13:54:28 +00:00
Alexey Milovidov
a39c9a9083 dbms: development. 2010-03-15 15:46:52 +00:00
Alexey Milovidov
c474d064a8 dbms: development. 2010-03-12 20:44:25 +00:00
Alexey Milovidov
f25307c662 dbms: development. 2010-03-12 18:25:35 +00:00
Alexey Milovidov
bee9f2ea55 dbms: development. 2010-03-05 17:38:01 +00:00
Alexey Milovidov
d741d53889 dbms: development. 2010-03-05 15:29:17 +00:00
Alexey Milovidov
746b7fce5e dbms: development. 2010-03-04 19:21:31 +00:00
Alexey Milovidov
148b08ff1a dbms: development. 2010-03-04 19:20:28 +00:00
Alexey Milovidov
b39fe534ac dbms: development. 2010-03-03 19:48:02 +00:00
Alexey Milovidov
110cf04c2f dbms: development. 2010-03-01 18:03:12 +00:00
Alexey Milovidov
d1016346bf DB: development. 2010-03-01 16:59:51 +00:00
Alexey Milovidov
301e578860 DB: development. 2010-03-01 16:55:47 +00:00
Alexey Milovidov
156533bb1c VarInt: fixed error with signed integer. 2010-01-21 18:47:25 +00:00
Alexey Milovidov
37d340b404 VarInt: added method getLengthOfVarUInt(). 2010-01-21 18:23:34 +00:00
Alexey Milovidov
d0c2a744fe dbms: added test. 2009-08-21 14:37:50 +00:00
Alexey Milovidov
b4cfd1b975 dbms: added compression to StorageNoKey. 2009-08-07 14:38:35 +00:00
Alexey Milovidov
e4f8762e20 dbms: Compression: fixed. 2009-08-07 14:14:06 +00:00
Alexey Milovidov
a7cf7ab36f dbms: added CompressedInputStream. 2009-08-06 19:51:41 +00:00
Alexey Milovidov
8af888b6a9 dbms: added CompressedOutputStream. 2009-08-06 19:22:37 +00:00
Alexey Milovidov
3557e46c11 dbms: development. 2009-08-06 18:03:06 +00:00
Alexey Milovidov
5d34959f46 dbms: development. 2009-08-06 17:55:20 +00:00
Alexey Milovidov
79a38c23ee dbms: reverted prev. revision. 2009-08-04 16:46:34 +00:00
Alexey Milovidov
f9bfcfa395 dbms: development. 2009-08-04 16:41:00 +00:00
Alexey Milovidov
e54544b92b dbms: development. 2009-08-04 16:16:22 +00:00
Alexey Milovidov
84592c521f dbms: development. 2009-08-04 16:15:25 +00:00
Alexey Milovidov
f71d00d6f5 dbms: development. 2009-07-29 17:34:49 +00:00
Alexey Milovidov
777299ae48 dbms: development. 2009-07-29 17:34:06 +00:00
Alexey Milovidov
eed5be3979 dbms: renamed PrimaryKey to Storage. 2009-07-27 12:41:54 +00:00
Alexey Milovidov
5330d6f96d dbms: development. 2009-07-24 18:00:22 +00:00
Alexey Milovidov
37be72412b dbms: development. 2009-07-24 16:56:06 +00:00
Alexey Milovidov
5442c79092 dbms: development. 2009-07-23 18:57:24 +00:00
Alexey Milovidov
2dbd493503 dbms: development. 2009-07-23 18:03:21 +00:00
Alexey Milovidov
c8e544b0f6 dbms: development. 2009-07-20 15:35:23 +00:00
Alexey Milovidov
ea150ca671 DBMS: development. 2009-07-17 18:08:48 +00:00