Switch branches/tags
v2.2.0-alpha.00000000 v2.1.0-beta.20181015 v2.1.0-beta.20181008 v2.1.0-beta.20181001 v2.1.0-beta.20180924 v2.1.0-beta.20180917 v2.1.0-beta.20180910 v2.1.0-beta.20180904 v2.1.0-beta.20180827 v2.1.0-alpha.20180730 v2.1.0-alpha.20180702 v2.1.0-alpha.20180604 v2.1.0-alpha.20180507 v2.1.0-alpha.20180416 v2.1.0-alpha.00000000 v2.0.6 v2.0.6-rc.1 v2.0.5 v2.0.4 v2.0.3 v2.0.2 v2.0.1 v2.0.0 v2.0-rc.1 v2.0-beta.20180326 v2.0-beta.20180319 v2.0-beta.20180312 v2.0-beta.20180305 v2.0-alpha.20180212 v2.0-alpha.20180129 v2.0-alpha.20180122 v2.0-alpha.20180116 v2.0-alpha.20171218 v2.0-alpha.20171218-plus-left-join-fix v1.2-alpha.20171211 v1.2-alpha.20171204 v1.2-alpha.20171113 v1.2-alpha.20171026 v1.2-alpha.20170901 v1.1.9 v1.1.9-rc.1 v1.1.8 v1.1.7 v1.1.6 v1.1.5 v1.1.4 v1.1.3 v1.1.2 v1.1.1 v1.1.0 v1.1.0-rc.1 v1.1-beta.20170928 v1.1-beta.20170921 v1.1-beta.20170907 v1.1-alpha.20170817 v1.1-alpha.20170810 v1.1-alpha.20170803 v1.1-alpha.20170720 v1.1-alpha.20170713 v1.1-alpha.20170629 v1.1-alpha.20170622 v1.1-alpha.20170608 v1.1-alpha.20170601 v1.0.7 v1.0.6 v1.0.5 v1.0.4 v1.0.3 v1.0.2 v1.0.1 v1.0 v1.0-rc.3 v1.0-rc.2 v1.0-rc.1 v0.1-alpha beta-20170420 beta-20170413 beta-20170406 beta-20170330 beta-20170323 beta-20170309 beta-20170223 beta-20170216 beta-20170209 beta-20170126 beta-20170112 beta-20170105 beta-20161215 beta-20161208 beta-20161201 beta-20161110 beta-20161103 beta-20161027 beta-20161013 beta-20161006 beta-20160929 beta-20160915 beta-20160908 beta-20160829 beta-20160728
Nothing to show
Find file History
neeral [cli] estimate-gc with custom TTL
Release note:
`cockroach debug estimate-gc` now allows user to specify TTL period,
with a default of 24 hours.
Latest commit 19a452b Oct 15, 2018
Permalink
..
Failed to load latest commit information.
cliflags core: fix and add test for per locality hosts Oct 2, 2018
debug storage: move protos from storagebase to storagepb Oct 13, 2018
interactive_tests sql,pgwire: fix a host of pgwire/sql interaction bugs Oct 5, 2018
syncbench syncbench: add TODO about passing in a RocksDB instance Oct 10, 2018
testdata sql: desugar "TIMESTAMP WITH TIME ZONE" to "TIMESTAMPTZ" Aug 23, 2018
backtrace.go log: use fake stacktrace when test-exiting Jul 10, 2018
backtrace_unsupported.go *: remove `// Author:` comments Jul 31, 2017
cert.go cli: add option to also write client key in PKCS#8 format. Aug 23, 2018
cli.go cli: Make "unknown sub-command" error clearer for empty subcommands Sep 27, 2018
cli_debug_test.go cli: add hex option to debug keys Aug 30, 2018
cli_test.go config: databases descriptors don't initiate splits Oct 5, 2018
client_url.go cli: make all client commands recognize `--url` Sep 5, 2018
context.go cli: only define the --log-{dir,file}* flags for the start/demo commands Sep 17, 2018
debug.go [cli] estimate-gc with custom TTL Oct 18, 2018
debug_synctest.go roachtest: add synctest Oct 10, 2018
debug_test.go cli: Test that `debug gossip-values` doesn't leave out any gossip keys Sep 25, 2018
demo.go sql, config: make zone configs cascade Oct 11, 2018
dump.go sql: Align timestamp math with PostgreSQL Oct 12, 2018
dump_test.go sql: desugar "TIMESTAMP WITH TIME ZONE" to "TIMESTAMPTZ" Aug 23, 2018
error.go cli: fix flake in test_error_hints.tcl Aug 13, 2018
examples.go Merge pull request #24176 from danhhz/workload_rowbatch Apr 2, 2018
flags.go core: fix and add test for per locality hosts Oct 2, 2018
flags_test.go core: fix and add test for per locality hosts Oct 2, 2018
flags_util.go core: fix and add test for per locality hosts Oct 2, 2018
format_table.go cli: periodically flush csv/tsv output Aug 31, 2018
gen.go cli: periodically flush csv/tsv output Aug 31, 2018
haproxy.go *: move server/status -> server/status/statuspb Oct 13, 2018
haproxy_test.go *: move server/status -> server/status/statuspb Oct 13, 2018
init.go cli: make `cockroach demo` look&feel more like `cockroach sql` Jun 7, 2018
keytype_string.go cli: add hex option to debug keys Aug 30, 2018
main_test.go cli: inject some last-minute version checks Feb 14, 2018
node.go cli: don't ask for restart after recommission Oct 3, 2018
sql.go cli/sql: add a missing newline at the end of a warning Sep 21, 2018
sql_test.go cli: fix result formatting issues via a new formatter Aug 11, 2018
sql_util.go cli/sql: avoid a panic upon initial session errors Sep 26, 2018
sql_util_test.go sql: do not hide columns in introspection tables Aug 19, 2018
sqlfmt.go pretty: make the Align option 4-valued Jul 16, 2018
start.go util/tracing: optimize the creation of root spans Oct 1, 2018
start_jemalloc.go *: remove `// Author:` comments Jul 31, 2017
start_test.go cli: prevent a configuration leak across tests Sep 5, 2018
start_unix.go cli: unbreak the windows build Aug 28, 2018
start_windows.go *: centralize cross-platform signal handling Mar 14, 2018
testutils.go cli: move cmdTimeout to cliCtx Dec 27, 2017
user.go cli: ensure the exit status is set for unknown sub-commands Aug 11, 2018
zip.go server: include saved profiles in debug zip Sep 14, 2018
zone.go cli: Mark zone command deprecated so it doesn't show up in help text Sep 30, 2018