postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
Adds GitHub Action to automatically update `flake.lock` every Sunday. Uses [DeterminateSystems/update-flake-lock](https://github.com/marketplace/actions/update-nix-flake-lock) to create PRs with updated dependencies, preventing large, painful updates like the recent 2-year gap... https://github.com/supabase/postgres/pull/1714 Targets develop branch...
The current development shell include a large number of packages which leads to a very large closure size (5 Gb) and slow startup times. To improve the situation we defer...
This change adds [crane](https://crane.dev/) support to the existing `pgrx` extension builder, enabling better incremental build performance and caching for `pg_jsonschema` and other pgrx extensions. Crane separates dependency builds from main...
Extract common NixOS test node configuration and functions into lib.nix to eliminate duplication across extension tests.
pg_upgrade may generate an update_extensions.sql script to update extensions after a major version upgrade. This PR modifies the extension tests to check for the presence of this script after upgrading...
Lower the maintenance by reusing the default extension test.
This PR add a few commits on top of https://github.com/supabase/postgres/pull/1743
We are slowly moving ansible code to nix system manager modules. To speed up the migration, we want to test the ansible code without building the whole AMI and have...
## What kind of change does this PR introduce? Feature- pgBackRest backup solution ## What is the current behavior? pgBackRest tasks and configs are absent ## What is the new...