postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Unmodified Postgres with some useful plugins

Results 256 postgres issues
Sort by recently updated
recently updated
newest added

Make sure that pg_regress and upgrade paths work correctly when using OrioleDB

Enables the GUCs that power OrioleDB fast rewind Currently configured for 20 mins max rewind Tested locally to work This is to get an early prototype in the hands of...

Add environment variables to handle retries for AWS API calls

Add check to prevent rebuilding existing images in ECR repository. The workflow now verifies if an image with the current version tag exists before proceeding with the build and publish...

## What kind of change does this PR introduce? Work toward supporting a pg 18 alpha release on supabase platform

## Problem To configure pg_net with `alter system set pg_net.batch_size to 500;` ([ref](https://github.com/supabase/pg_net?tab=readme-ov-file#extension-configuration)), the $subject privilege is required. ## Solution Add $subject privilege as migration and test that `alter system...

bug

Add the required tests to verify that the envoy service can be deployed using system manager.

Using include directives makes changing the pg_hba.conf on the fly more flexible. Enabling / disabling ssl enforcement for example only requires creating or removing a file, leaving the pg_hba.conf untouched....