Commit Graph

159463 Commits

Author SHA1 Message Date
Konstantin Bogdanov
95378f8478
Merge d78bbae17b into 682eb4c92f 2024-11-27 18:57:24 +08:00
Nikita Fomichev
682eb4c92f
Merge pull request #72519 from ClickHouse/24.10_disable_shared_set_join
SettingsChangesHistory: disable allow_experimental_shared_set_join
2024-11-27 10:01:09 +00:00
Robert Schulze
9c893d4712
Merge pull request #72520 from ClickHouse/docs-cloud-atomic-default-engine
[Docs] Specify that Replicated is default engine for cloud
2024-11-27 08:53:36 +00:00
Justin de Guzman
b6725d33d1
[Docs] Specify that Replicated is default engine for cloud 2024-11-26 16:57:49 -08:00
Anton Popov
71b651d4a8
Merge pull request #72394 from CurtizJ/fix-functions-to-subcolumns
Fix mismatched types after applying `optimize_functions_to_subcolumns`
2024-11-27 00:21:26 +00:00
Nikita Fomichev
1166e93447 SettingsChangesHistory: disable allow_experimental_shared_set_join 2024-11-27 00:56:03 +01:00
Alexey Milovidov
e3e6905638
Merge pull request #72339 from Zaynulla/patch-2
varPop doc latex formula added
2024-11-26 22:45:20 +00:00
Alexey Milovidov
0c02222173
Merge pull request #72390 from den-crane/Docs/leadInFrame
Doc. Add a warning to lagInFrame/leadInFrame
2024-11-26 22:45:10 +00:00
Robert Schulze
e9f083b26d
Merge pull request #71997 from allmazz/delete_old_mongodb_integration
Get rid of the legacy mongodb integration
2024-11-26 21:51:46 +00:00
Alexey Milovidov
9f7c6f94c5
Merge pull request #72211 from Avogar/fix-dynamic-columns-sizes
Fix calculating dynamic columns sizes on vertical merge
2024-11-26 20:36:40 +00:00
robot-clickhouse
c50472d73a
Merge pull request #72495 from ClickHouse/auto/v24.11.1.2557-stable
Update version_date.tsv and changelog after v24.11.1.2557-stable
2024-11-26 18:41:38 +00:00
Konstantin Bogdanov
ca2d9ccef5
Merge pull request #72429 from ClickHouse/fix-backups-except-tables-formatting
Fix `BACKUP ... EXCEPT TABLES` queries formatting and parsing
2024-11-26 18:08:19 +00:00
robot-clickhouse
22f34a2fe9 Update version_date.tsv and changelogs after v24.11.1.2557-stable 2024-11-26 18:03:24 +00:00
Robert Schulze
f7795a638d
Merge pull request #72457 from rschu1ze/clang-tidy-absl
Remove duplicate checks of clang-tidy `bugprone-reserved-identifier`
2024-11-26 17:37:04 +00:00
Robert Schulze
934ae95e39
Fix bad conflict resolution 2024-11-26 17:34:27 +00:00
Robert Schulze
6a899f97eb
Merge remote-tracking branch 'ClickHouse/master' into delete_old_mongodb_integration 2024-11-26 17:33:41 +00:00
Anton Popov
e8f548a9a1 Merge remote-tracking branch 'upstream/master' into HEAD 2024-11-26 17:24:34 +00:00
Raúl Marín
dd092411ff
Merge pull request #72455 from Algunenano/rename_setting
Rename allowed_feature_tier to allow_feature_tier
2024-11-26 15:54:01 +00:00
Denny Crane
5b1bdef54f
Update lagInFrame.md 2024-11-26 09:24:42 -04:00
Denny Crane
0ebee19f2e
Update docs/en/sql-reference/window-functions/leadInFrame.md
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-11-26 09:21:58 -04:00
Nikita Taranov
cb2249e4a6
Merge pull request #72405 from ClickHouse/fix_uncaught_exc
Fix uncaught exception in ScatteredBlock
2024-11-26 13:21:00 +00:00
Robert Schulze
d9859c9186
Merge remote-tracking branch 'ClickHouse/master' into delete_old_mongodb_integration 2024-11-26 13:15:02 +00:00
Robert Schulze
45e1702f82
Merge remote-tracking branch 'ClickHouse/master' into delete_old_mongodb_integration 2024-11-26 12:44:06 +00:00
Robert Schulze
2ed07b21d3
Fix test_mask_sensitive_info 2024-11-26 12:43:08 +00:00
Pavel Kruglov
552d8b9699
Merge pull request #72294 from Avogar/json-beta
Move JSON/Dynamic/Variant types from experimental features to beta
2024-11-26 12:19:42 +00:00
alesapin
0d5d4249e1
Merge pull request #72102 from CurtizJ/primary-index-cache
Added cache for primary index
2024-11-26 12:01:02 +00:00
Robert Schulze
9865ca5fd5
Remove duplicates of removed bugprone-reserved-identifier 2024-11-26 11:57:15 +00:00
Vladimir Cherkasov
37cd162397
Merge pull request #72357 from aalexfvk/fix_move_zero_copy_part_test
Remove flaky test test_move_shared_lock_fail_keeper_unavailable and extend the stable one
2024-11-26 11:39:23 +00:00
Vladimir Cherkasov
41f7203cfc
Merge pull request #72392 from ClickHouse/vdimir/sqashing_rata_race
Fix data race in Squashing with LowCardinality
2024-11-26 11:38:23 +00:00
Raúl Marín
b487f59496 Rename allowed_feature_tier to allow_feature_tier 2024-11-26 12:30:57 +01:00
Robert Schulze
6762c30a88
Use std::string::contains where possible 2024-11-26 11:27:37 +00:00
Robert Schulze
6e0f888347
Bump Google test to latest HEAD 2024-11-26 11:19:22 +00:00
Raúl Marín
637672a13c
Merge pull request #72216 from Algunenano/compression
Stop wasting disk space and link time. Save the world
2024-11-26 11:12:18 +00:00
Alexander Gololobov
91391b2f13
Merge pull request #72337 from ClickHouse/devirtualize_lowcardinality_sort
De-virtualize compareAt and getUInt calls in comparator for LowCardinality column
2024-11-26 11:08:52 +00:00
alesapin
c70bf58d9c
Merge pull request #72350 from ClickHouse/make_argmax_fastger
Optimize function argMin/Max for some data types
2024-11-26 11:04:17 +00:00
Sema Checherinda
d7833c402d
Merge pull request #72400 from ClickHouse/chesema-fix-tx-ops
make operations_to_execute as shared ptr
2024-11-26 10:37:43 +00:00
Kseniia Sumarokova
ecd1fcb21a
Merge pull request #71301 from MikhailBurdukov/fix_zombies_in_lib_bridge
Fixed zombie processes after library bridge crash.
2024-11-26 10:03:14 +00:00
Mikhail f. Shiryaev
dbaa196709
Merge pull request #72259 from ClickHouse/clean-systemd-clean-workaround
Remove workaround cleaner from postinst of clickhouse-server
2024-11-26 09:27:51 +00:00
Alexey Milovidov
031eac6da0
Merge pull request #72433 from ClickHouse/alexey-milovidov-patch-8
Update groupconcat.md
2024-11-26 05:29:22 +00:00
Konstantin Bogdanov
1ef6762456
Merge pull request #72432 from ClickHouse/fix-docker-image
Remove garbage file from docker images
2024-11-26 04:51:56 +00:00
Alexey Milovidov
3d65e72586
Update groupconcat.md 2024-11-26 05:49:53 +01:00
Alexey Milovidov
438b80e89b
Update groupconcat.md 2024-11-26 05:49:19 +01:00
Konstantin Bogdanov
63fc8a37a8
Fix 2024-11-26 05:17:50 +01:00
robot-clickhouse
7ed67942e8 Automatic style fix 2024-11-26 04:14:42 +00:00
Konstantin Bogdanov
31a669892f
Fix 2024-11-26 05:11:14 +01:00
Konstantin Bogdanov
b2d358c27b
Add tests 2024-11-26 05:06:14 +01:00
Konstantin Bogdanov
81f6e993e9
Allow parsing both variants of BACKUP EXCEPT TABLES query 2024-11-26 05:06:00 +01:00
Alexey Milovidov
88495e1d5d
Merge pull request #72428 from ClickHouse/changelog-24.11-1
Add changelog for 24.11
2024-11-26 03:10:06 +00:00
Konstantin Bogdanov
66b874dafd
Omit database names from backup query when we do not need to specify it 2024-11-26 03:34:17 +01:00
Alexey Milovidov
f7833ae419 Add changelog for 24.11 2024-11-26 02:56:48 +01:00