Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

unwilling-turquoise
unwilling-turquoise7/24/2025

Multiple Tables on Neon Website

Would love a way of having multiple tables open in like a split view. Maybe next to the open in sub view have an open in split view? It would be squishy so maybe auto collapse both side menus
like-gold
like-gold7/23/2025

Extension request: pg_net or http (webhooks)

I would better like to understand the likelihood of pg_net (or http) extensions making it into the Neon supported extensions list. I understand that with Neon's serverless nature most extensions aren't compatible by default and have to be adapted. Nevertheless, I would appreciate if someone on the Neon team could explain some of the challenges with implementing pg_net and paint a picture of how likely it is to become a feature. It is very useful to be able to extend the database using webhooks a...
correct-apricot
correct-apricot7/8/2025

Attempted to switch out organization member accounts and ended up locked out

My company recently changed email domains and I wanted to update our Neon accounts accordingly by first changing my account email and then removing the old account but somehow ended up disconnected from the organization. I believe we're on the paid plan, so could I please get connected to support?
rare-sapphire
rare-sapphire7/6/2025

Changelog not updating

Please fix the <#1183886910960181338> channel. It's been 7 months snd nobody noticed yet?
helpful-purple
helpful-purple7/1/2025

After resetting a database branch the password does not work anymore

As the title said when i reset one of my branches to the main branch head, the password stops working and i need to reset it again to be able to reconect to the branch db:
No description
conscious-sapphire
conscious-sapphire6/30/2025

I can't log in my account.

I am on the free tier. 2 days ago I tried to log in to my account. But the "console.neon.tech" is not being opened. I tried to log in again yesterday and today, console page doesn't open. Progress icon continues to rotate, but the page never opens. Is there anyone who knows what could be the reason?
No description
afraid-scarlet
afraid-scarlet6/28/2025

How do I submit a latency issue to support. I am using replit

Replit is telling me I need to contact Neon support
rising-crimson
rising-crimson6/26/2025

Compute Hours Not Reset

Assalam o Alaikum! My Compute Hours Not Reset From Last 2 Months. And I need it. My Email:mg03164525711@gmail.com My Deployed Projects got Crashed due to this Problem. Reset My Compute Hours....
No description
sensitive-blue
sensitive-blue6/24/2025

User still exists after deleting from database

1. Created a user through my Next.js app that uses Stack Auth. 2. Deleted that user manually using DELETE FROM neon_auth.users_sync WHERE TRUE; 3. It's not possible to re-use that email for a new signup (see screenshot) The user does not appear anywhere in the dashboard, or when manually selecting from the database, but apparently it still exists somewhere else which prevents re-using the email address....
No description
other-emerald
other-emerald6/16/2025

Custom environment variables for Vercel integrations

I have multiple Postgres clients for multiple Postgres databases in my Vercel service. I can only use one database with Neon preview branches because the names are always the same. Could y'all let us customize the environment variable names?
adverse-sapphire
adverse-sapphire6/12/2025

Intermittently throwing error when trying to acquire lock

Some times despite no existing lock acquired against a particular column, it throws error. Its very random and very frustrating. We are using select for update query with noupdate option. I have also tried disabling the Scale to zero setting. Please help this is very annoying.
foreign-sapphire
foreign-sapphire6/11/2025

Bug: CSV export doesn't stringify JSON columns

Ran into this bug when exporting data from a table that uses JSONB columns. When I export to CSV, it's rendered in the file as "[object Object]" instead of being properly JSON.stringify-ed, so the export is a lot less useful. When I export to JSON, it does properly include the data from the JSONB columns.
adverse-sapphire
adverse-sapphire5/24/2025

SQL editor history

Add a button to delete entries
optimistic-gold
optimistic-gold5/21/2025

Are the neon-vercel integrations incomplete?

wo uses cases where the neon console says to goto the vercel integration, upon which, there is no capability. 1. Add projects. "To create a new project, use the Neon Postgres integration in Vercel" - but then that doesn't exist in vercel or I can't find it. 2. Manage users "To manage organization members, use the Neon Postgres integration in Vercel." - but then that doesn't exist in vercel. ...
inland-turquoise
inland-turquoise5/14/2025

Feature Request: OpenTelemetry export to third party providers

Hey all, Would be wonderful if we could get the telemetry we can see in the web ui on neon (and more if available) exported to a nominated OTel compatible provider. We use honeycomb but it would be pretty trivial I'd imagine to genercise it so most if not all OTel compatible metrics ingestion services could "just work"....
stormy-gold
stormy-gold5/11/2025

Region Request - MĂŠxico (mx-central-1)

Hey team! AWS recently launched a new region in México –with very competitive pricing btw–. I’m working on a project that needs a serverless database deployed locally in México and I’d have loved to use Neon for this. Any plans to support this region soon?
conscious-sapphire
conscious-sapphire5/7/2025

Feature request - a day-by-day storage usage chart

It would be awesome if we could have a day-by-day storage usage chart to follow the daily usage, then we know how is it reducing/increasing. Below is a sample chart from MotherDuck...
No description
deep-jade
deep-jade4/30/2025

Feature request – support pgvectorscale

It would be awesome if you could look into adding pgvectorscale as a supported extension. Its StreamingDiskANN index is designed to stay mostly on disk and uses binary compression, so in theory it should need far less RAM than pgvector’s HNSW and make scale-to-zero cold starts and smaller compute tiers a bit friendlier for sizeable vector workloads. I totally get that this is a young extension and that the local-NVMe benchmark numbers out there likely won’t map 1-to-1 onto Neon’s remote-storage setup, but seems like it could improve pgvector workloads in both performance and RAM-related cost, which matters a lot on Neon. I'm sure there could be complexities/factors that I am missing that y'all have considered though, so lmk if so....