postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
As part of a longer term goal to support runtime configuration loading the auth team would like to make use of the `--config-dir` flag and ensure the `/etc/auth.d` folder is...
- `supbase/postgres` as the default owner - `supabase/backend` approves anything in `.github/` - `supabase/backend` continues to approve any new or edited migrations
## What kind of change does this PR introduce? Allow users to log temp files ## What is the current behavior? Users cannot reconfigure the `log_temp_files` variable ## What is...
## What kind of change does this PR introduce? To help with pg_upgrade issues, we needed to rename the *.so file for wrappers and plv8 postBuild, to remove the version...
Please go the the `Preview` tab and select the appropriate sub-template: * [Default](?expand=1&template=default.md) * [Extension Upgrade](?expand=1&template=extension_upgrade.md)
* Fixes root disk expansion when the root disk is not located at `/dev/nvme0n1p2`
We'd like to keep our build size under 1.5 GB because the build shares a volume with the user's data dir and detracts from the max user data that can...
# Bug report ``` create extension plv8; select plv8_info(); -- ERROR: permission denied for function plv8_info ``` note that the other equivalent function `select plv8_version();` works fine. This is an...