pufit
|
1e6a0ab074
|
Merge pull request #72050 from ClickHouse/add-syntax-alter-user-modify-settings
Add syntax ALTER USER MODIFY SETTINGS
|
2024-12-06 22:32:05 +00:00 |
|
pufit
|
bbbc87d354
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
# Conflicts:
# src/Parsers/Access/ASTCreateRoleQuery.cpp
# src/Parsers/Access/ASTCreateSettingsProfileQuery.cpp
# src/Parsers/Access/ASTCreateUserQuery.cpp
# src/Parsers/Access/ASTSettingsProfileElement.cpp
# src/Parsers/Access/ASTSettingsProfileElement.h
|
2024-12-05 23:24:22 -05:00 |
|
erickurbanov
|
bb77b0f0c2
|
add documentation
|
2024-11-28 00:59:49 +03:00 |
|
Raúl Marín
|
52391a8271
|
Revert "Set enable_http_compression default value to 1"
|
2024-11-22 22:51:28 +01:00 |
|
pufit
|
344a04f4b4
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-21 23:37:15 -05:00 |
|
pufit
|
07be02d297
|
Merge pull request #70332 from zvonand/ldap-remote-roles
Passing external user roles from query originator to other nodes
|
2024-11-19 23:06:45 +00:00 |
|
Andrey Zvonov
|
86eb3d6425
|
Revive #42537
Co-authored-by: Enmk <V.Nemkov@gmail.com>
fix memory access
|
2024-11-19 09:53:27 +00:00 |
|
Alexey Milovidov
|
dc2e91d0b5
|
Update docs
|
2024-11-19 05:03:27 +01:00 |
|
pufit
|
97866c71b7
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
# Conflicts:
# docs/en/sql-reference/statements/alter/role.md
# docs/en/sql-reference/statements/alter/settings-profile.md
# docs/ru/sql-reference/statements/alter/role.md
# docs/ru/sql-reference/statements/alter/settings-profile.md
# src/Access/SettingsProfileElement.cpp
# src/Access/SettingsProfileElement.h
# src/Interpreters/Context.cpp
# src/Interpreters/Context.h
# src/Parsers/Access/ASTCreateUserQuery.cpp
# src/Parsers/Access/ParserCreateRoleQuery.cpp
# src/Parsers/Access/ParserCreateSettingsProfileQuery.cpp
# src/Parsers/Access/ParserCreateUserQuery.cpp
# src/Parsers/Access/ParserSettingsProfileElement.cpp
# tests/queries/0_stateless/01294_create_settings_profile.reference
|
2024-11-18 13:13:27 -08:00 |
|
Alexey Milovidov
|
2d2d611bd3
|
Merge pull request #71778 from ClickHouse/docs-docker-links
[Docs] Update links to use official Docker image
|
2024-11-18 02:47:15 +00:00 |
|
justindeguzman
|
c0e239a14a
|
[Docs] Update links to use official Docker image
|
2024-11-11 10:58:45 -08:00 |
|
Peter Nguyen
|
f60d35161f
|
Update docs for ru/ and zh/
|
2024-11-11 08:56:50 -08:00 |
|
Plasmaion
|
b876d52e89
|
Update install.md (comment)
typo in word "or"
:)
|
2024-11-02 15:40:18 +03:00 |
|
Nikita Mikhaylov
|
57fde54f10
|
Merge pull request #71250 from cwurm/missing_sources_grants
Add missing sources grants for Kafka, NATS and RabbitMQ
|
2024-11-01 15:08:19 +00:00 |
|
Dmitry Novik
|
a6e2a09843
|
Merge remote-tracking branch 'origin/master' into fix_docs_create_materialized_view_on_cluster
|
2024-11-01 14:23:57 +01:00 |
|
Christoph Wurm
|
3b0273a5d3
|
Docs
|
2024-10-30 11:02:22 +00:00 |
|
Hiroaki Nakamura
|
d6acaeae5a
|
Fix doc for CREATE MATERIALIZED VIEW ON CLUSTER
|
2024-10-30 19:43:04 +09:00 |
|
MikhailBurdukov
|
b0977923fb
|
Add new type of headers for S3 endpoints
|
2024-10-30 07:52:41 +00:00 |
|
Lionel Palacin
|
a9f1159f9d
|
remove /play path from the url
|
2024-10-23 19:17:50 +01:00 |
|
Lionel Palacin
|
83dda28f59
|
Replace play.clickhouse.com urls with sql.clickhouse.com
|
2024-10-23 07:34:53 +01:00 |
|
Simon Podlipsky
|
677f296214
|
docs: use k as constant name instead of a in simpleLinearRegression
Function uses `k` internally.
E.g.
```sql
SELECT arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3]) FORMAT JsonEachRow
```
outputs `{"arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3])":{"k":1,"b":0}}`
|
2024-10-21 15:34:15 +02:00 |
|
Robert Schulze
|
d02a31da44
|
Merge pull request #70616 from rschu1ze/query-time-ef-search
Vector search: allow to specify HNSW parameter `ef_search` at query time
|
2024-10-21 06:47:46 +00:00 |
|
Alexey Milovidov
|
d05a77ecab
|
Remove documentation from MaterializedMySQL
|
2024-10-17 15:31:42 +02:00 |
|
Robert Schulze
|
da31d3252e
|
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search
|
2024-10-15 17:24:32 +00:00 |
|
Robert Schulze
|
a197f19396
|
Some unrelated minor fixes
|
2024-10-15 16:59:15 +00:00 |
|
Shichao Jin
|
f29900d735
|
Merge pull request #70612 from AlekseyKanaev/settings-users_docs_fix
Fixed docs typo in settings-users.md
|
2024-10-15 15:08:20 +00:00 |
|
Alexey Milovidov
|
80bd0cd58d
|
Even more files are removed
|
2024-10-15 00:56:27 +02:00 |
|
aleksey
|
abc10f5d2b
|
fixed docs typo in settings-users.md
|
2024-10-14 09:59:55 +03:00 |
|
Dmitry Novik
|
e9a1ac5ff4
|
Merge pull request #70394 from alsugiliazova/Fix--Distinct-combinator-docs
Docs: Fix distinct combinator docs as well as some other minor fixes in docs
|
2024-10-10 02:41:12 +00:00 |
|
Alexey Milovidov
|
d24b8bea37
|
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
|
2024-10-09 15:53:18 +00:00 |
|
Alsu Giliazova
|
3c05e515c2
|
Merge branch 'master' into Fix--Distinct-combinator-docs
|
2024-10-09 11:41:08 +02:00 |
|
Vladimir
|
775308f869
|
Fixed typo YSQL in grant.md
|
2024-10-08 20:08:57 +03:00 |
|
pufit
|
a89b81852c
|
Merge branch 'master' into pufit/fix-implicit-grants
|
2024-10-08 09:45:02 +08:00 |
|
kylhuk
|
97b596123d
|
fix: fixed filename reference in documentation
|
2024-10-07 23:19:47 +02:00 |
|
johnnyfish
|
92d7b11eef
|
Update gui.md
|
2024-10-08 00:09:22 +03:00 |
|
Patrick Druley
|
b9b905089d
|
minor typo fix for example intersect SQL
|
2024-10-07 14:42:20 -04:00 |
|
pufit
|
1250251b4d
|
add FINAL modifier
|
2024-10-03 22:59:05 -04:00 |
|
pufit
|
2a107e3429
|
Add WITH IMPLICIT , fix error with implicit grants
|
2024-10-02 23:20:33 -04:00 |
|
alsu
|
9c50a2d245
|
fix double distinct mistake in docs (corrStableDistinct(DISTINCT x, y))
|
2024-10-01 16:22:50 +02:00 |
|
Yarik Briukhovetskyi
|
2f4518fa66
|
init
|
2024-10-01 13:29:39 +02:00 |
|
Vitaly Baranov
|
924e21f632
|
Merge pull request #70025 from alsugiliazova/docs--update-create/alter-user-syntax-for-multiple-auth-methods-feature
Docs: update create/alter user syntax for multiple authentication methods feature
|
2024-09-28 12:29:04 +00:00 |
|
alsu
|
cafddf0833
|
add missing space
|
2024-09-26 19:17:45 +02:00 |
|
Yarik Briukhovetskyi
|
71937b9fc8
|
Merge branch 'ClickHouse:master' into tostartofinterval-aliases
|
2024-09-26 18:43:52 +02:00 |
|
alsu
|
7e10705886
|
update create/alter user syntax
|
2024-09-26 17:30:40 +02:00 |
|
alsu
|
916b92d094
|
update alter/create user russian docs according to english version
|
2024-09-26 14:56:02 +02:00 |
|
Robert Schulze
|
399225dc9c
|
Revert "feat: add docs"
This reverts commit 7f15f61426 .
|
2024-09-26 10:31:15 +00:00 |
|
Robert Schulze
|
2425eb287d
|
Revert "fix: correct return type inconsistencies in docs"
This reverts commit a2ff8e4384 .
|
2024-09-26 10:30:22 +00:00 |
|
Robert Schulze
|
da0838579f
|
Revert "small cosmetic changes in docs"
This reverts commit 8cc5d766b5 .
|
2024-09-26 10:30:04 +00:00 |
|
Robert Schulze
|
fd6f87a01c
|
Revert "Renamed a function"
This reverts commit 0983c5067a .
|
2024-09-26 10:29:46 +00:00 |
|
Vitaly Baranov
|
f23980f5af
|
Merge pull request #69892 from OlegGalizin/patch-1
default precision datetime64.md
|
2024-09-25 13:10:25 +00:00 |
|