Gosha Letov
fa9ff9ba84
Remove typo from distinctive-features.md
2024-07-10 11:33:48 +03:00
Anton Popov
e99dac2f65
Merge branch 'master' into enable-optimize_functions_to_subcolumns
2024-07-03 00:55:16 +02: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
Anton Kozlov
b1b9aaf2ec
Add support for x509 SubjectAltName identification
2024-07-01 09:47:28 +00:00
Anton Popov
21633b259b
Merge remote-tracking branch 'upstream/master' into HEAD
2024-06-28 23:08:29 +00:00
Robert Schulze
8b772f3fe3
Merge remote-tracking branch 'rschu1ze/master' into base64URL
2024-06-27 11:07:39 +00:00
Robert Schulze
7d26f45a28
base64En/Decode64Url --> base64En/Decode64URL
2024-06-27 09:05:44 +00:00
Max K
2ef503ad38
Merge pull request #65554 from ClickHouse/ci_rename_build_report_jobs
...
CI: Rename "ClickHouse build check" job to "Builds"
2024-06-26 17:24:48 +00:00
Anton Popov
9c7837b030
Merge remote-tracking branch 'upstream/master' into HEAD
2024-06-26 13:19:55 +00:00
Konstantin Bogdanov
665b4a9d1d
Merge pull request #62829 from ClickHouse/jwt-auth-in-client
...
Support JWT in `clickhouse-client`
2024-06-26 07:56:28 +00:00
Konstantin Bogdanov
c7b019d0b3
Add docs
2024-06-26 05:33:58 +02:00
Maciej Bak
d8eef19f56
Documentation: Add missing IF NOT EXISTS clause for manipulating constraints
2024-06-25 16:41:12 +02:00
Max K
5287b45e40
more docs fixes
2024-06-23 18:37:18 +02:00
Sema Checherinda
eec118b703
Merge pull request #63562 from GSokol/feat-59620
...
[feature] A setting `http_response_headers`
2024-06-17 13:52:37 +00:00
Mikhail Gorshkov
a6520bcf90
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ADQM-1893
2024-06-13 14:03:11 +00:00
Grigorii Sokolik
8119054cea
Add documentation
2024-06-13 11:21:48 +03:00
Anton Popov
2fc7ab2e6d
Merge remote-tracking branch 'upstream/master' into HEAD
2024-06-12 16:42:18 +00:00
Mikhail Gorshkov
0da0d8dfb1
PR post-review fixes
2024-06-10 10:14:45 +00:00
Mikhail Gorshkov
98235ba2b1
Dedicated support for Base64URL encoding
2024-06-07 15:47:12 +00:00
Mikhail Gorshkov
83901b82c9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1892
2024-06-05 13:13:06 +00:00
Mikhail Gorshkov
830acd3a89
Support non-const scale arguments in rounding functions
2024-06-04 15:32:38 +00:00
Mikhail Gorshkov
f3c97ff31f
Merge branch 'master' into ADQM-1868
2024-05-31 12:19:06 +03:00
Robert Schulze
2690b58eae
Merge pull request #64506 from rschu1ze/remove-generateUUIDv7-variants
...
Remove `generateUUIDv7(NonMonotonic|ThreadMonotonic)` functions
2024-05-29 15:05:47 +00:00
Mikhail Gorshkov
1ea6069712
Merge branch 'upstream_master' into 'ADQM-1868'
2024-05-29 13:46:57 +00:00
Mikhail Gorshkov
1f31f19da5
Fixes and documentation
2024-05-28 13:09:41 +00:00
Mikhail f. Shiryaev
97092e7f0c
Remove old time deprecated repo.clickhouse.com from docs
2024-05-28 13:48:38 +02:00
Robert Schulze
52d77052d3
Remove generateUUIDv7NonMonotonic() and generateUUIDv7ThreadMonotonic() functions
2024-05-28 11:27:06 +00:00
Shaun Struwig
f8fc1fa338
Merge branch 'master' into document_revision
2024-05-23 16:00:38 +02:00
Shaun Struwig
6e3a609907
Fix formatting in ru/index.md
2024-05-23 15:43:17 +02:00
Blargian
ce26c4f657
Review changes and replace … with ...
2024-05-23 13:54:45 +02:00
Kruglov Pavel
fddedee9a9
Merge pull request #59747 from Blargian/56257_parse_crlf_with_TSV_files
...
Parse CRLF with TSV files
2024-05-22 13:45:07 +00:00
Alexey Milovidov
a2d9a32652
Merge pull request #63733 from qiangxuhui/qiangxuhui-loongarch64
...
Initial support for loongarch64
2024-05-18 05:26:26 +02:00
Pazitiff9
782cbcfa58
Correction of a typo in table.md
...
Correction of a typo in ru docs about Create Table
2024-05-17 14:19:14 +03:00
Robert Schulze
5fb8ea4c62
Merge remote-tracking branch 'ClickHouse/master' into qiangxuhui-loongarch64
2024-05-17 07:56:01 +00:00
qiangxuhui
d549fd79d9
Fix code: replace LOONGARCH64
with LoongArch64
in some files
2024-05-16 09:50:17 +00:00
rfraposa
2ce2e2858e
Two more slug fixes
2024-05-14 21:50:04 -06:00
Rich Raposa
9b3f621f14
Update backupview.md
2024-05-14 21:42:33 -06:00
avogar
a7e87e22ad
Merge branch 'master' of github.com:ClickHouse/ClickHouse into 56257_parse_crlf_with_TSV_files
2024-05-14 11:56:43 +00:00
qiangxuhui
97a5de9653
Initial support for loongarch64
...
Make ClickHouse compilable and runnable on loongarch64
So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.
2024-05-14 07:45:26 +00:00
Anton Popov
12ea2fc4bf
Merge remote-tracking branch 'upstream/master' into HEAD
2024-05-13 16:24:34 +00:00
Robert Schulze
c9382252ae
Merge pull request #63520 from Blargian/document_isXYZ
...
[Docs] add missing `isXYZ` functions
2024-05-11 19:20:25 +00:00
Alexander van Olst
0586952eca
Fix links to IETF Base58 draft
2024-05-10 11:29:18 +02:00
Blargian
ca5e70f424
Undo file renaming for ru and zh
2024-05-09 10:57:13 +02:00
Shaun Struwig
1aa10b1633
Undo renaming
2024-05-09 10:31:03 +02:00
Blargian
a75151e80b
Undo renaming and make review changes
2024-05-09 10:29:35 +02:00
Blargian
b48ee1b949
Add isNotDistinctFrom to documentation
2024-05-08 13:56:49 +02:00
Blargian
70c6419651
Standardize file name for null-functions and add isNullable function
2024-05-08 12:51:22 +02:00
Shaun Struwig
2b4def9ebb
Merge branch 'ClickHouse:master' into 56257_parse_crlf_with_TSV_files
2024-05-05 05:30:26 +02:00
Robert Schulze
8a7b0c057f
Merge pull request #62852 from pet74alex/UUIDv7
...
Add UUIDv7-generating functions
2024-05-02 06:57:12 +00:00
joe09@foxmail.com
3c1695b80b
[docs] Update ClickVisual official website link
2024-04-30 15:04:22 +08:00