Conversation
Introduce a `conf.d` directory for PostgreSQL configuration to improve modularity and organization. Changes include: - Dockerfiles: Copy and chown `conf.d` to `/etc/postgresql-custom/`. - Ansible: Add `conf.d/.gitkeep` and update `postgresql.conf.j2` to include `conf.d`. - Nix: Define path for `conf.d` and add substitution for `POSTGRESQL_CONFIG_DIR`. - `run-server.sh.in`: Copy `conf.d` to the data directory and update `postgresql.conf` to include it. - `vars.yml`: Append `-INDATA253` to postgresql release versions.
* 'develop' of github.com:supabase/postgres: feat: reduciton of closure size for plv8 (#1925)
Contributor
Author
|
Local testng:
|
Contributor
Author
samrose
reviewed
Nov 20, 2025
samrose
reviewed
Nov 20, 2025
samrose
approved these changes
Nov 20, 2025
samrose
requested changes
Nov 20, 2025
Collaborator
samrose
left a comment
There was a problem hiding this comment.
still need to remove the actual upgrade to 17.7
hunleyd
commented
Nov 20, 2025
samrose
approved these changes
Nov 20, 2025
hunleyd
commented
Nov 20, 2025
jchancojr
approved these changes
Nov 20, 2025
Contributor
jchancojr
left a comment
There was a problem hiding this comment.
tested ami on local infra (pause/resume,upgrades).
LGTM
hunleyd
added a commit
that referenced
this pull request
Dec 1, 2025
* origin/develop: chore: bump Wrappers version to 0.5.7 (#1945) chore: bump versions (#1949) Revert "docs: create an automated changlog file that shows up in release file…" (#1948) chore: remove precreated Storage objects (#1911) refactor: Move PostgreSQL auto_explain config to conf.d (#1943) docs: create an automated changlog file that shows up in release files (#1793) fix: removing dead nix code (#1946) docs: expansion to help understand anatomy and code api in user here (#1944) fix: try to use mirror fallbacks for docker images (#1942) feat: need this workflow present to test (#1941) feat: Add PostgreSQL conf.d directory (#1929) [jj-spr] initial version (#1866) chore: upgrade supabase-admin-agent (#1935) fix: garbage collect after every profile intall + remove osquery (#1938) fix(ci): limit max-jobs of nix to 8 to prevent OOM while running nix flake check (#1933) Revert "fix: disable temporary Nix checks on aarch64-linux" (#1934) fix: adaptive retry on aws (#1917) fix: disable temporary Nix checks on aarch64-linux (#1930) feat: release orioledb with rewind functionality (#1880) feat: reduciton of closure size for plv8 (#1925)
hunleyd
added a commit
that referenced
this pull request
Dec 1, 2025
* origin/develop: refactor: Refactor PostgreSQL cron config and deprecations (#1951) chore: bump Wrappers version to 0.5.7 (#1945) chore: bump versions (#1949) Revert "docs: create an automated changlog file that shows up in release file…" (#1948) chore: remove precreated Storage objects (#1911) refactor: Move PostgreSQL auto_explain config to conf.d (#1943) docs: create an automated changlog file that shows up in release files (#1793) fix: removing dead nix code (#1946) docs: expansion to help understand anatomy and code api in user here (#1944) fix: try to use mirror fallbacks for docker images (#1942) feat: need this workflow present to test (#1941) feat: Add PostgreSQL conf.d directory (#1929) [jj-spr] initial version (#1866)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a
conf.ddirectory for PostgreSQL configuration to improve modularity and organization.Changes include:
conf.dto/etc/postgresql-custom/.conf.d/.gitkeepand updatepostgresql.conf.j2to includeconf.d.conf.dand add substitution forPOSTGRESQL_CONFIG_DIR.run-server.sh.in: Copyconf.dto the data directory and updatepostgresql.confto include it.vars.yml: Append-INDATA253to postgresql release versions.