Alexey Zatelepin
|
ab025805a3
|
alter intention lock
|
2019-03-07 20:21:18 +03:00 |
|
Alexey Zatelepin
|
0d7ab9e3ea
|
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
this is important in preventing ALTER deadlocks
|
2019-02-27 21:34:38 +03:00 |
|
Nikita Vasilev
|
a1b0dede07
|
Data Skipping Indices (#4143)
* made index parser
* added index parsing
* some fixes
* added index interface and factory
* fixed compilation
* ptrs
* added indexParts
* indextypes
* index condition
* IndexCondition
* added indexes in selectexecutor
* fix
* changed comment
* fix
* added granularity
* comments
* fix
* fix
* added writing indexes
* removed indexpart class
* fix
* added setSkipIndexes
* add rw for MergeTreeIndexes
* fixes
* upd error
* fix
* fix
* reading
* test index
* fixed nullptr error
* fixed
* fix
* unique names
* asts -> exprlist
* minmax index
* fix
* fixed select
* fixed merging
* fixed mutation
* working minmax
* removed test index
* fixed style
* added indexes to checkDataPart
* added tests for minmax index
* fixed constructor
* fix style
* fixed includes
* fixed setSkipIndexes
* added indexes meta to zookeeper
* added parsing
* removed throw
* alter cmds parse
* fix
* added alter
* fix
* alters fix
* fix alters
* fix "after"
* fixed alter
* alter fix + test
* fixes
* upd setSkipIndexes
* fixed alter bug with drop all indices
* fix metadata editing
* new test and repl fix
* rm test files
* fixed repl alter
* fix
* fix
* indices
* MTReadStream
* upd test for bug
* fix
* added useful parsers and ast classes
* fix
* fix comments
* replaced columns
* fix
* fixed parsing
* fixed printing
* fix err
* basic IndicesDescription
* go to IndicesDescr
* moved indices
* go to indicesDescr
* fix test minmax_index*
* fixed MT alter
* fixed bug with replMT indices storing in zk
* rename
* refactoring
* docs ru
* docs ru
* docs en
* refactor
* rename tests
* fix docs
* refactoring
* fix
* fix
* fix
* fixed style
* unique idx
* unique
* fix
* better minmax calculation
* upd
* added getBlock
* unique_condition
* added termForAST
* unique
* fixed not
* uniqueCondition::mayBeTrueOnGranule
* fix
* fixed bug with double column
* is always true
* fix
* key set
* spaces
* test
* tests
* fix
* unique
* fix
* fix
* fixed bug with duplicate column
* removed unused data
* fix
* fixes
* __bitSwapLastTwo
* fix
|
2019-02-05 17:50:25 +03:00 |
|
chertus
|
729ca697d9
|
minor SyntaxAnalyzer refactoring
|
2019-01-09 19:16:59 +03:00 |
|
Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|
alesapin
|
8bc00f4632
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
|
Alexey Milovidov
|
436b9b6eac
|
Less dependencies [#CLICKHOUSE-2]
|
2018-12-26 02:14:39 +03:00 |
|
Alexey Milovidov
|
b7b418a6f5
|
Renamed setting #3851
|
2018-12-20 20:48:11 +03:00 |
|
Ivan Lezhankin
|
b9440fe99d
|
Another minor refactoring.
|
2018-12-19 15:38:13 +03:00 |
|
Ivan Lezhankin
|
57c5dbcd2b
|
Code clean-up
|
2018-12-05 18:48:06 +03:00 |
|
Ivan Lezhankin
|
887e1089f1
|
Merge branch 'master' into kanterov_skip_unused_shards
|
2018-12-05 18:17:04 +03:00 |
|
alexey-milovidov
|
48b30edcf5
|
Merge branch 'master' into alter-order-by
|
2018-12-02 21:06:38 +03:00 |
|
Ivan
|
448846fc0d
|
Merge branch 'master' into CLICKHOUSE-3936
|
2018-11-28 18:59:57 +03:00 |
|
Ivan Lezhankin
|
8b5a05947c
|
Remove redundant information from RWLock.
And fix broken exception in some race conditions
|
2018-11-28 18:50:52 +03:00 |
|
Alexey Zatelepin
|
9ae79c60e8
|
get rid of (ASTPtr *) in AlterCommands::apply [#CLICKHOUSE-3859]
|
2018-11-28 16:34:57 +03:00 |
|
Alexey Zatelepin
|
01501fa8db
|
correct column list for rewritten INSERT query into Distributed [#CLICKHOUSE-4161]
|
2018-11-26 17:57:25 +03:00 |
|
alexey-milovidov
|
5cf9beabe3
|
Update StorageDistributed.cpp
|
2018-11-21 07:02:56 +03:00 |
|
Gleb Kanterov
|
1b8e5f9b47
|
Optimization to skip unused shards for Distributed engine
Hide behind `distributed_optimize_skip_select_on_unused_shards` setting.
|
2018-11-16 10:21:06 +00:00 |
|
Nikolai Kochetov
|
1e9aeba603
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-09 18:01:18 +03:00 |
|
Nikolai Kochetov
|
726ae0cb9a
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-08 19:47:12 +03:00 |
|
chertus
|
d2518fdb3f
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
|
zhang2014
|
7a87da78d7
|
ISSUES-3110 fix merge and distributed engine query stage
|
2018-09-14 18:16:27 +08:00 |
|
zhang2014
|
7af592d8e1
|
ISSUES-3059 fix nullable type argument for aggregate function
|
2018-09-11 19:33:14 +08:00 |
|
alexey-milovidov
|
3054e62e00
|
Merge pull request #3089 from VadimPE/CLICKHOUSE-3839
CLICKHOUSE-3839 add virtual column "_partition_id"
|
2018-09-10 17:16:21 +03:00 |
|
VadimPE
|
10ab9587a2
|
CLICKHOUSE-3839 add virtual column _partition_id
|
2018-09-10 12:53:13 +03:00 |
|
Alexey Milovidov
|
c9b612de48
|
Attempt to fix CLICKHOUSE-3888 bug
|
2018-09-10 06:59:48 +03:00 |
|
Alexey Milovidov
|
2016374d20
|
Merging #2226
|
2018-08-05 10:05:43 +03:00 |
|
Alexey Milovidov
|
2ebe6beb10
|
Whitespace [#CLICKHOUSE-2]
|
2018-08-05 09:47:02 +03:00 |
|
Alexey Milovidov
|
7459edfa42
|
Removed support for CHECK TABLE for Distributed tables [#CLICKHOUSE-2]
|
2018-08-05 09:01:41 +03:00 |
|
Alexey Milovidov
|
8bc95412b6
|
Fixed bad code #2708
|
2018-07-28 00:33:30 +03:00 |
|
VadimPE
|
1d5d097b0d
|
CLICKHOUSE-3837 fix build
|
2018-07-25 16:16:36 +03:00 |
|
VadimPE
|
1b07873669
|
CLICKHOUSE-3837 fix
|
2018-07-25 15:53:38 +03:00 |
|
VadimPE
|
867a3ebfae
|
CLICKHOUSE-3837 fix mistakes
|
2018-07-25 15:31:47 +03:00 |
|
VadimPE
|
46dec0d341
|
[CLICKHOUSE-3837] fix error in build
|
2018-07-24 17:05:37 +03:00 |
|
Vadim
|
437f3f20a9
|
Merge branch 'master' into CLICKHOUSE-3837
|
2018-07-24 16:21:51 +03:00 |
|
VadimPE
|
8dfb6806d8
|
add support for table function in remote() and cluster()
|
2018-07-24 16:10:34 +03:00 |
|
Alexey Zatelepin
|
f75fb6cd68
|
refactor InterpreterSelectQuery constructors [#CLICKHOUSE-3798]
|
2018-07-20 22:44:34 +03:00 |
|
Alexey Milovidov
|
93f8316e1f
|
Little better [#CLICKHOUSE-3806]
|
2018-07-06 19:34:53 +03:00 |
|
Alexey Milovidov
|
88c582106b
|
Attempt to get rid of VirtualColumnFactory (part 2) [#CLICKHOUSE-3806]
|
2018-07-05 23:38:05 +03:00 |
|
Nikolai Kochetov
|
6e5e57353a
|
Review fixes. [#CLICKHOUSE-3694] #2156
|
2018-06-29 19:18:50 +03:00 |
|
Nikolai Kochetov
|
ba4cf6faf0
|
Merged with master.
|
2018-06-25 15:08:21 +03:00 |
|
Alexey Milovidov
|
d864f39ec7
|
Merge branch 'master' into zhang2014-feature/support_truncate
|
2018-06-09 19:10:06 +03:00 |
|
Alexey Milovidov
|
d56c199f07
|
Merging: Fixed half of problems #2260
|
2018-06-09 18:48:22 +03:00 |
|
Alexey Milovidov
|
0bc678474e
|
Merge branch 'feature/support_truncate' of https://github.com/zhang2014/ClickHouse into zhang2014-feature/support_truncate
|
2018-06-09 17:24:50 +03:00 |
|
Alexey Milovidov
|
b9b89a5590
|
Less dependencies [#CLICKHOUSE-2]
|
2018-06-05 22:46:49 +03:00 |
|
Babacar Diassé
|
3d518e48b9
|
NULL check to allow insertion in distributed tables with Materialized views
|
2018-05-31 17:21:35 +03:00 |
|
zhang2014
|
c8f655c1aa
|
ISSUES-2259 fix the test after the merge master
|
2018-05-21 11:38:46 +08:00 |
|
zhang2014
|
6613e56784
|
ISSUES-2259 support truncate syntax
|
2018-05-21 11:38:46 +08:00 |
|
Nikolai Kochetov
|
a3308bf675
|
added IStorage::getQueryProcessingStage
|
2018-04-19 17:47:09 +03:00 |
|
Alexey Milovidov
|
7ec66830af
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-24 23:17:27 +03:00 |
|
Alexey Milovidov
|
10be6ca8f8
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-24 03:45:04 +03:00 |
|
Alexey Milovidov
|
25a691f03d
|
Don't allow Distributed table that look at itself [#CLICKHOUSE-2919].
|
2018-03-16 05:08:31 +03:00 |
|
Alexey Milovidov
|
1656eafd8c
|
Revert "Attempt to fix regression: missing support for remote tables in IN section when querying Distributed tables [#CLICKHOUSE-2]"
This reverts commit d52f688883 .
|
2018-03-15 19:22:43 +03:00 |
|
Alexey Milovidov
|
d52f688883
|
Attempt to fix regression: missing support for remote tables in IN section when querying Distributed tables [#CLICKHOUSE-2]
|
2018-03-15 00:19:47 +03:00 |
|
alexey-milovidov
|
9ac2569c65
|
Merge branch 'master' into refactor-table-declaration
|
2018-03-14 05:35:50 +03:00 |
|
Alexey Zatelepin
|
5906c9a988
|
rename for clarity
|
2018-03-13 18:00:28 +03:00 |
|
Alexey Zatelepin
|
fdffbe53ac
|
encapsulate ColumnsDeclaration [#CLICKHOUSE-3241]
|
2018-03-13 17:41:25 +03:00 |
|
Alexey Zatelepin
|
de1db216a5
|
getStructureOfRemoteTable returns info about column default kinds [#CLICKHOUSE-3241]
|
2018-03-12 23:21:54 +03:00 |
|
Alexey Zatelepin
|
78d92f6794
|
add some useful methods, rename for clarity [#CLICKHOUSE-3241]
|
2018-03-12 22:10:13 +03:00 |
|
Alexey Zatelepin
|
972db7b072
|
iterate over materialized columns where it makes sense
|
2018-03-12 22:07:48 +03:00 |
|
Alexey Zatelepin
|
71642b0880
|
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
|
2018-03-12 22:07:48 +03:00 |
|
Nikolai Kochetov
|
4dd7f47ad5
|
reload macros with config [#CLICKHOUSE-3591]
|
2018-03-12 21:16:51 +03:00 |
|
Alexey Milovidov
|
c42d3ac17f
|
Fixed error (PREWHERE in Distributed table) #1947
|
2018-03-01 10:11:35 +03:00 |
|
Alexey Milovidov
|
ac37b89b16
|
Better UNION ALL: development #1947
|
2018-02-26 12:05:06 +03:00 |
|
Alexey Milovidov
|
601ff1eee4
|
Simplification of AST #1947
|
2018-02-26 06:37:08 +03:00 |
|
Alexey Milovidov
|
6e93635275
|
Better UNION ALL: development #1947
|
2018-02-25 09:35:24 +03:00 |
|
Alexey Milovidov
|
ab594375ab
|
Better UNION ALL: development #1947
|
2018-02-25 03:50:53 +03:00 |
|
Alexey Milovidov
|
8942d7c127
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-20 04:38:42 +03:00 |
|
Alexey Milovidov
|
3b550789b0
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 21:15:30 +03:00 |
|
Alexey Milovidov
|
30b657a0da
|
Header in every stream: development [#CLICKHOUSE-2]
|
2018-02-15 21:54:12 +03:00 |
|
Alexey Milovidov
|
921e09b5f8
|
Merge branch 'master' into header-in-input-streams
|
2018-02-15 19:20:36 +03:00 |
|
Alexey Milovidov
|
5872cd5b63
|
Removed useless code [#CLICKHOUSE-2]
|
2018-02-08 22:20:24 +03:00 |
|
Vitaliy Lyudvichenko
|
ef98bff6e1
|
ClusterCopier improvements (#1869)
* Fixed race condition in StorageDistributed. [#CLICKHOUSE-2]
* ClusterCopier improvements. [#CLICKHOUSE-3346]
* Add performance metrics. [#CLICKHOUSE-3346]
|
2018-02-07 16:02:47 +03:00 |
|
Vitaliy Lyudvichenko
|
e2fb6d8c80
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346
|
2018-01-25 22:00:08 +03:00 |
|
Vitaliy Lyudvichenko
|
d6db480be1
|
Forward settings through Distributed table. [#CLICKHOUSE-3346]
|
2018-01-25 19:04:54 +03:00 |
|
Vitaliy Lyudvichenko
|
26e58271e9
|
Removed repeatable columns field from Storages declarations. [#CLICKHOUSE-2]
|
2018-01-25 17:42:39 +03:00 |
|
Vitaliy Lyudvichenko
|
8be2bfc513
|
Added docs and requested changes. [#CLICKHOUSE-3346]
|
2018-01-25 15:45:07 +03:00 |
|
Nikolai Kochetov
|
018c32010e
|
added macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409]
|
2018-01-22 21:49:17 +03:00 |
|
Vitaliy Lyudvichenko
|
388d47bbbc
|
Merge branch 'CLICKHOUSE-3346-v310' into CLICKHOUSE-3346
|
2018-01-11 23:51:30 +03:00 |
|
Vitaliy Lyudvichenko
|
c818beedcb
|
Make data_path creation for Databases optional. [#CLICKHOUSE-2]
|
2018-01-11 21:55:43 +03:00 |
|
Vitaliy Lyudvichenko
|
ac17c59108
|
Updated describe query, cluster copier draft. [#CLICKHOUSE-3346]
|
2018-01-11 21:55:08 +03:00 |
|
Alexey Milovidov
|
d33023574b
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2018-01-10 03:14:06 +03:00 |
|
Alexey Milovidov
|
9996e181e1
|
Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2]
|
2018-01-06 21:10:44 +03:00 |
|
Alexey Milovidov
|
993a5e44d0
|
Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2].
|
2017-12-30 07:00:39 +03:00 |
|
Alexey Milovidov
|
ffca152c45
|
Inverted dependencies in StorageFactory [#CLICKHOUSE-2].
|
2017-12-30 07:00:39 +03:00 |
|
Alexey Milovidov
|
fcdd5de47d
|
Revert "Removed questionable code (2) [#CLICKHOUSE-2]."
This reverts commit fcabe8b888 .
|
2017-12-28 07:39:19 +03:00 |
|
Alexey Milovidov
|
798299ba89
|
Merge branch 'aavdonkin-master'
|
2017-12-28 07:33:55 +03:00 |
|
Alexey Milovidov
|
b2fcf06353
|
Merging [#CLICKHOUSE-3114]
|
2017-12-27 00:34:06 +03:00 |
|
Alexey Milovidov
|
c89041ce63
|
Removed questionable code (2) [#CLICKHOUSE-2].
|
2017-12-26 01:51:04 +03:00 |
|
Alexey Milovidov
|
ec71908b00
|
Revert "Removed questionable code (2) [#CLICKHOUSE-2]."
This reverts commit fcabe8b888 .
|
2017-12-26 00:57:29 +03:00 |
|
Alexey Milovidov
|
fcabe8b888
|
Removed questionable code (2) [#CLICKHOUSE-2].
|
2017-12-26 00:32:33 +03:00 |
|
Alexey Milovidov
|
a85b2e5a95
|
Removed questionable code [#CLICKHOUSE-2].
|
2017-12-26 00:10:46 +03:00 |
|
Nikolai Kochetov
|
f71b8bf58f
|
merged with master
|
2017-12-11 21:13:24 +03:00 |
|
Nikolai Kochetov
|
68ccadfc6c
|
removed owned_cluster_for_insertion from StorageDistributed [#CLICKHOUSE-3397]
|
2017-12-11 21:09:20 +03:00 |
|
alexey-milovidov
|
575a67b5d2
|
Merge branch 'master' into support-table-functions-for-desc-and-insert
|
2017-12-04 23:34:27 +03:00 |
|
Alexey Milovidov
|
acd78e4891
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:13:25 +03:00 |
|
Nikolai Kochetov
|
5cbacbc2d7
|
fixed test [#CLICKHOUSE-3397]
|
2017-12-01 21:21:37 +03:00 |
|
Nikolai Kochetov
|
470c633e09
|
merged with master
|
2017-12-01 16:33:47 +03:00 |
|
Nikolai Kochetov
|
f025f22007
|
Merge branch 'master' into support-table-functions-for-desc-and-insert
|
2017-12-01 16:24:50 +03:00 |
|
Alexey Milovidov
|
729b114c15
|
Removed unsupported functionality [#CLICKHOUSE-2].
|
2017-11-18 05:34:00 +03:00 |
|
Alexey Milovidov
|
4e04c4da5f
|
Attempt to change ext::shared_ptr_helper (incomplete) [#CLICKHOUSE-2].
|
2017-11-04 06:56:31 +03:00 |
|
Alexey Milovidov
|
974a1e4fa5
|
Attempt to change ext::shared_ptr_helper (incomplete) [#CLICKHOUSE-2].
|
2017-11-04 06:56:31 +03:00 |
|
Nikolai Kochetov
|
1cee62eb0a
|
supported table_function in insert query [#CLICKHOUSE-3397]
|
2017-11-03 16:25:39 +03:00 |
|
Nikolai Kochetov
|
1d01d228a4
|
removed macro DEFINE_AST_QUERY_WITH_TABLE_AND_OUTPUT
supported table_functions in desctibe table query [#CLICKHOUSE-3397]
|
2017-11-03 16:24:52 +03:00 |
|
Alexey Zatelepin
|
1be62b567e
|
safeguards to protect against distinct partition values with the same partition_id [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
|
Alexey Zatelepin
|
68cb592277
|
allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
|
Vitaliy Lyudvichenko
|
d55d5eca46
|
Remove extra Context reference and add required ones. Part 2. [#CLICKHOUSE-3117]
|
2017-09-06 04:18:07 +03:00 |
|
Vitaliy Lyudvichenko
|
566160c048
|
Use FIFO lock in IStorage. [#CLICKHOUSE-3246]
|
2017-09-01 20:45:05 +03:00 |
|
Alexey Zatelepin
|
ee457eca8a
|
remove shard multiplexing code, simplify [#CLICKHOUSE-3151]
|
2017-08-13 12:17:09 +03:00 |
|
Alexey Zatelepin
|
133be4d739
|
move and rename things [#CLICKHOUSE-3151]
|
2017-08-13 12:17:09 +03:00 |
|
Nikolai Kochetov
|
2f8f199d08
|
separated connection pool creation from StorageDistributedDirectoryMonitor in StorageDistributed; fixed bugs from review [#CLICKHOUSE-3033]
|
2017-07-27 18:24:39 +03:00 |
|
Nikolai Kochetov
|
b3157aebb2
|
added synchronous insert into distributed table [#CLICKHOUSE-3033]
|
2017-07-25 22:42:36 +03:00 |
|
Alexey Milovidov
|
9406b6a5aa
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
|
Nikolai Kochetov
|
283810e8ab
|
merged with master
|
2017-07-13 23:59:34 +03:00 |
|
Nikolai Kochetov
|
75be0b81d8
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
|
Alexey Milovidov
|
5b5795633e
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
|
Alexey Milovidov
|
727ce48c23
|
Fixed error with selecting number of threads for distributed query processing [#CLICKHOUSE-3115].
|
2017-07-04 00:04:10 +03:00 |
|
Alexey Zatelepin
|
8ee85e6440
|
calculate isRemote() from underlying tables of StorageMerge [#CLICKHOUSE-2911]
|
2017-06-15 22:24:59 +03:00 |
|
Alexey Milovidov
|
50b84fcc9d
|
Removed duplicate code [#CLICKHOUSE-2].
|
2017-06-06 21:48:38 +03:00 |
|
Alexey Milovidov
|
9ebf0b633f
|
Added IStorage::startup method to avoid starting replication and merging threads too early during server startup [#CLICKHOUSE-2].
|
2017-06-06 20:06:14 +03:00 |
|
Alexey Milovidov
|
80080f1ad6
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-02 18:54:39 +03:00 |
|
Alexey Milovidov
|
a77369d082
|
Preparation: Storages do not modify query [#CLICKHOUSE-31].
|
2017-05-25 04:12:41 +03:00 |
|
Alexey Milovidov
|
48f65e9097
|
Preparation: untangling [#CLICKHOUSE-31].
|
2017-05-25 00:06:29 +03:00 |
|
Alexey Milovidov
|
2b20eca06b
|
Preparations, part 4: StorageDistributed is initialized with const Context [#CLICKHOUSE-31].
|
2017-05-23 21:37:14 +03:00 |
|
Alexey Milovidov
|
0f252046ca
|
Preparations [#CLICKHOUSE-2]
|
2017-05-22 01:25:25 +03:00 |
|
Alexey Milovidov
|
acfe3d5028
|
Improved performance of inserting into StorageDistributed with very high number of shards (not tested) [#CLICKHOUSE-2].
|
2017-05-10 02:39:37 -04:00 |
|
Alexey Zatelepin
|
e30dc7c254
|
check replica delay when getting a connection from ConnectionPoolWithFailover [#CLICKHOUSE-2141]
|
2017-04-17 22:51:41 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
26788e3938
|
Formatting [#CLICKHOUSE-2].
|
2017-03-13 21:01:46 +03:00 |
|
f1yegor
|
401425bb89
|
translate comments
|
2017-03-12 20:18:07 +01:00 |
|
Alexey Milovidov
|
f9a5902e76
|
Support for NULLs in function if: continued [#CLICKHOUSE-2873].
|
2017-03-09 06:34:09 +03:00 |
|
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 |
|
Alexey Milovidov
|
54af522de1
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
|
Alexey Milovidov
|
fc43827a6c
|
Preparation [#METR-2944].
|
2016-12-12 06:33:34 +03:00 |
|
Vitaliy Lyudvichenko
|
a0760a4821
|
Added requested PR changes. [#METR-22802]
|
2016-10-14 20:54:18 +03:00 |
|
Vitaliy Lyudvichenko
|
ebbc9b9877
|
Added abilty to automatically update clusters configuration. [#METR-22802]
|
2016-10-11 17:17:49 +03:00 |
|
Yuri Dyachenko
|
e5825f790f
|
use std::enable_shared_from_this for IStorage
|
2016-08-29 16:28:34 +03:00 |
|
Alexey Milovidov
|
130ec8b58b
|
Compatibility with new parser and AST of tables list [#METR-2944].
|
2016-07-22 23:39:28 +03:00 |
|
Alexey Milovidov
|
9e553dec0a
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:54:40 +03:00 |
|
Alexey Milovidov
|
6a51b999da
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:50:16 +03:00 |
|
Alexey Milovidov
|
fc65afb6f0
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:46:03 +03:00 |
|
Alexey Milovidov
|
8c4abcdd43
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:42:22 +03:00 |
|
Alexey Milovidov
|
646d70a545
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 17:14:18 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +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 Arno
|
32a38485e6
|
Merge
|
2016-03-25 14:48:45 +03:00 |
|
Alexey Arno
|
4ce2d94be7
|
dbms: Removed code that was not needed anymore since we have now a better way to check issues with connections. [#METR-18510]
|
2016-03-10 18:42:36 +03:00 |
|
Alexey Milovidov
|
4f3e9dfc95
|
dbms: addition to prev. revision [#METR-20301].
|
2016-03-10 06:45:03 +03:00 |
|