Commit Graph

6453 Commits

Author SHA1 Message Date
alexey-milovidov
8e69c66c1b
Update build-cross-osx.md 2021-11-21 23:38:47 +03:00
alexey-milovidov
b6a01b994a
Update build-cross-osx.md 2021-11-21 23:24:28 +03:00
alexey-milovidov
fc194d8495
Update build-cross-osx.md 2021-11-21 23:15:41 +03:00
alexey-milovidov
d958528d11
Update build-cross-osx.md 2021-11-21 23:15:26 +03:00
Natasha Murashkina
7eeffc233a
Update developer-instruction.md
Added the missing --recursive flag for cloning submodules.
The text says "specify the `--recursive` flag as in the example above" but the flag wasn't there in the example
2021-11-21 16:07:38 +03:00
tavplubix
f5c85129cf
Merge pull request #31219 from karnevil13/karnevil-DOCSUP-17584
DOCSUP-17584: Edit and translate to Russian (ALTER TABLE FETCH/ATTACH in Replicated databases)
2021-11-19 15:14:23 +03:00
Andrey Torsunov
7f25ac0598
typo in PostgreSQL 2021-11-19 14:37:10 +03:00
SuperDJY
dd2972b8c3
return fake create query when executing show create table on system's tables. (#31391)
* clarify that cannot show create table of system's tables

* clarify that cannot show create table of system's tables in the document

* bypass test style-check for required `database=currentDatabase()` because `show create table` do not have condition

* rename supportsShowCreateTable to isSystemStorage

* build fake create query for show create table of system's tables

* fix tests for show create table on system's table:

1. only build fake create query when cannot get real query
2. only test rocksdb when it's enabled.

* fix test for show create table system.tables

* fix test for ASTCreateQuery set table and database

* change to LOGICAL_ERROR when cannot get in_memory metadata

Co-authored-by: tavplubix <tavplubix@gmail.com>

