Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
6863e72f3d
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:15:36 +03:00 |
|
Alexey Milovidov
|
61ae4e5547
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:15:50 +03:00 |
|
Alexey Milovidov
|
bf71e2ed90
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:11:52 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|
Alexey Milovidov
|
ebcf300fd1
|
Fixed dynamic builds [#METR-20000].
|
2016-05-23 05:16:11 +03:00 |
|
Vladimir Chebotarev
|
866c8929e2
|
dbms, contrib: GCC 6 build fixes [#METR-20000]
|
2016-05-23 03:41:26 +03:00 |
|
Alexey Milovidov
|
6942819013
|
Altering primary key [#METR-21119].
|
2016-05-14 00:08:19 +03:00 |
|
Alexey Milovidov
|
65de71b5a2
|
Added table function 'shardByHash' [#METR-21287].
|
2016-05-13 06:22:16 +03:00 |
|
Alexey Milovidov
|
f73c3aeec5
|
Added 'ld' to package for dynamic builds [#METR-21210].
|
2016-05-05 22:10:28 +03:00 |
|
Alexey Milovidov
|
eea75db9fb
|
Modify primary key: development [#METR-21119].
|
2016-05-05 21:28:46 +03:00 |
|
Alexey Arno
|
286baa8611
|
Merge
|
2016-05-04 02:19:14 +03:00 |
|
Alexey Milovidov
|
c43b34d3f0
|
Added function 'indexHint' [#METR-20940].
|
2016-04-16 02:10:29 +03:00 |
|
Alexey Milovidov
|
2541cc08f1
|
Addition to prev. revision [#METR-2944].
|
2016-04-11 00:52:16 +03:00 |
|
Alexey Milovidov
|
8b346c7f43
|
Fixed build of tests [#METR-2944].
|
2016-04-11 00:50:36 +03:00 |
|
Alexey Milovidov
|
f538e81c98
|
Added 'uptime' function [#METR-20819].
|
2016-04-09 10:47:08 +03:00 |
|
Alexey Milovidov
|
5a0bf4a115
|
Merge
|
2016-04-09 02:36:45 +03:00 |
|
Alexey Milovidov
|
581f7a5e5d
|
Tiny modification [#METR-2944].
|
2016-04-09 02:36:34 +03:00 |
|
Alexey Milovidov
|
40fe3e803b
|
Fixed error with primary key and IN [#METR-20738].
|
2016-04-08 23:34:32 +03:00 |
|
Alexey Milovidov
|
1f8f6fa06a
|
Allowed concurrent CREATE TABLE IF NOT EXISTS if table exists [#METR-20704].
|
2016-04-01 20:41:13 +03:00 |
|
Alexey Arno
|
09985be3ba
|
dbms: Added more comments. Made some code more understandable. [#METR-18510]
|
2016-03-28 16:00:00 +03:00 |
|
Alexey Milovidov
|
5c2f335cc0
|
Cloud databases: development [#METR-19998].
|
2016-03-28 14:19:14 +03:00 |
|
Alexey Arno
|
32a38485e6
|
Merge
|
2016-03-25 14:48:45 +03:00 |
|
Alexey Milovidov
|
da07716547
|
Attempt to fix an error [#METR-20397].
|
2016-03-22 22:35:23 +03:00 |
|
Alexey Milovidov
|
b5e5de0427
|
Attempt to fix an error [#METR-20397].
|
2016-03-22 05:05:21 +03:00 |
|
Alexey Milovidov
|
5720d9566e
|
Little better [#METR-19997].
|
2016-03-22 04:50:19 +03:00 |
|
Alexey Milovidov
|
6414125d04
|
Don't do global locking when renaming single table [#METR-19997].
|
2016-03-22 04:33:17 +03:00 |
|
Alexey Milovidov
|
a266359ce5
|
Allowed DEFAULT columns in query_log table [#METR-20397].
|
2016-03-22 03:21:14 +03:00 |
|
Alexey Milovidov
|
ddf10dd1ac
|
Fixed NULL pointer dereference when using IN by set of tuples with some elements in out-of-range values [#METR-20341].
|
2016-03-22 03:09:08 +03:00 |
|
Alexey Milovidov
|
288fb9dcdf
|
Less wrong [#METR-19997].
|
2016-03-22 02:46:24 +03:00 |
|
Alexey Milovidov
|
7f16b70b85
|
Fixed off-by-one error in Quota [#METR-20539].
|
2016-03-22 02:20:00 +03:00 |
|
Alexey Milovidov
|
bbdd0ca4d7
|
Database engines: development [#METR-19997].
|
2016-03-21 15:57:12 +03:00 |
|
Alexey Milovidov
|
5fc44df6b5
|
Squashed commit of the following:
commit f9b478181cd49224154cc350fb57df7121842f1c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 04:06:36 2016 +0300
Database engines: development [#METR-19997].
commit f7a10a67761ccfd05f3dac32d6444920cd8d4d60
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 03:44:37 2016 +0300
Database engines: development [#METR-19997].
commit bd98a8558e98bad2bed278e5762c4e0fc66e6f38
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 00:33:59 2016 +0300
Database engines: development [#METR-19997].
commit 19712fd884c22a4e2c2b67474086dea8f44e7c7b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 00:03:11 2016 +0300
Database engines: development [#METR-19997].
commit 50274d6df7e91fcc34aab8a8c72347daa2c6512f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 23:24:57 2016 +0300
Database engines: development [#METR-19997].
commit 4a0b99b19b34e90ef8b7be2d199f6232e36ef3f7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 22:50:36 2016 +0300
Database engines: development [#METR-19997].
commit 44ff3ebba7a3e460a27a89f31ddf199dbea1d182
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 15:09:17 2016 +0300
Database engines: development [#METR-19997].
commit 137c31f3004cfd282473b6acb01cbe1b4ca2aadd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 03:26:34 2016 +0300
Database engines: development [#METR-19997].
commit aa4c0496d4afe4a691164254be2bd5600542b38a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 03:22:59 2016 +0300
Database engines: development [#METR-19997].
commit 5a94d1f0607450a2dac28a4d7df8b1393a864c23
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 01:02:40 2016 +0300
Database engines: development [#METR-19997].
commit 50fd5b52ea1141955a5dfba0dcb191f3289ac25b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 23:23:40 2016 +0300
Database engines: development [#METR-19997].
commit a333d91b058e4f56dd83a6d2878c3c2bd8efc002
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 20:29:07 2016 +0300
Database engines: development [#METR-19997].
commit f81d366e7ac8348436f2698d040f8e341743a024
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 01:30:23 2016 +0300
Database engines: development [#METR-19997].
commit d0696860c9060827896214c08d147c759ea79376
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 21:55:31 2016 +0300
Database engines: development [#METR-19997].
commit 46a168c2ada140a0e95cd8d4b9d8ba9bac855d11
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 08:00:58 2016 +0300
Database engines: development [#METR-19997].
commit 20a2bad161454225fc1b5f9b919b842fbebc3231
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 06:51:10 2016 +0300
Database engines: development [#METR-19997].
commit ca0a77fcc2a8d0b276eb3743c53551ad3fe16314
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 06:02:20 2016 +0300
Reverted erroneous modification [#METR-19997].
commit 1370bdcc4594182f6ef2b146f9afabfe1c295080
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 00:41:34 2016 +0300
Database engines: development [#METR-19997].
commit 16e72c67041cae6471509d3f0f3d4a9aa7b7dc0f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Mar 15 00:41:48 2016 +0300
Database engines: development [#METR-19997].
|
2016-03-19 04:18:49 +03:00 |
|
Alexey Arno
|
36135ddb6a
|
dbms: Code cleanup. [#METR-18510]
|
2016-03-10 18:53:20 +03:00 |
|
Alexey Arno
|
4ce2d94be7
|
dbms: Removed code that was not needed anymore since we have now a better way to check issues with connections. [#METR-18510]
|
2016-03-10 18:42:36 +03:00 |
|
Alexey Arno
|
d5d334d5b8
|
dbms: Fixed post-optimization column order. Retain aliases. [#METR-19684]
|
2016-03-10 17:24:04 +03:00 |
|
Alexey Milovidov
|
4f3e9dfc95
|
dbms: addition to prev. revision [#METR-20301].
|
2016-03-10 06:45:03 +03:00 |
|
Alexey Milovidov
|
b92b0660a7
|
dbms: fixed error [#METR-20301].
|
2016-03-10 06:08:09 +03:00 |
|
Alexey Milovidov
|
4576a90ba0
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 08:05:42 +03:00 |
|
Alexey Milovidov
|
f5247021b1
|
Fixed error [#METR-20296].
|
2016-03-05 06:17:11 +03:00 |
|
Alexey Milovidov
|
36e4bcc125
|
Better diagnostics [#METR-19808].
|
2016-03-05 05:30:20 +03:00 |
|
Alexey Milovidov
|
921000e9c5
|
dbms: fixed error [#METR-2944].
|
2016-03-05 00:26:36 +03:00 |
|
Alexey Milovidov
|
916ff9d592
|
Better diagnostics [#METR-20293].
|
2016-03-04 00:35:05 +03:00 |
|
Alexey Milovidov
|
c8d87e8a24
|
Better [#METR-18510].
|
2016-03-03 23:48:04 +03:00 |
|
Alexey Milovidov
|
0fbf3e4652
|
dbms: better [#METR-2944].
|
2016-03-03 07:12:47 +03:00 |
|
Alexey Arno
|
6232e1cf9a
|
dbms: Added stricter checkings for coordinated requests originating from shards and a more reliable cluster naming scheme. [#METR-18510]
|
2016-03-02 16:35:30 +03:00 |
|
Alexey Arno
|
6efc98d1f3
|
Merge
|
2016-03-01 20:47:53 +03:00 |
|
Alexey Milovidov
|
12363ed329
|
Added limited support for expressions in INSERT ... VALUES [#METR-20048].
|
2016-02-13 09:37:19 +03:00 |
|
Alexey Milovidov
|
bc54312472
|
Fixed minor issue with readonly setting [#METR-15268].
|
2016-02-12 06:45:26 +03:00 |
|
Pavel Kartavyy
|
eca42536d8
|
dbms: renamed Revision to ClickHouseRevision. Daemon to BaseDaemon
|
2016-02-09 20:06:50 +03:00 |
|
Alexey Milovidov
|
df1d66e51a
|
Removed sensitive data.
|
2016-02-08 00:58:58 +03:00 |
|
Alexey Milovidov
|
6c38979819
|
dbms: fixed test [#METR-2944].
|
2016-02-07 17:49:20 +03:00 |
|
Alexey Milovidov
|
563e410b72
|
Moved threadpool library to contrib [#METR-17973].
|
2016-02-05 08:07:39 +03:00 |
|
Alexey Milovidov
|
3519c3cea2
|
dbms: separated mysqlxx::Date and mysqlxx::DateTime [#METR-17973].
|
2016-02-03 04:17:58 +03:00 |
|
Alexey Arno
|
4605992fb3
|
dbms: Server: Bug fix. [#METR-19860]
|
2016-02-02 14:49:57 +03:00 |
|
Alexey Arno
|
113b592380
|
Merge
|
2016-01-28 19:06:57 +03:00 |
|
Alexey Milovidov
|
e5d4149ca4
|
Merge
|
2016-01-28 04:00:42 +03:00 |
|
Alexey Milovidov
|
67a07205b7
|
Merge
|
2016-01-28 04:00:27 +03:00 |
|
Alexey Milovidov
|
b7d3f0e4d6
|
Merge
|
2016-01-28 03:59:35 +03:00 |
|
Pavel Kartavyy
|
fec72d8e58
|
Merge
|
2016-01-27 14:37:03 +03:00 |
|
Pavel Kartavyy
|
e19e2effd6
|
build fix
|
2016-01-27 10:03:15 +03:00 |
|
Alexey Milovidov
|
5c90d7d45c
|
Merge
|
2016-01-26 05:00:25 +03:00 |
|
Alexey Milovidov
|
085dd9f90a
|
Merge
|
2016-01-26 04:56:42 +03:00 |
|
Alexey Arno
|
ae2f7c7613
|
Merge
|
2016-01-26 03:30:18 +03:00 |
|
Alexey Milovidov
|
b3e4adfb6d
|
dbms: fixed error [#METR-19758].
|
2016-01-24 09:38:10 +03:00 |
|
Alexey Milovidov
|
e720a53cf2
|
dbms: return early on WHERE 0 [#METR-19758].
|
2016-01-22 23:43:16 +03:00 |
|
Alexey Arno
|
a3ea32b985
|
Merge
|
2016-01-21 19:30:05 +03:00 |
|
Alexey Milovidov
|
0f3e163c4e
|
dbms: CurrentMetrics: development [#METR-19596].
|
2016-01-21 04:47:28 +03:00 |
|
Alexey Milovidov
|
fa8c7bec8a
|
dbms: fixed dynamic compilation [#METR-2944].
|
2016-01-20 22:51:45 +03:00 |
|
Alexey Milovidov
|
c3381e4a3f
|
dbms: fixed error [#METR-19561].
|
2016-01-19 00:33:05 +03:00 |
|
Alexey Milovidov
|
8f1df43f03
|
dbms: separated lock for zookeeper in Context [#METR-2944].
|
2016-01-17 10:53:58 +03:00 |
|
Alexey Milovidov
|
b22ce41d59
|
Removing dependency of daemon to statdaemons [#METR-17973].
|
2016-01-15 05:32:55 +03:00 |
|
Alexey Milovidov
|
e513e9808b
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-14 00:05:11 +03:00 |
|
Alexey Milovidov
|
c103a4ec47
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-13 23:21:56 +03:00 |
|
Alexey Milovidov
|
c67d973c51
|
dbms: added setting 'max_memory_usage_for_all_queries' [#METR-19561].
|
2016-01-13 06:59:24 +03:00 |
|
Alexey Milovidov
|
7b521a8c5e
|
dbms: added setting 'max_memory_usage_for_user' [#METR-19561].
|
2016-01-13 05:38:30 +03:00 |
|
Alexey Milovidov
|
54d3af930c
|
Merge
|
2016-01-13 04:06:56 +03:00 |
|
Alexey Milovidov
|
9a53bd2a3e
|
dbms: tiny fixes (tnx. orantius) [#METR-2944].
|
2016-01-13 04:02:10 +03:00 |
|
Alexey Milovidov
|
b16dc2bb5e
|
dbms: addition [#METR-2944].
|
2016-01-13 03:37:34 +03:00 |
|
Alexey Milovidov
|
ab1b725779
|
dbms: less dependencies [#METR-2944].
|
2016-01-13 03:32:59 +03:00 |
|
Alexey Milovidov
|
c062fc1ce0
|
dbms: cutting dependency [#METR-2944].
|
2016-01-12 05:21:15 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
47191fbb00
|
Additions [#METR-19593].
|
2016-01-08 03:02:33 +03:00 |
|
Alexey Milovidov
|
a419ce1052
|
Preparation to build with in-tree Poco library [#METR-19593].
|
2016-01-07 22:52:21 +03:00 |
|
Alexey Milovidov
|
a6b01ee987
|
dbms: multiple MemoryTrackers: development [#METR-19561].
|
2015-12-30 18:39:11 +03:00 |
|
Andrey Mironov
|
16912808a7
|
dbms: disallow direct comparison of Enums with Ints [#METR-19265]
|
2015-12-29 18:15:58 +03:00 |
|
Andrey Mironov
|
1506cc25c0
|
dbms: allow conversion of most types to enum (not enum to enum though)[#METR-19265]
|
2015-12-25 17:45:58 +03:00 |
|
Andrey Mironov
|
c483485eaf
|
dbms: create a separate type for Tuple in Field [#METR-19265]
|
2015-12-25 15:06:17 +03:00 |
|
Andrey Mironov
|
13f56d4465
|
dbms: use CAST internally whenever a conversion is required [#METR-19265]
|
2015-12-25 15:06:16 +03:00 |
|
Andrey Mironov
|
49236beee8
|
dbms: CAST(expression AS type ) [#METR-19265]
|
2015-12-25 15:06:16 +03:00 |
|
Alexey Milovidov
|
ce70e528e0
|
dbms: fixed error with max_subquery_depth and GLOBAL subqueries [#METR-19569].
|
2015-12-25 04:37:17 +03:00 |
|
Alexey Milovidov
|
89c64fe863
|
dbms: removed unused field [#METR-2944].
|
2015-12-24 21:35:01 +03:00 |
|
Alexey Milovidov
|
d51e03da61
|
dbms: added fault injection in memory tracker to more easily reproducing the bug [#METR-19278].
|
2015-12-23 10:39:28 +03:00 |
|
Alexey Milovidov
|
8da3abcd94
|
dbms: better [#METR-19278].
|
2015-12-23 10:35:36 +03:00 |
|
Alexey Milovidov
|
1f62bf24ee
|
dbms: more safe [#METR-19278].
|
2015-12-23 10:29:20 +03:00 |
|
Alexey Milovidov
|
691e13fe1a
|
dbms: better [#METR-19278].
|
2015-12-23 10:06:34 +03:00 |
|
Alexey Milovidov
|
348f2e0e40
|
dbms: better [#METR-19278].
|
2015-12-23 10:03:50 +03:00 |
|
Alexey Milovidov
|
8afecac7e3
|
dbms: fixed error with order of destruction of arenas, if exception was thrown while merging [#METR-19278].
|
2015-12-23 09:48:05 +03:00 |
|
Alexey Milovidov
|
c2d231dc75
|
dbms: fixed another error [#METR-19278].
|
2015-12-23 08:06:32 +03:00 |
|
Andrey Mironov
|
02ce1bede2
|
dbms: add support for comparing enums [#METR-19265]
|
2015-12-22 15:03:47 +03:00 |
|
Andrey Mironov
|
9d16702f84
|
dbms: unconditionally move evaluation of storage ALIASes to InterpterSelectQuery [#METR-19317]
|
2015-12-15 17:15:06 +03:00 |
|
Alexey Milovidov
|
810edc775d
|
dbms: fixed error in prev. revision [#METR-19171].
|
2015-12-13 17:29:58 +03:00 |
|
Alexey Milovidov
|
9143952e83
|
dbms: probably better [#METR-19172].
|
2015-12-13 15:02:10 +03:00 |
|
Alexey Milovidov
|
9060931654
|
dbms: probably fixed error [#METR-16212].
|
2015-12-13 12:20:13 +03:00 |
|
Alexey Milovidov
|
c150e0afd6
|
dbms: Aggregator: fixes [#METR-19371].
|
2015-12-11 04:11:59 +03:00 |
|
Alexey Milovidov
|
8a37319677
|
dbms: Aggregator: fixes [#METR-19371].
|
2015-12-11 03:34:00 +03:00 |
|
Alexey Milovidov
|
d1fc6175f3
|
dbms: added revision to query_log table [#METR-19319].
|
2015-12-09 06:30:54 +03:00 |
|
Alexey Milovidov
|
a43272c9b8
|
dbms: fixed error in memory-efficient merging of aggregated states [#METR-17000].
|
2015-12-09 05:56:18 +03:00 |
|
Alexey Milovidov
|
7560351942
|
dbms: removed old code [#METR-17000].
|
2015-12-09 05:55:35 +03:00 |
|
Alexey Milovidov
|
50d463d08b
|
dbms: fixed error [#METR-17000].
|
2015-12-08 05:01:46 +03:00 |
|
Alexey Milovidov
|
35db0d65b9
|
dbms: fixed error [#METR-19288].
|
2015-12-07 23:08:00 +03:00 |
|
Alexey Milovidov
|
0d7135fcf6
|
dbms: fixed errors [#METR-17000].
|
2015-12-06 22:42:28 +03:00 |
|
Alexey Milovidov
|
9ecd4a0fa2
|
dbms: additions [#METR-17000].
|
2015-12-06 21:55:09 +03:00 |
|
Alexey Milovidov
|
513eb33b5b
|
dbms: fixed error [#METR-17000].
|
2015-12-06 19:42:17 +03:00 |
|
Alexey Milovidov
|
7dc5661521
|
dbms: more memory efficient merging aggregated states [#METR-17000].
|
2015-12-06 19:22:01 +03:00 |
|
Alexey Milovidov
|
0ef797d9f3
|
dbms: fixed error [#METR-17000].
|
2015-12-06 17:27:09 +03:00 |
|
Alexey Milovidov
|
2b1614825e
|
dbms: improvement [#METR-17000].
|
2015-12-06 10:33:39 +03:00 |
|
Alexey Milovidov
|
7fa1a57165
|
dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000].
|
2015-12-05 10:01:18 +03:00 |
|
Alexey Milovidov
|
fa76a1a452
|
dbms: MergingAggregatedMemoryEfficientBlockInputStream: reading data in parallel [#METR-17000].
|
2015-12-05 07:20:37 +03:00 |
|
Alexey Milovidov
|
6859f2085e
|
dbms: fixed error with TOTALS [#METR-19259].
|
2015-12-04 23:33:38 +03:00 |
|
Alexey Milovidov
|
5890747c56
|
dbms: instrumenting external sort/aggregation [#METR-17000].
|
2015-12-04 00:23:21 +03:00 |
|
Alexey Milovidov
|
0ceb0280f7
|
dbms: added setting 'aggregation_memory_efficient_merge_threads' [#METR-17000].
|
2015-12-03 08:03:23 +03:00 |
|
Alexey Milovidov
|
99d7aa59b8
|
dbms: allowed to merge partial-aggregated streams memory-efficient in parallel [#METR-17000].
|
2015-12-02 01:35:48 +03:00 |
|
Alexey Milovidov
|
d76d57dda2
|
dbms: better [#METR-17000].
|
2015-12-02 00:20:14 +03:00 |
|
Alexey Milovidov
|
b04fc9bdf0
|
dbms: fixed build [#METR-17000].
|
2015-12-01 20:10:24 +03:00 |
|
Alexey Milovidov
|
8844334423
|
dbms: external aggregation: development [#METR-17000].
|
2015-12-01 19:58:15 +03:00 |
|
Alexey Milovidov
|
fe8f947a43
|
dbms: allowed external aggregation with non-parallel aggregation [#METR-17000].
|
2015-12-01 17:43:51 +03:00 |
|
Alexey Milovidov
|
02b16fce06
|
dbms: external aggregation: initial implementation [#METR-17000].
|
2015-12-01 17:09:05 +03:00 |
|
Alexey Milovidov
|
48e840a199
|
dbms: external aggregation: development [#METR-17000].
|
2015-11-30 22:57:46 +03:00 |
|
Alexey Milovidov
|
83cf1f81ec
|
dbms: Aggregator: preparation [#METR-17000].
|
2015-11-30 19:57:05 +03:00 |
|
Alexey Milovidov
|
1889600e39
|
dbms: improved performance of Aggregator in non-compiled case [#METR-2944].
|
2015-11-21 22:46:27 +03:00 |
|
Alexey Milovidov
|
8314861690
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-21 18:47:32 +03:00 |
|
Alexey Milovidov
|
2d00e5d84f
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
|
Andrey Mironov
|
0fd1fc9cdc
|
dbms: add ComplexKeyCacheDictionary, not yet complete [#METR-17328]
Requires a way of deallocating keys in memory Arena (a new type of arena, actually), MySQLDictionarySource not yet capable of requesting complex keys.
|
2015-11-16 20:49:39 +03:00 |
|
Alexey Milovidov
|
4a537fcb84
|
dbms: moved file [#METR-18778].
|
2015-11-15 09:18:43 +03:00 |
|
Alexey Milovidov
|
109eec92ff
|
dbms: fixed error with UNION ALL and subqueries in IN [#METR-18808].
|
2015-11-13 23:50:51 +03:00 |
|
Andrey Mironov
|
c0ba6bedcb
|
dbms:rename ComplexKeyDictionary to ComplexKeyHashedDictionary [#METR-17328]
|
2015-11-13 14:21:40 +03:00 |
|
Andrey Mironov
|
701bed3fae
|
dbms: add ComplexKeyDictionary, no fetching of values yet [#METR-17328]
|
2015-11-12 19:29:07 +03:00 |
|
Alexey Milovidov
|
fea8d76c77
|
dbms: fixed deadlock [#METR-18755].
|
2015-11-12 05:14:28 +03:00 |
|
Alexey Milovidov
|
d21307c535
|
dbms: fixed error with views [#METR-18748].
|
2015-11-10 23:07:38 +03:00 |
|
Alexey Milovidov
|
4b29a48124
|
dbms: fixed error [#METR-17109].
|
2015-11-09 21:45:55 +03:00 |
|
Alexey Milovidov
|
dd3ee906e2
|
dbms: fixed build [#METR-2944].
|
2015-11-09 02:27:51 +03:00 |
|
Alexey Milovidov
|
4482871274
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
|
Alexey Arno
|
29dc5f91d1
|
Merge
|
2015-11-06 20:44:01 +03:00 |
|
Alexey Arno
|
67d42f3aa8
|
dbms: Server: Bug fix. If the FROM section of a subquery does not refer to a table, the depth (as specified in the algorithm for distributed IN/JOIN subqueries processing) of this subquery must not increase. [#METR-18524]
|
2015-11-05 14:11:20 +03:00 |
|
Alexey Milovidov
|
c3a196904f
|
dbms: fixed error with ARRAY JOIN and UNION ALL [#METR-18646].
|
2015-11-05 03:42:18 +03:00 |
|
Alexey Milovidov
|
1a01606bf6
|
dbms: fixed error with GLOBAL subqueries and aliases [#METR-18650].
|
2015-11-05 01:02:52 +03:00 |
|
Alexey Milovidov
|
213a6dedbd
|
dbms: probably fixed error [#METR-18611].
|
2015-11-02 22:19:29 +03:00 |
|