Skip to content

Commit

Permalink
DOC-6339 correct introduced in bug vers rn
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-crl committed Jan 25, 2023
1 parent 39c9e80 commit fd39f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/releases/v22.1/v22.1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Release Date: December 12, 2022
- Fixed the [statement activity](../v22.1/ui-statements-page.html#statement-fingerprint-page) page so that it no longer shows multi-statement implicit transactions as "explicit." [#92430][#92430]
- Fixed a bug existing since "v20.2" that could cause incorrect results in rare cases for queries with inner joins and left joins. For the bug to occur, the left join had to be in the input of the inner join and the inner join filters had to reference both inputs of the left join, and not filter `NULL` values from the right input of the left join. Additionally, the right input of the left join had to contain at least one join, with one input not referenced by the left join's `ON` condition. [#92103][#92103]
- When configured to true, the `sql.metrics.statement_details.dump_to_logs` [cluster setting](../v22.1/cluster-settings.html) no longer causes a mutex deadlock. [#92278][#92278]
- Fixdc incorrect cancellation logic when attempting to detect stuck rangefeeds. [#92702][#92702]
- Fixed incorrect cancellation logic when attempting to detect stuck rangefeeds. [#92702][#92702]
- Fixed an internal error when comparing a tuple type with a non-tuple type. [#92714][#92714]
- `attidentity` for `GENERATED BY DEFAULT AS IDENTITY` column should be `d`. [#92835][#92835]
- Previously, CockroachDB could incorrectly evaluate queries that performed left semi and left anti "virtual lookup" joins on tables in `pg_catalog` or `information_schema`. These join types can be planned when a subquery is used inside of a filter condition. The bug was introduced in "v22.1.0" and is now fixed. [#92881][#92881]
- Previously, CockroachDB could incorrectly evaluate queries that performed left semi and left anti "virtual lookup" joins on tables in `pg_catalog` or `information_schema`. These join types can be planned when a subquery is used inside of a filter condition. The bug was introduced in v20.2.0 and is now fixed. [#92881][#92881]

<h3 id="v22-1-12-performance-improvements">Performance improvements</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v23.1/v23.1.0-alpha.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Release Date: December 19, 2022
- Added sort setting to tables on the **Transaction** and **Statement Insights Details** pages. [#92573][#92573]
- Fixed an issue where `changefeed.emitted_messages` would be increased twice per message for changefeed cloud storage sinks. [#92685][#92685]
- Fixed a bug where `attidentity` in `pg_attribute` for the `GENERATED BY DEFAULT AS IDENTITY` column should be `d`. [#92545][#92545]
- CockroachDB previously could incorrectly evaluate queries that performed left semi and left anti "virtual lookup" joins on tables in `pg_catalog` or `information_schema`. These join types can be planned when a subquery is used inside of a filter condition. The bug was introduced in v22.1.0 and is now fixed. [#92713][#92713]
- CockroachDB previously could incorrectly evaluate queries that performed left semi and left anti "virtual lookup" joins on tables in `pg_catalog` or `information_schema`. These join types can be planned when a subquery is used inside of a filter condition. The bug was introduced in v20.2.0 and is now fixed. [#92713][#92713]
- Fixed a link to index details on the **Drop Index Insights** in the Cloud Console. [#92953][#92953]
- Fixed a bug where encoding of `ARRAY` type to Parquet format would fail in some cases during the `EXPORT` command. [#92948][#92948]
- Fixed a rare panic only present in v22.2.0 that occurs when using particular forms of existing statistics in table statistics forecasting. [#92707][#92707]
Expand Down

0 comments on commit fd39f69

Please sign in to comment.