TIMESTAMP; the new typeTIMESTAMP WITH TIME ZONE should be used instead. This is more consistent with other databases. #6165INTERVAL values accept two new formats: ISO8601 (P2H30M) and the PostgreSQL format (2 hours 30 minutes) in addition to the existing Go style (2h30m). #6216systemd NOTIFY_SOCKET protocol. #6268cockroach start --background can be used to start a server in the background. This is better than appending & because the process doesn’t return until it is ready to receive traffic. #6268ctrl-z. #6171--store and --key-size command-line flags are no longer marked as required. #6229stderr, not just the log file. #6258INFO log file is now created in the correct default location (cockroach-data/logs) instead of$TMPDIR. #6265This release includes 89 merged PRs by 19 authors. We would like to thank the following contributors from the CockroachDB community, especially first-time contributor Karl Southern.