Dmitriy
612f42e301
Add the brief description
...
Добавил краткое описание, параметры движка.
2021-08-03 21:09:58 +03:00
Anton Popov
699a3d9031
implement legacy_column_name_of_tuple_literal in less intrusive way
2021-08-03 21:03:24 +03:00
alexey-milovidov
5c3bd2980e
Merge pull request #27097 from qoega/update-arrow-5.0.0
...
Try update arrow
2021-08-03 20:57:26 +03:00
sevirov
c9013d0c82
Update docs/ru/engines/database-engines/materialized-postgresql.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-03 19:42:23 +03:00
sevirov
bfb64b2242
Update docs/ru/engines/database-engines/materialized-postgresql.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-03 19:42:11 +03:00
sevirov
9859c11711
Update docs/en/engines/database-engines/materialized-postgresql.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-03 19:41:51 +03:00
sevirov
da680d2673
Update docs/en/engines/database-engines/materialized-postgresql.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-03 19:41:35 +03:00
sevirov
ea10317845
Update docs/ru/engines/database-engines/materialized-postgresql.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-03 19:41:12 +03:00
Ilya Yatsishin
30851aee23
Merge pull request #27093 from amosbird/hostnametest
...
Normalize hostname in stateless tests
2021-08-03 17:58:28 +03:00
Yatsishin Ilya
019a221550
fix unbundled build
2021-08-03 17:29:59 +03:00
Vladimir C
1ebde0278e
Merge pull request #26957 from vdimir/fix-unknown-name-join-rewrite
2021-08-03 17:10:08 +03:00
Artur
f4a59a6abf
correct tests
2021-08-03 13:41:58 +00:00
Alexander Tokmakov
ff2572c243
fix
2021-08-03 16:28:03 +03:00
Maksim Kita
8d061390f3
Updated performance tests
2021-08-03 16:19:56 +03:00
Artur
5c6974736d
add newline
2021-08-03 12:52:46 +00:00
Nikita Mikhaylov
c1487fdb80
Merge pull request #27064 from vitlibar/fix-sync-in-grpc-handler
...
Fix synchronization in GRPCServer
2021-08-03 15:37:58 +03:00
Anton Popov
ad65e3c17b
slightly more optimize reading in order of key
2021-08-03 15:32:17 +03:00
Artur
f4275b952e
add simple test
2021-08-03 12:31:38 +00:00
Nikita Mikhaylov
6d83eacec4
typo
2021-08-03 12:27:03 +00:00
adevyatova
25a7eee9e1
Merge master
2021-08-03 12:25:51 +00:00
Nikita Mikhaylov
2aea1c8d4a
done
2021-08-03 12:24:16 +00:00
Maksim Kita
cb9627255a
Fixed tests
2021-08-03 15:16:55 +03:00
adevyatova
d8c112d0c0
Small current fixes
2021-08-03 12:03:10 +00:00
Artur
a9513f3587
add compression for INTO OUTFILE
2021-08-03 11:54:37 +00:00
alexey-milovidov
3184902c68
Update 50_build-issue.md
2021-08-03 14:43:56 +03:00
alexey-milovidov
cd566f0a44
Update 20_feature-request.md
2021-08-03 14:43:26 +03:00
alexey-milovidov
73dd3bd6cc
Update 40_bug-report.md
2021-08-03 14:43:00 +03:00
alexey-milovidov
f9d1598847
Update 10_question.md
2021-08-03 14:42:14 +03:00
mergify[bot]
dc57254982
Merge branch 'master' into improve_create_or_replace
2021-08-03 11:39:07 +00:00
Yatsishin Ilya
06903485d7
Fix build on freebsd
2021-08-03 14:38:29 +03:00
Alexey Boykov
b52250bc0d
Merge pull request #26792 from michon470/kuriatnikovm-DOCSUP-9735-clarification-about-WITH-FILL
...
DOCSUP-9735: clarification about WITH FILL
2021-08-03 14:32:17 +03:00
Maksim Kita
0dc7da92b4
Added test
2021-08-03 14:24:21 +03:00
Maksim Kita
f4473c5de4
GlobalSubqueriesVisitor external storage check fix
2021-08-03 14:18:47 +03:00
Maksim Kita
d9383270f6
Merge pull request #27054 from MaxWk/feature/add-default-database-to-system-users
...
add column default_database to system.users
2021-08-03 13:37:15 +03:00
vdimir
cc0c3a9033
Make IJoin::alwaysReturnsEmptySet pure virtual
2021-08-03 12:34:08 +03:00
Amos Bird
4f7e007d35
Specialize date time comparision.
2021-08-03 16:49:39 +08:00
Yatsishin Ilya
7ad4a42003
upadte CMakeLists
2021-08-03 11:27:23 +03:00
Yatsishin Ilya
d6844facaf
one more fix
2021-08-03 11:01:01 +03:00
Azat Khuzhin
97851bde08
Fix Distributed over Distributed for WithMergeableStateAfterAggregation* stages
...
In case if one Distributed has multiple shards, and underlying
Distributed has only one, there can be the case when the query will be
tried to process from Complete to WithMergeableStateAfterAggregation,
which is obviously wrong.
2021-08-03 10:10:08 +03:00
Amos Bird
b541b5eca3
Normalize hostname in CI
2021-08-03 15:00:57 +08:00
Vitaly Baranov
40a3c8281a
Fix synchronization in GRPCServer
2021-08-03 09:44:47 +03:00
Kseniia Sumarokova
98326ec028
Merge pull request #19526 from taiyang-li/disk_reload
...
Enable local disk config reload
2021-08-03 08:37:39 +03:00
Kseniia Sumarokova
5d3abc14c7
Merge pull request #22045 from OmarBazaraa/mongo-ssl
...
Support SSL connection in MongoDB engine
2021-08-03 08:29:34 +03:00
Maksim Kita
edab45d25f
Merge pull request #27082 from kitaisreal/updated-cache-dictionaries-documentation
...
Updated cache dictionaries documentation
2021-08-03 02:22:21 +03:00
olgarev
f9658d2205
Wrong backticks
2021-08-02 22:52:01 +00:00
Maksim Kita
3b4eb2d769
Fixed code review issues
2021-08-03 00:53:43 +03:00
tavplubix
58b50bad3a
Merge pull request #27033 from ClickHouse/database_replicated_fixes
...
Fix assertions in Replicated database
2021-08-02 23:33:18 +03:00
Dmitriy
d6b5838282
Delete the introductory sentence
...
Удалил неверное предложение.
2021-08-02 23:16:23 +03:00
Dmitriy
387136dc84
Add settings
...
Добавил настройки, перевел табличный движок MaterializedPostgreSQL.
2021-08-02 22:45:01 +03:00
Nikita Mikhaylov
771bd6be11
Merge pull request #27092 from Algunenano/clear_dns_test
...
Stateless tests: Keep an DNS error free log
2021-08-02 21:44:15 +03:00