ClickHouse/dbms/src/Storages
Alexey Milovidov 58e5dad1a1 Squashed commit of the following:
commit e712f469a5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:59:13 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 2a00282308
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:58:30 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 9e06f407c8
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:55:14 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 9581620f1e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:54:22 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 2a8564c68c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:47:34 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit cf60632d78
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:40:09 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit ee3d1dc6e0
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:22:49 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 65592ef711
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:18:17 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 37972c2573
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:17:06 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit dd909d1499
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:16:28 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 3cf43266ca
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:15:42 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 6731a3df96
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:13:35 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 1b5727e0d5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:11:18 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit bbcf726a55
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:09:04 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit c03b477d5e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:06:30 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 2986e2fb04
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:05:44 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit 5d6cdef13d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:04:53 2017 +0300

    Less dependencies [#CLICKHOUSE-2]

commit f2b819b25c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sat Jan 14 11:01:47 2017 +0300

    Less dependencies [#CLICKHOUSE-2]
2017-01-14 12:00:19 +03:00
..
Distributed Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944]. 2017-01-02 23:45:27 +03:00
MergeTree Squashed commit of the following: 2017-01-14 12:00:19 +03:00
System Squashed commit of the following: 2017-01-14 12:00:19 +03:00
tests Replace all !/bin/bash by !/usr/bin/env bash : allow running scripts with bash in non standard path. also on freebsd. 2016-12-21 23:04:27 +03:00
AlterCommands.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
CMakeLists.txt cmake: More options. [#METR-23701] 2016-12-05 15:43:14 +03:00
ColumnDefault.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
ColumnsDescription.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
ITableDeclaration.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
StorageBuffer.cpp Addition to prev. revision [#METR-2944]. 2017-01-02 23:52:30 +03:00
StorageCloud.cpp use std::enable_shared_from_this for IStorage 2016-08-29 16:28:34 +03:00
StorageDistributed.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageFactory.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageFile.cpp Added requested PR changes, 2nd iteration. 2016-11-14 02:57:18 +03:00
StorageJoin.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageLog.cpp Changed names of files with NULL-related data to be more consistent [#METR-19266]. 2017-01-04 07:15:38 +03:00
StorageMaterializedView.cpp #200: remove dependency to the view if backend storage can't be created 2017-01-09 01:34:40 +05:00
StorageMemory.cpp StorageBuffer: simplification; added metrics [#METR-23888]. 2016-12-20 02:55:13 +03:00
StorageMerge.cpp Fixed long delay when querying Merge table based on very large amount of StripeLog tables; fixed error in Merge table [#METR-23945]. 2016-12-25 07:39:22 +03:00
StorageMergeTree.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageReplicatedMergeTree.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageSet.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageStripeLog.cpp Preparation [#METR-2944]. 2016-10-25 09:49:24 +03:00
StorageTinyLog.cpp Changed names of files with NULL-related data to be more consistent [#METR-19266]. 2017-01-04 07:15:38 +03:00
StorageView.cpp use std::enable_shared_from_this for IStorage 2016-08-29 16:28:34 +03:00
VirtualColumnFactory.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 10:48:40 +03:00