10000 Tags · eticzon/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: eticzon/cockroach

Tags

beta-20170420

Toggle beta-20170420's commit message
Merge pull request cockroachdb#15166 from mjibson/revert-tilde

Revert "sql: remove ~ in favor of bitwise_not()"

beta-20170413

Toggle beta-20170413's commit message
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

beta-20170406

Toggle beta-20170406's commit message
Merge pull request cockroachdb#14609 from tamird/windows-support

rpc: skip a test on Windows

beta-20170330

Toggle beta-20170330's commit message
Merge pull request cockroachdb#14448 from BramGruneir/vendorsnappy

vendor: add snappy

beta-20170323

Toggle beta-20170323's commit message
Merge pull request cockroachdb#14328 from mjibson/revert-decimal-indexes

Revert "sql: correctly encode decimals in indexes"

beta-20170309

Toggle beta-20170309's commit message
Merge pull request cockroachdb#13972 from tamird/rpc-skip-flakes

*: skip flaky tests

beta-20170223

Toggle beta-20170223's commit message
Merge pull request cockroachdb#13703 from RaduBerinde/order-dup-render

sql: be consistent when mapping ordering columns to render columns

beta-20170216

Toggle beta-20170216's commit message
Merge pull request cockroachdb#13530 from vivekmenezes/race

sql: change TestRaceWithBackfill to run against a cluster

beta-20170209

Toggle beta-20170209's commit message
Merge pull request cockroachdb#13444 from nvanbenschoten/nvanbenschot…

…en/tupleDatum

sql/parser: split parser.DTuple into parser.DTuple and parser.Datums

beta-20170126

Toggle beta-20170126's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request cockroachdb#13130 from knz/update-readme

Update README.md to add a title and description.
0