Alexey Milovidov
|
dcf40ef7c8
|
dbms: addition [#METR-17573].
|
2015-09-20 09:40:17 +03:00 |
|
Alexey Milovidov
|
b14bbf3928
|
Merge
|
2015-09-20 09:31:19 +03:00 |
|
Alexey Milovidov
|
227b41b0eb
|
dbms: set queue entry time when cloning replica or repairing missing or damaged parts [#METR-18085].
|
2015-09-20 08:50:15 +03:00 |
|
Alexey Milovidov
|
615181b3a6
|
dbms: added last_queue_update column to system.replicas table; clarifications [#METR-17573].
|
2015-09-20 08:21:43 +03:00 |
|
Alexey Milovidov
|
3ea789e23f
|
dbms: fixed log message [#METR-2944].
|
2015-09-19 11:19:25 +03:00 |
|
Alexey Milovidov
|
b068913aeb
|
dbms: removed bogus messages from error log; improved diagnostics; extended system.replicas table [#METR-17573].
|
2015-09-19 08:56:40 +03:00 |
|
Alexey Milovidov
|
a53f7473d3
|
dbms: removed misleading error messages about canceled merges [#METR-18087].
|
2015-09-18 09:39:39 +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
|
b0b44b1565
|
dbms: removing old queue entries: continue development [#METR-18035].
|
2015-09-17 00:12:59 +03:00 |
|
Alexey Milovidov
|
13112cc66e
|
dbms: better [#METR-18035].
|
2015-09-16 23:40:01 +03:00 |
|
Alexey Milovidov
|
cf7d220f10
|
dbms: fixed error [#METR-18035].
|
2015-09-16 23:38:50 +03:00 |
|
Alexey Milovidov
|
d829d9fe10
|
dbms: clearing impossible queue entries: development [#METR-18035].
|
2015-09-15 04:55:22 +03:00 |
|
Alexey Milovidov
|
23a11f19c7
|
dbms: clearing impossible entries from replication queue [#METR-18035].
|
2015-09-15 04:20:40 +03:00 |
|
Alexey Milovidov
|
0743a87ebd
|
dbms: clearing impossible entries from replication queue [#METR-18035].
|
2015-09-15 01:45:19 +03:00 |
|
Alexey Milovidov
|
15a6ac31f4
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-11 05:51:35 +03:00 |
|
Alexey Milovidov
|
d53f173478
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-11 05:13:59 +03:00 |
|
Alexey Milovidov
|
a26a43fcc0
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-10 23:43:42 +03:00 |
|
Alexey Milovidov
|
f1655cc62f
|
Merge
|
2015-08-18 00:09:36 +03:00 |
|
Alexey Milovidov
|
8d5cd69bb2
|
dbms: fixed exception message [#METR-2944].
|
2015-07-17 21:11:10 +03:00 |
|
Alexey Milovidov
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
791cc23dd6
|
dbms: addition to prev. revision [#METR-17305].
|
2015-07-17 00:06:45 +03:00 |
|
Alexey Milovidov
|
c9689b255d
|
dbms: system.replicas: added columns 'inserts_oldest_time' and 'merges_oldest_time' [#METR-17306]..
|
2015-07-16 22:11:59 +03:00 |
|
Alexey Arno
|
992e7dc7a5
|
Merge
|
2015-07-08 02:11:30 +03:00 |
|
Alexey Arno
|
37f008afd0
|
dbms: Server: Added support for multiple time zones: part 1 (does not add any new functionality, does not change current functionality) [#METR-15618]
|
2015-06-26 18:11:31 +03:00 |
|
Andrey Mironov
|
f012d95b7a
|
dbms: implement alter table detach unreplicated partition [#MTRSADMIN-1093]
|
2015-06-22 21:24:02 +03:00 |
|
Alexey Milovidov
|
7f0e6fd3c1
|
Merge
|
2015-06-11 03:35:36 +03:00 |
|
Alexey Milovidov
|
05814604de
|
dbms: fixed error with ATTACH for replicated tables [#MTRSADMIN-1093].
|
2015-06-04 05:07:30 +03:00 |
|
Alexey Milovidov
|
40f0a9c4d9
|
dbms: fixed error with false-broken parts [#METR-16545].
|
2015-05-28 07:32:38 +03:00 |
|
Alexey Milovidov
|
0984363b9c
|
dbms: removed passing DataTypeFactory everywhere [#METR-16545].
|
2015-05-28 06:49:28 +03:00 |
|
Andrey Mironov
|
fb2828f256
|
Merge
|
2015-05-20 15:06:48 +03:00 |
|
Andrey Mironov
|
77b2ef6f81
|
Merge
|
2015-04-21 16:10:08 +03:00 |
|
Alexey Milovidov
|
114b3de689
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +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 Milovidov
|
9ec393df61
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
|
Alexey Arno
|
b5c1932b8c
|
Merge
|
2015-04-10 20:51:39 +03:00 |
|
Alexey Milovidov
|
75dc9db388
|
dbms: ALTER: writing to log just before waiting for lock [#METR-2944].
|
2015-03-27 02:48:50 +03:00 |
|
Alexey Milovidov
|
a399504bfa
|
dbms: removed DROP PARTITION from unreplicated data [#METR-15375].
|
2015-03-20 19:13:24 +03:00 |
|
Alexey Milovidov
|
0828dba841
|
dbms: preparation [#METR-2944].
|
2015-03-02 04:10:58 +03:00 |
|
Alexey Milovidov
|
a9eb28c07d
|
Using std::make_unique [#METR-2807].
|
2015-02-11 00:10:58 +03:00 |
|
Alexey Arno
|
e8902aa644
|
dbms: Server: queries with several replicas: fixes [#METR-14410]
|
2015-02-09 01:37:55 +03:00 |
|
Alexey Arno
|
28570a12ce
|
dbms: Server: queries with several replicas: development [#METR-14410]
|
2015-02-03 16:36:13 +03:00 |
|
Alexey Milovidov
|
22b9ecfdea
|
dbms: fixed error with DROP COLUMN in replicated tables [#METR-14848].
|
2015-02-01 06:49:36 +03:00 |
|
Alexey Milovidov
|
e9232fc2fc
|
dbms: more scalable aggregator: development [#METR-2944].
|
2014-12-30 21:04:53 +03:00 |
|
Alexey Milovidov
|
bba4b0c66c
|
dbms: removed rare-useful repetitive log messages [#METR-2944].
|
2014-12-21 04:27:56 +03:00 |
|
Andrey Mironov
|
7d713ea40b
|
dbms: compress zookeeper checksum metadata. [#MTRSADMIN-879]
|
2014-12-17 21:38:22 +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
|
338314c9c6
|
dbms: stop merges on ALTER. [#METR-14032]
|
2014-12-17 16:14:24 +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 |
|