Commit Graph

1628 Commits

Author SHA1 Message Date
Linh Giang
4f84c82d6d
Update grant.md to include POSTGRES privilege
Added POSTGRES privilege under the SOURCES category as it seems to be missing.
2024-08-16 11:02:44 -06:00
Michael Kolupaev
4b9a2997d0 Merge remote-tracking branch 'origin/master' into mv4 2024-08-16 00:33:30 +00:00
jsc0218
fb037bcc72 move to mergetree setting and add more info 2024-08-15 13:48:43 +00:00
Arthur Passos
e8a40d9d52 Merge branch 'master' into multi_auth_methods 2024-08-13 10:30:01 -03:00
Michael Kolupaev
15ca86db7a Merge remote-tracking branch 'origin/master' into mv4 2024-08-12 21:17:45 +00:00
Arthur Passos
4c6aca2eed add docs about reset auth method 2024-08-12 15:58:10 -03:00
Arthur Passos
64d50d6e5b Merge branch 'master' into multi_auth_methods 2024-08-12 15:42:37 -03:00
Robert Schulze
574c445be9
Refactor tests for (experimental) statistics 2024-08-12 05:56:16 +00:00
Alexander Tokmakov
53bc1b7e35
Revert "Refactor tests for (experimental) statistics" 2024-08-11 13:19:36 +02:00
Robert Schulze
45db564354
Merge pull request #68034 from rschu1ze/stats-tests-refactoring
Refactor tests for (experimental) statistics
2024-08-11 08:43:31 +00:00
Alexey Milovidov
e6e06af7bd
Merge pull request #64281 from bigo-sg/extend_inequal_join
`Any/Semi/Anti` join support mixed join conditions
2024-08-09 21:36:31 +00:00
Robert Schulze
9b94bbc87e
Merge remote-tracking branch 'ClickHouse/master' into stats-tests-refactoring 2024-08-09 07:54:35 +00:00
Duc Canh Le
fdd8d5e5d8 Merge branch 'master' into drop_detached_partition_all
Fix CI
2024-08-08 14:44:10 +00:00
Robert Schulze
b0ba53788a
Refactor tests for (experimental) statistics 2024-08-08 11:21:23 +00:00
Ilya Yatsishin
4fb1febe48
Update table.md 2024-08-07 18:51:24 +02:00
maxvostrikov
37a6bd25f6 squash! docs for lightweight_mutation_projection_mode option starting with 24.7 we can lightweight delete in tables with projections. Fixed docs stating it is not possible 2024-08-07 14:06:02 +02:00
maxvostrikov
c39cdcffaf docs for lightweight_mutation_projection_mode option
starting with 24.7 we can lightweight delete in tables with projections. Fixed docs stating it is not possible
2024-08-07 14:03:53 +02:00
lgbo-ustc
bd4d648f63 update doc 2024-08-07 15:15:32 +08:00
Duc Canh Le
c6c2fce9d2 update document
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-08-06 07:51:35 +00:00
sunny19930321
e2b74e4176 feat: add delete from in pastition cmd 2024-08-05 19:32:45 +08:00
Arthur Passos
fa6564dbe3 Merge branch 'master' into multi_auth_methods 2024-07-30 10:32:13 -03:00
Michael Kolupaev
c52b6f58be Merge remote-tracking branch 'origin/master' into mv4 2024-07-29 20:44:30 +00:00
Arthur Passos
ae72bd57f2 try to fix docs? is it broken at all 2024-07-29 09:50:54 -03:00
Alexey Milovidov
512797a247
Merge pull request #67160 from xc0derx/patch-1
fix broken links (compression codecs)
2024-07-28 11:24:20 +00:00
Michael Kolupaev
8a04c8716a Merge remote-tracking branch 'origin/master' into mv4 2024-07-26 19:36:02 +00:00
Arthur Passos
456613e7fa minor doc change 2024-07-26 14:40:50 -03:00
Arthur Passos
5a45563f1b add note about downgrading 2024-07-26 14:36:58 -03:00
Alexey Milovidov
6f4aa977d7
Merge pull request #66832 from joelynch/joelynch/table-comments
Ensure COMMENT clause works for all table engines
2024-07-26 09:35:57 +00:00
Michael Kolupaev
b4ca0efcaa Merge remote-tracking branch 'origin/master' into mv4 2024-07-26 02:31:35 +00:00
xc0derx
18fb7396f9
fix broken links (compression codecs) 2024-07-25 23:21:30 +02:00
Dmitry Novik
93a2dbf85c
Move syntax part on top 2024-07-25 17:02:11 +02:00
Arthur Passos
f3f9d5f4de add notes about no_password behavior 2024-07-25 09:07:13 -03:00
joelynch
e1dc94e1a5
Merge branch 'master' into joelynch/table-comments 2024-07-25 10:15:03 +02:00
Linh Giang
6a3f49ada4
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARIES command
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARY and RELOAD DICTIONARIES commands to ensure execution on all replicas.  Also to conform with the rest of the document.
2024-07-23 13:23:35 -06:00
Michael Kolupaev
e09d984fec Merge remote-tracking branch 'origin/master' into mv4 2024-07-23 17:52:40 +00:00
joelynch
240f04561e
Fix docs for COMMENT clause 2024-07-22 19:12:39 +02:00
pufit
953053a7f6 docs, more doc strings 2024-07-19 20:32:37 -04:00
Arthur Passos
cc02ebca75 Merge branch 'master' into multi_auth_methods 2024-07-15 10:55:40 -03:00
Arthur Passos
3ab6760412 update docs 2024-07-12 15:21:29 -03:00
vdimir
1bb5ae954d
Merge branch 'master' into vdimir/full_sorting_join_improvements 2024-07-11 10:37:27 +00:00
Thom O'Connor
b7964bc13e
Update kill.md
Including extra verbiage for ON CLUSTER required in ClickHouse Cloud or self-managed clusters
2024-07-10 14:34:54 +00:00
vdimir
c24c33917f
Merge branch 'master' into vdimir/full_sorting_join_improvements 2024-07-10 09:49:51 +00:00
Michael Kolupaev
ba5e50cedc Merge remote-tracking branch 'origin/master' into mv4 2024-07-04 08:28:59 +00:00
Robert Schulze
9d79bd9625
Merge pull request #65792 from rschu1ze/stats-refactoring
Refactor statistics interface
2024-07-03 17:26:09 +00:00
Robert Schulze
2cefa56f9b
Update docs 2024-07-03 10:13:15 +00:00
Justin de Guzman
54c4f02dca
[Docs] Better wording for behavior of MATERIALIZED expr 2024-07-02 15:22:48 -07:00
Arthur Passos
cc13783acd Merge branch 'master' into multi_auth_methods 2024-07-02 09:11:20 -03:00
Konstantin Bogdanov
138eb924fa
Merge pull request #65626 from tonickkozlov/tonickkozlov/x509-san-validation
Add support for x509 SubjectAltName identification
2024-07-02 11:20:01 +00:00
Michael Kolupaev
d8cab4a772 Merge remote-tracking branch 'origin/master' into mv4 2024-07-01 20:26:53 +00:00
vdimir
81723dbd01
Merge branch 'master' into vdimir/full_sorting_join_improvements 2024-07-01 10:27:11 +00:00
Anton Kozlov
b1b9aaf2ec Add support for x509 SubjectAltName identification 2024-07-01 09:47:28 +00:00
Arthur Passos
306d55f636 add some docs 2024-06-29 18:29:05 -03:00
Nikita Mikhaylov
f399764021
Merge pull request #65793 from ClickHouse/docs-named-collections-cloud-support
[Docs] Specify that Named Collections are not supported in Cloud
2024-06-28 00:10:09 +00:00
Michael Kolupaev
4ac37682e3 Merge remote-tracking branch 'origin/master' into mv4 2024-06-27 20:45:08 +00:00
justindeguzman
78c659e8ce [Docs] Specify that Named Collections are not supported in Cloud 2024-06-27 12:15:48 -07:00
Linh Giang
2265861f83
fixed misspelled word
originally "quering" changed to "querying"
2024-06-27 09:38:19 -06:00
Maciej Bak
d8eef19f56 Documentation: Add missing IF NOT EXISTS clause for manipulating constraints 2024-06-25 16:41:12 +02:00
Michael Kolupaev
9957fe1734 Comment fixes 2024-06-25 08:44:37 +00:00
Michael Kolupaev
5e4d3b2e43 Refreshable materialized views improvements 2024-06-25 08:44:34 +00:00
Yarik Briukhovetskyi
f811dbf8f8
Merge pull request #65165 from Blargian/fix_deadlinks
Fix broken links in docs
2024-06-12 16:15:37 +00:00
Nikita Mikhaylov
7082730554
Merge pull request #60622 from phil-schreiber/fix/docu-column-ddl-for-codec-and-comment
fix column ddl expression order documentation
2024-06-12 15:51:29 +00:00
Blargian
d851fa871f Fix broken links in docs 2024-06-12 14:09:37 +02:00
vdimir
3e9090cbeb
fix 2024-06-12 08:45:39 +00:00
Christoph Wurm
4cc9cecd7c
Document REPLACE PARTITION as atomic 2024-06-06 10:14:38 +01:00
Han Fei
c04e7e64af Merge branch 'master' into hanfei/stats_uniq 2024-06-05 13:09:15 +02:00
Han Fei
f7ca33868b Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
Robert Schulze
9e440e1417
Add docs 2024-06-04 11:20:15 +00:00
Francesco Ciocchetti
a82cc3da6a
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud 2024-06-03 09:08:02 +02:00
Peignon Melvyn
299a0ec9cf
Update view.md 2024-05-31 03:09:54 +02:00
Peignon Melvyn
a286524a46
Update view.md 2024-05-31 03:06:20 +02:00
Nikita Mikhaylov
e54949da2a
Merge pull request #64515 from ClickHouse/melvynator-patch-2
Update view.md
2024-05-28 23:25:30 +00:00
Nikolay Degterinsky
f48f3feafa
Unify SYSTEM query docs 2024-05-28 18:35:46 +02:00
Peignon Melvyn
6a729fbb7e
Update view.md
Remove mention of experimental settings.
2024-05-28 16:25:08 +02:00
Han Fei
ee7ad460fd Merge branch 'master' into hanfei/stats_uniq 2024-05-25 18:01:21 +02:00
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Han Fei
6e15d6b344 address comments 2024-05-22 15:24:18 +02:00
Han Fei
2e2d20717b refine docs 2024-05-17 17:37:16 +02:00
Han Fei
79bbe0b587 Merge branch 'master' into hanfei/stats_uniq 2024-05-14 18:16:52 +02:00
vdimir
d3f03e9c94
More details about allow_experimental_join_condition 2024-05-14 08:57:56 +00:00
Maksim Kita
5885f4263b Recursive CTE documentation fix 2024-05-08 17:20:38 +03:00
Maksim Kita
0b59c24866 Fixed style check 2024-05-07 11:29:50 +03:00
Maksim Kita
da4f6f7b6c Added recursive CTE documentation 2024-05-07 11:29:50 +03:00
Yarik Briukhovetskyi
15c3da9e3e
Merge branch 'ClickHouse:master' into truncate_all_tables_from 2024-05-03 19:35:59 +02:00
János Benjamin Antal
7aab5855b6 Fix links 2024-05-02 07:00:40 +00:00
Yarik Briukhovetskyi
fd2716c5c4
fix docs 2024-05-01 17:42:42 +02:00
vdimir
7617155901
Merge branch 'master' into vdimir/ineq_join_v2 2024-05-01 11:53:43 +00:00
lgbo-ustc
6fa6c0261b apply 27a2b19 2024-04-28 09:27:16 +08:00
lgbo-ustc
cd9c87811f fixed bugs for all right join
add test cases

