Tatiana Kirillova
|
6febfeea77
|
fix table
|
2021-10-04 21:55:03 +03:00 |
|
Nikolai Kochetov
|
2001ebbf9d
|
Fix build.
|
2021-10-04 21:52:31 +03:00 |
|
Maksim Kita
|
3834256abf
|
Merge pull request #29722 from kitaisreal/borrowed-object-pool-condition-variable-notify-fix
BorrowedObjectPool condition variable notify fix
|
2021-10-04 21:39:59 +03:00 |
|
Tatiana Kirillova
|
1afe2dfb40
|
fix example
|
2021-10-04 21:35:54 +03:00 |
|
Tatiana Kirillova
|
c049170f78
|
minor fix
|
2021-10-04 21:26:04 +03:00 |
|
Tatiana Kirillova
|
83424685fc
|
update example
|
2021-10-04 21:11:12 +03:00 |
|
Maksim Kita
|
6a6946018b
|
Merge pull request #29747 from kitaisreal/table-function-dictionary-fix-comment
TableFunctionDictionary fix comment
|
2021-10-04 21:10:20 +03:00 |
|
Maksim Kita
|
6df81d94bf
|
TableFunctionDictionary fix comment
|
2021-10-04 21:09:32 +03:00 |
|
Azat Khuzhin
|
20e706766c
|
Forbid Nullable for JSONExtract* (JSONExtract() still supports Nullable)
Only JSONExtract() can support Nullable, others JSONExtract*
(JSONExtractString and similar) does not.
And right now this file is pretty complex already,
so adding support of Nullable for others will make it even more complex.
CI: https://clickhouse-test-reports.s3.yandex.net/29680/d0fc26f91a0141b56a0550741219c3dc43630e03/fuzzer_ubsan/report.html#fail1
|
2021-10-04 21:08:02 +03:00 |
|
Azat Khuzhin
|
bbee102e58
|
Fix --stage for clickhouse-local
This also fixes UBsan error, since query_processing_stage was not
initialized before for clickhouse-local.
|
2021-10-04 21:00:48 +03:00 |
|
Nikita Mikhaylov
|
ec2b30703e
|
Better dictionary
|
2021-10-04 17:57:58 +00:00 |
|
Nikita Mikhaylov
|
ec99357097
|
Done
|
2021-10-04 17:57:58 +00:00 |
|
Tatiana Kirillova
|
1c62a53afe
|
Document the enable_positional_arguments setting
|
2021-10-04 20:49:21 +03:00 |
|
Nikita Mikhaylov
|
613b814e24
|
Merge pull request #29595 from CurtizJ/generalize-update-permutation
Generalize code in `IColumn::updatePermutation`
|
2021-10-04 20:36:57 +03:00 |
|
Nikita Mikhaylov
|
b31d11478b
|
Merge pull request #29680 from azat/defines
Cleanup common defines
|
2021-10-04 20:13:29 +03:00 |
|
Nikita Mikhaylov
|
6d5e9a9089
|
Merge pull request #29692 from azat/disk-memory-data-race-fix
Fix data-race in WriteIndirectBuffer (used in DiskMemory)
|
2021-10-04 20:13:18 +03:00 |
|
Nikita Mikhaylov
|
36516dd503
|
Merge pull request #29681 from azat/MemoryTracker-mutate-merge
Apply max_untracked_memory/memory_profiler_step/memory_profiler_sample_probability during mutate/merge
|
2021-10-04 20:04:57 +03:00 |
|
Nikita Mikhaylov
|
731d6c5755
|
Merge pull request #29513 from azat/fuzzer-fix-server-pid
Fix server pid (hence exit code and attaching with gdb) in fuzzer tests
|
2021-10-04 19:59:24 +03:00 |
|
Maksim Kita
|
3fe9fdac96
|
Added function ngram
|
2021-10-04 18:53:17 +03:00 |
|
Nikolay Degterinsky
|
e2551e8cb0
|
Merge pull request #29490 from mehrshadhosseini28/patch-1
Update nlp-functions.md
|
2021-10-04 18:37:18 +03:00 |
|
Kruglov Pavel
|
ab7c8e7074
|
Delete temporary file
|
2021-10-04 18:25:49 +03:00 |
|
kssenii
|
06fe822c22
|
Fix
|
2021-10-04 15:23:08 +00:00 |
|
avogar
|
2523053b27
|
Remove code duplication, fix bug, add more tests
|
2021-10-04 18:22:06 +03:00 |
|
Nikolai Kochetov
|
122d39cbba
|
Fix missing condition in pushed down predicate. (#29625)
|
2021-10-04 17:50:03 +03:00 |
|
Kseniia Sumarokova
|
d235520b3b
|
Merge pull request #29706 from kssenii/fix-flacky-test
Fix flacky test
|
2021-10-04 17:43:51 +03:00 |
|
Ivan Blinkov
|
dd2c4c2c3b
|
Update README.md
|
2021-10-04 17:12:29 +03:00 |
|
Pavel Kruglov
|
ae2754ee56
|
Fix tests, add comments
|
2021-10-04 16:44:38 +03:00 |
|
Pavel Kruglov
|
2c4453f425
|
Rename template argument
|
2021-10-04 16:44:38 +03:00 |
|
Pavel Kruglov
|
82d17870f1
|
Avoid division by zero when denominator is Nullable
|
2021-10-04 16:44:38 +03:00 |
|
kssenii
|
f1ea186bff
|
Exists
|
2021-10-04 13:12:30 +00:00 |
|
Anton Popov
|
362e84a336
|
Merge pull request #29429 from Enmk/Governance/database_comment
Implemented creating databases with comments
|
2021-10-04 15:12:33 +03:00 |
|
Anton Popov
|
cd08057285
|
better arguments
|
2021-10-04 15:02:11 +03:00 |
|
romanzhukov
|
7ca2522154
|
Add ru translation
|
2021-10-04 14:23:07 +03:00 |
|
Maksim Kita
|
26611ba72c
|
BorrowedObjectPool condition variable notify fix
|
2021-10-04 13:25:44 +03:00 |
|
Maksim Kita
|
8eda58acfb
|
Merge pull request #29516 from lingtaolf/feature/support-HSTS
Support HSTS in Clickhouse HTTP server
|
2021-10-04 12:49:51 +03:00 |
|
Nikolay Degterinsky
|
edf97d4736
|
Merge pull request #29718 from ne1r0n/patch-2
Fix typo in docs
|
2021-10-04 12:49:42 +03:00 |
|
Nikolay Degterinsky
|
719b8c213d
|
Merge pull request #29719 from ne1r0n/patch-3
Fix typo in docs
|
2021-10-04 12:49:18 +03:00 |
|
Nikolay Degterinsky
|
345ac59f46
|
Merge pull request #29552 from MaxWk/conversion-between-date32-and-datetime64
Support conversion between date32 and datetime64
|
2021-10-04 12:43:56 +03:00 |
|
Alexander Chashnikov
|
79294b6658
|
typo
|
2021-10-04 12:43:52 +03:00 |
|
Alexander Chashnikov
|
e76e4bdfd2
|
typo
|
2021-10-04 12:42:55 +03:00 |
|
Kseniia Sumarokova
|
a8f872f63e
|
Update test.py
|
2021-10-04 11:38:38 +03:00 |
|
Vitaly Baranov
|
17fe76709f
|
Merge pull request #28331 from vitlibar/mysql-authentication-cleanup
Clean up MySQL authentication.
|
2021-10-04 11:11:45 +03:00 |
|
Vitaly Baranov
|
1636ee24bb
|
Fix using materialized column as sharding key.
|
2021-10-04 10:56:42 +03:00 |
|
Vitaly Baranov
|
217659c1c6
|
Add test.
|
2021-10-04 10:56:38 +03:00 |
|
Filatenkov Artur
|
8df228e6b8
|
Merge branch 'master' into add_CORS
|
2021-10-04 10:55:09 +03:00 |
|
Maksim Kita
|
25d1588d0a
|
Merge pull request #29666 from kitaisreal/user-defined-executable-functions-added-implicit-cast
UserDefinedExecutableFunctions added implicit cast
|
2021-10-04 10:34:31 +03:00 |
|
kssenii
|
a3ee621d5e
|
Fix
|
2021-10-04 07:28:58 +00:00 |
|
Kseniia Sumarokova
|
5ab17d795f
|
Merge pull request #29673 from ClickHouse/url-fix-initialization
Fix initialization of `StorageURLSource`
|
2021-10-04 10:23:52 +03:00 |
|
Kseniia Sumarokova
|
1e1e3a6ad8
|
Merge pull request #29156 from sevirov/sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
DOCSUP-14334: ClickHouse over web server with static files
|
2021-10-04 09:48:55 +03:00 |
|
Kseniia Sumarokova
|
b8d73b291a
|
Merge pull request #29604 from olgarev/revolg-DOCSUP-14539-edit_and_translate
DOCSUP-14539: Edit and translate to Russian (MaterializedPostgreSQL settings)
|
2021-10-04 09:47:56 +03:00 |
|