Alexey Milovidov
|
9af5ce1e3b
|
Separate compilation of ProfileEvents; comments [#METR-23237].
|
2016-10-24 05:02:37 +03:00 |
|
Alexey Milovidov
|
fb5981871a
|
Avoid copying ColumnWithTypeAndName [#METR-22173].
|
2016-08-05 02:35:07 +03:00 |
|
Alexey Milovidov
|
c2929666fd
|
Fixed error [#METR-21877].
|
2016-07-07 04:57:48 +03:00 |
|
Alexey Milovidov
|
1a420a14e9
|
Squashing small blocks on INSERT (when passing blocks via TCP interface or when doing INSERT SELECT) [#METR-21877].
|
2016-07-02 00:02:13 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
61ae4e5547
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:15:50 +03:00 |
|
Alexey Milovidov
|
4576a90ba0
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 08:05:42 +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
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
e3b5bc0ea6
|
dbms: fixed segfault when using INSERT SELECT or CREATE AS SELECT with extremes=1 or WITH TOTALS [#METR-17491].
|
2015-07-27 18:51:37 +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
|
0984363b9c
|
dbms: removed passing DataTypeFactory everywhere [#METR-16545].
|
2015-05-28 06:49:28 +03:00 |
|
Alexey Milovidov
|
114b3de689
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
|
Alexey Milovidov
|
2161eb4c0c
|
dbms: addition to prev. revision [#METR-15913].
|
2015-04-10 03:57:42 +03:00 |
|
Alexey Milovidov
|
eaa412df2b
|
dbms: added setting 'strict_insert_defaults' (incomplete) [#METR-15913].
|
2015-04-10 03:43:08 +03:00 |
|
Alexey Milovidov
|
fed642cd7c
|
dbms: added StorageSet [#METR-2944].
|
2015-01-27 03:52:03 +03:00 |
|
Andrey Mironov
|
731be3e7cf
|
Merge
|
2014-11-12 13:37:47 +03:00 |
|
Alexey Milovidov
|
a58104c818
|
dbms: showing progress for INSERT SELECT query [#METR-13612].
|
2014-11-09 02:52:18 +03:00 |
|
Andrey Mironov
|
43deee45c9
|
dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739]
|
2014-10-13 18:35:40 +04:00 |
|
Andrey Mironov
|
6f7997ce11
|
dbms: prohibit inserting materialized columns, support create as and similar queries. [#METR-12739]
|
2014-10-10 19:45:43 +04:00 |
|
Andrey Mironov
|
468b7af64e
|
Merge
|
2014-10-03 14:19:34 +04:00 |
|
Andrey Mironov
|
8052020218
|
add draft version of DEFAULT, MATERIALIZED/ALIAS currently parsed but not taken into account. [#METR-12739]
|
2014-09-30 07:08:47 +04:00 |
|
Alexey Milovidov
|
2706a28d3b
|
dbms: fixed errors when INSERTing subset of columns through HTTP [#METR-12901].
|
2014-09-24 22:06:24 +04:00 |
|
Alexey Milovidov
|
108a7850a5
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
|
Alexey Milovidov
|
fc8aa282c0
|
dbms: lowered default block size; introduced default insert block size [#METR-11014]..
|
2014-04-30 00:22:57 +04:00 |
|
Alexey Milovidov
|
8411f2ae32
|
dbms: fixed error with INSERT more than MAX_BLOCK_SIZE via HTTP [#METR-10789].
|
2014-04-07 23:08:47 +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 |
|
Alexey Milovidov
|
fd414800d5
|
dbms: added ProfileEvents system [#METR-2944].
|
2014-01-03 08:20:13 +00:00 |
|
Pavel Kartavyy
|
788e8596de
|
dbms: improved error message
|
2013-12-18 11:19:36 +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 |
|
Sergey Fedorov
|
b6b40d4c4e
|
dbms: View and Materialized View implementation [#METR-9076]
|
2013-11-08 17:43:03 +00:00 |
|
Sergey Fedorov
|
b3ba5e4cab
|
dbms: Support columns in Insert query, bug-fix and Code Style fixes [#METR-8975]
|
2013-10-28 14:43:36 +00:00 |
|
Sergey Fedorov
|
8fd6963212
|
My latest changes.
REVIEW:new
|
2013-10-25 14:56:47 +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 |
|
Alexey Milovidov
|
061a75785b
|
dbms: development [#CONV-2944].
|
2012-08-02 17:33:31 +00:00 |
|
Alexey Milovidov
|
1d66fd013b
|
dbms: development [#CONV-2944].
|
2012-03-19 12:57:56 +00:00 |
|
Alexey Milovidov
|
70b8947933
|
dbms: development [#CONV-2944].
|
2012-03-11 08:52:56 +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
|
b9822b02b8
|
dbms: development [#CONV-2944].
|
2012-01-09 19:20:48 +00:00 |
|
Alexey Milovidov
|
bf568aa887
|
dbms: development [#CONV-2944].
|
2011-11-06 06:22:52 +00:00 |
|
Alexey Milovidov
|
69ce664c9c
|
dbms: development [#CONV-2944].
|
2011-10-30 11:30:52 +00:00 |
|