Commit Graph

589 Commits

Author SHA1 Message Date
Michael Kolupaev
7d5429655a Merge 2014-04-07 23:10:14 +04:00
Alexey Milovidov
a3efebda9d dbms: addition to prev. revision [#METR-10500]. 2014-04-07 04:09:19 +04:00
Alexey Milovidov
763f354b3d dbms: probably lowered latency of global distributed queries [#METR-10500]. 2014-04-07 04:00:23 +04:00
Alexey Milovidov
6f12e7f372 dbms: preparation [#METR-10500]. 2014-04-07 03:36:39 +04:00
Alexey Milovidov
312feedecb dbms: removed virtual columns from StorageDistributed [#METR-9172]. 2014-04-07 01:59:27 +04:00
Michael Kolupaev
4a45c7c089 Merge 2014-04-04 21:20:45 +04:00
Michael Kolupaev
d42352149d dbms: DISTINCT before ORDER BY. [#METR-9627] 2014-03-28 20:08:48 +04:00
Sergey Fedorov
a4d4990860 dbms: fixed problem with sending empty tables, few more fixes [METR-10071] 2014-03-27 16:06:45 +04:00
Sergey Fedorov
003c7b30cd dbms: fixes and more comments on 'Global in' and external tables behavior [METR-10071] 2014-03-27 16:06:45 +04:00
Sergey Fedorov
6f85a12692 dbms: fixed variable names, temporary tables are now external tables, in distributed query external table now always will be send to remote servers [METR-10071] 2014-03-27 16:06:45 +04:00
Michael Kolupaev
e10125a052 Using IStorage locks properly in most places. Got rid of StoragePtr and DatabaseDropper. Drops are now synchronous. [#METR-10202] 2014-03-20 14:59:45 +04:00
Michael Kolupaev
67c563a4d3 Added locks to IStorage. Some race conditions are fixed, some are introduced, along with some possible deadlocks. [#METR-10202] 2014-03-19 14:45:13 +04:00
Michael Kolupaev
0faca75b37 Merge 2014-03-17 22:27:43 +04:00
Michael Kolupaev
ba9315d264 Merge 2014-03-14 21:03:52 +04:00
Alexey Milovidov
a4778d81cd dbms: added trivial benchmark tool [#METR-2944]. 2014-03-10 13:36:20 +04:00
Michael Kolupaev
8c48291ecb clickhouse: fixed null pointer when using WITH TOTALS without HAVING. [#METR-9365] 2014-03-07 15:19:37 +04:00
Alexey Milovidov
3dfadb76ff dbms: fixed error with TOTALS and HAVING [#METR-10346]. 2014-03-06 23:27:11 +04:00
Michael Kolupaev
d3874a1202 clickhouse: subqueries in IN update progress and can be cancelled (and added missing files). [#METR-10102] 2014-03-04 21:56:24 +04:00
Michael Kolupaev
73d7353f91 Fixed comments in RemoveColumnsBlockInputStream. [#METR-9750] 2014-03-03 12:29:01 +04:00
Alexey Milovidov
d1aeaedf61 dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365]. 2014-03-02 23:16:45 +04:00
Michael Kolupaev
b0f079be0d setting for totals threshold with AFTER_HAVING_AUTO. [#METR-10223] 2014-02-27 17:12:56 +04:00
Michael Kolupaev
d83ff9ceb2 clickhouse: totals modes. [#METR-9365] 2014-02-27 16:53:38 +04:00
Michael Kolupaev
04f0056b0a clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +04:00
Michael Kolupaev
647a821822 fixed comment. [#METR-2807] 2014-02-26 13:06:23 +04:00
Alexey Milovidov
9a8e77673d Revert "dbms: Addition to prev. revision [#METR-9750]."
This reverts commit 0c8a6fa068e26accb1467f980d111bfae7215911.
2014-02-23 06:43:53 +04:00
Alexey Milovidov
6a6adc4de0 dbms: Addition to prev. revision [#METR-9750]. 2014-02-23 06:41:02 +04:00
Alexey Milovidov
5c71627f44 dbms: fixed TableFunctionRemote [#METR-9750]. 2014-02-23 06:27:09 +04:00
Alexey Milovidov
8efd6ee42c dbms: sending only set/changed settings [#METR-10087]. 2014-02-17 23:56:45 +00:00
Alexey Milovidov
4cc8906d91 dbms: improvement [#METR-2944]. 2014-02-16 21:02:20 +00:00
Sergey Fedorov
a2aa16b4c1 dbms: empty query_id support [METR-8818] 2014-02-14 15:59:01 +00:00
Sergey Fedorov
b101457183 client: client with string query_id now works with old-versioned server [METR-8818] 2014-02-14 13:22:45 +00:00
Sergey Fedorov
b75fe2f6eb dbms: query Id is String valued now, show process list also shows query_id, query_id is stored in processlist, now query could be replaced [METR-8818] 2014-02-12 17:31:02 +00:00
Sergey Fedorov
45dccb01b7 storages: index on virtual columns, huge optimization in queries like select smth where _host = .. [METR-9750] 2014-02-11 17:10:48 +00:00
Sergey Fedorov
1e220376cd storages: few more comments on virtual columns, couple of code style changes [METR-9172] 2014-01-27 13:52:01 +00:00
Sergey Fedorov
f8b5613b82 storages: Virtual columns for storage distributed + few style fixes [METR-9172] 2014-01-22 14:24:05 +00:00
Sergey Fedorov
14620b3347 Merge 2014-01-22 12:50:19 +00:00
Sergey Fedorov
9cc974568e Merge 2014-01-17 15:19:20 +00:00
Sergey Fedorov
5d00bf81ea streams: adding const column, important for virtual columns [METR-9172] 2014-01-16 15:19:50 +00:00
Sergey Fedorov
91609727a8 Merge 2014-01-10 13:24:50 +00:00
Michael Kolupaev
5ac8541e2b ClickHouse: changed readSuffix calling requirements to match what RemoteBlockInputStream expects; changed some streams to meet that requirements. It fixed segfault with DISTINCT with LIMIT from Distributed table. [#METR-9598] 2013-12-27 13:22:32 +00:00
Sergey Fedorov
1a5f04d3bf Merge 2013-12-26 13:55:19 +00:00
Alexey Milovidov
dac017c03d dbms: fixed error with FINAL [#METR-9514]. 2013-12-16 07:12:30 +00:00
Alexey Milovidov
e5a6cc5436 dbms: fixed error [#METR-9007]. 2013-12-08 05:18:22 +00:00
Alexey Milovidov
ff7cd145ca Merge 2013-11-30 18:43:59 +00:00
Alexey Milovidov
629a224230 dbms: hopefully fixed error [#METR-9342]. 2013-11-29 18:44:02 +00:00
Alexey Milovidov
b3f0d43ba6 dbms: hope fixed error [#METR-9342]. 2013-11-29 15:04:07 +00:00
Michael Kolupaev
812127899d UnionBlockInputStream: fixed possible deadlock. [#METR-9007] 2013-11-29 12:25:54 +00:00
Alexey Milovidov
aa3ed8bc66 dbms: fixed race condition [#METR-9344]. 2013-11-29 08:08:43 +00:00
Michael Kolupaev
606a2ad942 ClickHouse: fixed UnionBlockInputStream freezing interactive queries in some cases. [#METR-9007] 2013-11-25 12:32:43 +00:00
Michael Kolupaev
0bc7b868a1 ClickHouse: fixed UnionBlockInputStream calling readSuffixImpl during a call to readImpl. Better invariant for IBlockInputStream::readSuffix(). [#METR-9007] 2013-11-25 10:46:25 +00:00
Sergey Fedorov
1de8ddb8df dbms: Pushing to Views fixed workflow with constant columns [#METR-9076] 2013-11-20 16:02:45 +00:00
Alexey Milovidov
0dd758d101 dbms: addition to prev. revision [#METR-9007]. 2013-11-20 01:48:23 +00:00
Alexey Milovidov
98bb9bb33e dbms: probably fixed error [#METR-9007]. 2013-11-20 01:42:24 +00:00
Sergey Fedorov
ac21314784 dbms: Couple of unimportant fixes (includes, code simplification) in View and Materialized View [#METR-9076] 2013-11-15 09:43:50 +00:00
Sergey Fedorov
13bd27c498 dbms: View and Materialized View fixes, logic updates, implementation [#METR-9076] 2013-11-13 14:39:48 +00:00
Alexey Milovidov
806fee097b dbms: fixed limits on result data with distributed query processing [#METR-9180]. 2013-11-12 23:15:09 +00:00
Sergey Fedorov
b6b40d4c4e dbms: View and Materialized View implementation [#METR-9076] 2013-11-08 17:43:03 +00:00
Alexey Milovidov
3f2ee82cdc dbms: SplittingAggregator: added support for max_rows_to_group_by [#METR-2944]. 2013-11-04 00:49:37 +00:00
Alexey Milovidov
18a8aa74f8 dbms: merged convertToBlock and finalize aggregation steps whenever possible [#METR-2944]. 2013-11-03 23:35:18 +00:00
Alexey Milovidov
9437657b7b dbms: modified Limits, Quotas, Progress, ProcessList [#METR-8459], [#METR-8894]. 2013-11-03 05:32:42 +00:00
Alexey Milovidov
a3caaef38a dbms: better exception handling [#METR-2944]. 2013-11-02 23:42:10 +00:00
Alexey Milovidov
8fd01c8d7d dbms: better comparison of floating point numbers with NaNs [#METR-9053]. 2013-11-01 20:10:43 +00:00
Alexey Milovidov
a10905163b dbms: fixed error [#METR-8975]. 2013-10-31 18:38:34 +00:00
Michael Kolupaev
bcd3a116be ClickHouse: fixed FINAL behavior with deleted visits; added test for it. [#METR-9072] 2013-10-30 09:15:41 +00:00
Michael Kolupaev
732302c263 Merge 2013-10-30 08:50:58 +00:00
Sergey Fedorov
f7a6316abd dbms: Moved addingDefault logic into the Block class [#METR-9001] 2013-10-28 16:09:42 +00:00
Sergey Fedorov
053eb9adcb dbms: Rename file, Code Style fixes, Rename class [#METR-9001] 2013-10-28 14:15:56 +00:00
Sergey Fedorov
8fd6963212 My latest changes.
REVIEW:new
2013-10-25 14:56:47 +00:00
Alexey Milovidov
da62ed8c6f Merge 2013-10-01 20:38:01 +00:00
Alexey Milovidov
2851e0abcc Merge 2013-10-01 18:09:31 +00:00
Alexey Milovidov
c8193c1618 dbms: fixed 'rows_before_limit_at_least' [#CONV-2944]. 2013-09-19 00:08:49 +00:00
Alexey Milovidov
56d95e4268 dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944]. 2013-09-16 05:44:47 +00:00
Alexey Milovidov
1aa789831b dbms: Aggregator: fixed error [#CONV-2944]. 2013-09-16 05:33:49 +00:00
Alexey Milovidov
40464a0123 dbms: added new aggregation method [#CONV-2944]. 2013-09-15 10:53:10 +00:00
Alexey Milovidov
717a3fc591 dbms: fixed MergingSortedBlockInputStreams when one of stream is empty [#CONV-2944]. 2013-09-15 03:14:29 +00:00
Alexey Milovidov
40f602ff92 dbms: improvement [#CONV-2944]. 2013-09-14 07:43:45 +00:00
Alexey Milovidov
fd4f4a9a86 dbms: fixed error [#CONV-2944]. 2013-09-14 05:14:22 +00:00
Alexey Milovidov
ca2da37d2e dbms: don't write too many messages about inconsistent data into log [#CONV-8729]. 2013-09-13 22:59:02 +00:00
Alexey Milovidov
6def419e85 dbms: development [#CONV-2944]. 2013-09-13 20:33:09 +00:00
Alexey Milovidov
706aad9e63 dbms: added expression calculation on totals [#CONV-8366]. 2013-09-08 08:27:06 +00:00
Alexey Milovidov
c69f353a17 dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
Alexey Milovidov
b872dadb52 dbms: fixed 'rows_before_limit_at_least' in case of distributed query with single server [#CONV-7549]. 2013-09-06 19:33:07 +00:00
Alexey Milovidov
c7d8723a54 dbms: sending totals as separate packet [#CONV-8366]. 2013-09-05 20:22:43 +00:00
Alexey Milovidov
d055d54380 dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
Alexey Milovidov
151506d742 dbms: added totals as separate data in JSON formats [#CONV-8366]. 2013-09-01 04:55:41 +00:00
Alexey Milovidov
81d9d1deaa dbms: don't create useless threads for small queries [#CONV-2944]. 2013-08-31 04:07:11 +00:00
Alexey Milovidov
051249122a dbms: Quota: development [#CONV-8459]. 2013-08-28 21:36:16 +00:00
Alexey Milovidov
c10d3a4bb9 dbms: Quota: development [#CONV-8459]. 2013-08-28 20:47:22 +00:00
Alexey Milovidov
08e6150fe9 SipHash: more handy [#CONV-2944]. 2013-08-28 17:13:43 +00:00
Alexey Milovidov
b74f610397 dbms: fixed error when receiving incorrect packet type [#CONV-2944]. 2013-08-04 00:42:35 +00:00
Alexey Milovidov
3e7a073fdb dbms: fixed parametric aggregate functions in distributed query processing [#CONV-8223]. 2013-07-28 03:14:03 +00:00
Alexey Milovidov
43825cdf95 dbms: improved performance of finalizing aggregate functions [#CONV-2944]. 2013-06-30 11:38:46 +00:00
Vyacheslav Alipov
60aa196a56 skipping header-block in RemoteBlockInputStream [#CONV-7906] 2013-06-24 13:38:50 +00:00
Alexey Milovidov
fe0dd1d0b2 dbms: improvement [#CONV-2944]. 2013-06-21 20:34:19 +00:00
Alexey Milovidov
acad879df8 dbms: fixed Limits for DISTINCT [#CONV-7934]. 2013-06-21 19:37:47 +00:00
Vyacheslav Alipov
c8cc523ffe getBufferSizeInBytes() return type fix [#CONV-7934] 2013-06-20 12:47:10 +00:00
Vyacheslav Alipov
7f91afaf20 limits for IN and DISTINCT [not tested] [#CONV-7934] 2013-06-20 12:12:27 +00:00
Vyacheslav Alipov
cea132c012 PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
Vyacheslav Alipov
e3a2816989 PrettyCompactMonoBlock format [#CONV-6723] 2013-06-17 12:40:44 +00:00
Michael Kolupaev
9942dcc9c8 clickhouse: removed obsolete code [#CONV-7444]. 2013-06-05 13:42:13 +00:00
Michael Kolupaev
e3ee5fdc1f clickhouse: removed Expression, fixed tests [#CONV-7444]. 2013-06-05 12:46:41 +00:00
Michael Kolupaev
7b67d22982 clickhouse: fixed [#CONV-7444]. 2013-06-03 10:43:25 +00:00
Michael Kolupaev
dd72f5b8b8 clickhouse: switched to ExpressionAnalyzer [#CONV-7444]. 2013-06-03 10:18:41 +00:00
Alexey Milovidov
941bd5541c dbms: fixed error [#CONV-7750]. 2013-06-01 18:57:04 +00:00
Alexey Milovidov
67f905dbc4 dbms: added DISTINCT [#CONV-7756]. 2013-06-01 07:43:57 +00:00
Alexey Milovidov
9848a42c82 dbms: fixed error [#CONV-7549]. 2013-05-31 17:34:30 +00:00
Alexey Milovidov
4d36ed58e0 dbms: fixed arrayJoin [#CONV-7733]. 2013-05-29 18:37:28 +00:00
Vyacheslav Alipov
f1c161842b added collation [#CONV-7651] 2013-05-28 16:56:05 +00:00
Michael Kolupaev
0ecebb645d Expression replacement: development [#CONV-7444]. 2013-05-27 14:02:55 +00:00
Vyacheslav Alipov
8501644704 works with client now [#CONV-7549] 2013-05-22 14:57:43 +00:00
Vyacheslav Alipov
24880408c7 works with HTTP [#CONV-7549] 2013-05-22 12:10:33 +00:00
Vyacheslav Alipov
70a13e3812 works with HTTP requests [#CONV-7549] 2013-05-20 12:21:51 +00:00
Vyacheslav Alipov
2ba18d9efa changed WriteBuffer to WriteBufferValidUTF8 [#CONV-7445] 2013-05-15 12:02:05 +00:00
Vyacheslav Alipov
a2b61e0d5f JSONCompactRowOutputStream [#CONV-7445] 2013-05-15 11:48:00 +00:00
Vyacheslav Alipov
8685024166 JSONRowOutputStream [#CONV-7445] 2013-05-15 11:18:58 +00:00
Vyacheslav Alipov
066f9ffa7c rolled back to revision 31455 [#CONV-6778] 2013-05-08 09:58:31 +00:00
Vyacheslav Alipov
c2d5749128 preserving original column names for distributed queries [#CONV-6778] 2013-05-07 10:30:52 +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
657deb8125 dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
Alexey Milovidov
600f4bdd0b dbms: development [#CONV-2944]. 2013-05-04 05:20:07 +00:00
Alexey Milovidov
ce4161b4e0 dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +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
Alexey Milovidov
3693481bb7 dbms: development [#CONV-2944]. 2013-05-03 02:25:50 +00:00
Michael Kolupaev
a34f86cc7b clickhouse: FINAL only returning positive rows [#CONV-7363]. 2013-04-26 13:20:42 +00:00
Michael Kolupaev
e3c0352b45 clickhouse: optimized FINAL [#CONV-7363]. 2013-04-26 12:44:45 +00:00
Michael Kolupaev
1a4df75e08 clickhouse: added missing files [#CONV-7363]. 2013-04-25 15:48:09 +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
aeb201b726 dbms: continue of improvement [#CONV-2944]. 2013-02-08 23:41:05 +00:00
Alexey Milovidov
04d9e21301 dbms: tiny improvement and more logging [#CONV-2944]. 2013-02-04 03:31:31 +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
b5937d0539 dbms: fixed out-of-sync connections [#CONV-2944]. 2013-01-28 20:32:21 +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
865130d3b6 dbms: improved performance (less copies of fields) [#CONV-2944]. 2013-01-07 06:47:15 +00:00
Alexey Milovidov
6f70407cc8 dbms: improved query cancelling speed [#CONV-2944]. 2013-01-07 01:41:06 +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
966812095f dbms: more diagnostics when reading from row-based formats [#CONV-2944]. 2012-12-29 15:41:17 +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
269b928f4f dbms: development of limits [#CONV-2944]. 2012-12-25 17:25:44 +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
8a053aba54 dbms: fixed error [#CONV-2944]. 2012-12-06 17:32:48 +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
5610f1c13c dbms: fixed error with distributed query processing [#CONV-2944]. 2012-10-30 19:17:41 +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
fa0dc68533 dbms: clearing temporary columns while executing query - improved performance (not tested) [#CONV-2944]. 2012-10-25 20:20:46 +00:00
Alexey Milovidov
b2e260fa36 dbms: development [#CONV-2944]. 2012-10-23 18:51:29 +00:00
Alexey Milovidov
a5e88d1fb5 dbms: fixed error with distributed connections [#CONV-2944]. 2012-10-22 19:55:19 +00:00
Alexey Milovidov
b907de191b dbms: development [#CONV-2944]. 2012-10-20 23:02:13 +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
5dce2f8b49 dbms: allowed to directly cancel stream; cancelling in UnionBlockInputStream [#CONV-2944]. 2012-10-17 19:55:56 +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
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
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
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
3565fe09c0 dbms: fixed error in UnionBlockInputStream [#CONV-2944]. 2012-09-24 02:05:40 +00:00
Alexey Milovidov
2f29924dda dbms: fixed error [#CONV-2944]. 2012-09-19 19:30:18 +00:00
Alexey Milovidov
bf1042c832 dbms: development [#CONV-2944]. 2012-09-12 18:18:48 +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
44aa02f806 dbms: development [#CONV-2944]. 2012-08-27 05:13:14 +00:00
Alexey Milovidov
9cd4ad0a9a dbms: development [#CONV-2944]. 2012-08-23 23:49:28 +00:00
Alexey Milovidov
eba631bc7f dbms: development [#CONV-2944]. 2012-08-22 16:30:41 +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
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
eb8d9b5a97 dbms: development [#CONV-2944]. 2012-08-08 20:12:29 +00:00
Alexey Milovidov
061a75785b dbms: development [#CONV-2944]. 2012-08-02 17:33:31 +00:00
Alexey Milovidov
4c931f147f dbms: development [#CONV-2944]. 2012-08-01 19:55:05 +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
0aedea75c6 dbms: development [#CONV-2944]. 2012-07-25 20:33:43 +00:00
Alexey Milovidov
b9cfda11ab dbms: development [#CONV-2944]. 2012-07-25 20:17:35 +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
3aef1c7706 dbms: development [#CONV-2944]. 2012-07-24 18:21:39 +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
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
7112672bca dbms: development [#CONV-2944]. 2012-06-25 02:52:51 +00:00
Alexey Milovidov
28b0950770 dbms: development [#CONV-2944]. 2012-06-25 00:17:19 +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
318bd06229 dbms: development [#CONV-2944]. 2012-06-19 22:46:02 +00:00
Alexey Milovidov
b631690c8c sqxxl: fixed errors [#CONV-2944]. 2012-06-07 20:02:41 +00:00
Alexey Milovidov
6a01fbf8c5 dbms: development [#CONV-2944]. 2012-05-30 04:45:49 +00:00
Alexey Milovidov
f018ea4aac dbms: development [#CONV-2944]. 2012-05-30 01:38:02 +00:00
Alexey Milovidov
fa7a42842f dbms: development [#CONV-2944]. 2012-05-23 19:51:30 +00:00
Alexey Milovidov
77c46cdcfd dbms: development [#CONV-2944]. 2012-05-21 20:38:34 +00:00
Alexey Milovidov
5f598c7a78 dbms: development [#CONV-2944]. 2012-05-17 19:15:53 +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
26096423fe Maybe better exception handling [#CONV-4347]. 2012-03-30 19:56:18 +00:00
Alexey Milovidov
1d66fd013b dbms: development [#CONV-2944]. 2012-03-19 12:57:56 +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
32d28c0384 dbms: development [#CONV-2944]. 2012-03-09 04:45:27 +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
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
390f3b72ff dbms: development [#CONV-2944]. 2011-12-12 06:15:34 +00:00
Alexey Milovidov
44fdb6c7d1 dbms: development [#CONV-2944]. 2011-11-28 06:22:25 +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
306a37c4b6 dbms: development [#CONV-2944]. 2011-11-07 04:51:37 +00:00
Alexey Milovidov
561e3b427d dbms: development [#CONV-2944]. 2011-11-07 01:15:37 +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
b1b0d3836a dbms: development [#CONV-2944]. 2011-10-31 06:37:12 +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
70ff575fd9 dbms: development [#CONV-2944]. 2011-09-26 01:50:32 +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
f3b5e278cd dbms: development [#CONV-2944]. 2011-09-05 00:51:25 +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
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
8fec27c1f6 dbms: development [#CONV-2944]. 2011-08-27 22:43:31 +00:00
Alexey Milovidov
66d4adda93 dbms: development [#CONV-2944]. 2011-08-22 20:37:21 +00:00
Alexey Milovidov
ba52b98e0a dbms: development. 2011-08-19 19:18:15 +00:00
Alexey Milovidov
c2c98e01b7 dbms: added missing files [#CONV-2944]. 2011-08-15 21:50:08 +00:00
Alexey Milovidov
987784ed80 dbms: development [#CONV-2944]. 2011-08-14 00:49:30 +00:00
Alexey Milovidov
9f5cc680a4 dbms: development [#CONV-2504]. 2011-08-09 19:19:00 +00:00
Alexey Milovidov
e0f951245a dbms: development 2010-06-04 18:25:25 +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
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
148b08ff1a dbms: development. 2010-03-04 19:20:28 +00:00
Alexey Milovidov
d1016346bf DB: development. 2010-03-01 16:59:51 +00:00