postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
custom pam
## What kind of change does this PR introduce? * passes in an arg to use go 1.24 since that is not the default go version we're using in nixpkgs...
The goal: Allow access to pg_trgm extension for auth service while not intruding on customer/user usage of pg_trgm This pr will copy and use some files from pg_trgm to make...
Depends on #1941 ## Refactor AMI builds to use nightly base image ### Summary This PR refactors the AMI build pipeline to separate platform provisioning (stage 1) from application installation...
Adds an additional path to the systemd config
The systemd default is 10s / 5 for these values with a DefaultRestartUSec of 100ms. Most services set a RestartSec limit of 3, under most circumstances it takes 15s to...
Add test to verify that all extension versions from PostgreSQL 15 can successfully upgrade to PostgreSQL 17 using pg_upgrade. The test now validates: - Each PG 15 extension version can...
## What kind of change does this PR introduce? supautils update ## What is the current behavior? deadlock_timeout is not configurable ## What is the new behavior? Allow users to...
## What kind of change does this PR introduce? updates initdb calls with checksum flag ## What is the current behavior? missing calls from ansible playbook with checksum flag ##...
## What kind of change does this PR introduce? Updates the Nix Directory Structure documentation. ## What is the current behavior? Closes #1957 The current doc says there exists default.nix...
Configure fail2ban to ban both pgbouncer and postgresql ports when either service detects authentication failures. This prevents attackers from bypassing bans by switching between connection methods.