Azat Khuzhin
|
c35c89f61a
|
Add a test for min_insert_block_size_rows_for_materialized_views
|
2020-05-17 12:19:44 +03:00 |
|
alexey-milovidov
|
2ec9d1e9ab
|
Merge pull request #10512 from ClickHouse/fix-ubsan-decimal-parse
Fix UBSan report in Decimal parse
|
2020-05-17 10:46:03 +03:00 |
|
alexey-milovidov
|
5297d1e86a
|
Merge pull request #10928 from vitlibar/check-access-once-for-dictget
dictGet() checks access once
|
2020-05-17 09:27:59 +03:00 |
|
alexey-milovidov
|
421eb6df8f
|
Merge pull request #10970 from ClickHouse/try-fix-use-after-free-mergetree
Try to fix use-after-free error in MergeTree
|
2020-05-17 09:09:45 +03:00 |
|
alexey-milovidov
|
a3346e9331
|
Merge pull request #10912 from ClickHouse/static-mutate
Static mutate
|
2020-05-17 09:05:35 +03:00 |
|
alexey-milovidov
|
261410ff58
|
Merge pull request #10829 from ClickHouse/variance-nonnegative
Ensure that variance is nonnegative
|
2020-05-17 09:04:27 +03:00 |
|
alexey-milovidov
|
99ba61d758
|
Merge pull request #10969 from ClickHouse/freebsd-fix-mistake
Fix mistake in FreeBSD toolchain
|
2020-05-17 09:02:20 +03:00 |
|
alexey-milovidov
|
ca1ded9124
|
Merge pull request #10937 from ClickHouse/input-format-use-header-by-default
Enable input_format_with_names_use_header by default
|
2020-05-17 09:00:05 +03:00 |
|
alexey-milovidov
|
7a220b7659
|
Update DataTypesDecimal.cpp
|
2020-05-17 08:12:33 +03:00 |
|
alexey-milovidov
|
0fd0711b51
|
Merge pull request #10910 from filimonov/kafka_drop_hang_fix
Fix for the hang during deletion of engine=Kafka
|
2020-05-17 07:13:54 +03:00 |
|
Alexey Milovidov
|
88ee76186b
|
Try to fix use-after-free error in MergeTree
|
2020-05-17 07:12:33 +03:00 |
|
Alexey Milovidov
|
6b650d0e47
|
Fix mistake in FreeBSD toolchain
|
2020-05-17 06:57:16 +03:00 |
|
alexey-milovidov
|
0d76091fd9
|
Merge pull request #10940 from azat/dist-send-partially-written-read-fix
Avoid sending partially written files by the DistributedBlockOutputStream
|
2020-05-17 06:53:51 +03:00 |
|
Alexey Milovidov
|
a5d35bfdfb
|
Better code
|
2020-05-17 06:18:52 +03:00 |
|
Alexey Milovidov
|
f8a6fa8728
|
Update test
|
2020-05-17 06:18:06 +03:00 |
|
Alexey Milovidov
|
0636ea9f38
|
Add overflow check in Decimal parse
|
2020-05-17 06:16:58 +03:00 |
|
Alexey Milovidov
|
7e24492fb9
|
Added performance test
|
2020-05-17 06:16:34 +03:00 |
|
Alexey Milovidov
|
b156ac3cc1
|
Merge branch 'master' into fix-ubsan-decimal-parse
|
2020-05-17 05:42:24 +03:00 |
|
Alexey Milovidov
|
2df8c4f62e
|
Merge branch 'master' into input-format-use-header-by-default
|
2020-05-17 05:40:01 +03:00 |
|
Alexey Milovidov
|
3320fdce57
|
Fix error
|
2020-05-17 05:39:02 +03:00 |
|
alexey-milovidov
|
19b4e68ecf
|
Merge pull request #10953 from azat/write-after-close
[RFC] Add an assert() in case of write into a file after close
|
2020-05-17 05:05:05 +03:00 |
|
Alexey Milovidov
|
7df4748753
|
Merge branch 'master' into variance-nonnegative
|
2020-05-17 05:00:59 +03:00 |
|
alexey-milovidov
|
ce8e3e478e
|
Merge pull request #10927 from azat/gcc10-build-fix
gcc10 unbundled build fixes
|
2020-05-17 04:57:42 +03:00 |
|
Alexander Tokmakov
|
f89bf6155b
|
fix bad test
|
2020-05-17 04:16:56 +03:00 |
|
alexey-milovidov
|
2e2ef08619
|
Merge pull request #10967 from myrrc/gtest-fix
gtest macro find fix
|
2020-05-17 03:49:01 +03:00 |
|
alexey-milovidov
|
b6b1947de0
|
Merge pull request #10964 from ObjatieGroba/bugfix_raw_column_size
Fix incorrect Column byte size
|
2020-05-17 03:33:10 +03:00 |
|
myrrc
|
a56aba0211
|
gtest macro find fix
|
2020-05-17 02:38:30 +03:00 |
|
Nikolai Kochetov
|
d948fd61d8
|
try fix tests.
|
2020-05-16 23:15:19 +03:00 |
|
Nikolai Kochetov
|
caab379602
|
Merge pull request #10932 from ClickHouse/pulling-executor
Add PullingPipelineExecutor.
|
2020-05-16 23:09:18 +03:00 |
|
Igor Mineev
|
ce451bf396
|
Fix incorrect Column byte size
|
2020-05-16 23:06:32 +03:00 |
|
Alexey Milovidov
|
e0aaddb262
|
Fixed error
|
2020-05-16 22:55:38 +03:00 |
|
Alexey Milovidov
|
a9f64b4c1c
|
Ensure that the variance is nonnegative
|
2020-05-16 22:55:38 +03:00 |
|
alesapin
|
d0b56a4c7d
|
Merge pull request #10887 from ClickHouse/vzakaznikov-add_alter_rename_column_to_distributed
Vzakaznikov add alter rename column to distributed
|
2020-05-16 12:54:32 +03:00 |
|
alesapin
|
be4037abb5
|
Merge pull request #10895 from ClickHouse/fix_multiple_renames
Fix error in multiple rename commands in a single query.
|
2020-05-16 12:54:04 +03:00 |
|
Nikolai Kochetov
|
7309cbbfda
|
Try fix build.
|
2020-05-16 10:23:59 +03:00 |
|
Nikolai Kochetov
|
c957154fef
|
Merge pull request #10952 from ClickHouse/fix-distributed-queries-incompatibility-19.16-20.1
Fix incompatibility of two-level aggregation between 19.16 and 20.1
|
2020-05-16 10:17:15 +03:00 |
|
Azat Khuzhin
|
ec1aff245a
|
Add an assert() in case of write into a file after close
|
2020-05-16 01:13:15 +03:00 |
|
Azat Khuzhin
|
2498041cc1
|
Avoid sending partially written files by the DistributedBlockOutputStream
|
2020-05-16 01:00:42 +03:00 |
|
Azat Khuzhin
|
c059ee0085
|
Use is_trivial+is_standard_layout over is_pod (later is deprecated)
|
2020-05-16 00:00:38 +03:00 |
|
Azat Khuzhin
|
b7d46fe979
|
Add missing headers for libstdc++ from gcc10
|
2020-05-16 00:00:38 +03:00 |
|
Azat Khuzhin
|
f748021d9a
|
Use libc-headers only for BUNDLED build (fixes gcc10 unbundled build)
libstdc++ from gcc10 uses pthread_mutex_clocklock() which is not yet
exists in contrib/libc-headres.
P.S. I can prepare an update for libc-contrib
|
2020-05-16 00:00:38 +03:00 |
|
BayoNet
|
c701493e30
|
DOCS-626: EN review, RU translations for RBAC docs (#10951)
* DOCSUP-1062 (#112)
* added first draft
* minor fixes
* fixed anchors
* yet another fixes
* and the minorest fixes
* Apply suggestions from doc review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* fixed terminology in ru (access entity, throws exception)
* fixed typo
* fixed typo
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Fixed link.
* CLICKHOUSEDOCS-626: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
|
2020-05-15 23:30:51 +03:00 |
|
tavplubix
|
cc4ddfd89e
|
Merge pull request #10901 from ClickHouse/merging_10554
Merging #10554
|
2020-05-15 23:23:02 +03:00 |
|
Mikhail Filimonov
|
791f3a6c90
|
Merge branch 'kafka_drop_hang_fix' of github.com:filimonov/ClickHouse into kafka_drop_hang_fix
|
2020-05-15 22:20:45 +02:00 |
|
Mikhail Filimonov
|
405cce2c53
|
Another variant of fix. It looks like we do not need destructor at all
|
2020-05-15 22:19:21 +02:00 |
|
alexey-milovidov
|
5898f611da
|
Merge pull request #10861 from traceon/contrib-openldap
Add OpenLDAP third-party library integration (system or contrib/build)
|
2020-05-15 23:13:23 +03:00 |
|
Nikolai Kochetov
|
8c2d0aa7c0
|
Fix comment.
|
2020-05-15 22:30:41 +03:00 |
|
Nikolai Kochetov
|
fb38c2a30b
|
Remove experimental_use_processors setting, part 1. (#10924)
Remove experimental_use_processors setting, part 1.
|
2020-05-15 22:28:10 +03:00 |
|
Nikolai Kochetov
|
7d6ac4a87b
|
Added test.
|
2020-05-15 22:21:30 +03:00 |
|
Nikolai Kochetov
|
6ac93e9a61
|
Try simplify code.
|
2020-05-15 22:20:02 +03:00 |
|