github.com
Issues 285
Excerpt
- ### getting error as : Unexpected error happened t/bugIssue Type: Bug Status: Open. Bug #12823 In neondatabase/neon; · DipakKhade opened on Sep 16, 2025 ... … ### Huge gap in PLAN_LAYER traces externalA PR or Issue is created by an external user Status: Open. #12765 In neondatabase/neon; · trungda opened on Jul 29, 2025 - ### MCP describe_table_schema doesn't work with CamelCase tables externalA PR or Issue is created by an external user Status: Open. #12764 In neondatabase/neon; · ericanderson opened on Jul 29, 2025 - ### Cannot set a date or time value to null using the suggestion dropdown externalA PR or Issue is created by an external user t/bugIssue Type: Bug Status: Open. Bug #12720 In neondatabase/neon; · lorenzboss opened on Jul 24, 2025 - ### pytests still not using storcon managed timelines Status: Open. #12299 In neondatabase/neon; · arpad-m opened on Jun 19, 2025 - ### Neon handling of a large table externalA PR or Issue is created by an external user Status: Open. #12278 In neondatabase/neon; · trungda opened on Jun 18, 2025 - ### There are issues running Neon on macOS as described in the README. externalA PR or Issue is created by an external user Status: Open. #12252 In neondatabase/neon; · william-lbn opened on Jun 16, 2025 - ### Can self-managed neon support serverless (virtual machine deployment or k8s deployment)? externalA PR or Issue is created by an external user Status: Open. #12223 In neondatabase/neon; · xpnuo opened on Jun 13, 2025 ... ### pageserver: improve IO concurrency for in-memory layers Status: Open. #12172 In neondatabase/neon; ... - ### control_plane & storage_controller: Request for OpenAPI spec files externalA PR or Issue is created by an external user Status: Open. #12125 In neondatabase/neon; · minleejae opened on Jun 4, 2025 - … ### Deployment fails with "startTransaction type mismatch" error when using Neon 1.0.0 with Prisma 6.5.0 externalA PR or Issue is created by an external user t/bugIssue Type: Bug Status: Open. Bug #11499 In neondatabase/neon; · RicSala opened on Apr 9, 2025 - ### Many tests fail because of storage_controller warning "Shared lock by TimelineCreate was held for x(seconds)" a/test/flakyArea: related to flaky tests c/storageComponent: storage t/bugIssue Type: Bug triagedbugs that were already triaged Status: Open. Bug #11465 In neondatabase/neon; · alexanderlaw opened on Apr 7, 2025 - ### test_sql_regress/neon-rel-truncate is flaky due to vacuum instability a/test/flakyArea: related to flaky tests a/test/flaky/investigated c/computeComponent: compute, excluding postgres itself migrated_to_jira t/bugIssue Type: Bug Status: Open. Bug #11361 In neondatabase/neon; · alexanderlaw opened on Mar 26, 2025 - ### [proxy] improve reliability of internal connection pool ... - ### dev env: walredo failure with seccomp error in docker_compose_test.sh externalA PR or Issue is created by an external user Status: Open. #11307 In neondatabase/neon; · songweiwang opened on Mar 19, 2025 -
Related Pain Points
Deployment compatibility issue with Prisma 6.5.0
9Deployments fail with a "startTransaction type mismatch" error when using Neon 1.0.0 with Prisma 6.5.0, blocking developers from shipping applications.
Poor error handling and missing user feedback for failed operations
6Apps fail to provide meaningful error messages or user guidance when operations fail (e.g., payment timeouts, network errors). This confusion causes users to abandon the app without retrying, resulting in lost engagement and poor UX.
MCP describe_table_schema fails with CamelCase table names
5The Neon Model Context Protocol (MCP) describe_table_schema function does not work correctly with tables using CamelCase naming conventions, limiting schema introspection capabilities.