Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions src/current/_includes/releases/v25.2/v25.2.0-beta.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Release Date: April 14, 2025
[#143820][#143820]
- Usage of `TG_ARGV` in trigger functions is now disallowed by default. The session setting `allow_create_trigger_function_with_argv_references` can be set to `true` to allow usage (with 1-based indexing).
[#143827][#143827]
- The return type of the `workload_index_recs` built-in function now includes two columns. The first column, `index_rec`, remains a `STRING` type and contains the index recommendation. The second column, `fingerprint_ids`, is new and has the `BYTES[]` type.

[#142927][#142927]
- The return type of the `workload_index_recs` built-in function now includes two columns. The first column, `index_rec`, remains a `STRING` type and contains the index recommendation. The second column, `fingerprint_ids`, is new and has the `BYTES[]` type. [#142927][#142927]
- The job description for `AUTO CREATE PARTIAL STATS` now clearly indicates that the job is for automatic partial statistics collection, improving `system.jobs` visibility and debugging.
[#143283][#143283]
- A new `execution time` statistic is now reported on `EXPLAIN ANALYZE` output for most operators. Previously, this statistic was only available on the DistSQL diagrams in `EXPLAIN ANALYZE (DISTSQL)` output.
Expand Down Expand Up @@ -45,13 +43,6 @@ Release Date: April 14, 2025
- Fixed an issue where databases, tables, and indexes were not appearing on the Hot Ranges page for application virtual clusters.
[#143441][#143441]

<h3 id="v25-2-0-beta-1-miscellaneous">Miscellaneous</h3>

- Backup compactions are not supported on and are blocked
for backups that are not scheduled, use revision history, have an
execution locality, set a custom incremental location, or include a
backup of a tenant. [#143854][#143854]


[#143827]: https://github.com/cockroachdb/cockroach/pull/143827
[#143675]: https://github.com/cockroachdb/cockroach/pull/143675
Expand All @@ -64,7 +55,6 @@ Release Date: April 14, 2025
[#143283]: https://github.com/cockroachdb/cockroach/pull/143283
[#143857]: https://github.com/cockroachdb/cockroach/pull/143857
[#144027]: https://github.com/cockroachdb/cockroach/pull/144027
[#143854]: https://github.com/cockroachdb/cockroach/pull/143854
[#143820]: https://github.com/cockroachdb/cockroach/pull/143820
[#143668]: https://github.com/cockroachdb/cockroach/pull/143668
[#143122]: https://github.com/cockroachdb/cockroach/pull/143122
Expand Down
Loading