Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 87a350e
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36e4d4a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 12, 2025

  1. CI: Add task that runs pgindent

    At PGConf.dev 2025 one thing that came up in the "Scaling PostgreSQL
    Development" unconference session is that new hackers don't know all the
    details of our development flow by heart yet. Of course it's documented
    on the wiki, but even if they find the relevant wiki pages they often
    still miss/forget things. One of the things they often forget is
    formatting their code. The consensus at that session was that it was
    probably worth adding a CI task for this to nudge newcomers to indent
    their code.
    
    We're not too worried about this new requirement scaring away newcomers,
    since autoformatting has become fairly commonplace in open source
    development. Also committers can of course still choose to format the
    patch themselves before committing if the formatting is failing.
    
    This might also help reduce the number of unindented commits that
    committers push, which require a follow up "fix indent" commit to make
    the koel buildfarm animal happy again.
    JelteF authored and Commitfest Bot committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5d7e129 View commit details
    Browse the repository at this point in the history
  2. Wrong indent to test job

    JelteF authored and Commitfest Bot committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    43032c4 View commit details
    Browse the repository at this point in the history
  3. [CF 6148] v2 - CI: Add task that runs pgindent

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/6148
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CAGECzQQJgGqwkgHWdH8TxVKg4Gdb-PjK_F0+PpzjB4JUL_87yA@mail.gmail.com
    Author(s): Jelte Fennema-Nio
    Commitfest Bot committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    36e4d4a View commit details
    Browse the repository at this point in the history
Loading