Vladimir Chebotarev
|
58e824b6a1
|
Refactored, added move enforcement on merges, fixed a bug with wrong disk selection in ReplicatedMergeTree .
|
2019-12-11 13:24:20 +03:00 |
|
Vladimir Chebotarev
|
7a37c4f6a9
|
Parser for extended TTL expressions.
|
2019-12-11 13:24:20 +03:00 |
|
Vitaly Baranov
|
18ccb4d64d
|
Move backQuote() and quoteString() to a separate file, use StringRefs.
|
2019-10-11 00:18:52 +03:00 |
|
alesapin
|
a4c3937153
|
Small refactoring
|
2019-09-04 16:24:55 +03:00 |
|
alesapin
|
1813b96f82
|
Finally build, possible trash.
|
2019-08-29 19:17:47 +03:00 |
|
alesapin
|
062034dfd8
|
Eventually merged with master
|
2019-08-26 13:07:32 +03:00 |
|
Alexey Milovidov
|
dae2aa6138
|
Removed useless code
|
2019-08-23 08:11:11 +03:00 |
|
Alexey Milovidov
|
84b0f709aa
|
Removed useless code
|
2019-08-23 08:08:06 +03:00 |
|
Alexey Milovidov
|
4366791b63
|
Merge branch 'table-constraints' of https://github.com/NanoBjorn/ClickHouse into NanoBjorn-table-constraints
|
2019-08-23 07:49:10 +03:00 |
|
Alexander Tokmakov
|
81022bb3e9
|
Merge branch 'master' into alter_table_drop_detached_part
|
2019-08-22 23:38:58 +03:00 |
|
alesapin
|
eb5e052855
|
merge and fixes
|
2019-08-21 13:09:29 +03:00 |
|
alesapin
|
70ca7f4156
|
Merge with master
|
2019-08-21 11:57:35 +03:00 |
|
alexey-milovidov
|
308baa182e
|
Merge branch 'master' into table-constraints
|
2019-08-21 06:33:08 +03:00 |
|
alesapin
|
00bdd6c680
|
Support move partition
|
2019-08-20 12:59:19 +03:00 |
|
Gleb Novikov
|
86fecc7501
|
Merge branch 'master' into table-constraints
|
2019-08-20 12:17:56 +03:00 |
|
alesapin
|
a85cdc91a6
|
Merge branch 'master' into ObjatieGroba-feature_multiple_disks
|
2019-08-19 11:34:02 +03:00 |
|
alesapin
|
e7542810bb
|
Merge with master
|
2019-08-19 11:20:48 +03:00 |
|
Nikolai Kochetov
|
18ad0e7e6b
|
Merged with master.
|
2019-08-16 13:55:40 +03:00 |
|
Nikita Vasilev
|
7efb1bcb12
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
|
2019-07-27 10:30:43 +03:00 |
|
Igr Mineev
|
7a31feeec0
|
Add tests for multiple disks. Fix Alter query.
|
2019-07-25 21:21:01 +03:00 |
|
alesapin
|
8a00ce5ff1
|
Intermediate step
|
2019-07-24 15:56:39 +03:00 |
|
Alexander Tokmakov
|
3c2172b750
|
parse and interpret query
|
2019-07-23 22:25:10 +03:00 |
|
Igr Mineev
|
2925657f5e
|
Remove non-alter move command.
|
2019-07-23 12:38:26 +03:00 |
|
Igr Mineev
|
52bca488dc
|
Add alter move part command
|
2019-07-18 18:19:03 +03:00 |
|
Gleb Novikov
|
71c2ca0fe9
|
Merge branch 'master' into table-constraints
|
2019-07-04 22:40:00 +03:00 |
|
Vitaliy Zakaznikov
|
a363189dfc
|
Merge branch 'master' of https://github.com/vzakaznikov/ClickHouse into liveview
|
2019-07-01 18:05:14 -04:00 |
|
Alexey Milovidov
|
39198ef45f
|
Fixed error with COMMENT COLUMN IF EXISTS
|
2019-06-16 15:10:34 +03:00 |
|
Gleb Novikov
|
e7293486bd
|
Added ALTER TABLE support to constraints (ADD CONSTRAINT, DROP CONSTRAINT)
|
2019-06-02 17:41:12 +03:00 |
|
Vitaliy Zakaznikov
|
d112695c42
|
* Adding other changes to support LIVE VIEWs
|
2019-05-28 17:17:48 -04:00 |
|
Nikita Vasilev
|
8d2b32fda8
|
clear index
|
2019-05-09 17:25:18 +03:00 |
|
Nikita Vasilev
|
85564c3a84
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
|
2019-05-05 14:34:10 +03:00 |
|
Anton Popov
|
7f93f9ad2f
|
TTL for columns and tables (#4212)
Add TTL for columns and tables.
|
2019-04-15 12:30:45 +03:00 |
|
Nikita Vasilev
|
1389105a30
|
parsing
|
2019-04-09 18:36:33 +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 |
|
Boris Granveaud
|
d776d1164a
|
support for IF EXISTS/IF NOT EXISTS in ALTER TABLE ADD/DROP/CLEAR/MODIFY/COMMENT COLUMN
|
2018-12-21 15:53:00 +01:00 |
|
Alexey Zatelepin
|
b7afe46dfd
|
remove ALTER MODIFY PRIMARY KEY command [#CLICKHOUSE-4214]
|
2018-12-20 21:57:20 +03:00 |
|
chertus
|
75af882cf3
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
|
Alexey Zatelepin
|
d3d9242462
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Parsers/ASTAlterQuery.h
dbms/src/Parsers/ParserAlterQuery.cpp
dbms/src/Storages/AlterCommands.cpp
dbms/src/Storages/AlterCommands.h
|
2018-11-26 16:01:48 +03:00 |
|
Sabyanin Maxim
|
3a67b505c5
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-4032
|
2018-11-22 16:54:10 +03:00 |
|
Alexey Zatelepin
|
29b34365e6
|
Merge branch 'master' into alter-order-by
Conflicts:
dbms/src/Interpreters/ExpressionAnalyzer.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp
|
2018-11-13 16:27:19 +03:00 |
|
Alexey Zatelepin
|
8b85822192
|
store original key ASTs, and not extracted ASTExpressionLists [#CLICKHOUSE-3859]
|
2018-11-13 16:14:44 +03:00 |
|
Alexey Zatelepin
|
02337242b5
|
ALTER MODIFY ORDER BY syntax [#CLICKHOUSE-3859]
|
2018-11-13 16:13:10 +03:00 |
|
Sabyanin Maxim
|
b869cfed9a
|
fixed couple of mistakes.
|
2018-11-12 18:45:35 +03:00 |
|
Ivan Lezhankin
|
126ff55fa7
|
Forgot about 'WITH NAME …' statement part.
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
03e6a29eb2
|
Implement 'ALTER … FREEZE' command.
Need some tests!
|
2018-11-12 15:26:14 +03:00 |
|
Sabyanin Maxim
|
f8f2779f7b
|
make ColumnComment just a hashmap
|
2018-11-08 15:03:42 +03:00 |
|
Sabyanin Maxim
|
bdcdc15b1e
|
fixed comment test.
remove ColumnComment struct.
style fixes
|
2018-11-06 16:26:43 +03:00 |
|
Sabyanin Maxim
|
65bd40e290
|
Merge branch 'master' of github.com:yandex/ClickHouse into CLICKHOUSE-4032
|
2018-10-27 22:33:52 +03:00 |
|
chertus
|
58f14b0db2
|
USE database for ON CLUSTER DDLs [CLICKHOUSE-4036]
|
2018-10-24 18:31:07 +03:00 |
|
Sabyanin Maxim
|
ab050c8466
|
add comment section in column declaration.
add comment column type in alter method.
add comment section in system.columns.
|
2018-10-14 18:30:06 +03:00 |
|