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: cf/5899~1
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: cf/5899
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 9, 2025

  1. ci: Remove PG_TEST_EXTRA from NetBSD and OpenBSD

    PG_TEST_EXTRA environment variable is already set at the top level.
    NetBSD and OpenBSD tasks will use this top level PG_TEST_EXTRA as
    default.
    
    Discussion: https://www.postgresql.org/message-id/flat/CAN55FZ0aO8d_jkyRijcGP8qO%3DXH09qG%3Dpw0ZZDvB4LMzuXYU1w%40mail.gmail.com
    nbyavuz authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    a1d499a View commit details
    Browse the repository at this point in the history
  2. ci: meson: Explicitly enable meson features

    By default, Meson silently disables features it cannot detect, which can
    lead to incomplete builds. Explicitly enabling these features causes the
    build to fail if they are missing, making such issues visible early.
    
    These features are explicitly enabled for all meson tasks, except:
    SanityCheck: uses almost no dependencies.
    Windows - VS: has fewer dependencies than listed here, so defines its
    own.
    Linux: uses the 'auto' feature option to test meson feature
    autodetection.
    
    Suggested-by: Jacob Champion <[email protected]>
    Reviewed-by: Andres Freund <[email protected]>
    Reviewed-by: Daniel Gustafsson <[email protected]>
    Reviewed-by: Jacob Champion <[email protected]>
    Reviewed-by: Peter Eisentraut <[email protected]>
    Discussion: https://www.postgresql.org/message-id/flat/CAN55FZ0aO8d_jkyRijcGP8qO%3DXH09qG%3Dpw0ZZDvB4LMzuXYU1w%40mail.gmail.com
    nbyavuz authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    8f3e8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a561439 View commit details
    Browse the repository at this point in the history
  4. [CF 5899] v6 - Explicitly enable meson features in CI

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5899
    
    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/CAN55FZ0KyvNYd0aAOCG5J-pZ5au3Tmmdf7V6rYUQqLgZM2wVqA@mail.gmail.com
    Author(s): Nazir Bilal Yavuz
    Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    fa24e23 View commit details
    Browse the repository at this point in the history
Loading