Commit Graph

583 Commits

Author SHA1 Message Date
Michael Kolupaev
137c0c1b5a clickhouse: fixed build [#CONV-7444]. 2013-05-28 12:05:47 +00:00
Michael Kolupaev
fa4d2dd10b clickhouse: ExpressionAnalyzer: development, fixed build [#CONV-7444]. 2013-05-28 11:54:37 +00:00
Michael Kolupaev
0ecebb645d Expression replacement: development [#CONV-7444]. 2013-05-27 14:02:55 +00:00
Michael Kolupaev
796df96cbc clickhouse: Expression refactoring: development [#CONV-7444]. 2013-05-24 10:49:19 +00:00
Vyacheslav Alipov
8501644704 works with client now [#CONV-7549] 2013-05-22 14:57:43 +00:00
Vyacheslav Alipov
70a13e3812 works with HTTP requests [#CONV-7549] 2013-05-20 12:21:51 +00:00
Vyacheslav Alipov
20e4583662 typo in error messages [#CONV-2807] 2013-05-17 08:02:34 +00:00
Vyacheslav Alipov
54efc39223 fixed 'Different expressions with the same alias' exception [#CONV-6778] 2013-05-08 11:14:54 +00:00
Vyacheslav Alipov
755031efc6 performing sign rewrite from distributed table too [#CONV-6778] 2013-05-08 10:30:29 +00:00
Vyacheslav Alipov
066f9ffa7c rolled back to revision 31455 [#CONV-6778] 2013-05-08 09:58:31 +00:00
Vyacheslav Alipov
897f03017e fixed substitution launch condition [#CONV-6778] 2013-05-07 13:42:48 +00:00
Vyacheslav Alipov
c2d5749128 preserving original column names for distributed queries [#CONV-6778] 2013-05-07 10:30:52 +00:00
Alexey Milovidov
4d19d33441 dbms: fixed error after adding 'WITH TOTALS' modifier [#CONV-7489]. 2013-05-06 11:45:28 +00:00
Alexey Milovidov
66d0ae7b24 dbms: added whitespace [#CONV-2944]. 2013-05-06 11:40:54 +00:00
Alexey Milovidov
48c6b9f486 dbms: probably fixed error [#CONV-2944]. 2013-05-06 11:28:45 +00:00
Michael Kolupaev
3330c4e4dc clickhouse: fixed Expression throwing exception on invalid table in select query [#CONV-6778]. 2013-05-06 10:31:35 +00:00
Alexey Milovidov
d38fd54295 dbms: fixed cyclic references (leak) [#CONV-2944]. 2013-05-05 20:07:11 +00:00
Alexey Milovidov
b9f3e8c753 dbms: addition to prev. revisions [#CONV-2944]. 2013-05-05 15:34:45 +00:00
Alexey Milovidov
28c9579a5f Separated ColumnString from ColumnArray and ColumnFixedString from ColumnFixedArray; removed ColumnFixedArray [#CONV-2944]. 2013-05-05 15:25:25 +00:00
Alexey Milovidov
15b0ef253c dbms: added WITH TOTALS modifier for GROUP BY [#CONV-2944]. 2013-05-04 15:46:50 +00:00
Alexey Milovidov
ce4161b4e0 dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
Alexey Milovidov
cefc1fcc67 dbms: addition to prev. revision [#CONV-2944]. 2013-05-03 10:34:36 +00:00
Alexey Milovidov
85664affbf dbms: development of multi-queries [#CONV-2944]. 2013-05-03 10:20:53 +00:00
Alexey Milovidov
d08e7cf5bc dbms: fixed error [#CONV-7486]. 2013-05-03 05:23:14 +00:00
Vyacheslav Alipov
da4454b46e preserving aliases now [#CONV-6778] 2013-04-30 12:36:39 +00:00
Vyacheslav Alipov
36e070edce sign rewrite works fine [#CONV-6778] 2013-04-30 12:08:59 +00:00
Vyacheslav Alipov
c27cc5a3e9 sign rewrite fixes, count() is working, others do not [#CONV-6778] 2013-04-29 17:25:48 +00:00
Vyacheslav Alipov
55d143e974 sign rewrite in Expression [#CONV-6778] 2013-04-29 12:40:53 +00:00
Vyacheslav Alipov
6191923acc added option: sign_rewrite [#CONV-6778] 2013-04-24 13:34:04 +00:00
Michael Kolupaev
d97d22919e Merge 2013-04-23 11:08:41 +00:00
Michael Kolupaev
62c3372d86 clickhouse: fixed an error in previous fix [#CONV-7344]. 2013-04-18 12:44:28 +00:00
Michael Kolupaev
fd8166559b clickhouse: fixed an error [#CONV-7344]. 2013-04-18 12:42:03 +00:00
Alexey Milovidov
b73bbbd7a7 dbms, sqxxl: fixed error [#CONV-7289]. 2013-04-13 00:56:07 +00:00
Alexey Milovidov
1b7a4b064c Using one file name to include sparse/dense hash (error if you use different style in one translation unit) [#CONV-7042]. 2013-04-09 19:15:52 +00:00
Michael Kolupaev
c898101f5d clickhouse: fixed nested IN ssections [#CONV-7046]. 2013-03-28 13:00:27 +00:00
Michael Kolupaev
d866ffbb91 clickhouse: slightly fixed subqueries with Distributed tables [#CONV-6822]. 2013-03-27 13:26:25 +00:00
Michael Kolupaev
164068ec35 clickhouse: slightly fixed subqueries with Distributed tables [#CONV-6822]. 2013-03-27 12:28:06 +00:00
Michael Kolupaev
887bfc695b clickhouse: slightly more verbose exception message [#CONV-6822]. 2013-03-27 12:17:33 +00:00
Michael Kolupaev
1e338dbd6d clickhouse: fixed subqueries with Distributed tables [#CONV-6822]. 2013-03-27 12:04:48 +00:00
Michael Kolupaev
d2241771bd clickhouse: fixed error when the same set is used more than once in a query [#CONV-7036]. 2013-03-27 11:32:43 +00:00
Michael Kolupaev
c638007904 clickhouse: slightly refactored [#CONV-6823]. 2013-03-25 17:41:48 +00:00
Michael Kolupaev
e80af0a15d clickhouse: fixed arrays to the left of IN [#CONV-6823]. 2013-03-25 13:37:58 +00:00
Michael Kolupaev
cc8914361f clickhouse: fixed arrays to the left of IN [#CONV-6823]. 2013-03-25 13:35:05 +00:00
Michael Kolupaev
2578c4af23 clickhouse: arrays to the left of IN [#CONV-6823]. 2013-03-25 13:02:12 +00:00
Michael Kolupaev
b017d8b476 clickhouse: adrray to the left of IN: development [#CONV-6823]. 2013-03-19 12:25:59 +00:00
Michael Kolupaev
bc8f9d550c clickhouse: fixed a crash on column number mismatch with IN section [#CONV-6823]. 2013-03-19 11:25:28 +00:00
Michael Kolupaev
7275be6ac4 Merge 2013-03-18 08:03:44 +00:00
Michael Kolupaev
103c77d636 clickhouse: undid last change that appeared to introduce deadlock [#CONV-6705]. 2013-03-14 13:22:57 +00:00
Michael Kolupaev
00e0307de1 Merge 2013-03-14 13:04:50 +00:00
Michael Kolupaev
990a634642 clickhouse: added SHOW TABLES NOT LIKE [#CONV-2944]. 2013-03-11 11:28:36 +00:00
Alexey Milovidov
aaffff4dd1 dbms: Set: fixed error with NOT IN (empty set) [#CONV-2944]. 2013-02-25 18:17:54 +00:00
Alexey Milovidov
ede8ad964c dbms: fixed error with IN [#CONV-2944]. 2013-02-22 19:07:41 +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
Alexey Milovidov
77026f581f dbms: fixed error when inserting empty data (using HTTP protocol) [#CONV-2944]. 2013-02-20 23:24:17 +00:00
Michael Kolupaev
7b14c8ac36 clickhouse: support FORMAT section in EXISTS and SHOW queries [#CONV-6767]. 2013-02-20 13:14:12 +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
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
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
f5cac625c6 Merge 2013-02-11 11:22:15 +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
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
Michael Kolupaev
9aec07070a Merge 2013-02-08 17:06:29 +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
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
Alexey Milovidov
b9bf7544dd dbms: Aggregator: more logging [#CONV-2944]. 2013-02-04 03:31:53 +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
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
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
866fde533e dbms: fixed build [#CONV-6561]. 2013-01-23 18:57:46 +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
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
e3a03bf878 dbms: improved performance of HashMap and HashSet [#CONV-2944]. 2013-01-20 23:47:23 +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
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
e7093907ef dbms: improved performance of aggregation [#CONV-2944]. 2013-01-08 19:41:22 +00:00
Alexey Milovidov
865130d3b6 dbms: improved performance (less copies of fields) [#CONV-2944]. 2013-01-07 06:47:15 +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
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
7b3f533ecd Using own Field class instead of boost::variant (experimental) [#CONV-2944]. 2013-01-05 20:03:19 +00:00
Alexey Milovidov
24df661bdd dbms: development of limits [#CONV-2944]. 2012-12-26 20:29:28 +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
44014d8530 dbms: added functions based on dictionaries [#CONV-2944]. 2012-12-21 19:48:47 +00:00
Alexey Milovidov
59e197bc88 dbms: added Dictionaries [#CONV-2944]. 2012-12-19 20:15:15 +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
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
22de09547e dbms: added EXISTS TABLE query [#CONV-2944]. 2012-12-15 03:09:04 +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
12afcb64ed Better diagnostics [#CONV-2807]. 2012-11-08 18:30:49 +00:00
Alexey Milovidov
bf34570669 dbms: fixed subqueries [#CONV-2944]. 2012-11-07 19:56:21 +00:00
Alexey Milovidov
f5419d3d5a dbms: development of connection pool with failover [#CONV-2944]. 2012-11-06 18:20:00 +00:00
Alexey Milovidov
02b95a2297 dbms: improved distributed query processing [#CONV-2944]. 2012-10-30 20:15:07 +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
e30260d9fa dbms: added parametric aggregate functions; added aggregate function 'quantile' [#CONV-2944]. 2012-10-29 02:58:52 +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
544dd9a596 dbms: probably fixed error with aggregate function serialization (incomplete) [#CONV-2944]. 2012-10-24 18:14:36 +00:00
Alexey Milovidov
c1f67a439d dbms: fixed error with filter (WHERE, HAVING) [#CONV-2944]. 2012-10-12 20:34:33 +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
8bd7825459 dbms: development [#CONV-2944]. 2012-09-27 18:27:05 +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
44aa02f806 dbms: development [#CONV-2944]. 2012-08-27 05:13:14 +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
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
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
8b2aabed53 dbms: development [#CONV-2944]. 2012-08-21 18:34:55 +00:00
Alexey Milovidov
ae75c86be3 dbms: development [#CONV-2944]. 2012-08-21 15:14:04 +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
72a6eb812d dbms: development [#CONV-2944]. 2012-08-17 19:53:11 +00:00
Alexey Milovidov
9a14f5538a dbms: development [#CONV-2944]. 2012-08-02 19:03:32 +00:00
Alexey Milovidov
061a75785b dbms: development [#CONV-2944]. 2012-08-02 17:33:31 +00:00
Alexey Milovidov
b0a8f84c14 dbms: development [#CONV-2944]. 2012-07-31 19:08:49 +00:00
Alexey Milovidov
c98f2f92ad dbms: development [#CONV-2944]. 2012-07-25 20:29:22 +00:00
Alexey Milovidov
d592cd13a3 dbms: development [#CONV-2944]. 2012-07-25 20:10:07 +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
8700cff3f3 dbms: development [#CONV-2944]. 2012-07-18 18:27:42 +00:00
Alexey Milovidov
aecb171bf4 dbms: development [#CONV-2944]. 2012-07-17 20:05:36 +00:00
Alexey Milovidov
dc79f25feb dbms: development [#CONV-2944]. 2012-07-15 23:13:08 +00:00
Alexey Milovidov
4a962d543f dbms: development [#CONV-2944]. 2012-07-12 19:49:22 +00:00
Alexey Milovidov
2c69e7eb4a dbms: development [#CONV-2944]. 2012-06-25 07:26:58 +00:00
Alexey Milovidov
480b1c832e dbms: development [#CONV-2944]. 2012-06-25 03:56:45 +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
f8800fdc21 dbms: development [#CONV-2944]. 2012-06-24 23:17:06 +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
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
048898245b dbms: development [#CONV-2944]. 2012-06-01 10:45:29 +00:00
Alexey Milovidov
5e790da370 dbms: development [#CONV-2944]. 2012-05-31 05:41:56 +00:00
Alexey Milovidov
60df8681ce dbms: development [#CONV-2944]. 2012-05-31 01:13:15 +00:00
Alexey Milovidov
3fcdce8316 dbms: development [#CONV-2944]. 2012-05-31 00:33:42 +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
039cf5ab06 dbms: development [#CONV-2944]. 2012-05-22 20:18:45 +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
9e1271cc76 dbms: development [#CONV-2944]. 2012-05-10 07:47:13 +00:00
Alexey Milovidov
4217baebdf dbms: development [#CONV-2944]. 2012-05-09 13:12:38 +00:00
Alexey Milovidov
3a630c0d13 dbms: development [#CONV-2944]. 2012-03-26 04:17:17 +00:00
Alexey Milovidov
1d66fd013b dbms: development [#CONV-2944]. 2012-03-19 12:57:56 +00:00
Alexey Milovidov
70b8947933 dbms: development [#CONV-2944]. 2012-03-11 08:52:56 +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
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
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
5df939464a dbms: development [#CONV-2944]. 2012-01-05 10:22:02 +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
f05cf49dc9 dbms: development [#CONV-2944]. 2011-12-12 10:07:47 +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
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
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
d51ae544fc dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +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
1ce1e53ed9 dbms: development [#CONV-2944]. 2011-10-24 12:10:59 +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
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
5ccc87b6b0 dbms: development [#CONV-2944]. 2011-09-28 05:24:38 +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
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
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
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
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
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
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
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
c972f291cb dbms: development [#CONV-2944]. 2011-08-19 18:31:14 +00:00
Alexey Milovidov
492cb89aa9 dbms: development [#CONV-2944]. 2011-08-18 20:33:20 +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
082aac3771 dbms: development [#CONV-2944]. 2011-08-12 18:27:39 +00:00