postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
The script being deleted was a hacky solution we put in place to resolve a pg_dump segfault due to its interaction with pgmq tables. It currently introduces errors where sequences...
## What kind of change does this PR introduce? Minor flake.nix cleanup. My editor auto removes whitespace so I would recommend enabling "hide all whitespace" option when reviewing this PR...
## What kind of change does this PR introduce? Draft pr to test build and install of multiple versions of extensions (using pg_cron as test bed)
## What kind of change does this PR introduce? Upgrade to 15.10 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior?...
# Bug report Ran this command `nix run github:supabase/postgres#start-client -- --file ` after following this guide https://supabase.com/docs/guides/platform/upgrading Getting this error ``` error: builder for '/nix/store/4szhr8gl1jkk537w9nlvrp5sy3lp4mlg-supabase-wrappers-0.4.3.drv' failed with exit code 1;...
## Description Enable GTiff GDAL driver by default for PostGIS raster functionality. ## Problem Currently, despite postgis_raster being enabled, none of the required GDAL drivers are enabled, leading to: `rt_util_gdal_open:...
Adds tests for the SQL backing the frontend integration of pgmq and Supabase Queues
## What kind of change does this PR introduce? Add support for building on a mac with the M-series processors. ## What is the current behavior? The command ``` docker...