Pinned
2,059 contributions in the last year
Less
More
Activity overview
Contributed to
cockroachdb/cockroach,
cockroachdb/cockroach-gen,
cockroachlabs/release-staging
and 5 other
repositories
Contribution activity
March 2021
Created 26 commits in 2 repositories
Created a pull request in cockroachdb/cockroach that received 5 comments
opt: fix non-existent columns due to mutation rounding
This commit fixes a bug that caused "column does not exist" errors when
building CHECK constraint expressions and partial index PUT
expressions in U…
+106
−0
•
5
comments
Opened 14 other pull requests in 1 repository
cockroachdb/cockroach
6
open
8
merged
- release-20.2: opt: fix non-existent columns due to mutation rounding
- release-21.1: opt: fix non-existent columns due to mutation rounding
- release-21.1: opt: consider limit hint for select filter cost
- opt: expand set expression and Max1Row FD sets
- sql: disallow adding OIDVECTOR and INT2VECTOR columns
- sqlsmith: add inverted indexes and more column types
- opt: consider limit hint for select filter cost
- release-20.2: opt: fix fetch scope in UPDATE..FROM statements
- opt: fix fetch scope in UPDATE..FROM statements
- release-20.2: sql: fix UPSERT with columns after partial index PUT and DEL columns
- release-20.1: sql: disallow creation of interleaved partitioned indexes
- release-20.2: sql: disallow creation of interleaved partitioned indexes
- sql: fix UPSERT with columns after partial index PUT and DEL columns
- opt: prune unnecessary columns in uniqueness checks
Reviewed 23 pull requests in 1 repository
cockroachdb/cockroach 23 pull requests
- release-21.1: opt: increase cost of full scans
- release-21.1: opt: require column type for computed column expressions
- sql: show time since table stats were collected in EXPLAIN
- opt: require column type for computed column expressions
- sql: don't save memo unnecessarily
- opt: index accelerate <@ (contained by) expressions for array inverted indexes
- sql/*: remove MakeTableName (without schema) function
- opt: consider limit hint for select filter cost
- opt: increase cost of full scans
- Add nilness lint pass and fix its findings
- release-20.1: opt: detect invalid tuple comparison with ANY
- release-21.1: sql: add tests for prepared EXPLAIN and EXPLAIN ANALYZE
- release-20.2: opt: detect invalid tuple comparison with ANY
- sql: add tests for prepared EXPLAIN and EXPLAIN ANALYZE
- release-21.1: opt: detect invalid tuple comparison with ANY
- opt: detect invalid tuple comparison with ANY
- sql: add a regression test
- sqlsmith: add support for computed columns
- release-20.1: sql: disallow creation of interleaved partitioned indexes
- sql: fix UPSERT with columns after partial index PUT and DEL columns
- opt: prune unnecessary columns in uniqueness checks
- sql: add estimated row count to all operators in EXPLAIN
- ccl: test that local scan is planned for RBR table with computed region
Created an issue in cockroachdb/cockroach that received 5 comments
sql: UPSERT execution incorrectly assumes partial index PUT and DEL columns will be last columns in mutation input
To Reproduce
# LogicTest: multiregion-9node-3region-3azs statement ok
CREATE DATABASE multi_region_test_db PRIMARY REGION "ca-central-1" REGIONS "a…
5
comments