Alexey Milovidov
|
05f8e57777
|
Removed useless code [#METR-20000].
|
2016-05-31 00:14:53 +03:00 |
|
Alexey Milovidov
|
c2276a3654
|
Fixed build on clang [#METR-20000].
|
2016-05-30 23:54:39 +03:00 |
|
Alexey Milovidov
|
646d70a545
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 17:14:18 +03:00 |
|
Alexey Milovidov
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
86a77fbb6e
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:29:17 +03:00 |
|
Alexey Milovidov
|
bf71e2ed90
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:11:52 +03:00 |
|
Alexey Milovidov
|
b5c1280fbc
|
Changed version to 1.1 (fully compatible with 0.0) [#METR-20000].
|
2016-05-18 17:15:54 +03:00 |
|
Pavel Kartavyy
|
1f3cff5232
|
Merge
|
2016-03-03 18:21:44 +03:00 |
|
Alexey Milovidov
|
8b3afeb60d
|
Squashed commit of the following:
commit f968e7e7f0d84c89fd26dea1d541bd9f6041d7c8
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Feb 16 06:11:29 2016 +0300
Addition [#METR-2944].
commit 7524981fa7c4f22929dd5009444a0ae28500f620
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Feb 16 06:08:43 2016 +0300
Fixed error (incomplete) [#METR-2944].
commit 2f1e7bf9f46cd9ce958ade9041c00ce067940fd2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Feb 16 05:37:43 2016 +0300
Improving performance of row formats [#METR-2944].
commit 9848910f235863c9571ef1ebe0d87d4929ee283c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Feb 16 00:37:12 2016 +0300
Improving performance of text formats [#METR-2944].
commit 3aedc7fd784af962e64ffdd10ec23ac53827d8e2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Feb 16 00:18:00 2016 +0300
Improving performance of row formats [#METR-2944].
commit cb5932c2b0385604477e69c8262dc31a4bb4b23b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Feb 15 00:53:27 2016 +0300
Fixed error.
commit 42863fd4eddeef594e846c598b92877b6ff86fa6
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Feb 14 23:13:46 2016 +0300
Improving performance of row formats [#METR-2944].
commit 71c6fb19a85a79297433ceb486fdb97e551d964f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Feb 14 16:58:56 2016 +0300
Improving performance of row formats [#METR-2944].
|
2016-02-16 19:39:39 +03:00 |
|
Alexey Milovidov
|
7725b8ef8b
|
dbms: better [#METR-17973].
|
2016-02-05 05:21:18 +03:00 |
|
Alexey Milovidov
|
3519c3cea2
|
dbms: separated mysqlxx::Date and mysqlxx::DateTime [#METR-17973].
|
2016-02-03 04:17:58 +03:00 |
|
Alexey Milovidov
|
0c592b05ba
|
dbms: allowed to compile with standard library with large sizeof(std::string) [#METR-19609].
|
2016-01-14 04:43:14 +03:00 |
|
Alexey Milovidov
|
c103a4ec47
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-13 23:21:56 +03:00 |
|
Alexey Milovidov
|
e522ec23f9
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-13 05:11:40 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Andrey Mironov
|
c483485eaf
|
dbms: create a separate type for Tuple in Field [#METR-19265]
|
2015-12-25 15:06:17 +03:00 |
|
Alexey Milovidov
|
9c4db62704
|
dbms: addition to prev. revision [#METR-16779].
|
2015-12-13 15:39:06 +03:00 |
|
Alexey Milovidov
|
42480c31ef
|
dbms: preparation [#METR-16212].
|
2015-12-13 11:51:28 +03:00 |
|
Alexey Milovidov
|
cc75d4603b
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-29 16:18:12 +03:00 |
|
Alexey Milovidov
|
d9bc972a59
|
dbms: allowed to use index if column is wrapped by piecewise-monotonic functions: initial implementation [#METR-19052].
|
2015-11-29 11:06:29 +03:00 |
|
Alexey Milovidov
|
2d00e5d84f
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
|
Alexey Milovidov
|
09dd253636
|
dbms: added support for SAMPLE ... OFFSET [#METR-18847].
|
2015-11-19 00:37:28 +03:00 |
|
Alexey Arno
|
2660fbaa21
|
dbms: Server: merged branch METR-16213 into master
|
2015-10-20 17:59:29 +03:00 |
|
Alexey Arno
|
5f17c9d55d
|
Merge
|
2015-10-12 17:53:16 +03:00 |
|
Alexey Milovidov
|
bb283e6602
|
dbms: added support for different numeric types in function has [#METR-18382].
|
2015-10-12 10:05:54 +03:00 |
|
Andrey Mironov
|
8e4f30fff0
|
dbms: MongoDB dictionary source draft (actually it works, but there are some improvements to be made) [#METR-17854]
|
2015-10-09 17:51:31 +03:00 |
|
Alexey Milovidov
|
918422ad48
|
Moved files [#METR-17973].
|
2015-10-05 04:35:28 +03:00 |
|
Alexey Milovidov
|
7f6bc50055
|
Moved files [#METR-17973].
|
2015-10-05 04:31:57 +03:00 |
|
Alexey Milovidov
|
feec229066
|
Moved files [#METR-17973].
|
2015-10-05 04:26:43 +03:00 |
|
Alexey Milovidov
|
6546fa7dbd
|
dbms: fixed build [#METR-17573].
|
2015-10-04 06:44:58 +03:00 |
|
Alexey Milovidov
|
f356545bbe
|
dbms: allowed DROP/DETACH partition on non-leader [#METR-17573].
|
2015-10-03 00:28:19 +03:00 |
|
Alexey Arno
|
ddf5996c44
|
Merge
|
2015-10-01 18:10:41 +03:00 |
|
Alexey Milovidov
|
1f6def094f
|
dbms: fixed build [#METR-18202].
|
2015-09-29 22:19:54 +03:00 |
|
Alexey Milovidov
|
093a8b12a7
|
dbms: added 'max_network_bytes' setting [#METR-18186].
|
2015-09-25 15:52:47 +03:00 |
|
Alexey Milovidov
|
6571769d3b
|
dbms: added setting 'select_sequential_consistency' [#METR-16779].
|
2015-09-20 14:54:58 +03:00 |
|
Alexey Arno
|
1cae6e8b54
|
Merge
|
2015-09-18 16:36:10 +03:00 |
|
Alexey Milovidov
|
10b86afd3c
|
dbms: saving create time for log entries in ZK [#METR-18085].
|
2015-09-18 00:30:43 +03:00 |
|
Alexey Milovidov
|
5b68045461
|
dbms: removed limit for at least two elements in tuple [#METR-18020].
|
2015-09-11 23:27:01 +03:00 |
|
Alexey Milovidov
|
d53f173478
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-11 05:13:59 +03:00 |
|
Alexey Milovidov
|
3b6ef8b28c
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-11 00:32:33 +03:00 |
|
Alexey Milovidov
|
9f38f15294
|
dbms: pull scheme for GLOBAL subqueries: development [#METR-17758].
|
2015-09-05 00:39:10 +03:00 |
|
Alexey Milovidov
|
69be9e7dd0
|
dbms: increased default limit on query size [#METRIKASUPP-5557].
|
2015-09-03 21:48:41 +03:00 |
|
Alexey Milovidov
|
469b409ba0
|
dbms: added storage StripeLog (incomplete) [#METR-17716].
|
2015-08-16 10:01:41 +03:00 |
|
Alexey Milovidov
|
dea3c8b8a4
|
dbms: external dictionaries: fixed bunch of errors; added optional parameter 'dont_check_update_time' for MySQL dictionary source [#METR-17508].
|
2015-08-12 06:57:32 +03:00 |
|
Alexey Milovidov
|
f39ad593f5
|
dbms: added optional property 'require_nonempty' for external dictionaries [#METR-17508].
|
2015-08-12 00:32:27 +03:00 |
|
Alexey Arno
|
b3bcc4f668
|
dbms: Server: Various optimizations. [#METR-17276]
|
2015-07-24 19:46:00 +03:00 |
|
Alexey Milovidov
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
efdc07a1da
|
Merge
|
2015-07-16 21:13:58 +03:00 |
|
Alexey Milovidov
|
3072d69739
|
dbms: probably faster (needs testing) [#METR-2944].
|
2015-07-14 00:28:19 +03:00 |
|
Alexey Milovidov
|
b5fd5fe490
|
dbms: QueryLog: development (incomplete) [#METR-16946].
|
2015-06-30 00:35:35 +03:00 |
|