Commit Graph

140788 Commits

Author SHA1 Message Date
robot-clickhouse
811ae63c0f Update version_date.tsv and changelogs after v24.4.1.2088-stable 2024-05-01 02:02:57 +00:00
Alexey Milovidov
2caefed2fd
Merge pull request #63196 from ClickHouse/add_ability_to_run_azure_for_pr
Run azure tests in PR
2024-05-01 01:59:06 +00:00
Alexey Milovidov
16ee705d6d
Merge pull request #63189 from yariks5s/npy_endianness_test
Add numpy tests for different endianness
2024-05-01 03:59:38 +02:00
Alexey Milovidov
c35189f311
Merge pull request #63208 from Algunenano/temp_disable_sanity_check_settings
Disable one query from 02994_sanity_check_settings
2024-05-01 03:58:04 +02:00
Alexey Milovidov
d3a0d5c7b2
Merge pull request #63215 from ClickHouse/24.5-prepare
Update version after release
2024-05-01 03:54:20 +02:00
Alexey Milovidov
c6ab7bd995 Update autogenerated version to 24.5.1.1 and contributors 2024-05-01 03:52:34 +02:00
Alexey Milovidov
48836afcf7 Update changelog 2024-05-01 03:51:30 +02:00
Raúl Marín
e79860aa0a Fix linter 2024-04-30 22:24:46 +02:00
Raúl Marín
e13f3e57d9 Disable one test from 02994_sanity_check_settings 2024-04-30 22:18:04 +02:00
robot-clickhouse
e0118502d5 Automatic style fix 2024-04-30 20:17:44 +00:00
alesapin
296527dede Fxi 2024-04-30 22:07:22 +02:00
Robert Schulze
0a01a92bf8
Merge pull request #62884 from rschu1ze/inverted-to-fulltext
Rename "inverted index" to "full-text index"
2024-04-30 20:03:35 +00:00
pufit
7a63f7ca40
Update CHANGELOG.md 2024-04-30 15:00:39 -04:00
Alexey Petrunyaka
d2070e5de4 Update FunctionsCodingUUID.cpp
Fix for build error after fix merge error
2024-04-30 21:51:15 +03:00
Alexey Milovidov
68efc3dbb9
Merge pull request #63156 from joejoe233/master
[Docs] Update ClickVisual official website link
2024-04-30 18:44:44 +00:00
Alexey Petrunyaka
668c83b1cb Fix for memory sanitizer 2024-04-30 21:38:27 +03:00
Alexey Petrunyaka
dde34625f2 Revert "Remove UUIDv7ToDateTime due to memory sanitizer issues"
This reverts commit 0e8575fc07.
2024-04-30 21:30:16 +03:00
Alexey Milovidov
6d4b31322d
Merge pull request #63157 from jrdi/revert-60598
Revert "Merge pull request #60598 from jrdi/week-default-mode"
2024-04-30 20:21:21 +02:00
Eduard Karacharov
609d1d309e
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-04-30 21:20:27 +03:00
alesapin
ca0cc9e05a Fix style 2024-04-30 19:46:50 +02:00
HarryLeeIBM
9cc79bec3b Merge branch 'hlee-z-build-fix' of https://github.com/HarryLeeIBM/ClickHouse into hlee-z-build-fix
Fix 390x build issue by forcing mold linker
2024-04-30 10:44:24 -07:00
Konstantin Bogdanov
273464c963
Merge pull request #63046 from ClickHouse/support-user-expiration
Check user expiration date before query execution
2024-04-30 17:42:58 +00:00
Eduard Karacharov
bf637a8633 include_from docs updated 2024-04-30 20:42:44 +03:00
HarryLeeIBM
be72040922 Use mold linker for s390x 2024-04-30 10:40:00 -07:00
Anton Popov
1c8a2ae2eb fix possible endless loop while reading from azure 2024-04-30 16:14:37 +00:00
alesapin
b6c49af024 Fxi 2024-04-30 17:59:08 +02:00
alesapin
23ec35a559 Merge branch 'add_ability_to_run_azure_for_pr' of github.com:ClickHouse/ClickHouse into add_ability_to_run_azure_for_pr 2024-04-30 17:55:11 +02:00
alesapin
e1de0d4f36 Fix 2024-04-30 17:54:59 +02:00
robot-clickhouse
7d9f76988a Automatic style fix 2024-04-30 15:53:08 +00:00
alesapin
0b836376d1 Run azure tests in PR 2024-04-30 17:41:44 +02:00
Robert Schulze
0e8575fc07
Remove UUIDv7ToDateTime due to memory sanitizer issues 2024-04-30 15:29:42 +00:00
Yarik Briukhovetskyi
3b7742bb81
Update 02895_npy_format.reference 2024-04-30 16:38:38 +02:00
yariks5s
7854e807dd init 2024-04-30 14:37:07 +00:00
pufit
fe1a8ccae6
Merge pull request #63136 from ClickHouse/pufit/fix-dump-ast-with-sql-security
Format SQL security option only in `CREATE VIEW` queries.
2024-04-30 14:11:18 +00:00
Konstantin Bogdanov
fccb463222
Rename 2024-04-30 16:07:51 +02:00
pufit
677a76c8d8
Merge branch 'master' into pufit/fix-dump-ast-with-sql-security 2024-04-30 10:05:22 -04:00
Robert Schulze
c820bc31e5
Fix memory sanitizer report 2024-04-30 13:35:12 +00:00
Konstantin Bogdanov
185e715fc1
Update src/Interpreters/Session.h
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2024-04-30 14:54:34 +02:00
Konstantin Bogdanov
36014f739a
Rename 2024-04-30 14:52:43 +02:00
Raúl Marín
9c3775b7c6 More fixes 2024-04-30 14:32:32 +02:00
alesapin
eacbf5fe10 Fix premature server listen for connections 2024-04-30 14:32:03 +02:00
Raúl Marín
415a7be8db
Merge pull request #63119 from Algunenano/sanity_check_clamp
Make sanity check of settings worse
2024-04-30 12:20:38 +00:00
Raúl Marín
89fe970cd2
Merge pull request #62929 from Algunenano/optimize_rewrite_sum_if_to_count_if
Enable optimize_rewrite_sum_if_to_count_if by default
2024-04-30 12:07:24 +00:00
Robert Schulze
3bf29828dc
Add a warning about the UUID sort order 2024-04-30 11:16:06 +00:00
Robert Schulze
5660769a4b
Cosmetics, pt. V 2024-04-30 10:57:54 +00:00
Robert Schulze
6af89ecf12
Revert "Disable s390x build"
This reverts commit 116393c951.
2024-04-30 10:02:19 +00:00
Alexey Petrunyaka
93df0644ce
Fixes for the binary tidy build 2024-04-30 12:10:12 +03:00
János Benjamin Antal
71589c25ba
Merge pull request #62498 from ClickHouse/prevent-renaming-important-columns
Fix validation of special MergeTree columns
2024-04-30 09:10:08 +00:00
Alexey Milovidov
c4f7cfabd3
Merge pull request #63153 from ClickHouse/revert-62088-parqustom
Revert "Enable custom parquet encoder by default"
2024-04-30 11:00:59 +02:00
vdimir
23525ea3d5
Merge branch 'master' into ineq_join_v2 2024-04-30 08:15:51 +00:00