Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: rjnn/cockroach

Tags

v2.0-alpha-20180205

Toggle v2.0-alpha-20180205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#22338 from abhimadan/array-cast-fix

sql: Improve casting behavior for arrays

v2.0-alpha.20180205

Toggle v2.0-alpha.20180205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#22338 from abhimadan/array-cast-fix

sql: Improve casting behavior for arrays

beta-20161013

Toggle beta-20161013'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#9777 from knz/fix-strptime-test

util/timeutil: fix the strptime test.

beta-20160728

Toggle beta-20160728's commit message
Merge pull request cockroachdb#8033 from dt/multi

sql: enable use of multi-column foreign keys

beta-20160512

Toggle beta-20160512's commit message
Merge pull request cockroachdb#6635 from mrtracy/mtracy/fix_ui_graphs

Fix graphs in UI current

beta-20160505

Toggle beta-20160505's commit message
build: Add branch-beta-* build rule

This rule lets us build test binaries for the beta cluster using
cherry-picked changes.

beta-20160428

Toggle beta-20160428's commit message
Merge pull request cockroachdb#6343 from tschottdorf/admin-server

Misc fixes in preparation for Drain/Freeze work

beta-20160421

Toggle beta-20160421's commit message
Merge pull request cockroachdb#6170 from nvanbenschoten/master

sql/parser: Use new Decimal.Exp and Decimal.Pow for sql builtins

beta-20160414

Toggle beta-20160414's commit message
encoding: Remove fragmentation between encoding prefix markers

This change gets rid of the gap between the duration and decimal prefix
markers in an effort to reduce fragmentation.

beta-20160407

Toggle beta-20160407's commit message
Merge pull request cockroachdb#5883 from bdarnell/raft-logging

storage: Raft logging improvements