Nikita Mikhaylov
|
2303f1788c
|
Merge pull request #21807 from 3ldar-nasyrov/master
DDLWorker.cpp: fixed exceeded amount of tries typo
|
2021-03-17 16:04:59 +03:00 |
|
Nikita Mikhaylov
|
f51b41b7a4
|
Merge pull request #21710 from kssenii/replica-priorities
Support replicas priority for postgres dictionary source
|
2021-03-17 16:02:00 +03:00 |
|
Kseniia Sumarokova
|
f8fc4281f2
|
Update PostgreSQLReplicaConnection.h
|
2021-03-17 15:56:47 +03:00 |
|
Nikolai Kochetov
|
3a3f800f6e
|
Merge pull request #21579 from azat/dist-query-zero-shards-fix
Fix optimize_skip_unused_shards for zero shards case
|
2021-03-17 11:54:08 +03:00 |
|
Nikolai Kochetov
|
4f1f344d4d
|
Merge pull request #21529 from azat/system.errors-improvements
Add last_error_time/last_error_message/last_error_stacktrace/remote columns for system.errors
|
2021-03-17 11:51:29 +03:00 |
|
alexey-milovidov
|
d02726bcac
|
Merge pull request #9404 from Enmk/DateTime64_extended_range
Date time64 extended range
|
2021-03-17 11:06:03 +03:00 |
|
tavplubix
|
a093980767
|
Merge pull request #21711 from kssenii/non-default-schema
Support non-default table schema for postgres storage/table-function
|
2021-03-17 02:10:32 +03:00 |
|
Alexey Milovidov
|
9ca0566132
|
Minor modification
|
2021-03-17 02:08:33 +03:00 |
|
3ldar-nasyrov
|
37a17749ea
|
fixed exceeded amount of tries typo
'retires' -> 'retries'
|
2021-03-16 23:17:07 +03:00 |
|
Azat Khuzhin
|
9dee842b60
|
Distinguish remote and local error info
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
a337691b06
|
Fix modernize-use-bool-literals clang-tidy warning in StorageSystemErrors
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
cc87bcfb63
|
Fix errorCodeToName() for signed integers
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(address).html#fail1
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(ubsan).html#fail1
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/stress_test_(address).html#fail1
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
efdd04c958
|
Drop last_ prefix for ErrorCodes::ValuePair::error_time_ms
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
44c9dc753d
|
Add system.errors.last_error_stacktrace column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
775f8f7682
|
Add system.errors.last_error_message column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
c8852331a2
|
Add system.errors.last_error_time column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
0d01eaf94f
|
Guard ErrorCodes with mutex over atomic
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
7f73ac2b7a
|
Fix ErrorCodes::Value/ErrorCode types (sigh)
Note, that system.errors already uses correct types
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
259e5ba88e
|
Separate accounting of remote exceptions in system.errors
|
2021-03-16 22:31:46 +03:00 |
|
Azat Khuzhin
|
b39f8cc6ac
|
Move ErrorCodes::increment() into module part
|
2021-03-16 22:31:41 +03:00 |
|
tavplubix
|
848bb59175
|
Merge pull request #21728 from ClickHouse/fix_alter_decimal
Fix alter modify for decimal columns when type size doesn't change
|
2021-03-16 20:01:35 +03:00 |
|
Alexey Milovidov
|
637b683ae9
|
Fix clang-tidy
|
2021-03-16 18:35:14 +03:00 |
|
Nikolai Kochetov
|
0ffea300ac
|
Merge pull request #21643 from azat/async_socket_for_remote-cancel-fix
Fix distributed requests cancellation with async_socket_for_remote=1
|
2021-03-16 15:51:49 +03:00 |
|
Nikita Mikhaylov
|
1d15ed34ce
|
Merge pull request #21737 from excitoon-favorites/reverts3connectionpools
Reverted S3 connection pools
|
2021-03-16 14:40:54 +03:00 |
|
Nikita Mikhaylov
|
2e13c767a0
|
Merge pull request #21149 from nikitamikhaylov/pp-for-csv-with-names
Support parallel parsing for *WithNames types
|
2021-03-16 14:38:03 +03:00 |
|
Nikita Mikhaylov
|
7d7a2bc724
|
Merge pull request #21630 from nikitamikhaylov/pf-local
Parallel formatting for clickhouse-local
|
2021-03-16 14:37:40 +03:00 |
|
kssenii
|
fb5c871140
|
Merge branch 'non-default-schema' of https://github.com/kssenii/ClickHouse into non-default-schema
|
2021-03-16 11:17:45 +00:00 |
|
kssenii
|
f8a99804c1
|
Add double quotes
|
2021-03-16 11:15:43 +00:00 |
|
Alexey Milovidov
|
ea049b2cc0
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-16 14:08:02 +03:00 |
|
Alexey Milovidov
|
eadf0248d0
|
Build fixes
|
2021-03-16 14:07:53 +03:00 |
|
alexey-milovidov
|
f52e29cfec
|
Merge pull request #21624 from vdimir/storage-s3-fail
Try to fix test_storage_s3: crash in WriteBufferFromS3
|
2021-03-16 13:38:48 +03:00 |
|
kssenii
|
4bdfc799f5
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into non-default-schema
|
2021-03-16 10:05:10 +00:00 |
|
Nikolai Kochetov
|
e8d7349c79
|
Merge branch 'master' into dist-query-zero-shards-fix
|
2021-03-16 12:00:08 +03:00 |
|
alesapin
|
23a7c00ba4
|
Merge branch 'master' into fix_alter_decimal
|
2021-03-16 10:24:46 +03:00 |
|
alesapin
|
8fd3fbc5b3
|
Merge pull request #20387 from Avogar/optimize-on-insert
Don't create empty parts on INSERT
|
2021-03-16 10:20:34 +03:00 |
|
Alexey Milovidov
|
3f67f4f47b
|
Saturation for DateTime
|
2021-03-15 23:40:33 +03:00 |
|
Alexey Milovidov
|
31d7f10a94
|
Remove bad code
|
2021-03-15 23:34:42 +03:00 |
|
alexey-milovidov
|
378e10f929
|
Merge pull request #21351 from fuwhu/refine-load-data-parts
Refine MergeTreeData::loadDataParts to not parse format version file and detached directory
|
2021-03-15 22:38:30 +03:00 |
|
Alexey Milovidov
|
671395e8c8
|
Most likely improve performance
|
2021-03-15 22:23:27 +03:00 |
|
Anton Popov
|
840417c957
|
Merge pull request #21685 from Avogar/reload-cluster-config
Update clusters only if their configs were updated
|
2021-03-15 20:09:58 +03:00 |
|
tavplubix
|
9e8ebb5e2b
|
Update TableFunctionPostgreSQL.cpp
|
2021-03-15 20:07:36 +03:00 |
|
Kseniia Sumarokova
|
4e35cf5509
|
Update src/Storages/StoragePostgreSQL.cpp
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-03-15 19:26:44 +03:00 |
|
Nikita Mikhaylov
|
23a1c63460
|
Update StorageURL.cpp
|
2021-03-15 17:40:51 +03:00 |
|
Alexey Milovidov
|
eaeb4a3bf0
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-15 16:59:32 +03:00 |
|
alexey-milovidov
|
fba8d66f51
|
Merge pull request #21220 from Slach/add_postgresql_engine_docs
Add postgresql engine docs
|
2021-03-15 15:40:15 +03:00 |
|
Nikita Mikhaylov
|
c92d8c776c
|
try to avoid race in grpc server
|
2021-03-15 15:14:58 +03:00 |
|
Nikita Mikhaylov
|
1f92c8ce58
|
parallel formatting everywhere
|
2021-03-15 14:51:24 +03:00 |
|
Nikita Mikhaylov
|
588f3ee11e
|
better[2]
|
2021-03-15 14:43:57 +03:00 |
|
Vladimir Chebotarev
|
35e0d0f672
|
Reverted S3 connection pools.
|
2021-03-15 14:17:16 +03:00 |
|
Alexey Milovidov
|
e7ba9dcd68
|
Merge branch 'master' into add_postgresql_engine_docs
|
2021-03-15 14:15:24 +03:00 |
|