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 28 million developers.
Sign up
Pinned repositories
3,609 contributions in the last year
Contribution activity
October 2018
Created a pull request in cockroachdb/cockroach that received 11 comments
sql: enable client to override index selection for DELETE and UPDATE
Informs #30734. Prior to this patch, if the automatic index selection for DELETE or UPDATE was inadequate, there was no way to override it like it is…
+143
−45
•
11
comments
- Update issue templates
- scripts: fix a bug in the release note script
- cli/interactive_tests: re-enable the URL tests
- rfc: User-defined SQL schemas
- sql: present the output of SHOW JOBS in sorted order
- release-2.1: cli/sql: avoid a panic upon initial session errors
- release-2.1: cli/start,server: fix the "wait for init" msg
- release-2.1: sql,pgwire: fix a host of pgwire/sql interaction bugs
- sql: bark at unused CTEs containing mutations
- sql: do not silently ignore CTEs inside parentheses
- release-2.1: sql: present the output of SHOW JOBS in sorted order
- sql: properly support CTEs inside views
- sql: properly rename stored columns
- release-2.1: sql,pgwire: fix a host of pgwire/sql interaction bugs + perf fixes
- release-2.1: assorted CTE fixes
- roachtest: fix the query to gossip_alerts
- scripts: fix the rn script
- sql: assorted mutation fixes
- sql: capture and report internal/assertion errors
- importccl: fix the UX of the IMPORT statement
- release-2.1: sql: capture and report internal/assertion errors
- release-2.1: sql: enable client to override index selection for DELETE and UPDATE
- release-2.1: sql: assorted mutation fixes
- release-2.1: Update the `unique_rowid` description
- release-2.1: cli: minimize --certs-dir flag description.
- Some pull requests not shown.
Created an issue in cockroachdb/cockroach that received 2 comments
sql: some checks for the delete fast paths are redundant
I was staring at this code and I was wondering why the same checks are made multiple times: whether a table has secondary indices, whether it is re…
2
comments
- sql: support object owners
- scripts: release note scripts erroneously reports missing release notes
- sql: implement udt_name (and _schema, and _catalog) in information_schema.columns
- sql: ::REGTYPE pseudo-cast does not preserve type aliases
- sql: `INSERT ON CONFLICT DO UPDATE` can reference computed columns
- opt: translate all opt panics as SQL internal errors
- sql: submit sentry reports upon internal errors