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

Tags: ghafran/cockroach

Tags

v1.1-alpha.20170601

Toggle v1.1-alpha.20170601's commit message
Merge pull request cockroachdb#16055 from cockroachdb/marc/dont_excee…

…d_ca_expiration

security: don't exceed CA expiration for server/client certs.

v1.0.1

Toggle v1.0.1's commit message
Merge pull request cockroachdb#16027 from cockroachdb/marc/cherrypick…

…_16025

storage: panic instead of Fatal to surface assertion

v1.0

Toggle v1.0's commit message
Merge pull request cockroachdb#15784 from a-robinson/cherrypick_15781

1.0x cherrypick: storage: Add env var for configuring raft election timeout ticks

v1.0-rc.2

Toggle v1.0-rc.2's commit message
Merge pull request cockroachdb#15706 from cockroachdb/marc/cherrypick…

…_15694

1.0rc2 cherrypick: build: switch release-upload on whether a tag is p…

v1.0-rc.1

Toggle v1.0-rc.1's commit message
build: remove duplicate "cockroach" and ".exe" from release archives

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"
0