supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

A cloud-native, multi-tenant Postgres connection pooler.

Results 73 supavisor issues
Sort by recently updated
recently updated
newest added

Currently if a client is connected to a Supavisor node which does not own the pool there is communication with the pool processes which happen over Erlang distribution. With Erlang...

enhancement

The PID of the Postgrex connection can be lost when ClientHandler terminates in the middle of getting secrets via auth_query. As a result, we may get zombie connections, which can...

When looking at connections in Postgres I should be able to see the application_name set by clients if connected via session mode through Supavisor. select usename, application_name from pg_stat_activity; application_name...

enhancement
good first issue

# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

This PR updates the README.md to remove session pooling as a todo item. It seems like session pooling was added in commit #79 but the README.md was never updated.

# Bug report - [X ] I confirm this is a bug with Supabase, not with my own application. - [ X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...

bug

Output logs in line JSON format (JSON object per line) in format that is as similar to the format that is expected by the Logflare as possible. The idea there...

- **chore: add more pre-commit checks** - **feat: use built in JSON module for JSON parsing**