Pinned Loading
-
neondatabase/neon
neondatabase/neon PublicNeon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
-
cockroachdb/cockroach
cockroachdb/cockroach PublicCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
goldenscript
goldenscript PublicA scriptable, data-driven Rust test framework using golden masters
Rust 7
1,260 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
July 2025
Created 26 commits in 1 repository
Created a pull request in neondatabase/neon that received 10 comments
pageserver: always upload tenant manifest
Problem The tenant manifest is currently vulnerable to race conditions. A stale, still-alive tenant may modify a past manifest, and a future tenant…
Opened 27 other pull requests in 1 repository
neondatabase/neon
25
merged
2
open
-
pageserver: document gRPC compute accessibility
This contribution was made on Jul 24
-
pgxn: set
MACOSX_DEPLOYMENT_TARGET
This contribution was made on Jul 24 -
pageserver: verify gRPC GetPages on correct shard
This contribution was made on Jul 24
-
page_api: add
SplitError
forGetPageSplitter
This contribution was made on Jul 23 -
pageserver: route gRPC requests to child shards
This contribution was made on Jul 23
-
test_runner: allow stuck reconciliation errors
This contribution was made on Jul 22
-
utils: move
ShardStripeSize
intoshard
moduleThis contribution was made on Jul 17 -
pageserver/client_grpc: don't set stripe size for unsharded tenants
This contribution was made on Jul 17
-
pageserver: improve gRPC cancellation
This contribution was made on Jul 17
-
pageserver: remove gRPC
CheckRelExists
This contribution was made on Jul 15 -
pageserver/client_grpc: reap idle channels immediately
This contribution was made on Jul 13
-
pageserver/client_grpc: use unbounded pools
This contribution was made on Jul 13
-
pageserver/client_grpc: don't pipeline GetPage requests
This contribution was made on Jul 13
-
pagebench: add
idle-streams
This contribution was made on Jul 13 -
pageserver/client_grpc: improve retry logic
This contribution was made on Jul 12
-
pageserver: add timeline_id span when freezing layers
This contribution was made on Jul 11
-
pageserver/page_api: include block number and rel in gRPC
GetPageResponse
This contribution was made on Jul 10 -
pageserver/page_api: add attempt to GetPage request ID
This contribution was made on Jul 9
-
pageserver/client_grpc: add shard map updates
This contribution was made on Jul 6
-
pagebench: add CPU profiling support
This contribution was made on Jul 5
-
pagebench: add support for rich gRPC client
This contribution was made on Jul 5
-
pageserver/client_grpc: reap idle pool resources
This contribution was made on Jul 5
-
pageserver/client_grpc: add separate pools for bulk requests
This contribution was made on Jul 4
-
pageserver/client_grpc: split GetPage batches across shards
This contribution was made on Jul 3
-
pageserver/client_grpc: add rich Pageserver gRPC client
This contribution was made on Jul 3
- Some pull requests not shown.
Reviewed 52 pull requests in 2 repositories
neondatabase/neon
25 pull requests
-
Integrate LFC resizing logic with hashmap implementation
This contribution was made on Jul 25
-
pageserver: route gRPC requests to child shards
This contribution was made on Jul 25
-
pageserver: verify gRPC GetPages on correct shard
This contribution was made on Jul 25
-
Change how pageserver connection info is passed in compute spec
This contribution was made on Jul 25
-
chore: support hadron JWT set-up
This contribution was made on Jul 24
-
[BRC-2951] Enforce PG backpressure parameters at the shard level
This contribution was made on Jul 24
-
Cancel PG query if stuck at refreshing configuration
This contribution was made on Jul 24
-
[BRC-1778] Have PG signal compute_ctl to refresh configuration if it suspects that it is talking to the wrong PSs
This contribution was made on Jul 24
-
storecon: Fix panic due to race with chaos migration on staging
This contribution was made on Jul 24
-
otel: Use blocking reqwest in dedicated thread
This contribution was made on Jul 23
-
pageserver: silence shard resolution warning
This contribution was made on Jul 22
-
storcon: handle pageserver disk loss
This contribution was made on Jul 22
-
feat(pageserver): create image layers at L0-L1 boundary by default
This contribution was made on Jul 22
-
pageserver: check env var for ip address before node registration
This contribution was made on Jul 21
-
pageserver: always upload tenant manifest
This contribution was made on Jul 21
-
Add resizable hashmap and RwLock implementations to
neon-shmem
This contribution was made on Jul 17 -
Introduce built-in Prometheus exporter to the Postgres extension
This contribution was made on Jul 17
-
communicator: debug log more fields of the get page response
This contribution was made on Jul 17
-
utils: move
ShardStripeSize
intoshard
moduleThis contribution was made on Jul 17 -
pageserver: improve gRPC cancellation
This contribution was made on Jul 17
-
fix(storcon): correctly converts 404 for tenant passthrough requests
This contribution was made on Jul 16
-
fix(storcon): passthrough 404 as 503 during migrations
This contribution was made on Jul 16
-
Don't depend on the postgres_ffi just for one type
This contribution was made on Jul 15
-
Move
ShmemHandle
into separate module, tweak documentationThis contribution was made on Jul 15 -
storcon: Ignore stuck reconciles when considering optimizations
This contribution was made on Jul 15
- Some pull request reviews not shown.
neondatabase/postgres
1 pull request
-
Only allocate and use the buffer for SLRU segment with the old communicator.
This contribution was made on Jul 16
Created an issue in neondatabase/neon that received 7 comments
pageserver: ineffective eviction with sqlsmith workload
In a sqlsmith workload that constantly opens txns, writes data, and then rolls it back, we see unbounded disk space usage on Pageservers. This work…