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 `cargo +nightly check` fails ## Summary of changes Updates `measured`, `time`, and `crc32c`. * `measured`: updated to fix https://github.com/rust-lang/rust/issues/125763. * `time`: updated to fix https://github.com/rust-lang/rust/issues/125319 * `crc32c`: updated...

- Added informative badges for issues, PRs, stars, forks - Included project description and key features - Integrated social media and community links - Displayed license, release, and activity information...

We added the infrastructure for this a while back (`maybe_fatal_err` etc), but there's lots of code that doesn't use it. We hit these kinds of errors when an EC2 instance...

c/storage/pageserver
a/tech_debt

Adds a pagectl subcommand to recompress image layers with various compression algorithms and output the different sizes. still wip. Part of https://github.com/neondatabase/neon/issues/5431

## Problem Closes: https://github.com/neondatabase/neon/issues/8108 ## Summary of changes ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it...

c/storage/pageserver
a/tech_debt

Add support for reading and writing zstd-compressed blobs for use in image layer generation, but maybe one day useful also for delta layers. The reading of them is unconditional while...

In these tests `wait_lsn_timeout` was set to `1s` which was too low. If something blinks (skps connection, sk activation, broker) during the test, the test will likely fail because of...

Project Slack: [#proj-pageserver-direct-io](https://neondb.slack.com/archives/C07BZ38E6SD) --- Currently, we do buffered reads of data pages. Direct reads would be a better fit, because: - Pageserver data pages have an extremely low temporal locality...

t/feature
c/storage/pageserver

PR #5546 has added a preview-level azure blob storage support but left some key areas in a state that could see improvements. This epic tracks the follow-up work needed to...

c/storage/safekeeper
c/storage/pageserver
t/Epic
f/azure