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 |
|