Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Add PostgreSQL conf.d directory#1929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
samrose merged 10 commits intodevelopfromINDATA-253
Nov 21, 2025
Merged

feat: Add PostgreSQL conf.d directory#1929

samrose merged 10 commits intodevelopfromINDATA-253
Nov 21, 2025

Conversation

@hunleyd
Copy link
Contributor

Introduce aconf.d directory for PostgreSQL configuration to improve modularity and organization.

Changes include:

  • Dockerfiles: Copy and chownconf.d to/etc/postgresql-custom/.
  • Ansible: Addconf.d/.gitkeep and updatepostgresql.conf.j2 to includeconf.d.
  • Nix: Define path forconf.d and add substitution forPOSTGRESQL_CONFIG_DIR.
  • run-server.sh.in: Copyconf.d to the data directory and updatepostgresql.conf to include it.
  • vars.yml: Append-INDATA253 to postgresql release versions.

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)
@hunleydhunleyd marked this pull request as ready for reviewNovember 18, 2025 17:47
@hunleydhunleyd requested review froma team ascode ownersNovember 18, 2025 17:47
@hunleyd
Copy link
ContributorAuthor

hunleyd commentedNov 19, 2025
edited
Loading

Local testng:

  • project spawn
  • project delete
  • project pause
  • project resume
  • change GUC by adding to file inconf.d and seeing if PG picks it up
  • test various random extensions
  • upgrades
    • 15 -> 15-INDATA253
    • 15 -> 17
    • 15 -> 17-INDATA253
    • 17 -> 17-INDATA253

@hunleydhunleyd added the enhancementNew feature or request labelNov 20, 2025
@hunleydhunleyd self-assigned thisNov 20, 2025
Copy link
Collaborator

@samrosesamrose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I am only requesting changes on the upgrade to 17.7 since you already had a PR at#1926 other than that from what I can see we can merge this

Copy link
Collaborator

@samrosesamrose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

still need to remove the actual upgrade to 17.7

Copy link
Contributor

@jchancojrjchancojr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

tested ami on local infra (pause/resume,upgrades).

LGTM

@samrosesamrose added this pull request to themerge queueNov 21, 2025
Merged via the queue intodevelop with commitd95ee44Nov 21, 2025
14 checks passed
@samrosesamrose deleted the INDATA-253 branchNovember 21, 2025 18:43
hunleyd added a commit that referenced this pull requestDec 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 requestDec 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)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@samrosesamrosesamrose approved these changes

@jchancojrjchancojrjchancojr approved these changes

Assignees

@hunleydhunleyd

Labels

enhancementNew feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@hunleyd@samrose@jchancojr

[8]ページ先頭

©2009-2025 Movatter.jp