Tags: segmond/cockroach
Tags
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"
Merge pull request cockroachdb#13972 from tamird/rpc-skip-flakes *: skip flaky tests
Merge pull request cockroachdb#13703 from RaduBerinde/order-dup-render sql: be consistent when mapping ordering columns to render columns
Merge pull request cockroachdb#13530 from vivekmenezes/race sql: change TestRaceWithBackfill to run against a cluster
Merge pull request cockroachdb#13444 from nvanbenschoten/nvanbenschot… …en/tupleDatum sql/parser: split parser.DTuple into parser.DTuple and parser.Datums
Merge pull request cockroachdb#13130 from knz/update-readme Update README.md to add a title and description.
PreviousNext