You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
150387: builtins: fix `pg_collation_for` for CITEXT r=yuzefovich a=yuzefovich
We missed a spot where we need to unwrap the DOidWrapper corresponding to DCIText.
Fixes: #150386.
Release note: None
150390: kvserver: pass NodeCapacityProviderConfig to NewNodeCapacityProvider r=tbg a=wenyihu6
Previously, NewNodeCapacityProvider took NodeCapacityProviderTestingKnobs
directly and handled the logic for picking refresh intervals internally. This
wasn't ideal, as it is preferred for configuration to be handled by the caller,
keeping NewNodeCapacityProvider focused on its core logic. This change moves
that logic to the caller, which now constructs the config with the appropriate
interval values. The default setting is now also closer to the server
configuration in pkg/base/config.go.
Epic: none
Release note: none
150391: valueside: fix missing support for CITEXT r=yuzefovich a=yuzefovich
We forgot to add support for CITEXT in MarshalLegacy value encoding. We forgot to add support for CITEXT in MarshalLegacy value encoding. (This encoding type is used when multiple column families are present, and the CITEXT is included not in the zeroth column family.)
No stable release with this bug, so we omit the release note.
Fixes: #150389.
Release none: None
150414: release: add support for s390x in custom release signing script r=rickystewart a=rail
This commit adds support for the s390x architecture in the custom release signing script and introduces a new script to build CockroachDB releases for the s390x platform without telemetry.
Release note: none
Epic: none
Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
Co-authored-by: wenyihu6 <wenyi@cockroachlabs.com>
Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com>
Co-authored-by: Rail Aliiev <rail@iqchoice.com>
0 commit comments