Alexey Milovidov
6f660f4903
Update MariaDB for BoringSSL
2020-11-29 11:49:46 +03:00
Alexey Milovidov
1f4087b8d0
Update Kafka for BoringSSL
2020-11-29 11:48:43 +03:00
Alexey Milovidov
c679d8b357
Update Cassandra for BoringSSL
2020-11-29 11:42:17 +03:00
Alexey Milovidov
27063ad160
Update Poco: Fix thread counter leak
2020-11-29 11:10:39 +03:00
Alexey Milovidov
e635b47299
Add a test for StorageJoin and UUID
2020-11-29 10:43:34 +03:00
alexey-milovidov
19bb345440
Merge pull request #17506 from ClickHouse/fix-bad-test
...
Fix bad test 01317_no_password_in_command_line.sh
2020-11-28 15:38:22 +03:00
Azat Khuzhin
ee38cce1bf
Fix toUnixTimestamp(Date()) error (use type name not column type name)
...
Was:
Code: 44. DB::Exception: Received from localhost:9000. DB::Exception: Illegal column UInt16 of first argument of function toUnixTimestamp: While processing toUnixTimestamp(today()).
Now:
Code: 44. DB::Exception: Received from localhost:9000. DB::Exception: Illegal type Date of first argument of function toUnixTimestamp: While processing toUnixTimestamp(today()).
2020-11-28 15:05:48 +03:00
sevirov
cc2a287a89
DOCSUP-3922: Document the tuple functions ( #17505 )
...
* Update in-functions.md and tuple-functions.md
Изменил регистр в названиях разделов.
* Update tuple-functions.md and in-functions.md
Убрал описание операторов из in-functions.md.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-28 14:38:57 +03:00
alexey-milovidov
8d91bf1713
Merge pull request #17509 from ClickHouse/publish-list-versions
...
Publish list-versions.tsv on the website
2020-11-28 11:39:28 +03:00
sevirov
2c6ba4a3ab
DOCSUP-4264: Update the SQL-statement ALTER TABLE DROP DETACH PART ( #17374 )
...
* Update partition.md
Обновил подразделы DETACH PARTITION и DROP PARTITION.
* Update partition.md
Сделал изменения в русской версии.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-28 11:27:31 +03:00
feng lv
7e3524caa1
fix spelling errors
2020-11-28 08:17:20 +00:00
Alexey Milovidov
7c0138542b
Query obfuscator: remove some words
2020-11-28 10:55:15 +03:00
alexey-milovidov
6fb3cdd165
Update extended-roadmap.md
2020-11-28 10:53:29 +03:00
alesapin
1d179dac22
Merge pull request #17486 from ClickHouse/fix_more_flaky_tests
...
Fix more flaky integration tests
2020-11-28 10:43:29 +03:00
alesapin
cc66e4fdd6
Merge pull request #17496 from ClickHouse/fix_mark_cache_size
...
More accurate mark cache size calculation
2020-11-28 10:42:56 +03:00
Alexey Milovidov
e1e5735ed6
Publish list-versions.tsv on the website
2020-11-28 09:20:06 +03:00
Alexey Milovidov
24bd2e8e8e
GRPC: better config
2020-11-28 08:44:16 +03:00
alexey-milovidov
c189f6405f
Merge pull request #16767 from azat/optimize_trivial_count_query-fix
...
Fix optimize_trivial_count_query with partition predicate
2020-11-28 08:43:12 +03:00
alexey-milovidov
62a45e8ff7
Merge pull request #17414 from azat/fix-INSERT-SETTINGS-parsing
...
Fix parsing of SETTINGS clause of the INSERT ... SELECT ... SETTINGS query
2020-11-28 08:38:42 +03:00
Alexey Milovidov
7e06037e59
Fix typo
2020-11-28 08:38:05 +03:00
alexey-milovidov
aac8299db0
Merge pull request #17467 from ClickHouse/filimonov-doc-jsonasstring
...
Document JSONAsString
2020-11-28 08:35:14 +03:00
alexey-milovidov
61a8406c1e
Merge pull request #17485 from ClickHouse/aku/perf-thresholds
...
Adjust perf test thresholds
2020-11-28 08:34:44 +03:00
alexey-milovidov
7a6c72ce88
Merge pull request #17471 from CurtizJ/fix-order-by-functions
...
Fix 'optimize_redundant_functions_in_order_by'
2020-11-28 08:34:26 +03:00
alexey-milovidov
70af62af79
Merge pull request #17468 from ClickHouse/filimonov-patch-1
...
add a note for copier docs
2020-11-28 08:32:59 +03:00
alexey-milovidov
7500363474
Merge pull request #17470 from qianmoQ/fix-docs
...
Fix docs
2020-11-28 08:32:16 +03:00
Alexey Milovidov
44b059c681
Fix bad test 01317_no_password_in_command_line.sh
2020-11-28 08:27:59 +03:00
alexey-milovidov
b26dcdea7c
Update adopters.md
2020-11-28 05:19:13 +03:00
alexey-milovidov
507bdd9e13
Update adopters.md
2020-11-28 05:15:44 +03:00
alexey-milovidov
0ec69b8079
Update adopters.md
2020-11-28 05:14:09 +03:00
alexey-milovidov
0215b965ec
Merge pull request #17498 from ClickHouse/fix-race-in-default-profile-info
...
Fix data race on global BlockStreamProfileInfo in PullingAsyncPipelineExecutor
2020-11-28 04:59:23 +03:00
alexey-milovidov
ef43ceade4
Merge pull request #17501 from traceon/fix-xcode-builds
...
Fix CMake generation and build for native Xcode and AppleClang
2020-11-28 04:57:50 +03:00
alexey-milovidov
a230c77ed0
Merge pull request #17503 from den-crane/patch-8
...
Doc. translate toUnixTimestamp to Russian
2020-11-28 04:51:31 +03:00
Nikita Mikhaylov
6f3db7ff50
Merge pull request #17330 from CurtizJ/move-to-prewhere
...
Allow to move conditions to prewhere with compact parts
2020-11-28 02:02:42 +03:00
Denny Crane
c34b547e41
Update date-time-functions.md
2020-11-27 16:18:08 -04:00
Denny Crane
c31572c709
Update date-time-functions.md
2020-11-27 16:14:07 -04:00
Denny Crane
c53cf4055d
translate toUnixTimestamp to Russian
2020-11-27 16:10:50 -04:00
Alexander Kuzmenkov
8e855dc887
Merge pull request #17460 from azat/perf-tests-settings
...
Fail queries on unknown settings in perf tests
2020-11-27 22:42:37 +03:00
sevirov
59b92c7464
DOCSUP-3922: Document the untuple() function ( #17110 )
...
* Create tuple-functions.md
Выполнил описание функции untuple на английском языке.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Внес небольшие поправки.
* Translate untuple-functions.md
Выполнил перевод на русский язык.
* Update tuple-functions.md
Внес поправки в английскую и русскую версии.
* Update tuple-functions.md
Внес поправки.
* Update tuple-functions.md and in-functions.md
Добавил функции и ссылки.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-27 22:37:44 +03:00
tavplubix
aaaa7ad59f
Merge pull request #16806 from TCeason/add_test_for_materialize_mysql
...
add network partition integration test for MaterializeMySQL
2020-11-27 20:39:06 +03:00
Anna Shakhova
0ae690e6ed
DOCSUP-2955: documented the rankCorr function ( #16109 )
...
* rankCorr: init commit in English.
* Fixed
* Fixed links.
* Fixed link.
* Fixed link.
* Fixed link.
* Fixed link to document Float32
* Fixed remarks
* Fixed
* Translation
2020-11-27 19:56:38 +03:00
Denis Glazachev
0e6dd287e7
Fix CMake generation and build for native Xcode and AppleClang
2020-11-27 20:33:16 +04:00
alesapin
6567796014
Fix kill mutation on concurrent alter queries
2020-11-27 18:46:52 +03:00
Ivan Blinkov
2619cde996
Update hero.html
2020-11-27 11:44:42 -03:00
Ivan Blinkov
ddca46d877
Update index.md
2020-11-27 11:43:32 -03:00
Anton Popov
458395dcaf
fix test
2020-11-27 17:31:30 +03:00
Nikolai Kochetov
1c8600bb0a
Fix data race on global BlockStreamProfileInfo in PullingAsyncPipelineExecutor.
2020-11-27 16:50:34 +03:00
alesapin
ba481e6665
Fix cache size calculation
2020-11-27 16:17:10 +03:00
Anton Popov
1a4ed07a98
add some more comments
2020-11-27 15:47:27 +03:00
Ivan Blinkov
1feebe9d73
Update README.md
2020-11-27 09:38:52 -03:00
alesapin
37c4133a23
Merge pull request #17275 from azat/cleanup
...
Tiny cleanup
2020-11-27 15:29:31 +03:00