Oliver Rice
Oliver Rice
There are cases where users will create RLS policies in the `storage`, 'auth` and `realtime` schemas. Currently we exclude those schemas from all lints but we likely need to relax...
The latest version of the supabase CLI inserts migration statements into the database as text[] This lint would iterate through tables/functions/views and check to see if they are (at least)...
When a decorator changes the return type of a function, that change is not detected. ### Steps to reproduce ```python from typing import Callable from functools import wraps def cast_to_str(func)...
## Context Oriole's S3 backend currently maps 1 database to 1 S3 bucket. AWS S3 supports up to 1000 buckets per account, which limits the number of databases that can...
### Feature Request Implement support for logical replication
# Bug report If a web hook is set on a table where one of the types used in that table is defined in a separate schema e.g. `extensions`, an...
When a user creates a FDW with an unsupported type, can we reject it with an informative error at creation time rather than at query time? From User Feedback https://www.notion.so/supabase/team-postgres-16cf7874025b4b5daf89797af70ce739?p=2693f8cc666a4a3cbd6aee0d2da41223&pm=s
Update pgrx to 0.12.1 in support of downstream consumers in need of latest pgrx features ref: https://github.com/paradedb/paradedb/pull/1550
How can you see the explain plan of the query that will be executed by pg_graphql?
The [GraphQL spec notes](https://spec.graphql.org/October2021/#sec-Serialized-Map-Ordering) ``` Since the result of evaluating a selection set is ordered, the serialized Map of results should preserve this order by writing the map entries in...