alexey-milovidov
|
6ad4519c81
|
Update IStorage.h
|
2018-11-19 18:05:48 +03:00 |
|
Sabyanin Maxim
|
08fc057a15
|
make is_in_primary_key and etcetera work. add test.
|
2018-11-19 17:31:16 +03:00 |
|
Ivan Lezhankin
|
b63f0a5a9f
|
Minor refactoring
|
2018-11-19 17:25:42 +03:00 |
|
Alexey Milovidov
|
2f3b4ba851
|
Better exception message [#CLICKHOUSE-4143]
|
2018-11-19 15:31:26 +03:00 |
|
alexey-milovidov
|
e7fb653d0c
|
Update HTTPCommon.cpp
|
2018-11-19 01:20:36 +03:00 |
|
alexey-milovidov
|
f35d300d33
|
Update HTTPCommon.cpp
|
2018-11-19 01:15:42 +03:00 |
|
alexey-milovidov
|
786bf36aee
|
Update DDLWorker.cpp
|
2018-11-19 01:04:11 +03:00 |
|
Igor Hatarist
|
faa4cac4da
|
Update firstSignificantSubdomain function
Added gov, mil, edu 2nd level domains
|
2018-11-18 06:37:43 +03:00 |
|
proller
|
ddf231e57f
|
BI-154 Fix isLocal detection
|
2018-11-17 21:52:47 +03:00 |
|
alesapin
|
2a4a8d180b
|
Try to change stupid naming
|
2018-11-16 16:33:43 +03:00 |
|
alesapin
|
0266f058c9
|
Merge branch 'master' into CLICKHOUSE-4112
|
2018-11-16 16:21:27 +03:00 |
|
alesapin
|
d4ce674b93
|
Add http connection pool between replicas
|
2018-11-16 16:15:17 +03:00 |
|
proller
|
160ffb2283
|
Build fixes (clang 7.0.0+) (#3582)
|
2018-11-16 15:22:51 +03:00 |
|
zhang2014
|
c23447ba3a
|
ISSUES-1777 qualified subqueries when optimize predicate
|
2018-11-15 23:23:44 +08:00 |
|
Amos Bird
|
eec50adbeb
|
Implement dictGet[OrDefault]
|
2018-11-15 21:48:00 +08:00 |
|
Amos Bird
|
9021bfb2f1
|
Fix variant assignments
|
2018-11-15 17:29:53 +08:00 |
|
Ivan Lezhankin
|
fc272ecded
|
Some fixes to quantile*() functions related to DateTime argument type
|
2018-11-14 18:04:23 +03:00 |
|
Alexey Milovidov
|
e3b0cecdec
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-11-14 04:59:40 +03:00 |
|
Alexey Milovidov
|
2daab83a23
|
Fixed bad and wrong code #3553
|
2018-11-14 04:59:32 +03:00 |
|
alexey-milovidov
|
3b2cd38beb
|
Merge pull request #3570 from yandex/fix-with-with-alias-only
Fix WITH with alias only
|
2018-11-14 04:22:38 +03:00 |
|
Alexey Milovidov
|
1aa89ed63a
|
Fixed code after review #3553
|
2018-11-14 04:20:46 +03:00 |
|
proller
|
37a9af5a68
|
CLICKHOUSE-4109 mlock clickhouse (#3553)
* CLICKHOUSE-4109 mlock clickhouse
* wip
* Fix
* wip
* fix
* fix
* better place
* wip
* clean
* tidy
* fix
|
2018-11-14 04:11:13 +03:00 |
|
Alexey Milovidov
|
d3349ebde8
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-11-14 04:04:29 +03:00 |
|
Alexey Milovidov
|
d1b86225ef
|
Fixed bad code #3565
|
2018-11-14 04:04:09 +03:00 |
|
alexey-milovidov
|
2f16ec5c79
|
Merge pull request #3568 from yandex/fix-low-cardinality-nullable-perf
Fix perf in IColumnUnique::size func.
|
2018-11-14 03:27:05 +03:00 |
|
Alexey Milovidov
|
ead153e9e4
|
Better code #3565
|
2018-11-13 22:48:47 +03:00 |
|
Alexey Milovidov
|
69e57187d2
|
Fixed error; removed unique_ptr #3565
|
2018-11-13 22:43:17 +03:00 |
|
Sabyanin Maxim
|
3e4c981db2
|
small changes
|
2018-11-13 22:17:40 +03:00 |
|
Alexey Milovidov
|
7eb9fdef97
|
Removed Analyzers [#CLICKHOUSE-2]
|
2018-11-13 21:55:00 +03:00 |
|
Alexey Milovidov
|
5441b6c3d2
|
Whitespace [#CLICKHOUSE-3]
|
2018-11-13 21:54:38 +03:00 |
|
Alexey Milovidov
|
4b0645cb25
|
Fixed error in #3565
|
2018-11-13 21:41:07 +03:00 |
|
Alexey Milovidov
|
c997f0b56a
|
Added a test for ATTACHing parts before ALTER (just in case) [#CLICKHOUSE-3]
|
2018-11-13 20:18:38 +03:00 |
|
Sabyanin Maxim
|
6296f58186
|
fix typo
|
2018-11-13 15:22:32 +03:00 |
|
Nikolai Kochetov
|
986d490435
|
Comments.
|
2018-11-12 21:33:39 +03:00 |
|
Nikolai Kochetov
|
b1886e1272
|
Added test. #2465
|
2018-11-12 21:28:38 +03:00 |
|
Nikolai Kochetov
|
97d9ce5193
|
Fix WITH with single alias. #2465
|
2018-11-12 21:28:32 +03:00 |
|
Alexey Milovidov
|
03c35f2aa4
|
Remove Analyzers because it was failed refactoring attempt [#CLICKHOUSE-2]
|
2018-11-12 18:40:33 +03:00 |
|
Ivan Lezhankin
|
4eb0f33ec2
|
Add some locks on freeze and support |freezeAll()| for replicated merge-tree.
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
71545ec226
|
Sort output of partition query-test - for stable reference.
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
baf9566413
|
Fix style
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
5d3da110a8
|
Refactor |freezePartition()| and |freezeAll()|
|
2018-11-12 15:26:15 +03:00 |
|
abyss7
|
0cdb808ded
|
Fix comments
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
b01acc8917
|
Fix style
|
2018-11-12 15:26:15 +03:00 |
|
Ivan Lezhankin
|
56f0f6194f
|
Refactor parsing of 'WITH NAME'
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
126ff55fa7
|
Forgot about 'WITH NAME …' statement part.
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
935615a647
|
Reimplement FREEZE command.
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
a837060454
|
Lock table structure before freezing.
|
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 |
|
Nikolai Kochetov
|
3429274de1
|
Fix perf in IColumnUnique::size func. #3256
|
2018-11-12 12:03:40 +03:00 |
|
KochetovNicolai
|
5f3dcf794a
|
Merge pull request #3551 from yandex/syntax-analyzer-2
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-12 11:43:52 +03:00 |
|
Amos Bird
|
6815b25d18
|
replace std::tuple with std::variant
|
2018-11-12 03:29:52 +08:00 |
|
Amos Bird
|
f76bfb00a3
|
Avoid materialization for dictGetTOrDefault
|
2018-11-12 00:35:13 +08:00 |
|
Sabyanin Maxim
|
94594d8c06
|
add order_key section in system.tables
|
2018-11-11 18:44:21 +03:00 |
|
proller
|
5678d1ed98
|
Build fixes (#3545)
* StorageSystemContributors clean
* Fix
* ARM fixes
* Fix arm compile
* fix
* Fix macos?
* Fix includes
* fix
* fix
* Try fix apple build part 1
* Fix identation
* Fix static libc++ in clang
* fix arm build
* better
* fix
* fix
* better check-include
|
2018-11-10 23:09:07 +03:00 |
|
alexey-milovidov
|
93a3f1663e
|
Merge pull request #3552 from amosbird/patch-14
Prioritize rvalue creator for ColumnTuple
|
2018-11-10 22:57:55 +03:00 |
|
Alexey Milovidov
|
60d42eb4f7
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-11-10 20:52:32 +03:00 |
|
Alexey Milovidov
|
8f50c62033
|
Avoid busy loop in DDLWorker when ZooKeeper is not available [#CLICKHOUSE-4126]
|
2018-11-10 20:52:25 +03:00 |
|
Nikolai Kochetov
|
28be6d6443
|
Review fixes.
|
2018-11-09 20:23:48 +03:00 |
|
Nikolai Kochetov
|
21c3b36d23
|
Updated test with mutations.
|
2018-11-09 19:35:05 +03:00 |
|
Sabyanin Maxim
|
9befbd94e4
|
is_in_order_key, is_in_partition_key, is_in_sample_key in system.columns works, is_in_primary_key not yet
|
2018-11-09 18:39:21 +03:00 |
|
Nikolai Kochetov
|
1e9aeba603
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-09 18:01:18 +03:00 |
|
Sabyanin Maxim
|
ac6aaa37b5
|
add is_primary_key, is_order_key, is_partition_key, is_sampling_key sections in system.columns
|
2018-11-09 15:02:08 +03:00 |
|
Sabyanin Maxim
|
51c7284583
|
add getSecondaryExpression
|
2018-11-09 12:41:52 +03:00 |
|
Sabyanin Maxim
|
c9d8dc6171
|
add primary_key, partition_key, sampling_key sections in system.tables. add getPartitionExpression method in IStorage.
|
2018-11-08 20:45:41 +03:00 |
|
Amos Bird
|
076ec44089
|
Prioritize rvalue creator for ColumnTuple
This validates `ColumnTuple::create(Columns({std::move(s_c0), std::move(s_c1)})); `
|
2018-11-09 01:24:30 +08:00 |
|
Nikolai Kochetov
|
726ae0cb9a
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-08 19:47:12 +03:00 |
|
KochetovNicolai
|
4609569538
|
Merge pull request #3549 from yandex/syntax-analyzer
Syntax analyzer
|
2018-11-08 17:15:37 +03:00 |
|
Nikolai Kochetov
|
baef5abc12
|
Review fixes.
|
2018-11-08 15:06:35 +03:00 |
|
Nikolai Kochetov
|
29fe5ea5b6
|
Review fixes.
|
2018-11-08 14:17:31 +03:00 |
|
Nikolai Kochetov
|
90120493bf
|
Syntax analyzer (in progress).
|
2018-11-08 12:06:11 +03:00 |
|
Nikolai Kochetov
|
a5a36d0078
|
Syntax analyzer (in progress).
|
2018-11-08 12:01:41 +03:00 |
|
Nikolai Kochetov
|
6ebfd2c42f
|
Syntax analyzer (in progress).
|
2018-11-08 12:01:12 +03:00 |
|
proller
|
9a98b80cf8
|
Try fix apple build part 2
|
2018-11-07 16:24:36 +03:00 |
|
proller
|
a996326efe
|
Fix identation
|
2018-11-07 15:55:56 +03:00 |
|
Nikolai Kochetov
|
7f8deccd7e
|
Merged with master.
|
2018-11-07 15:52:16 +03:00 |
|
proller
|
bb1dafd2b3
|
Try fix apple build part 1
|
2018-11-07 15:50:36 +03:00 |
|
Nikolai Kochetov
|
748b0f7077
|
SyntaxAnalyzer (in progress).
|
2018-11-07 15:44:05 +03:00 |
|
chertus
|
9819c10628
|
fix build with libcxx
|
2018-11-07 14:46:39 +03:00 |
|
proller
|
6ec9ca3b07
|
Better tests (#3535)
|
2018-11-07 14:00:46 +03:00 |
|
Nikolai Kochetov
|
e44213b026
|
Added tests. [#CLICKHOUSE-4111]
|
2018-11-07 13:53:36 +03:00 |
|
Nikolai Kochetov
|
7a5cfc7a6d
|
Skip columns from prewhere_info->remove_columns_actions in prewhere result for alias source columns. [#CLICKHOUSE-4111]
|
2018-11-07 13:53:36 +03:00 |
|
alexey-milovidov
|
86a4c95048
|
Merge pull request #3544 from yandex/fix_aio_unknown_compression_method
Fix AIO unknown compression method when merge tree has mark to the last byte of file
|
2018-11-07 00:34:45 +03:00 |
|
Artem Zuikov
|
e9dc302cdc
|
Merge pull request #3465 from 4ertus2/bugs
hotfix for distributed DDLs over secure port [CLICKHOUSE-4089]
|
2018-11-06 21:39:10 +03:00 |
|
Nikolai Kochetov
|
bcd6e03257
|
SyntaxAnalyzer (in progress).
|
2018-11-06 21:13:35 +03:00 |
|
alesapin
|
bdb473b425
|
Fix AIO unknown compression method when merge tree has mark to last byte of file
|
2018-11-06 20:29:31 +03:00 |
|
chertus
|
172acbabd0
|
fix tests (second attempt) [CLICKHOUSE-4089]
|
2018-11-06 19:38:01 +03:00 |
|
Artem Zuikov
|
469ce719dc
|
Merge pull request #3521 from 4ertus2/joins
Set default database name for tables in view's (sub)selects [CLICKHOUSE-3145]
|
2018-11-06 19:15:07 +03:00 |
|
chertus
|
458e20c31f
|
fix tests/integration over ssl by alesapin@
|
2018-11-06 17:42:30 +03:00 |
|
alesapin
|
70df5a1cb7
|
Merge pull request #3534 from yandex/block_structure_mistmatch
[WIP] Trying to fix block structure mismatch
|
2018-11-06 16:40:05 +03:00 |
|
chertus
|
756342551a
|
add general comment for visitors
|
2018-11-06 16:28:22 +03:00 |
|
Nikolai Kochetov
|
8df77930ec
|
Added InterpreterSelectQuery::unifyStreams
|
2018-11-06 14:44:45 +03:00 |
|
Nikolai Kochetov
|
d7992b11d8
|
Fix block structure mismatch in MergingSorted stream.
|
2018-11-06 13:11:37 +03:00 |
|
Alexey Milovidov
|
c5173782dc
|
Potentially better #3490
|
2018-11-05 17:29:38 +03:00 |
|
Alexey Milovidov
|
a191c32254
|
Potential improvement #3490
|
2018-11-05 13:34:48 +03:00 |
|
Alexey Milovidov
|
6f00f165e5
|
Clarifications; potential improvement #3490
|
2018-11-05 12:32:59 +03:00 |
|
alexey-milovidov
|
c25e093b82
|
Merge pull request #3512 from lapkofear/amd_perf_problem
fixed group by int16 and Date types on AMD EPYC 7401P machine
|
2018-11-04 11:53:38 +03:00 |
|
alesapin
|
5367b1b8d0
|
Better answer
|
2018-11-02 19:10:08 +03:00 |
|
alesapin
|
ef985ce7ad
|
Test to reproduce problem
|
2018-11-02 18:54:36 +03:00 |
|
chertus
|
50d9a6e5d5
|
refactoring: unify QueryAliasesVisitor with other AST visitors
|
2018-11-02 18:09:15 +03:00 |
|
alesapin
|
b74dd7fb3f
|
Merge pull request #3530 from yandex/project-clone-performance
Project clone performance
|
2018-11-02 17:29:21 +03:00 |
|