Alexey Milovidov
|
400588148c
|
dbms: fixed error in PKCondition [#METR-18585].
|
2015-10-29 00:00:44 +03:00 |
|
Alexey Arno
|
2660fbaa21
|
dbms: Server: merged branch METR-16213 into master
|
2015-10-20 17:59:29 +03:00 |
|
Andrey Mironov
|
4195842841
|
dbms: add ext::identity and ext::collection_cast, use in ITableDeclaration
|
2015-10-16 14:44:44 +03:00 |
|
Andrey Mironov
|
b0d70b6753
|
dbms: ITableDeclaration::getColumnsListIterator: simplify awesome code even further
|
2015-10-15 20:51:23 +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
|
d5caf72ca7
|
Merge
|
2015-10-09 17:52:45 +03:00 |
|
Alexey Milovidov
|
4e75ccee03
|
Probably better [#METR-17973].
|
2015-10-05 08:40:27 +03:00 |
|
Alexey Milovidov
|
918422ad48
|
Moved files [#METR-17973].
|
2015-10-05 04:35:28 +03:00 |
|
Alexey Milovidov
|
feec229066
|
Moved files [#METR-17973].
|
2015-10-05 04:26:43 +03:00 |
|
Alexey Milovidov
|
f90c3003ea
|
Moved files [#METR-17973].
|
2015-10-05 04:11:12 +03:00 |
|
Alexey Milovidov
|
4a061b97cb
|
Moved file [#METR-17973].
|
2015-10-05 03:44:40 +03:00 |
|
Alexey Milovidov
|
fefd3791f1
|
Moved files [#METR-17973].
|
2015-10-05 03:33:43 +03:00 |
|
Alexey Milovidov
|
733324645f
|
dbms: aggregation by arrays: preparation [#METR-13168].
|
2015-10-04 06:17:36 +03:00 |
|
Alexey Milovidov
|
f356545bbe
|
dbms: allowed DROP/DETACH partition on non-leader [#METR-17573].
|
2015-10-03 00:28:19 +03:00 |
|
Alexey Milovidov
|
b8c8662457
|
dbms: preparation [#METR-18167].
|
2015-10-02 21:33:46 +03:00 |
|
Alexey Milovidov
|
1f6def094f
|
dbms: fixed build [#METR-18202].
|
2015-09-29 22:19:54 +03:00 |
|
Alexey Milovidov
|
d496f6cd4e
|
dbms: get rid of boost::property_tree [#METR-18202].
|
2015-09-29 03:53:10 +03:00 |
|
Alexey Milovidov
|
932a09ad6e
|
dbms: fixed race condition in ATTACH [#METR-17573].
|
2015-09-27 17:22:23 +03:00 |
|
Alexey Milovidov
|
87e1e69ff6
|
dbms: allowed to write block again after failed quorum write [#METR-16779].
|
2015-09-27 13:45:49 +03:00 |
|
Alexey Milovidov
|
6e3394496f
|
dbms: don't move conditions of type PKColumn IN (subquery) to PREWHERE [#METR-18198].
|
2015-09-27 09:50:36 +03:00 |
|
Andrey Mironov
|
07a3ea8eb1
|
Merge
|
2015-09-25 16:39:13 +03:00 |
|
Andrey Mironov
|
a5bf937335
|
Merge
|
2015-09-25 16:39:13 +03:00 |
|
Andrey Mironov
|
bd57afb76c
|
dbms: stop reading from parts without PREWHERE prematurely by calling isCancelled() [#METR-16457]
|
2015-09-25 16:39:13 +03:00 |
|
Alexey Milovidov
|
c757bf9063
|
dbms: setting thread names [#METR-2944].
|
2015-09-24 21:54:21 +03:00 |
|
Alexey Milovidov
|
3d817fe625
|
dbms: lowered data size in ZK [#METR-18170].
|
2015-09-24 08:47:17 +03:00 |
|
Alexey Milovidov
|
a531680a92
|
dbms: removed most of log messages 'all_data_parts is locked' [#METR-2944].
|
2015-09-24 07:13:06 +03:00 |
|
Alexey Milovidov
|
75a16854db
|
dbms: moved files [#METR-2944].
|
2015-09-24 06:50:09 +03:00 |
|
Alexey Milovidov
|
dc209def73
|
dbms: table system.replication_queue: development [#METR-18061].
|
2015-09-24 04:18:25 +03:00 |
|
Alexey Milovidov
|
6af8215af5
|
dbms: added table system.replication_queue [#METR-18061].
|
2015-09-24 03:21:02 +03:00 |
|
Alexey Milovidov
|
0f8b651fe8
|
dbms: fixing error with 'nonincrement_block_numbers' [#METR-18139].
|
2015-09-23 05:39:07 +03:00 |
|
Alexey Milovidov
|
926a661e38
|
Merge
|
2015-09-22 01:44:18 +03:00 |
|
Alexey Milovidov
|
c89541646c
|
dbms: instrumenting replication queue [#METR-18061].
|
2015-09-22 01:43:38 +03:00 |
|
Andrey Mironov
|
244eabb54b
|
dbms: allow moving primary key columns to PREWHERE if the can't be used by PKCondition [#METR-18063]
|
2015-09-21 15:13:11 +03:00 |
|
Alexey Milovidov
|
6571769d3b
|
dbms: added setting 'select_sequential_consistency' [#METR-16779].
|
2015-09-20 14:54:58 +03:00 |
|
Alexey Milovidov
|
3b5a3e7325
|
dbms: quorum insert: development [#METR-16779].
|
2015-09-20 14:02:59 +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
|
c89b063288
|
dbms: fixed deadlock on shutdown [#METR-18098].
|
2015-09-20 07:03:53 +03:00 |
|
Alexey Milovidov
|
75ea48970c
|
dbms: BackgroundProcessingPool: attempt to fix an error [#METR-18098].
|
2015-09-19 10:55:01 +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 Arno
|
1cae6e8b54
|
Merge
|
2015-09-18 16:36:10 +03:00 |
|
Andrey Mironov
|
38ae453855
|
Merge
|
2015-09-18 15:40:09 +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
|
5884a7b536
|
dbms: doing synchronous merges non-aggressively [#METR-18006].
|
2015-09-18 03:48:48 +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
|
7dfc436c83
|
dbms: fixed error with renaming unexpected parts [#METR-18009].
|
2015-09-16 22:25:49 +03:00 |
|
Andrey Mironov
|
7b149be2c6
|
Merge
|
2015-09-16 20:49:08 +03:00 |
|
Andrey Mironov
|
9716ef7b34
|
Merge
|
2015-09-16 18:27:30 +03:00 |
|
Andrey Mironov
|
5ffd4898e8
|
Merge
|
2015-09-16 17:33:58 +03:00 |
|
Andrey Mironov
|
b6449b00f0
|
dbms: fix read order with merge_tree_uniform_read_distribution to be consistent with old method [#METR-16457] [#METR-18009]
|
2015-09-16 16:14:45 +03:00 |
|