Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

conscious-sapphire
conscious-sapphire10/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
adverse-sapphire
adverse-sapphire9/30/2024

New extensions

Hello, I would like to know if it's possible to get 3 more extensions : - dblink - http - pgagent...
sensitive-blue
sensitive-blue9/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.
sunny-green
sunny-green9/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
absent-sapphire
absent-sapphire9/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
sensitive-blue
sensitive-blue9/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
correct-apricot
correct-apricot8/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
graceful-beige
graceful-beige8/29/2024

Suggestion: Launch a New plan

Hi, I've a suggestion To Launch A new plan. I was planning to use Neon, however: - It has only a limit of 1 project per free plan - Next plan of $19 is expensive for me(Purchase Power Parity)...
unwilling-turquoise
unwilling-turquoise8/28/2024

Neon Drizzle Studio showing booleans as `f` / `t`?

Would be more helpful to display as TRUE/FALSE. First screenshot is neon
No description
genetic-orange
genetic-orange8/18/2024

Support dump data in dashboard

I'm a free tier user, and 5GB/month is a bit small. When it ran out, I cannot access it via pg or web dashboard, I cannot save/dump the data to local, just lose the control of my data. For free tier, the storage and transfer limit are not big, so a dump feature from dashboard is acceptable. For paid user with large storage, you may need think more about the solution. Anyway, I hope we can dump data directly rather contact team member to solve it every time....
fascinating-indigo
fascinating-indigo8/17/2024

pg_duck Extension Request

Hi team. Hydra has recently rolled out the pg_duck extension. I know in the past you've probably not looked at columnar storage extensions because it obviously affects your storage layer, but pg_duck just embeds DuckDB as a way to read Parquet, and critically Iceberg, tables from S3. This can basically instantaneously transform your Neon instance into a HTAP database, so there's probably a lot of value adding it (would there be any network related issues to accessing S3 buckets from Neon..?)
eastern-cyan
eastern-cyan8/10/2024

Request for new Cloud option

I don't really want to self host Neon if I don't have to, but I have a pretty large presence in OVH's US West(hillsboro, or) and OVH's BHS/NA-EAST(Beauharnois, QC) locations. I have multiple hypervisors I'm running in each. Currently I'm running a Patroni/etcd/postgres cluster but ideally I'd like to move to something that's closer to AWS Aurora/Neon so I have less items to manage. If possible, can it be looked into as a potential cloud option?
conscious-sapphire
conscious-sapphire8/7/2024

@neondatabase/api-client@1.10.1 breaking GitHub CI

It looks like this package was just published an hour ago and we're seeing the following error: ``` file:///opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/neonctl/commands/branches.js:1 import { EndpointType } from '@neondatabase/api-client';...
other-emerald
other-emerald8/5/2024

Bug report

Steps to reproduce: 1. Select a project 2. Go to tables view 3. Select a table 4. Press something like "deselect all columns"...
useful-bronze
useful-bronze7/25/2024

Scoped API Keys (Especially for Organisations)

Hi There, We currently have access to the Organisations preview and have been setting up some custom Github Workflows to handle deployment between Neon and Vercel as we have a few different Projects for Environments (Allowing us to separate permissions and project wide settings) as well as a few different branch setups required. As part of this we are making sure we handle security sensibly and one of the areas we saw a bit of a hole between our environments was that, currently, Neon API keys are scoped to a user and include all the rights they have rather then being able to limit this. This stops you from being able to generate an API key for one project within an organisation that won't work for all the other projects in the organisation (If your user is part of the Org permissions are wide open!). ...
yammering-amber
yammering-amber7/13/2024

account switcher

im using two different accounts on neon, one for personal use and other for my app, so it'd be great if neon adds a quick account swithcer, curerntly its a hassle to logout and enter credentials everytime
genetic-orange
genetic-orange7/10/2024

Pg_bm25 extension support

We're using Neon for all our data needs and want to implement a hybrid search (syntactic and semantic). For the semantic search, pg_vector is enough but for the syntactic search ts_rank_cd or the trigram index is not as powerful as BM25. We feel that BM25 is going to help Neon reach Elasticsearch level and will be a massive improvement for anyone implementing text search. Can you please help with this? If it is possible and if so, when can we expect it?...
quickest-silver
quickest-silver7/9/2024

Extension request: postgresql_anonymizer

I saw that you have a fork of it for neon on GitHub, would be great if we could use it for dev