Alexey Milovidov
|
8c4abcdd43
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:42:22 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
2f1fead382
|
Merge
|
2016-05-16 21:47:34 +03:00 |
|
Alexey Milovidov
|
093f69c45d
|
Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326].
|
2016-05-16 21:43:38 +03:00 |
|
Alexey Milovidov
|
6942819013
|
Altering primary key [#METR-21119].
|
2016-05-14 00:08:19 +03:00 |
|
Alexey Milovidov
|
eea75db9fb
|
Modify primary key: development [#METR-21119].
|
2016-05-05 21:28:46 +03:00 |
|
Alexey Milovidov
|
114713a9c3
|
StorageBuffer: don't return empty blocks to read [#METR-20540].
|
2016-03-22 02:04:50 +03:00 |
|
Alexey Milovidov
|
d1aee1d615
|
Fixed error with StorageBuffer and automatic moving conditions to PREWHERE [#METR-20257].
|
2016-03-04 05:54:26 +03:00 |
|
Alexey Milovidov
|
67a07205b7
|
Merge
|
2016-01-28 04:00:27 +03:00 |
|
Alexey Milovidov
|
5c90d7d45c
|
Merge
|
2016-01-26 05:00:25 +03:00 |
|
Alexey Arno
|
a3ea32b985
|
Merge
|
2016-01-21 19:30:05 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
236f04d2dc
|
dbms: Buffer: fixed error [#METR-19371],
|
2015-12-11 05:19:32 +03:00 |
|
Alexey Milovidov
|
db8d82f13e
|
dbms: Buffer: better [#METR-19249].
|
2015-12-09 09:55:49 +03:00 |
|
Alexey Milovidov
|
e473834770
|
dbms: StorageBuffer: write correct info about block flushed [#METR-19249].
|
2015-12-09 09:16:24 +03:00 |
|
Alexey Milovidov
|
9e33ab5519
|
dbms: fixed error with StorageBuffer [#METR-19249].
|
2015-12-09 09:10:13 +03:00 |
|
Alexey Milovidov
|
6eb47b0db4
|
dbms: fixed error with StorageBuffer [#METR-19249].
|
2015-12-09 09:04:00 +03:00 |
|
Alexey Milovidov
|
a7387d9ce4
|
dbms: improvement [#METR-2944].
|
2015-11-30 23:20:37 +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 Milovidov
|
fefd3791f1
|
Moved files [#METR-17973].
|
2015-10-05 03:33:43 +03:00 |
|
Alexey Milovidov
|
c757bf9063
|
dbms: setting thread names [#METR-2944].
|
2015-09-24 21:54:21 +03:00 |
|
Alexey Milovidov
|
a26a43fcc0
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-10 23:43:42 +03:00 |
|
Alexey Milovidov
|
f46326c4e8
|
dbms: StorageBuffer: better [#METR-17889].
|
2015-09-02 20:47:29 +03:00 |
|
Alexey Milovidov
|
dab47ec36d
|
dbms: fixed error with StorageBuffer [#METR-17889].
|
2015-09-02 00:48:38 +03:00 |
|
Alexey Milovidov
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
0719320758
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
|
Alexey Milovidov
|
18a8e1f0ca
|
dbms: StorageBuffer: added missing support for defaults [#METR-16722].
|
2015-06-09 22:43:06 +03:00 |
|
Alexey Milovidov
|
c94bd2fc09
|
dbms: removed useless code [#METR-16739].
|
2015-06-08 23:22:02 +03:00 |
|
Alexey Milovidov
|
2b762c7aa9
|
dbms: fixed error with StorageBuffer when destination table doesn't exist [#METR-16352].
|
2015-05-18 23:28:40 +03:00 |
|
Alexey Arno
|
96f33e9238
|
dbms: Server: Code cleanups. [#METR-15090]
|
2015-04-14 17:58:59 +03:00 |
|
Alexey Arno
|
d35e4d0e4d
|
dbms: Server: Code cleanups. [#METR-15090]
|
2015-04-14 16:44:38 +03:00 |
|
Alexey Arno
|
c7ab47d84d
|
dbms: Server: min_bytes_to_use_direct_io = 0 means no AIO; various cleanups. [#METR-15090]
|
2015-04-10 20:09:16 +03:00 |
|
Alexey Arno
|
5cd9ed0582
|
dbms: Server: Added support for the client-side parameter min_bytes_to_use_direct_io in OPTIMIZE. [#METR-15090]
|
2015-04-10 18:31:51 +03:00 |
|
Alexey Milovidov
|
df2ccb311c
|
dbms: report error when Buffer table refers to itself [#METR-15167].
|
2015-02-27 23:39:34 +03:00 |
|
Alexey Milovidov
|
ad2392ee7d
|
dbms: fixed error with StorageBuffer [#METR-15105].
|
2015-02-13 23:37:30 +03:00 |
|
Alexey Milovidov
|
1685b293f7
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
|
Andrey Mironov
|
3ebfd2fb7f
|
dbms: pass proper context into Storage::read(). [#METR-14179]
This reverts commit 34b3f738a67432b44f6f69238dd1529535984d1a.
|
2014-12-17 17:19:07 +03:00 |
|
Andrey Mironov
|
49e322a045
|
Revert "dbms: pass proper context into Storage::read(). [#METR-14179]"
This reverts commit c0800b74a6fa338d29a65111599aa1fe71b67201.
|
2014-12-16 19:22:57 +03:00 |
|
Andrey Mironov
|
fc9472ba47
|
dbms: pass proper context into Storage::read(). [#METR-14179]
|
2014-12-16 15:40:25 +03:00 |
|
Andrey Mironov
|
fa3d9226b3
|
dbms: fix forced flush in StorageBuffer
|
2014-12-03 16:28:17 +03:00 |
|
Andrey Mironov
|
274e0a80a7
|
dbms: less overhead and indirection in StorageBuffer
|
2014-12-03 16:01:39 +03:00 |
|
Andrey Mironov
|
731be3e7cf
|
Merge
|
2014-11-12 13:37:47 +03:00 |
|
Alexey Milovidov
|
5d21d75e85
|
dbms: addition to prev. revision [#METR-13297].
|
2014-10-27 07:50:38 +03:00 |
|
Alexey Milovidov
|
e063ccc180
|
dbms: StorageBuffer: additions [#METR-13297].
|
2014-10-27 07:18:13 +03:00 |
|
Alexey Milovidov
|
5cf02c4cc1
|
dbms: addition to prev. revision [#METR-13297].
|
2014-10-26 03:21:06 +03:00 |
|
Alexey Milovidov
|
13f825a7e5
|
dbms: StorageBuffer: fixed error [#METR-13297].
|
2014-10-26 03:12:39 +03:00 |
|
Alexey Milovidov
|
2d5192c4a0
|
dbms: StorageBuffer: development [#METR-13297].
|
2014-10-26 03:01:36 +03:00 |
|