Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,284 contributions in the last year
Activity overview
Contributed to
cockroachdb/cockroach,
cockroachdb/cockroach-gen,
cockroachlabs/release-staging
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in cockroachdb/cockroach that received 6 comments
cli: allow SQL commands to use password authn in more cases
First two commits from #53991. Previously, SQL password authn was only allowed over TLS connections. With this change, password authn is allowed re…
+130
−35
•
6
comments
- release-20.2: sql: make multi-tenancy errors report to telemetry
- release-20.2: keys: avoid creating invalid utf-8 sequences in logs
- roachtest: enable jemalloc profiling in all roachtests
- sql: make multi-tenancy errors report to telemetry
- release-20.2: deps: bump cockroachdb/redact
- release-20.2: support opt-in non-TLS SQL client conns in secure clusters
- deps: bump cockroachdb/redact
- sql/parser: add a missing import
- pgwire: accept non-TLS client conns safely in secure mode
- keys: avoid creating invalid utf-8 sequences in logs
- roachtest: try harder to gather stderr, also notify of truncation
- cli/zip: avoid mistakenly suffixing non-pprof data with `.pprof`
- deps: bump cockroachdb/errors and cockroachdb/redact
- kvserver: add assertions for invariants around liveness records
- auth: Add OIDC as a login option for Admin UI
- sql: fix internal executor usage in leaf txn
- pgwire: cleanup notice sending usage
- sql: set constraint name in pg error for FK violations
- release-20.1: sql: fix large UPSERTs
- sql: make multi-tenancy errors report to telemetry
- release-20.2: sql: improve error message when an un-qualified object can't be resolved
- keys: avoid creating invalid utf-8 sequences in logs
- roachtest: enable jemalloc profiling in all roachtests
- release-20.2: pkg/util/log: use unix.FcntlInt instead of unix.Syscall
- localtestcluster: re-order setting of gossip descriptor
- kvserver: address migration concern with node liveness
- pkg/util/log: use unix.FcntlInt instead of unix.Syscall
- rfc: Non-Blocking Transactions
- server: introduce Test{ClusterConnectivity,JoinVersionGate}
- cli: allow SQL commands to use password authn in more cases
- pgwire: accept non-TLS client conns safely in secure mode
- sql: slurp bytes when receiving big CopyIn message
- kvserver: improve redaction for failed consistency checks
- release-20.1: server: collect basic telemetry for our HTTP endpoints
- release-19.2: server: collect basic telemetry for our HTTP endpoints
- ui: skip a test case in TimeScaleDropdown
- ccl/backupccl: skip TestBackupRestoreAppend
- release-20.2: cli: add deprecation notice to dump CLI command
- Some pull request reviews not shown.
Created an issue in cockroachdb/cockroach that received 12 comments
sql: CREATE MATERIALIZED VIEW does not use the right name resolution scope for its scalar expressions
> create sequence s;
> create view a as select nextval('s'); -- OK!
> create materialized view am as select nextval('s');
ERROR: nextval(): relatio…
12
comments
- ui: request in statements page causes gRPC error due to "size too large"
- sql: ALTER TABLE SCATTER not yet supported for non-system tenants
- sql: ALTER TABLE SPLIT not supported for non-system tenants
- sql: ALTER CONFIGURE ZONE not available under multi-tenancy
- sql: this feature is not available under multi-tenancy
- jobs: remove the deprecated mixed 20.1/20.2 code paths
- sql: ALTER RELOCATE not supported in multi-tenant mode
- cloud: remove the example helm charts from the repository
- server: make the hardware metric observer container-aware
- debug/zip: capture the last x minutes of timeseries data
- docs: provide more/better examples in cert revocation RFC
- server: introduce versioning and pagination in the HTTP APIs
- server: enable secure clusters with authenticated gRPC, but without TLS
- server: enable configuration of multiple TCP SQL client listeners
- kv,storage: another occurrence of iterator created after the stopper quiesces
- storage: avoid Sentry reports when pebble encounters a "soft" OS error
- sql: the force_log_fatal, force_error force_assertion etc should not trigger a Sentry report by default
- server: accompany heap profile dumps with a goroutine dump