Alexander Tokmakov
|
f7793cab32
|
check table id in ALTER
|
2020-03-20 15:45:06 +03:00 |
|
Alexander Tokmakov
|
a4d12b31a1
|
Merge branch 'master' into split_databases_from_context
|
2020-03-02 17:57:54 +03:00 |
|
Alexey Milovidov
|
766ae8261a
|
Added some missing ErrorCodes
|
2020-02-25 21:02:41 +03:00 |
|
Alexander Tokmakov
|
1d6afe9f39
|
Merge branch 'master' into split_databases_from_context
|
2020-02-12 21:18:32 +03:00 |
|
Artem Zuikov
|
bd6d9a427b
|
Some InterpreterSelectQuery refactoring (#9035)
move ExpressionActionsChain logic out of InterpreterSelectQuery
|
2020-02-10 18:50:12 +03:00 |
|
Alexander Tokmakov
|
869e20d207
|
move databases from Context to DatabaseCatalog
|
2020-02-10 17:49:44 +03:00 |
|
Alexander Tokmakov
|
250f170a69
|
Merge branch 'master' into table_name_in_istorage
|
2019-12-30 14:08:09 +03:00 |
|
alesapin
|
d341b648d2
|
Better alter
|
2019-12-26 21:17:05 +03:00 |
|
Alexander Tokmakov
|
2e5d61cd81
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
|
Alexander Tokmakov
|
cf5c998b30
|
refactor storage name
|
2019-12-26 19:23:38 +03:00 |
|
alesapin
|
cf31187254
|
Resolve conflicts
|
2019-08-26 21:08:58 +03:00 |
|
alesapin
|
0d0ebf885f
|
Remove two redundant arguments from alter
|
2019-08-26 17:50:34 +03:00 |
|
Alexey Milovidov
|
60d660e263
|
Merge branch 'master' into merge-constraints
|
2019-08-26 16:13:44 +03:00 |
|
alesapin
|
062034dfd8
|
Eventually merged with master
|
2019-08-26 13:07:32 +03:00 |
|
Alexey Milovidov
|
3fef8e92ad
|
Merging CONSTRAINTS support
|
2019-08-25 00:20:20 +03:00 |
|
Gleb Novikov
|
381ea6cb6e
|
Merge branch 'master' into table-constraints
|
2019-08-11 12:38:34 +03:00 |
|
alesapin
|
8a00ce5ff1
|
Intermediate step
|
2019-07-24 15:56:39 +03:00 |
|
Ivan Lezhankin
|
9f01fa7aaa
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
|
Gleb Novikov
|
e7293486bd
|
Added ALTER TABLE support to constraints (ADD CONSTRAINT, DROP CONSTRAINT)
|
2019-06-02 17:41:12 +03:00 |
|
Alexey Milovidov
|
270a31abb5
|
Rename method for consistency
|
2019-05-02 19:07:23 +03:00 |
|
Alex Zatelepin
|
896b8b15f6
|
fix build
|
2019-03-07 23:52:25 +03:00 |
|
Alexey Zatelepin
|
3344955154
|
separate Read and Write lock holders, better method names
|
2019-03-07 21:10:21 +03:00 |
|
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 |
|
Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|
Alexey Milovidov
|
bbbefe2c03
|
Less dependencies [#CLICKHOUSE-2]
|
2018-12-26 02:18:07 +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
|
fdffbe53ac
|
encapsulate ColumnsDeclaration [#CLICKHOUSE-3241]
|
2018-03-13 17:41:25 +03:00 |
|
Alexey Zatelepin
|
71642b0880
|
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
|
2018-03-12 22:07:48 +03:00 |
|
Anastasiya Tsarkova
|
2b8a4cf030
|
Add ALTER for null storage tables.
|
2018-01-11 22:13:19 +03:00 |
|
Alexey Milovidov
|
ffca152c45
|
Inverted dependencies in StorageFactory [#CLICKHOUSE-2].
|
2017-12-30 07:00:39 +03:00 |
|