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

Tags: ajeffre9/cockroach

Tags

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-20160721

Toggle beta-20160721's commit message
Merge pull request cockroachdb#7895 from mjibson/marc/plaintext_metrics

server: Add text format to metrics page, using prometheus formatter

beta-20160714

Toggle beta-20160714's commit message
Merge pull request cockroachdb#7798 from tschottdorf/potential-deadlock

storage: avoid opportunity for deadlock in tests

beta-20160629-freebsd

Toggle beta-20160629-freebsd's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fix the FreeBSD breakage.

beta-20160629

Toggle beta-20160629's commit message
Merge pull request cockroachdb#7528 from BramGruneir/spell

storage: spelling fix

beta-20160616

Toggle beta-20160616's commit message
storage/engine: fix defaultBlockSize value to match comment

For the block_writer workload a 2KB block-size results in ~15 bytes of
index data per key. A 32KB block-size results in ~1 byte of index data
per key. The filter-bytes per key is independent of the block-size and
comes in at ~2 bytes per key.

beta-20160609

Toggle beta-20160609'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#7088 from knz/fix-explain-trace

sql: fix EXPLAIN(TRACE).

beta-20160602

Toggle beta-20160602's commit message
Merge pull request cockroachdb#6971 from tschottdorf/kv-correctness-t…

…ests

kv: less error tolerance in txn correctness tests

beta-20160526

Toggle beta-20160526's commit message
Merge pull request cockroachdb#6887 from cockroachdb/kaneda/tiny_fix_…

…mvcc_get_as_txn

storage: [Tiny fix] Remove the consistent argument from MVCCGetAsTxn

beta-20160519

Toggle beta-20160519's commit message
Merge pull request cockroachdb#6767 from bdarnell/increase-send-next-…

…timeout

Revert "kv: Set default SendNextTimeout to a reasonable value"
0