Alexey Milovidov
|
138f3253ba
|
Fix gcc build
|
2020-06-08 15:33:00 +03:00 |
|
Alexey Milovidov
|
58e513f59e
|
Corrected implementation for the case without key
|
2020-06-08 07:23:56 +03:00 |
|
Alexey Milovidov
|
4216f2fe37
|
Merge branch 'master' into fix-aggregation-state-exception-safety-memory-leak
|
2020-06-08 06:31:20 +03:00 |
|
alexey-milovidov
|
16f0e3a467
|
Merge pull request #11493 from ClickHouse/kuskarov-fix_history_bugs
Merging #11453 (save history in clickhouse-client after every query)
|
2020-06-08 02:13:20 +03:00 |
|
Alexey Milovidov
|
834f8426e0
|
Fix memory leak
|
2020-06-08 01:46:58 +03:00 |
|
Alexey Milovidov
|
f2cfb7d132
|
Whitespaces
|
2020-06-08 00:05:36 +03:00 |
|
Alexey Milovidov
|
df19db1509
|
Added a test for history in clickhouse-client
|
2020-06-07 20:29:34 +03:00 |
|
tavplubix
|
686c0539db
|
Merge pull request #11487 from ClickHouse/improve_dns_cache
Use DNSResolver to check if user is allowed to connect from an address
|
2020-06-07 19:55:03 +03:00 |
|
Alexander Tokmakov
|
0cf8015f4a
|
use DNSResolver to check if user is allowed to connect
|
2020-06-07 00:02:29 +03:00 |
|
Alexey Milovidov
|
d3d02a67f4
|
Speed up build by removing old example programs
|
2020-06-06 19:19:16 +03:00 |
|
Anton Popov
|
5c42408add
|
Merge pull request #9113 from dimarub2000/group_by_in_order_optimization
[WIP] Optimization of GROUP BY with respect to table sorting key.
|
2020-06-06 14:25:59 +03:00 |
|
alexey-milovidov
|
050ef9eb54
|
Merge pull request #11455 from azat/INSERT-SELECT-FINAL-pipeline-stuck
Fix Pipeline stuck for INSERT SELECT FINAL
|
2020-06-06 12:36:07 +03:00 |
|
alexey-milovidov
|
e8a7fab81c
|
Merge pull request #11480 from 4ertus2/some
Refactoring: remove TableWithColumnNames
|
2020-06-06 12:33:16 +03:00 |
|
alexey-milovidov
|
937dd79880
|
Merge pull request #11477 from ClickHouse/aku/generate-random
generateRandom: check that all arguments are literals
|
2020-06-06 12:08:24 +03:00 |
|
Alexander Kuzmenkov
|
fafa953ee4
|
fixup
|
2020-06-06 04:23:21 +03:00 |
|
Artem Zuikov
|
1ee09a9f89
|
disable ColumnMatch::ColumnName logic
|
2020-06-06 02:14:18 +03:00 |
|
alexey-milovidov
|
5f99d887cc
|
Merge pull request #11443 from 4ertus2/strange
Rename setting
|
2020-06-06 01:45:21 +03:00 |
|
Artem Zuikov
|
fdba90dd12
|
Merge branch 'master' into some
|
2020-06-06 00:50:42 +03:00 |
|
Artem Zuikov
|
0f37304521
|
hotfix: save tmp container
|
2020-06-06 00:28:44 +03:00 |
|
Artem Zuikov
|
c58f9bd43d
|
refactoring: remove TableWithColumnNames
|
2020-06-06 00:17:00 +03:00 |
|
Alexander Kuzmenkov
|
d17a435fb6
|
Merge pull request #11226 from ClickHouse/aku/merge-perf-events
Merge Perf events metrics #9545
|
2020-06-05 23:10:54 +03:00 |
|
Artem Zuikov
|
ecca78d855
|
fix trivial count with join (#11454)
|
2020-06-05 13:28:52 +03:00 |
|
Artem Zuikov
|
9717f3cfe5
|
make clang tidy happy
|
2020-06-05 13:27:54 +03:00 |
|
Alexander Kuzmenkov
|
eaaf005a03
|
Merge pull request #11410 from ClickHouse/aku/logical-error-synonyms
Remove assorted synonyms of LOGICAL_ERROR
|
2020-06-05 13:10:40 +03:00 |
|
Nikolai Kochetov
|
5fea34d0e1
|
Use Resize instead of Concat in InterpreterInsertQuery.
|
2020-06-05 12:30:16 +03:00 |
|
Artem Zuikov
|
ab86ca2fb6
|
rename v2
|
2020-06-05 01:10:52 +03:00 |
|
Artem Zuikov
|
b66ad25841
|
IColumn::getDataType() (#11438)
|
2020-06-05 01:02:59 +03:00 |
|
Artem Zuikov
|
6d211bec19
|
fix trivial count with join
|
2020-06-05 01:01:40 +03:00 |
|
Artem Zuikov
|
24ee7346a9
|
rename setting
|
2020-06-04 17:31:57 +03:00 |
|
alesapin
|
b163052d1b
|
Merge pull request #11134 from GrigoryPervakov/custom-auth
Add default credentials and custom headers for s3 storage.
|
2020-06-04 16:46:01 +03:00 |
|
Alexander Kuzmenkov
|
dacbe8e445
|
Update src/Interpreters/DatabaseCatalog.cpp
|
2020-06-04 14:06:07 +03:00 |
|
Alexander Kuzmenkov
|
13762854c6
|
Update src/Interpreters/DatabaseCatalog.cpp
|
2020-06-04 14:05:34 +03:00 |
|
Artem Zuikov
|
6cdeb060fb
|
Fix JOIN over LC and Nullable in key (#11414)
|
2020-06-04 13:07:22 +03:00 |
|
Alexey Milovidov
|
a0fd9b021a
|
Fix MSan failure in MergeTree
|
2020-06-04 01:11:06 +03:00 |
|
Alexander Kuzmenkov
|
91b1d381bb
|
fixup
|
2020-06-03 16:34:36 +03:00 |
|
Alexander Kuzmenkov
|
07e4bb7050
|
Remove assorted synonyms of LOGICAL_ERROR.
We don't need any special handling for them on the client, and, on the
contrary, have to handle them as logical errors in tests.
|
2020-06-03 16:18:42 +03:00 |
|
Alexander Kuzmenkov
|
3bf9cec63b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-06-03 14:49:49 +03:00 |
|
Artem Zuikov
|
1b91dd8ea0
|
better error for USING key (#11404)
|
2020-06-03 13:50:15 +03:00 |
|
Ruslan
|
7757c9ec57
|
Remove arithmetic operations from aggregation functions (#10047)
|
2020-06-03 13:28:30 +03:00 |
|
Alexander Kuzmenkov
|
c7d9094a7a
|
Merge pull request #11259 from ClickHouse/consistent_metadata3
More consistent metadata for secondary indices
|
2020-06-03 12:23:21 +03:00 |
|
Ilya Yatsishin
|
4b2e92bb40
|
Merge pull request #11389 from 4ertus2/bugs
Fix logical error in joinGet()
|
2020-06-03 07:49:03 +03:00 |
|
Artem Zuikov
|
7e7aea0ddb
|
better errors for joinGet()
|
2020-06-02 23:26:41 +03:00 |
|
Pervakov Grigorii
|
bc9381406f
|
Add default credentials and custom headers for s3 table functions.
|
2020-06-02 20:48:49 +03:00 |
|
alexey-milovidov
|
9b07989954
|
Merge pull request #11348 from ClickHouse/lazy-database-segfault-2
Fix potential segfault when using Lazy database.
|
2020-06-02 16:37:23 +03:00 |
|
Nikolai Kochetov
|
9a283de670
|
Merge pull request #11339 from ClickHouse/remove-experimantal-use-processors-flag-5
Remove some streams.
|
2020-06-02 14:46:02 +03:00 |
|
alesapin
|
1ab3047201
|
Merge branch 'master' into consistent_metadata3
|
2020-06-02 10:37:12 +03:00 |
|
Nikolai Kochetov
|
45a1db7a80
|
Try fix tets.
|
2020-06-02 08:16:45 +03:00 |
|
Alexey Milovidov
|
a6bf4b5d70
|
Fix error with Lazy database
|
2020-06-02 05:06:16 +03:00 |
|
Alexey Milovidov
|
bdfa552844
|
Fix nullptr dereference in SYSTEM query and Lazy database
|
2020-06-02 04:53:32 +03:00 |
|
Alexander Kuzmenkov
|
03d8bf9242
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-06-01 20:15:25 +03:00 |
|