* implement common getCreateQueryFromStorage

Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-19 13:25:55 +03:00
alexey-milovidov
2e6864f6ec
Merge pull request #31516 from depyronick/master
added clickhouse-client library
2021-11-19 07:44:44 +03:00
achimbab
3c0c7fd070 Update links in adopters.md 2021-11-19 10:55:48 +09:00
Ali Demirci
7a3721c04f
Update client-libraries.md 2021-11-19 03:56:52 +03:00
karnevil13
9c5e788949
Merge branch 'master' into karnevil-DOCSUP-17584 2021-11-18 23:50:07 +03:00
alexey-milovidov
d66a742371
Update nyc-taxi.md 2021-11-18 11:25:57 +03:00
alexey-milovidov
3e62f8a548
Merge pull request #30448 from FArthur-cmd/remove_comments_for_enc_docs
Remove comments for enc docs
2021-11-18 09:42:59 +03:00
alexey-milovidov
2248f43a99
Update tuple-map-functions.md 2021-11-18 08:03:49 +03:00
cgp
3a814d5a2c replace link of List of tasks 2021-11-18 01:40:32 +08:00
alexey-milovidov
b5276e7daa
Update adopters.md 2021-11-17 09:58:59 +03:00
alexey-milovidov
66f142c4eb
Update adopters.md 2021-11-16 22:25:06 +03:00
olgarev
1cd1677b0c
DOCSUP-14532: Support SETTINGS clause for S3 engine (#30982) 2021-11-16 16:25:12 +03:00
alesapin
69cd19a342
Merge pull request #31408 from den-crane/patch-43
Doc. More tips
2021-11-15 10:13:57 +03:00
Vladimir C
20e7a2ff99
Merge pull request #31101 from lehasm/alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts 2021-11-15 09:53:57 +03:00
Denny Crane
1853f501c8
Update tips.md 2021-11-14 15:07:18 -04:00
Denny Crane
849370f729
Update tips.md 2021-11-14 14:58:32 -04:00
Denny Crane
b332fed8c5
Update tips.md 2021-11-14 14:48:04 -04:00
Maksim Kita
f283d46e3a
Merge pull request #30931 from sevirov/sevirov-DOCSUP-14511-document_custom_query_for_database_dictionaries
DOCSUP-14511: Document custom query for database dictionaries
2021-11-14 15:24:35 +03:00
Alexey Milovidov
2d57bba4ca Fix typo 2021-11-14 00:47:23 +03:00
alexey-milovidov
558a1257e7
Merge pull request #31279 from RainbowDashy/patch-1
docs: Add descriptions for string aliases
2021-11-13 01:28:07 +03:00
alexey-milovidov
cd42d55d06
Merge pull request #31362 from den-crane/patch-42
Doc. CREATE DICTIONARY / SETTINGS
2021-11-13 01:25:53 +03:00
alexey-milovidov
f82fd18511
Merge pull request #31348 from depyronick/patch-1
add nestjs-clickhouse library
2021-11-12 23:40:31 +03:00
Thom O'Connor
e5a6242759
Merge branch 'ClickHouse:master' into master 2021-11-12 10:46:15 -07:00
Denny Crane
22a32c46bd
Update dictionary.md 2021-11-12 13:00:34 -04:00
tavplubix
e8f745da24
Merge pull request #31347 from lavrinenkoe/patch-2
Update http.md
2021-11-12 17:58:37 +03:00
alesapin
fe44b167d1
Merge pull request #31110 from sevirov/sevirov-DOCSUP-15458-document_the_alter_table_modify_comment
DOCSUP-15458: Document the SQL-statement ALTER TABLE ... MODIFY COMMENT
2021-11-12 16:45:00 +03:00
tavplubix
26b6412d1f
Update http.md 2021-11-12 16:41:16 +03:00
Ali Demirci
95793d7227
add nestjs-clickhouse library 2021-11-12 16:38:52 +03:00
Maksim Kita
59c855c038
Merge pull request #31012 from karnevil13/karnevil-DOCSUP-16608
DOCSUP-16608: Documented JSONExtractKeys function
2021-11-12 16:29:43 +03:00
Maksim Kita
42ecb28788
Merge pull request #31082 from sevirov/sevirov-DOCSUP-16607-update_the_sql_statement_create_dictionary
DOCSUP-16607: Update the SQL-statement CREATE DICTIONARY
2021-11-12 16:29:27 +03:00
Tomáš Hromada
445b0ba7cc
Expose all GlobalThreadPool config params (#31285) 2021-11-12 16:24:47 +03:00
Vladimir Smirnov
48451182f8 Initial support for risc-v
Make ClickHouse compilable and runnable on risc-v 64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.

What doesn't work:
 1. traces - they are always empty
 2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00
Thom O'Connor
cf8886461d
Merge branch 'ClickHouse:master' into master 2021-11-11 08:15:38 -07:00
Anton Popov
b897bc3a5e
Merge pull request #30835 from lehasm/alexey-sm-DOCSUP-14792-update-bitShift-functions
DOCSUP-14792-document-bitShift-functions
2021-11-11 15:23:47 +03:00
p0ny
b9525797f8
Add descriptions for string aliases 2021-11-11 10:48:38 +08:00
Denny Crane
f1c721eab2
Update storage_policies.md 2021-11-10 20:59:35 -04:00
Thom O'Connor
4f3fde0d6d
Merge branch 'ClickHouse:master' into master 2021-11-10 09:08:59 -07:00
Thom O'Connor
04cd25c15c Resolve conflict - add Vercel; minor editing 2021-11-10 09:06:14 -07:00
Thom O'Connor
2912be4128 Resolve conflict - add Vercel; minor editing 2021-11-10 09:03:23 -07:00
Nikolay Degterinsky
56e5e05fc5
Merge pull request #31217 from den-crane/patch-40
Doc. Fix materialize column example
2021-11-10 11:16:54 +03:00
alexey-milovidov
6b77045af7
Update adopters.md 2021-11-10 05:13:02 +03:00
karnevil13
27d98b8617 Updated gui.md, replicated.md & formats.md 2021-11-10 02:20:59 +03:00
alexey-milovidov
c8527a0259
Update tips.md 2021-11-10 02:14:57 +03:00