Loading...
Loading...
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
npx skill4agent add cockroachdb/cockroach commit-helpergit diff --stagedgit diffpackage: imperative title without period
Detailed explanation of what changed, why it changed, and
how it impacts users. Explain the problem that existed
before and how this commit solves it.
Include context about alternate approaches considered and
any side effects or consequences.
Resolves: #123
Epic: CRDB-357
Release note (category): Description of user-facing change
in past or present tense explaining what changed, how users
can see the change, and why it's important.crdb_internal.backward-incompatible changeenterprise changeops changecli changesql changeui changesecurity updateperformance improvementcluster virtualizationbug fixgeneral changebuild changeRelease note (bug fix): Fixed a bug introduced in v19.2.3 that
caused duplicate rows in CREATE TABLE ... AS results when multiple
nodes attempt to populate the results.Release note (enterprise change): Shortened the default interval
for the kv.closed_timestamp.target_duration cluster setting from
30s to 3s. This allows follower reads at 4.8 seconds in the past,
a much shorter window than the previous 48 seconds.Resolves: #123See also: #456, #789Epic: CRDB-357backward-incompatible change