The Wayback Machine - https://web.archive.org/web/20210310112439/https://github.com/cockroachdb/cockroach/releases
Skip to content
Mar 1, 2021
changefeedccl: Apply avro schema prefix as a namespace
The avro_schema_prefix flag avoids collisions in the subject, but records or
lower-level fields could still collide. This PR sets the "namespace" property
on avro schemas to be equal to the prefix when provided.
Note that this slightly changes encoding: if the prefix "super" is provided,
"super." will be prepended to the keys of the subfields of an avro record,
such as the "after" part of an emitted value.

Release justification: low-risk update to behavior for a new flag
Release note (enterprise change): avro_schema_prefix flag sets Schema.namespace
Feb 4, 2021
Merge pull request #59703 from spaskob/managed-import
importccl: better error message for free-tier
Feb 2, 2021
Merge #59633
59633: multiregion: replace TODO and unimplemented with issue numbers r=ajstorm a=otan

In the spirit of Milestone planning, replace all remaining multiregion
TODOs with issue numbers.

Release note: None

Co-authored-by: Oliver Tan <otan@cockroachlabs.com>
Jan 27, 2021
tracing: revert trace.mode default to legacy
We are still seeing memory issues on tpccbench/nodes=6/cpu=16/multi-az
which need to be investigated. Turn off background tracing while we do.

Touches #58298. We're also reverting an earlier commit as part of this
one (d252400). This revert is needed given
we've not yet addressed an underlying bug (#59203).

Release note: None
Jan 25, 2021
Merge pull request #59272 from yuzefovich/backport20.1-59213
release-20.1: sql: fix ALTER INDEX ... SPLIT/UNSPLIT AT in error cases
Jan 20, 2021
Merge pull request #59172 from rytaft/backport20.1-59147
release-20.1: opt: fix bug where ON CONFLICT DO NOTHING ignores some input
Jan 12, 2021
Merge pull request #58720 from bdarnell/skippy-20.2
Jan 12, 2021
Merge pull request #58876 from bdarnell/skippy-19.2
*: Update gogoproto
Dec 15, 2020
Merge pull request #55058 from ajwerner/backport20.1-54876
release-20.1: sql: wait for canceled mutations to be at the head of the queue for reverse
Dec 8, 2020
Merge pull request #57677 from ajwerner/backport20.2-57648
release-20.2: sql: add force flag overloads to crdb_internal.unsafe_.* builtins