Robert Schulze
d8d2b0af76
Merge pull request #49466 from ucasfl/str_to_map
...
add alias str_to_map and mapFromString for extractKeyValuePairs
2023-05-08 10:11:06 +02:00
Dan Roscigno
0830153a52
Merge pull request #49501 from ivan-klass/patch-1
...
Note for multiple arrayJoin of same array expression
2023-05-07 20:17:09 -04:00
Robert Schulze
f4eabd967d
Merge pull request #49603 from ClickHouse/rs/makedate-mysql
...
Implement a MySQL-compatible variant of makeDate()
2023-05-07 21:51:03 +02:00
Robert Schulze
3cadcaeaf0
Add new aliases to docs
2023-05-07 19:24:49 +00:00
Robert Schulze
d5f08ba87b
Move extractKeyValuePairs*() docs into maps docs
2023-05-07 19:22:29 +00:00
Robert Schulze
d614bde1c7
Fixup docs of extractKeyValuePairs*()
2023-05-07 19:20:16 +00:00
Mikhail f. Shiryaev
e1fa92e078
Add openSUSE and SLES to docs dictionary, sort it
2023-05-07 19:30:55 +02:00
Mikhail f. Shiryaev
b2963eb4be
Add documentation how to install clickhouse on SUSE family
2023-05-07 17:59:46 +02:00
robot-clickhouse-ci-1
d1ad3ea24e
Merge pull request #49593 from ClickHouse/rs/qc-empty-chunk
...
Query Cache: Safeguard against empty chunks
2023-05-07 02:20:54 +02:00
Robert Schulze
c893302a08
Implement a MySQL-compatible variant of makeDate()
...
Fixes #49143
2023-05-06 20:11:36 +00:00
Robert Schulze
2986c28761
Small fixes
2023-05-06 18:12:10 +00:00
Alexey Milovidov
54163b87ec
Merge pull request #47977 from ClickHouse/rs/non-experimental-qc
...
Mark query cache as non-experimental
2023-05-06 19:49:23 +03:00
Alexey Milovidov
6b6504e5bd
Merge pull request #49582 from Merle-Zhang/patch-1
...
Fix missing backticks for inline code in architecture.md
2023-05-06 18:10:28 +03:00
Robert Schulze
883e0abea1
Query Cache: Safeguard against empty chunks
...
Reading from the query cache is implemented using processor
"SourceFromChunks" which inherits from ISource. The latter has logic
which finishes processing (= calls .finish() on the output port +
returns Status::Finished) when the derived class returns an empty chunk.
If this empty chunk is not the last chunk, i.e. if it is followed by
non-empty chunks, the query result will be incorrect. This situation
should theoretically never occur in practice but who knows ... To be on
the safe side, writing into the query cache now rejects empty chunks and
thereby avoids this scenario.
2023-05-06 14:22:23 +00:00
Robert Schulze
0598bfd79e
Mark query cache as non-experimental
2023-05-06 13:58:40 +00:00
Robert Schulze
7137c8811a
Merge pull request #49158 from ClickHouse/rs/show-indexes
...
Implement SHOW INDEX
2023-05-06 15:30:29 +02:00
pufit
e1fa147e51
docs
2023-05-05 22:57:48 -04:00
merlllle
d6448b749e
Fix missing backticks for inline code in architecture.md
2023-05-06 02:17:19 +01:00
Alexey Milovidov
965956ad55
Merge pull request #47815 from jkaflik/add-gcs-table-function
...
Add Google Cloud Storage S3 compatible table function
2023-05-05 23:18:58 +03:00
Robert Schulze
b2f0108150
Merge pull request #49292 from exmy/allow_int_type_for_bit_agg
...
Allow Int arguments for aggregation function groupBitAnd/Or/Xor
2023-05-05 21:23:13 +02:00
xmy
180bb9f13d
fix
2023-05-05 18:05:09 +08:00
Ivan Takarlikov
8873856ce5
Fix some grammar mistakes in documentation, code and tests
2023-05-04 13:35:18 -03:00
Kuba Kaflik
c6953f4452
Merge branch 'master' of github.com:clickhouse/ClickHouse into add-gcs-table-function
2023-05-04 16:03:16 +02:00
Antonio Andelic
a68a023ca7
Merge pull request #48724 from johanngan/sse-kms
...
Support SSE-KMS configuration with S3 client
2023-05-04 13:20:54 +02:00
ivan-klass
1da30e2830
Better text
2023-05-04 13:06:07 +02:00
ivan-klass
a788d0b124
Note for multiple arrayJoin of same array expression
2023-05-04 13:03:27 +02:00
Alexander Gololobov
7a0fedb069
Merge pull request #49485 from kislovs/patch-1
...
Fix code block in clickhouse-local.md
2023-05-04 12:34:25 +02:00
alesapin
89caf40840
Merge pull request #46528 from myrrc/feature/show-secrets-option
...
Show secrets in `SHOW` and `SELECT` queries
2023-05-04 11:21:30 +02:00
Sergey Kislov
e36d29b1fe
Update clickhouse-local.md
...
Code block was with additional indent which causes wrong rendering here on GitHub and website.
2023-05-04 13:26:19 +07:00
johanngan
731823b873
Add support for SSE-KMS configuration with S3
...
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html
Similar to the server_side_encryption_customer_key_base64 option for
configuring SSE-C with S3, add the following settings to configure
SSE-KMS on a per-endpoint/disk basis:
- server_side_encryption_kms_key_id
- server_side_encryption_kms_encryption_context
- server_side_encryption_kms_bucket_key_enabled
2023-05-03 21:35:38 -05:00
johanngan
1bc52977a7
Support "header" setting in S3 disk config
...
The S3 table engine supports specifying extra HTTP headers in S3
requests to certain endpoints, via the "headers" setting. This commit
adds the same setting to S3 disk config.
2023-05-03 21:32:58 -05:00
alekar
af81f056b4
Merge branch 'master' into 48716
2023-05-03 18:35:54 -07:00
candiduslynx
d5ccc99b1c
add map to list of unsupported nullable types
2023-05-03 18:29:55 +03:00
Alexander Tokmakov
e399903030
Merge pull request #48548 from ClickHouse/clusters_is_active_column
...
Add some columns to system.clusters
2023-05-03 17:42:40 +03:00
Nikolay Degterinsky
048b4ec738
Merge branch 'master' into bcrypt
2023-05-03 16:14:57 +02:00
vdimir
d3c7054bcf
Merge pull request #49169 from lingtaolf/doc/bloomfilter_compute_functions
2023-05-03 12:43:45 +02:00
Nikolay Degterinsky
4c038ef538
Merge branch 'master' into bcrypt
2023-05-02 21:52:21 +02:00
robot-clickhouse
b7d641cebe
Update version_date.tsv and changelogs after v23.4.2.11-stable
2023-05-02 16:39:28 +00:00
Nikolay Degterinsky
46c86dce93
Fix bcrypt enum value
2023-05-02 14:36:48 +00:00
DanRoscigno
4ae2a467f7
add note about other disk types
2023-05-01 14:50:08 -04:00
Dan Roscigno
2b141a195a
Apply suggestions from code review
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-05-01 14:38:05 -04:00
DanRoscigno
fa4ab93f21
add dynamic and nested dynamic
2023-05-01 14:06:50 -04:00
DanRoscigno
30dd645b4f
add docs for nested dynamic disks
2023-05-01 13:02:32 -04:00
DanRoscigno
d21cdde371
add check
2023-05-01 09:02:32 -04:00
Dan Roscigno
d36f60bc4a
Update settings.md
...
add listen_host to prometheus section
2023-05-01 08:50:18 -04:00
larryluogit
e18395b265
Merge branch 'master' into saveIntervals
2023-05-01 08:15:47 -04:00
Raqbit
2bce8a1b44
Fix typo "nullbale" in data-types reference doc
2023-05-01 10:14:46 +02:00
Nikolay Degterinsky
f64ef88197
Merge remote-tracking branch 'upstream/master' into bcrypt
2023-04-30 21:39:16 +00:00
Nikolay Degterinsky
5631342c1d
Improve docs
2023-04-30 21:38:48 +00:00
Kseniia Sumarokova
7d867d7632
Merge pull request #49225 from MikhailBurdukov/mongo_dict_tls
...
Connection options for MongoDB dictionaries
2023-04-29 11:37:45 +02:00
alekar
29d96afae8
Merge branch 'master' into 48716
2023-04-28 14:24:46 -07:00
Mike Kot
2d20658885
Merge branch 'master' into feature/show-secrets-option
2023-04-28 20:19:35 +03:00
Nikolay Degterinsky
69d8d41197
Add docs, better tests
2023-04-28 15:12:48 +00:00
Mike Kot
f1d0ed367d
separate name for format setting
2023-04-28 13:39:38 +00:00
Mike Kot
7bffa89e96
add all 3 settings
2023-04-28 13:22:36 +00:00
Alexey Milovidov
6dcfdbfaf2
Merge branch 'master' into clusters_is_active_column
2023-04-28 16:16:25 +03:00
Alexey Milovidov
85d78a6265
Merge pull request #49286 from ClickHouse/added-documentation-for-kolmogorov-smirnov-test-2
...
Added an alias `asymptotic` for `asymp` computational method for `kolmogorovSmirnovTest`.
2023-04-28 16:15:24 +03:00
Feng Kaiyu
2e14b91b92
docs: update build.md, add missing argument value.
...
`--build` need an option (`build`).
2023-04-28 16:53:19 +08:00
xmy
2da33b96eb
Allow Int* type argument for groupBitAnd/GroupBitOr/groupBitXor
2023-04-28 11:03:50 +08:00
Mike Kot
e428af0b63
replace format settings with server setting
2023-04-27 21:27:18 +00:00
Mike Kot
357cde95e9
Merge branch 'master' into feature/show-secrets-option
2023-04-27 20:19:40 +00:00
Robert Schulze
fcf0bb2aa0
Update build guide for nasm, #49254
2023-04-27 17:20:53 +00:00
Nikita Mikhaylov
da72eb630e
Done
2023-04-27 18:14:46 +02:00
Nikita Mikhaylov
fe9cc7ad90
Better
2023-04-27 17:38:15 +02:00
Nikita Mikhaylov
c0126ce67b
Added english version of the documentation
2023-04-27 17:33:45 +02:00
Nikolay Degterinsky
ea55222131
Merge pull request #44674 from evillique/add_default_password_type
...
Add default password type
2023-04-27 13:25:58 +02:00
robot-clickhouse
904461773d
Update version_date.tsv and changelogs after v23.4.1.1943-stable
2023-04-26 23:50:52 +00:00
Robert Schulze
ca62b3d177
Merge pull request #49183 from ClickHouse/rs/doc-makedate
...
Document makeDateTime() and its variants
2023-04-26 22:45:24 +02:00
MikhailBurdukov
b229a28e94
Merge branch 'master' into mongo_dict_tls
2023-04-26 23:39:27 +03:00
MikhailBurdukov
7764168bd5
Resove conflict
2023-04-26 19:50:58 +00:00
MikhailBurdukov
baaee66e85
Missing files
2023-04-26 19:29:29 +00:00
Robert Schulze
6c28966324
Merge branch 'master' into rs/show-indexes
2023-04-26 20:33:38 +02:00
Alexander Gololobov
ec0f8dbfbf
fix makeDateTime syntax
2023-04-26 15:07:23 +02:00
Robert Schulze
ad15749b4e
Document makeDateTime() and its variants
...
Follow-up to #35628
2023-04-26 12:22:05 +00:00
凌涛
e4011aa9c5
Update mergetree.md
2023-04-26 19:41:13 +08:00
Dan Roscigno
5836f2e66d
Update partition.md
...
closes
2023-04-26 07:12:23 -04:00
Alexey Milovidov
d151e03b04
Merge branch 'master' into rs/show-indexes
2023-04-26 13:55:35 +03:00
Nikolay Degterinsky
a8d124ac0f
Merge branch 'master' into add_default_password_type
2023-04-26 12:53:23 +02:00
凌涛
935656c23a
add docs for create bmEstimate functions
2023-04-26 17:55:40 +08:00
凌涛
58de2dae26
add docs for create bmEstimate functions
2023-04-26 17:51:39 +08:00
Robert Schulze
c58e0e347c
Various cleanups
2023-04-26 09:46:35 +00:00
alekar
87f118cace
Merge branch 'master' into 48716
2023-04-26 00:26:30 -07:00
Aram Peres
f65b526472
Fix an unclosed XML tag in documentation
2023-04-25 20:48:46 -04:00
Robert Schulze
c4ab1e12f1
Initial version of SHOW INDEXES
2023-04-25 20:48:11 +00:00
Manas Alekar
935f5f5807
Add documentation for append.
2023-04-25 11:06:07 -07:00
larryluogit
eb2ca36d34
Merge branch 'master' into saveIntervals
2023-04-25 10:37:16 -04:00
Robert Schulze
1da6ea7988
Move SHOW PROCESSLIST to a better position
2023-04-25 11:41:33 +00:00
Robert Schulze
3255f937f2
Remove anchor
2023-04-25 11:34:10 +00:00
Robert Schulze
d7f759ce38
Docs: Make caption of processors_profile_log page consistent with other pages
2023-04-25 11:31:53 +00:00
Robert Schulze
f870013fa1
+ GCC is unsupported
2023-04-24 20:14:59 +00:00
Robert Schulze
d19f8ec4b9
Cleanup build guide
...
- bump minimum required versions
- remove the recommendation + steps to build clang from source ...
that was only needed in the very early days
- use 'modern' cmake syntax to build
2023-04-24 20:10:17 +00:00
Nikolay Degterinsky
2fe3a69ba1
Merge remote-tracking branch 'upstream/master' into add_default_password_type
2023-04-24 18:51:32 +00:00
Dan Roscigno
f34f479dbb
Update build.md
...
On Fedora I could not build with `make`, I had to use `ninja`. Error:
```
❯ make -j $(nproc)
make: *** No targets specified and no makefile found. Stop.
```
2023-04-24 12:23:12 -04:00
Nikolay Degterinsky
1e92c504bd
Add docs
2023-04-24 16:03:52 +00:00
pufit
1985fb785e
Merge pull request #48262 from ClickHouse/42497-inherit-grant
...
GRANT CURRENT GRANTS implementation
2023-04-24 11:11:10 -04:00
Alexander Tokmakov
332a736a59
Merge branch 'master' into clusters_is_active_column
2023-04-24 15:54:03 +02:00
Nikita Taranov
3af5271e1c
Clarify data in progress bar is uncompressed
2023-04-24 15:45:02 +02:00
Anton Popov
e2e62b32e5
Merge pull request #48071 from CurtizJ/rework-map-functions
...
Rework functions that work with `Map` columns
2023-04-24 14:51:02 +02:00
Robert Schulze
ded8eca041
Merge pull request #48284 from ClickHouse/rs/qc-quota
...
Query Cache: Allow per-user quotas
2023-04-24 11:32:32 +02:00
Vladimir C
6090648fc8
Merge pull request #43606 from arthurpassos/parsey_key_value_function
2023-04-24 11:03:28 +02:00
Larry Luo
9e1e94648e
support saving interval types to tables
2023-04-23 21:59:51 -07:00
robot-ch-test-poll3
426221cadf
Merge pull request #49081 from DanRoscigno/add-docs-for-metrics
...
add async metrics and metrics descriptions
2023-04-24 01:02:12 +02:00
DanRoscigno
c0d9cca619
add async metrics and metrics descriptions
2023-04-23 18:21:08 -04:00
robot-clickhouse
662919865a
Update version_date.tsv and changelogs after v23.2.6.34-stable
2023-04-23 22:03:17 +00:00
Robert Schulze
38d5f12a32
Query Cache: Implement per-user quotas
2023-04-23 16:13:51 +00:00
Robert Schulze
7fe0562de5
Make the cfg parameter naming more consistent
2023-04-23 14:00:22 +00:00
Alexey Milovidov
7f5fcc84e0
Merge pull request #49048 from ClickHouse/auto/v23.3.2.37-lts
...
Update version_date.tsv and changelogs after v23.3.2.37-lts
2023-04-23 05:10:27 +03:00
Alexey Milovidov
78ddc5ba0e
Merge pull request #49047 from ClickHouse/auto/v23.1.7.30-stable
...
Update version_date.tsv and changelogs after v23.1.7.30-stable
2023-04-23 05:10:19 +03:00
Alexey Milovidov
0972fa2f6c
Merge pull request #49046 from ClickHouse/auto/v22.8.17.17-lts
...
Update version_date.tsv and changelogs after v22.8.17.17-lts
2023-04-23 05:10:11 +03:00
Alexey Milovidov
2370f46e70
Update formats.md
2023-04-22 21:36:58 +03:00
robot-clickhouse
9a3600bda5
Update version_date.tsv and changelogs after v23.3.2.37-lts
2023-04-22 15:54:55 +00:00
robot-clickhouse
7c94bbcbb9
Update version_date.tsv and changelogs after v23.1.7.30-stable
2023-04-22 15:30:16 +00:00
robot-clickhouse
72abd9f3a8
Update version_date.tsv and changelogs after v22.8.17.17-lts
2023-04-22 15:10:11 +00:00
Kruglov Pavel
cbc1fe73cc
Merge pull request #49009 from Avogar/increase-connection-timeout
...
Increase default value for connect_timeout_with_failover_ms
2023-04-21 20:41:50 +02:00
Arthur Passos
197edf9d43
docs
2023-04-21 11:43:12 -03:00
ltrk2
24381a9489
Apply correct Markdown syntax
2023-04-21 06:44:23 -07:00
Anton Popov
55bc58006e
add clarification to docs
2023-04-21 13:19:56 +00:00
Anton Popov
1b1a47e977
Merge remote-tracking branch 'upstream/master' into HEAD
2023-04-21 12:34:25 +00:00
avogar
d68b8f46a4
Increase default value for connect_timeout_with_failover_ms
2023-04-21 11:38:36 +00:00
Alexey Milovidov
9670c9ce4e
Merge pull request #48969 from ClickHouse/vdimir/quantile-gk-rename
...
Rename quantileApprox -> quantileGK
2023-04-21 13:19:25 +03:00
Kruglov Pavel
9749448eb0
Merge pull request #47229 from Avogar/non-blocking-connect
...
Improve async reading from socket
2023-04-21 10:38:50 +02:00
Yakov Olkhovskiy
540c33abce
fix grammar
2023-04-20 22:39:26 -04:00
Yakov Olkhovskiy
9ca91e618a
add arrayPartialSort and arrayPartialReverseSort
2023-04-20 22:27:13 -04:00
Yakov Olkhovskiy
bcf2252fe0
add arrayPartialSort and arrayPartialReverseSort
2023-04-20 22:08:24 -04:00
robot-ch-test-poll1
f466c89621
Merge pull request #48911 from Avogar/parquet-metadata-format
...
Add ParquetMetadata input format to read Parquet file metadata
2023-04-21 03:46:26 +02:00
Anton Popov
1f58dcabae
Merge branch 'master' into rework-map-functions
2023-04-20 18:44:40 +02:00
Dan Roscigno
aec97033c9
Merge pull request #48940 from ClickHouse/DanRoscigno-patch-5
...
Update query-complexity.md
2023-04-20 10:56:31 -04:00
Dan Roscigno
95b64eccbc
Merge pull request #48861 from DanRoscigno/add-transactions
...
move transactions to clickhouse repo
2023-04-20 10:55:42 -04:00
Dan Roscigno
5bcd443bce
Merge pull request #48947 from DanRoscigno/docs-file-fxn-partition-by-48698
...
added file() write to docs
2023-04-20 10:53:22 -04:00
Arthur Passos
43841a6ee6
Merge branch 'master' into parsey_key_value_function
2023-04-20 10:05:34 -03:00
Robert Schulze
e70190f5b5
Cleanup more function docs
2023-04-20 12:48:50 +00:00
Robert Schulze
3f0b9932c9
Cleanup string replace functions
2023-04-20 10:08:49 +00:00
vdimir
042b4ff525
Rename quantileApprox -> quantileGK
2023-04-20 11:41:17 +02:00
Robert Schulze
214ee232fd
Clean up string search function docs
2023-04-20 09:30:11 +00:00
lgbo-ustc
10daacb18f
updated
2023-04-20 09:28:49 +08:00
lgbo-ustc
f6a532d309
update
2023-04-20 09:28:49 +08:00
lgbo-ustc
bd84b7a87a
support syntax, respect nulls/ignore nulls
2023-04-20 09:28:49 +08:00
lgbo-ustc
cc0480c03f
update docs and add tests
2023-04-20 09:28:49 +08:00
Robert Schulze
4b0b25c655
Cleanup math function docs
2023-04-19 20:41:55 +00:00
Robert Schulze
96dad0a2cb
Merge pull request #48962 from ClickHouse/rs/doc-cleanup
...
Clean up string function docs
2023-04-19 22:33:56 +02:00
robot-ch-test-poll1
a9e1368d18
Merge pull request #48942 from ClickHouse/davenger-delete-where
...
WHERE clause is not optional for DELETE statement
2023-04-19 22:29:18 +02:00
Robert Schulze
4756629b84
Clean up string function docs
2023-04-19 20:05:38 +00:00
Robert Schulze
92890f4e08
Cleanup logical function docs
2023-04-19 18:51:38 +00:00
Robert Schulze
74c21bbc5d
UUID --> UUIDs
2023-04-19 18:36:10 +00:00
Robert Schulze
eca1ca31d1
Cleanup random function docs
2023-04-19 18:31:47 +00:00
Robert Schulze
bb0573cd56
More fixes
2023-04-19 18:11:50 +00:00
Robert Schulze
9e13e5a52a
Some fixes
2023-04-19 18:09:20 +00:00
Robert Schulze
69db6f1912
Docs: Cleanup arithmetic function docs
2023-04-19 17:50:40 +00:00
Robert Schulze
ec5b421be4
Docs: Sort functions in sidebar
2023-04-19 17:05:55 +00:00
Robert Schulze
cdf28f9b71
Minor fixups
2023-04-19 16:16:51 +00:00