neon icon indicating copy to clipboard operation
neon copied to clipboard

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

Results 520 neon issues
Sort by recently updated
recently updated
newest added

## Problem Vectored get is already enabled in all prod regions without validation. The pageserver defaults are out of sync however. ## Summary of changes Update the pageserver defaults to...

## Problem close https://github.com/neondatabase/neon/issues/8389 ## Summary of changes A quick mitigation for tenants with fast writes. We compact at most 60 delta layers at a time, expecting a memory footprint...

Neon's fork of `rust-postgres.git` which provides `tokio_postgres` is quite out of date. For example, it doesn't have the ability to default the connection string to the system user name: https://github.com/sfackler/rust-postgres/commit/cb609be758f3fb5af537f04b584a2ee0cebd5e79

a/tech_debt
c/storage

Overall plan: https://www.notion.so/neondatabase/Rollout-Plan-simplified-pageserver-initialization-f935ae02b225444e8a41130b7d34e4ea?pvs=4 --- Ansible will soon write the node id to `identity.toml` in the work dir for new pageservers. On the pageserver side, we read the node id from...

Previously, every migration was run in the same transaction. This is preparatory work for fixing CVE-2024-4317. I've also renamed the migration files to match their actual migration ID number.

## Problem We need to test the rum extension automatically as a path of the GitHub workflow ## Summary of changes rum test is enabled ## Checklist before requesting a...

## Problem There are some swagger errors in `pageserver/src/http/openapi_spec.yml` ``` Error 431 15000 Object includes not allowed fields Error 569 3100401 should always have a 'required' Error 569 15000 Object...

Currently, we make eviction decisions based on access time, and have a "hot set" based on what ends up resident as a result of that atime-driven eviction. This results in...

t/feature
c/storage/pageserver
t/Epic

## Problem There were spaces instead of a tab in the C source file. ## Summary of changes I fixed to use a tab instead of spaces. ## Checklist before...

This Pull Request is created automatically to run the CI pipeline for #8273 Please do not alter or merge/close it. Feel free to review/comment/discuss the original PR #8273.

run-e2e-tests-in-draft