Tags: ghafran/cockroach
Tags
Merge pull request cockroachdb#16055 from cockroachdb/marc/dont_excee… …d_ca_expiration security: don't exceed CA expiration for server/client certs.
Merge pull request cockroachdb#16027 from cockroachdb/marc/cherrypick… …_16025 storage: panic instead of Fatal to surface assertion
Merge pull request cockroachdb#15784 from a-robinson/cherrypick_15781 1.0x cherrypick: storage: Add env var for configuring raft election timeout ticks
Merge pull request cockroachdb#15706 from cockroachdb/marc/cherrypick… …_15694 1.0rc2 cherrypick: build: switch release-upload on whether a tag is p…
Merge pull request cockroachdb#15166 from mjibson/revert-tilde Revert "sql: remove ~ in favor of bitwise_not()"
storage: Always write "false" for the frozen key in new ranges Reverts parts of cockroachdb#14779 If a split (which calls writeInitialState for the new range) straddles an upgrade to a build which includes cockroachdb#14779, inconsistency could result as only those replicas which processed the split before the upgrade would have the frozen field present (and while the frozen field could easily be ignored in the consistency checker, its impact on the stats is tricker to back out). This commit reintroduces the field by always writing a zero to it when creating a range. Fixes cockroachdb#14891
Merge pull request cockroachdb#14609 from tamird/windows-support rpc: skip a test on Windows
Merge pull request cockroachdb#14448 from BramGruneir/vendorsnappy vendor: add snappy
Merge pull request cockroachdb#14328 from mjibson/revert-decimal-indexes Revert "sql: correctly encode decimals in indexes"
PreviousNext