Commit Graph

2623 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
20acb38271
Merge pull request #64807 from ClickHouse/adjust-changelogs
Migrate changelog.py to a descendant of fuzzywuzzy
2024-06-04 20:31:54 +00:00
Mikhail f. Shiryaev
af0ea585fc
Remove unnecessary rev-parse in favor of in_changelog 2024-06-04 21:29:53 +02:00
Mikhail f. Shiryaev
bad3f2d384
Migrate changelog from outdated fuzzywuzzy to a new thefuzz 2024-06-04 21:29:53 +02:00
Robert Schulze
46434f9040
Merge pull request #63578 from ElderlyPassionFruit/add-compression-sorts-optimization
Best-effort sorting to improve compressability
2024-06-04 19:02:55 +00:00
Alexey Milovidov
c0aad2a2b5
Merge pull request #64777 from ClickHouse/remove-iostream-debug-helpers
Remove iostream debug helpers
2024-06-04 20:44:30 +02:00
Robert Schulze
c061a42f35
Merge pull request #64742 from Beetelbrox/fjurado-61548/feat-add-parseReadableSize-function
Add `parseReadableSize` function
2024-06-04 18:39:33 +00:00
Igor Markelov
50e6c28fb2 Fix style 2024-06-04 15:21:44 +00:00
Robert Schulze
e02cc4c9e0
Fix style, pt. II 2024-06-04 09:54:34 +00:00
Robert Schulze
ca40ac9886
Fix spelling 2024-06-04 09:25:48 +00:00
Antonio Andelic
b2c0917925 Merge branch 'master' into fix-gwp-asan 2024-06-04 09:15:02 +02:00
Alexey Milovidov
84914f2c3d Remove iostream_debug_helpers 2024-06-04 05:48:45 +02:00
Yarik Briukhovetskyi
230fbf76a9
Merge pull request #60156 from Artemmm91/hilbert-function
Add `hilbertEncode` and `hilbertDecode` functions
2024-06-03 12:23:01 +00:00
Francisco Javier Jurado Moreno
0081cc2d34 Add parseReadableSize* function names to spellchack ignore list 2024-06-03 10:49:18 +02:00
Antonio Andelic
5633a18f2f Merge branch 'master' into fix-gwp-asan 2024-06-03 10:43:14 +02:00
robot-clickhouse
eef5875506 Update version_date.tsv and changelogs after v24.5.1.1763-stable 2024-06-01 07:48:53 +00:00
Mikhail f. Shiryaev
116c74341e
Fix a year for the changelogs by maximum from PRs 2024-05-30 18:09:50 +02:00
Mikhail f. Shiryaev
90d53fe625
Fix wrong links for 123#issuecomment-1 2024-05-30 16:58:11 +02:00
Mikhail f. Shiryaev
e432f9068e
Sort imports 2024-05-30 15:17:42 +02:00
Mikhail f. Shiryaev
33bbb29d48
Fix broken changelogs for bugfix PRs 2024-05-30 15:16:04 +02:00
Robert Schulze
48bd68a93e
Revert "Add fromReadableSize function" 2024-05-30 09:55:26 +02:00
Robert Schulze
8b9c75853f
Merge pull request #64494 from Blargian/document_topLevelDomainRFC
[Docs] add missing `RFC` variants to URL functions
2024-05-29 14:53:04 +00:00
Robert Schulze
a3eec1fc78
Fix spelling 2024-05-29 13:40:39 +00:00
Blargian
3495d92803 Fix style check 2024-05-29 15:26:10 +02:00
Robert Schulze
a87e99e736
Merge pull request #64386 from Beetelbrox/fjurado-61548/feat-add-fromreadablesize-function
Add `fromReadableSize` function
2024-05-29 11:05:29 +00:00
Robert Schulze
b3fb2f7d5e
Merge pull request #64496 from Blargian/docs_UTCTimestamp
[Docs] add missing `UTCTimestamp` function
2024-05-29 09:34:00 +00:00
Shaun Struwig
f8ac89151f
Update aspell-dict.txt 2024-05-29 11:13:54 +02:00
Robert Schulze
0dbb33232a
Merge pull request #64458 from Blargian/document_toStartOf
[Docs] add missing `toStartOfMillisecond`, `toStartOfMicrosecond`, `toStartOfNanosecond`
2024-05-28 22:21:08 +00:00
Artem Mustafin
755a9539b6 spellcheck 2024-05-28 18:47:54 +00:00
Max K
b07ba7655d
Merge pull request #64480 from ClickHouse/ci_critical_bugfix_category_in_pr_body
CI: Critical bugfix category in PR template
2024-05-28 15:22:51 +00:00
Max K
edf8d92cf0 CI: add category to changelog.py 2024-05-28 12:53:52 +02:00
Robert Schulze
70302fe309
Remove generateSnowflakeIDThreadMonotonic 2024-05-28 09:22:52 +00:00
Antonio Andelic
3ccb05c10d Fix style 2024-05-28 08:42:17 +00:00
Francisco Javier Jurado Moreno
ed1d933e53 Update dict ignore 2024-05-28 10:00:12 +02:00
Shaun Struwig
e973155d81
Update aspell-dict.txt 2024-05-28 08:39:50 +02:00
Nikita Mikhaylov
0b6391d565 Merge branch 'master' of github.com:ClickHouse/ClickHouse into linestring 2024-05-27 10:23:33 +00:00
Robert Schulze
1425f0776f
Merge remote-tracking branch 'ClickHouse/master' into add-serial-function 2024-05-26 13:55:14 +00:00
Kseniia Sumarokova
31fd4f5eb4
Merge pull request #59767 from ClickHouse/use-iobject-storage-for-table-engines-1
Unite s3/hdfs/azure storage implementations into a single class working with IObjectStorage. Same for *Cluster, data lakes and Queue storages.
2024-05-25 09:35:55 +00:00
Francisco Javier Jurado Moreno
b884d827a5 Rebase and fix merge conflicts 2024-05-24 17:21:02 +02:00
Francisco Javier Jurado Moreno
a3f80626b9 Update dictionary ignore 2024-05-24 17:09:32 +02:00
alesapin
bfe68fd3ca
Merge pull request #62481 from ClickHouse/keeper-bench-replay-zookeeper-log
Replay ZK logs using keeper-bench
2024-05-24 13:36:18 +00:00
Robert Schulze
1f1c2c21b1
Fix spelling 2024-05-24 10:32:42 +00:00
Robert Schulze
480f911c76
Fix spelling 2024-05-24 08:33:44 +00:00
kssenii
3004f0b63d Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-05-23 16:51:46 +02:00
Nikita Mikhaylov
40c069dc28 Fix style 2024-05-23 14:00:49 +00:00
Robert Schulze
906d17e6d5
Merge pull request #63957 from Blargian/document_proportionsZTest
[Docs] add `proportionsZTest` to docs
2024-05-23 11:49:24 +00:00
Antonio Andelic
b899bd07cf Better 2024-05-22 16:12:33 +02:00
kssenii
1059b51177 Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-05-22 14:13:27 +02:00
Azat Khuzhin
2a29046d03 Revert "Exclude FunctionsConversion from the large objects check for now"
This reverts commit 7261f924bb.
2024-05-21 19:18:39 +02:00
kssenii
7b225ab59c Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-05-21 16:58:25 +02:00
Antonio Andelic
d4430b583c Create snapshot 2024-05-21 16:19:14 +02:00
Antonio Andelic
6854f0e7ae Merge branch 'master' into keeper-bench-replay-zookeeper-log 2024-05-21 15:21:23 +02:00
Robert Schulze
e9569b2ab4
Merge pull request #63856 from Blargian/document_anova
[Docs] add `analysisOfVariance` function
2024-05-21 05:51:29 +00:00
Alexey Milovidov
28ded4a471
Merge pull request #63632 from azat/global-query-profiler-followup
Ignore global profiler if system.trace_log is not enabled and fix really disable it for keeper standalone build
2024-05-20 08:42:25 +02:00
Alexey Milovidov
a2d9a32652
Merge pull request #63733 from qiangxuhui/qiangxuhui-loongarch64
Initial support for loongarch64
2024-05-18 05:26:26 +02:00
Raúl Marín
706056015a
Merge pull request #63811 from zzyReal666/63657
fix antlr insertStmt for issue 63657
2024-05-17 11:43:17 +00:00
Robert Schulze
5fb8ea4c62
Merge remote-tracking branch 'ClickHouse/master' into qiangxuhui-loongarch64 2024-05-17 07:56:01 +00:00
Alexey Milovidov
c6e40a9288 Better script to collect symbols statistics 2024-05-17 06:26:02 +02:00
Shaun Struwig
9f70cb7cbf
Update aspell-dict.txt 2024-05-16 17:39:18 +02:00
Azat Khuzhin
ae2f71f289 utils/c++expr: add ability to preserve generated worktree and binary
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 13:13:59 +02:00
Azat Khuzhin
42246791f0 utils/c++expr: allow to change build directory
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 13:13:59 +02:00
qiangxuhui
d549fd79d9 Fix code: replace LOONGARCH64 with LoongArch64 in some files 2024-05-16 09:50:17 +00:00
Shaun Struwig
ea52b25dcb
Update aspell-dict.txt 2024-05-15 18:49:45 +02:00
kssenii
5ede316ec5 Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-05-15 12:52:25 +02:00
kssenii
a7b135ea8b Fix style check 2024-05-15 12:42:38 +02:00
zzyReal666
4701431ee8 fix antlr insertStmt 2024-05-15 14:31:47 +08:00
Alexey Milovidov
17fc2936ce
Merge pull request #63379 from Blargian/document_showCertificate
[Docs] add missing `showCertificate`
2024-05-15 03:13:45 +00:00
Raúl Marín
7bf66dea26
Update utils/security-generator/generate_security.py 2024-05-14 17:38:58 +02:00
Leticia Webb
5db1286fff
Update utils/security-generator/generate_security.py
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-05-14 08:35:17 -07: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
Leticia Webb
f83e62b437
Security Policy: Add notification process 2024-05-13 17:02:23 -07:00
Azat Khuzhin
a4e1ddc95a Link dbms to ZooKeeper examples
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-13 11:05:36 +02:00
Azat Khuzhin
7261f924bb Exclude FunctionsConversion from the large objects check for now
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-13 11:05:36 +02:00
Antonio Andelic
f1f668e7df Setup node generator initial 2024-05-13 10:17:21 +02:00
Alexey Milovidov
9c21066c9b Useless changes 2024-05-13 00:26:18 +02:00
Alexey Milovidov
c2caaf007c Merge branch 'master' into clang-18-ci 2024-05-13 00:24:06 +02:00
Alexey Milovidov
24bddeedf9 Useless changes 2024-05-12 18:22:09 +02:00
Robert Schulze
3b49cccb7d
Merge pull request #63266 from Blargian/document_addXYZ
[Docs] update `addXYZ` functions
2024-05-11 19:21:10 +00:00
Antonio Andelic
f081d7c41d Merge branch 'master' into keeper-bench-replay-zookeeper-log 2024-05-10 10:19:29 +02:00
Shaun Struwig
c238ccd350
Merge branch 'master' into document_addXYZ 2024-05-08 23:54:52 +02:00
Shaun Struwig
4c9cc50781
Merge branch 'ClickHouse:master' into document_isXYZ 2024-05-08 22:04:38 +02:00
Shaun Struwig
c187f99dcd
Add isNullable and isNotDistinctFrom to aspell-ignore 2024-05-08 15:09:00 +02:00
Alexey Milovidov
f4e2605208 Insert symbols info to the CI database 2024-05-08 04:10:01 +02:00
Shaun Struwig
8923148292
Update aspell-dict.txt with showCertificate 2024-05-07 22:12:07 +02:00
Antonio Andelic
936f94d286 Add print 2024-05-07 14:40:45 +02:00
Nikita Mikhaylov
d0c71e1a59
Merge pull request #63251 from Blargian/document_subtractXYZ
[Docs] `subtractXYZ`
2024-05-06 12:34:28 +00:00
Antonio Andelic
363b4de531 Merge branch 'master' into keeper-bench-replay-zookeeper-log 2024-05-06 10:33:43 +02:00
Konstantin Bogdanov
2311512e82
Merge pull request #63367 from Blargian/document_singleValueOrNull
[Docs] add `singleValueOrNull` to documentation
2024-05-05 23:41:08 +00:00
Alexey Milovidov
12bfa1fa0b
Merge pull request #63378 from Blargian/document_sigmoid
[Docs] add `sigmoid` function
2024-05-05 23:32:01 +00:00
Shaun Struwig
eeaf46ceaa
Update aspell-dict.txt 2024-05-05 22:06:45 +02:00
Shaun Struwig
2441ed9081
add sigmoid to aspell-dict.txt 2024-05-05 22:04:31 +02:00
Shaun Struwig
3316df88aa
Merge branch 'ClickHouse:master' into 59557_form_input_format 2024-05-05 05:30:40 +02:00
Shaun Struwig
3dbc9b8549
Add singleValueOrNull to aspell-dict 2024-05-05 05:28:49 +02:00
Duc Canh Le
5d2feb41e7
Revert "Revert "Introduce bulk loading to StorageEmbeddedRocksDB"" 2024-05-03 18:29:36 +08:00
Alexey Milovidov
c9fd1df4fc
Revert "Introduce bulk loading to StorageEmbeddedRocksDB" 2024-05-03 05:27:03 +03:00
robot-clickhouse
bb26856dd4 Update version_date.tsv and changelogs after v23.8.14.6-lts 2024-05-02 18:07:48 +00:00
vdimir
a838fb778b
Merge pull request #59163 from canhld94/rocksdb_bypass_memtable
Introduce bulk loading to StorageEmbeddedRocksDB
2024-05-02 14:49:03 +00:00
Blargian
8de8095480 Update addXYZ documentation 2024-05-02 11:56:14 +02:00
Blargian
ac98f25fee Add subtractInterval and subtractTupleOfIntervals to aspell-dict.txt to ignore 2024-05-02 11:23:47 +02:00
Robert Schulze
8a7b0c057f
Merge pull request #62852 from pet74alex/UUIDv7
Add UUIDv7-generating functions
2024-05-02 06:57:12 +00:00
Duc Canh Le
6a324ae67a Merge branch 'master' into rocksdb_bypass_memtable
Try fix CI
2024-05-01 11:21:31 +00:00