Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

manual-pink
manual-pink12/13/2024

Feature request: transfer database between projects

It would be great if there were an option in the administration panel or via the API to transfer a database from one project to another.
crude-lavender
crude-lavender12/11/2024

Pricing discrepency on home page versus "upgrade" dialog

Cost per additional CU on the upgrade dialog says $0.24 but the prices are lower on the homepage pricing. I believe this is just a UI bug.
No description
fascinating-indigo
fascinating-indigo12/4/2024

Preview Workflow Prompt Should Go Away Automatically After Integration

I have already configured Vercel integration and had a preview branch created in Neon.
No description
quickest-silver
quickest-silver12/1/2024

Region request: Mumbai (ap-south-1)

Indian government is getting hard on Data, data should be inside the country. India is largest growing tech market, in last few years, lots of unicorn startup grew. So it will be great decision to add any India region....
adverse-sapphire
adverse-sapphire11/20/2024

Support https://github.com/supabase/index_advisor

You guys are building the superior core product, but why not support all the nice auxiliary tools that the competition is building. I'd love to use this for some recommendations on indexes.
absent-sapphire
absent-sapphire11/8/2024

Page to signup is returning 404

Just to let you know that signup page is failing. https://neon.tech/signup -> 404...
absent-sapphire
absent-sapphire11/8/2024

Project usage still shows 10 project limit for paid plan.

Usage page doesn't update the available projects for a paid plan: Projects Number of projects currently active in your account. Current usage...
ratty-blush
ratty-blush11/7/2024

Please allow log_error_verbosity to = default instead of terse

The current setting for all neon databases is log_error_verbosity = terse. The problem with this is that a dev can't get info on the table that is causing the error amongst other pieces of info. We had to shut down our use of Neon because of this. I can see why it's not set to verbose since that outputs too much info but terse outputs too little. Please consider going to "default" for this setting.
deep-jade
deep-jade10/31/2024

Monitoring Metrics Timezone

Could we have a timezone setting for the monitoring metrics page? We love all the data and graphs on that page but we are constantly having to do timezone math in our heads.
ambitious-aqua
ambitious-aqua10/25/2024

Facing the issue

I am facing an issue, No tables are showing at all. here is the bug-report
quickest-silver
quickest-silver10/2/2024

Please allow sorting on Branch page by createdAt date

would be really helpful to sort branches on when they were created
No description
wise-white
wise-white9/30/2024

New extensions

Hello, I would like to know if it's possible to get 3 more extensions : - dblink - http - pgagent...
eastern-cyan
eastern-cyan9/15/2024

Bug Report: If you drop multiple tables from the UI, cascade order isn't respected

say b depends on a and you drop them both at the same time, it may try to drop a before b and therefore it will error.
foreign-sapphire
foreign-sapphire9/12/2024

Bug Report: Incorrect Timezone Handling and Backtracking in Neon UI

Issue: The Neon UI incorrectly adjusts and backtracks timestamps stored in UTC, instead of displaying them correctly based on the stored value. Description: This issue started within the past week. The timestamps in our example "ChatMessage" table are stored in UTC, and the SQL editor confirms that they are displayed correctly in UTC when queried. - In the SQL editor: Timestamps are displayed exactly as they are stored in UTC. External connections to the Postgres database further confirm that the timestamps are stored correctly in UTC....
No description
plain-purple
plain-purple9/9/2024

Export issues: CSV charset error, XSLX doesn't work

Hi there! The CSV export seems to not be taking in consideration the charset? I exported some info that has special chars like á,é,í,ó,ú,ñ () and it shows is something like "Máximo" instead of "Máximo". There's attached an example from the Neon's SQL editor UI and the Excel UI. Also, the XLSX export button does nothing, seems that it is not work at all. The Browser Console throws an error, which I also attach. ...
No description
eastern-cyan
eastern-cyan9/8/2024

Add support for pg_create_logical_replication_slot

I get the error logical decoding requires wal_level >= logical when I try to use it. My usecase is effectively building a platform to stream changes to frontend frameworks without much effort. I can alternatively use triggers, but having a connection there slurping changes might be more efficient in cases where it is a common set of tables being affected. I am trying to use it with the wal2json extension.
extended-salmon
extended-salmon9/6/2024

Make the SQL Editor Query Result View Scrollable

Often, I have a long SQL query that might have a syntax error and i use the SQL Editor to test that, but currently i have to zoom out my screen in order to see where the syntax error is since the bottom view is not scrollable
No description
adverse-sapphire
adverse-sapphire8/31/2024

cant change database on SQL Editor

if you select another database on SQL Editor, you keep on the old database, we need to reload the page to effectively change the database