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

Tags: linuxerwang/cockroach

Tags

v19.2.0-alpha.20190606

Toggle v19.2.0-alpha.20190606's commit message
Merge cockroachdb#38021

38021: engine: Rename the magic slice assembly file r=jordanlewis a=bdarnell

Assembly files are supposed to be run through the preprocessor only
when they end in a captial .S. On the linux build, it appears to run
through the preprocessor anyway, but this is not the case for the
windows build (note that our windows binary is cross-compiled from
linux; this is not about case-insensitivity of the windows
filesystem). The windows build is broken when this file has a
lowercase .s.

Renames that consist only of case changes are poorly supported by git
and other tools, so also change the base name of the file. Some tools
support a .sx extension for a less-subtle version of this distinction,
but go does not.

Release note: None

Co-authored-by: Ben Darnell <ben@bendarnell.com>

provisional_201906042225_v19.2.0-alpha.20190606

Toggle provisional_201906042225_v19.2.0-alpha.20190606's commit message
Merge cockroachdb#38021

38021: engine: Rename the magic slice assembly file r=jordanlewis a=bdarnell

Assembly files are supposed to be run through the preprocessor only
when they end in a captial .S. On the linux build, it appears to run
through the preprocessor anyway, but this is not the case for the
windows build (note that our windows binary is cross-compiled from
linux; this is not about case-insensitivity of the windows
filesystem). The windows build is broken when this file has a
lowercase .s.

Renames that consist only of case changes are poorly supported by git
and other tools, so also change the base name of the file. Some tools
support a .sx extension for a less-subtle version of this distinction,
but go does not.

Release note: None

Co-authored-by: Ben Darnell <ben@bendarnell.com>

v19.1.1

Toggle v19.1.1'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#37529 from ridwanmsharif/backport19.1-…

…37513

release-19.1: opt: maintain a set of grouping cols instead of a list

provisional_201905152010_v19.1.1

Toggle provisional_201905152010_v19.1.1'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#37529 from ridwanmsharif/backport19.1-…

…37513

release-19.1: opt: maintain a set of grouping cols instead of a list

v2.1.7

Toggle v2.1.7'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#37336 from yuzefovich/release-2.1

release-2.1: storage: Add a retry loop in replicate_queue removal

provisional_201905071908_v2.1.7

Toggle provisional_201905071908_v2.1.7'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#37336 from yuzefovich/release-2.1

release-2.1: storage: Add a retry loop in replicate_queue removal

v19.1.0

Toggle v19.1.0'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#37064 from ajwerner/backport19.1-37055

release-19.1: storage: drop raftentry.Cache data in applySnapshot

v19.1.0-rc.4

Toggle v19.1.0-rc.4'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#37064 from ajwerner/backport19.1-37055

release-19.1: storage: drop raftentry.Cache data in applySnapshot

provisional_201904291822_v19.1.0

Toggle provisional_201904291822_v19.1.0'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#37064 from ajwerner/backport19.1-37055

release-19.1: storage: drop raftentry.Cache data in applySnapshot

provisional_201904241338_v19.1.0-rc.4

Toggle provisional_201904241338_v19.1.0-rc.4'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#37064 from ajwerner/backport19.1-37055

release-19.1: storage: drop raftentry.Cache data in applySnapshot
0