fixed typos

add document

fixed stype error and rename some variables

fixed test error

add test cases

try to recude hash join code size

debug

fixed

fixed coredump

fixed. condition result type is not bool

enable when allow_experimental_analyzer=0

fixed tests

fixed

update tests

update tests

roll backup when use the old analyzer

fixed typos

fixed

test

large obj check

test

test
2024-04-28 09:26:11 +08:00
Pablo Marcos
9002d4c751 Merge branch 'master' into pamarcos/system-unload-primary-key 2024-04-27 08:57:29 +02:00
Nikita Mikhaylov
44c05dde02
Merge pull request #62810 from ClickHouse/docs-add-final-keyword-examples
[Docs] Add examples for FINAL
2024-04-26 11:11:16 +00:00
Pablo Marcos
24b84ef68a Merge branch 'master' into pamarcos/system-unload-primary-key 2024-04-25 18:26:14 +02:00
Han Fei
42621b2060 Merge branch 'master' into hanfei/stats_uniq 2024-04-24 19:55:15 +02:00
Maksim Kita
0e28d20791 Fixed code review issues 2024-04-22 14:37:04 +03:00
Maksim Kita
0ad8c6ef78 Added docs 2024-04-22 12:12:02 +03:00
Justin de Guzman
98fef9f036
[Docs] Fix query 2024-04-19 13:36:41 -07:00
Justin de Guzman
4e38ccefdd
[Docs] Add examples for FINAL 2024-04-19 13:34:26 -07:00
Pablo Marcos
c28af20e2a Merge branch 'master' into pamarcos/system-unload-primary-key 2024-04-18 17:53:11 +02:00
jsc0218
7525b2acf4
Merge pull request #60117 from jsc0218/TableEngineGrant_version2
TableEngineGrant_version2
2024-04-18 14:30:34 +00:00
Pablo Marcos
556932706b Add SYSTEM UNLOAD PRIMARY KEY 2024-04-17 21:24:59 +02:00
Yarik Briukhovetskyi
ff5a385201
Update intersect.md 2024-04-15 11:03:15 +01:00
Josh Rodriguez
087d91d21d
Fix a typo and grammar in intersect 2024-04-13 11:02:08 -07:00
Alexander Tokmakov
c1c7cf56bd
Revert "[feature]: allow to attach parts from a different disk" 2024-04-11 13:43:51 +02:00
Robert Schulze
e09db43991
Merge remote-tracking branch 'rschu1ze/master' into docs-drop-table 2024-04-08 17:16:58 +00:00
Ilya Andreev
094f94882c Fix a typo in the documentation of the ALTER TABLE ... MODIFY QUERY statement 2024-04-08 12:37:03 +01:00
jsc0218
ee589f8a8b Merge remote-tracking branch 'origin/master' into TableEngineGrant_version2 2024-04-03 17:17:33 +00:00
Han Fei
5df9152332 Merge branch 'master' into hanfei/stats_uniq 2024-04-03 17:25:38 +02:00
Robert Schulze
0782ccaa91
Update docs/en/sql-reference/statements/drop.md
Co-authored-by: Han Fei <hanfei19910905@gmail.com>
2024-04-03 12:53:09 +02:00
Robert Schulze
2f45d98c97
Docs: Improve wording of DROP TABLE docs 2024-04-03 10:03:04 +00:00
robot-clickhouse-ci-1
1faa8e455c
Merge pull request #62171 from ClickHouse/improve-alter-synchronicity-docs
Improve docs
2024-04-02 15:47:13 +02:00
János Benjamin Antal
e659071b78 Improve docs 2024-04-02 11:37:48 +00:00
Robert Schulze
13c348c3c8
Fix spelling 2024-04-02 13:24:11 +02:00
Robert Schulze
3914a0f67a
Document SYSTEM RELOAD ASYNCHRONOUS METRICS 2024-04-02 11:03:00 +00:00
Han Fei
11a4ae516d Merge branch 'master' into hanfei/stats_uniq 2024-04-01 22:46:28 +02:00
Han Fei
a0d27e45b9
Merge branch 'master' into drop_tables 2024-03-28 13:56:50 +01:00
Yarik Briukhovetskyi
003d258ba1
Merge pull request #61862 from HowePa/truncate_all_tables
add TRUNCATE ALL TABLES
2024-03-28 13:32:46 +01:00
zhongyuankai
7938a8e62b Merge branch 'master' into drop_tables 2024-03-28 20:00:56 +08:00
Yarik Briukhovetskyi
844bb4f06c
Merge pull request #61727 from yariks5s/fix_undrop_query
Revert "Revert "Un-flake test_undrop_query""
2024-03-27 13:12:50 +01:00
zhongyuankai
aa3830a3db Merge branch 'master' into drop_tables 2024-03-26 14:09:04 +08:00
Han Fei
61052e17b3 Merge branch 'master' into hanfei/stats_uniq 2024-03-25 17:23:12 +01:00
Yarik Briukhovetskyi
8bdbfce43c
Merge branch 'master' into fix_undrop_query 2024-03-25 13:06:46 +01:00
Azat Khuzhin
4c9ea0075b Update documentation for SYSTEM FLUSH DISTRIBUTED SETTINGS
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-25 09:49:59 +01:00
HowePa
d38534e047 add TRUNCATE ALL TABLES 2024-03-25 15:59:15 +08:00
zhongyuankai
64961edb3f Merge branch 'master' into drop_tables 2024-03-25 11:13:26 +08:00
Alexey Milovidov
9210712f4f
Merge pull request #60112 from Unalian/feat-59377
[feature]: allow to attach parts from a different disk
2024-03-24 23:12:43 +03:00
robot-clickhouse-ci-2
a615d4a387
Merge pull request #56328 from ClickHouse/thomoco-patch-3
[Docs] Add details to KILL statement
2024-03-22 14:46:59 +01:00
Han Fei
a367e07ae9 Merge branch 'master' into hanfei/stats_uniq 2024-03-22 12:48:39 +01:00
Alexey Milovidov
08abe5823e
Update kill.md 2024-03-22 03:32:46 +03:00
Alexey Milovidov
fe5e6b0a0f
Update docs/en/sql-reference/statements/kill.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-22 03:32:02 +03:00
yariks5s
6a19b77d9e init 2024-03-21 18:39:05 +00:00
Robert Schulze
35cc335597
Revert "Un-flake test_undrop_query" 2024-03-20 18:04:35 +01:00
Han Fei
b2ceeba0f2 Merge branch 'master' into hanfei/stats_uniq 2024-03-19 23:47:08 +01:00
Kirill Nikiforov
ebaee8e5f6
Add support for ATTACH PARTITION ALL (#61107) 2024-03-18 15:00:27 -04:00
jsc0218
b3b46ea708 Merge remote-tracking branch 'origin/master' into TableEngineGrant_version2 2024-03-14 00:36:29 +00:00
Robert Schulze
bd6bed161c
Try to fix flaky test_undrop_query 2024-03-13 20:56:42 +00:00
unashi
c78224c2ff Merge branch 'master' into feat-59377 2024-03-13 11:24:00 +08:00
zhongyuankai
c6c40d1ac1 Merge branch 'master' into drop_tables 2024-03-12 08:54:55 +08:00
Nikita Mikhaylov
2bc4d27ac6 Bye bye 2024-03-07 19:24:39 +00:00
jsc0218
835afe1f34
Merge pull request #60893 from jsc0218/AddNamedCollectionGrantDoc
Add named collection grant description
2024-03-07 10:15:54 -05:00
Kseniia Sumarokova
de7f7e196e
Update docs/en/sql-reference/statements/grant.md 2024-03-07 13:55:22 +08:00
jsc0218
c901c9c1f3 fix typo 2024-03-07 01:47:10 +00:00
jsc0218
0f4cd3198d add version specification 2024-03-07 01:09:18 +00:00
Robert Schulze
7a60a5c7ab
Merge pull request #60642 from rschu1ze/docs-58023
Docs: Follow-up to #58023
2024-03-06 11:40:39 +01:00
Robert Schulze
06c2492b92
Clarify subtle detail in docs 2024-03-06 09:29:42 +00:00
jsc0218
cd2a418afd add named collection grant doc 2024-03-06 02:31:21 +00:00
Peter
1df42bb86b
Remove original article because it's redundant 2024-03-03 22:49:11 +08:00
jsc0218
2b54c11d63
Merge branch 'ClickHouse:master' into TableEngineGrant_version2 2024-03-02 20:42:04 -05:00
Robert Schulze
dc2d022cc4
Docs: Follow-up to #58023 2024-03-01 12:29:57 +00:00
Philipp Schreiber
545cc731dc fix column ddl expression order documentation 2024-03-01 09:39:02 +01:00
Kirill Nikiforov
2744fc0c2d rename dns_cache_max_size to dns_cache_max_entries 2024-02-29 02:32:13 +03:00
jsc0218
b4b19ae2ad
Merge branch 'master' into TableEngineGrant_version2 2024-02-28 10:56:30 -05:00