Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql_17: init at 17.0 #351253

Merged
merged 17 commits into from
Oct 27, 2024
Merged

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    c04efb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    b6d191b View commit details
    Browse the repository at this point in the history
  2. postgresqlPackages.pgroonga: 3.1.8 -> 3.2.3

    Makes building with PostgreSQL 17 succeed.
    
    Changelog:
    https://github.com/pgroonga/pgroonga/releases
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d375632 View commit details
    Browse the repository at this point in the history
  3. postgresqlPackages.pg_squeeze: 1.6.2 -> 1.7.0

    Makes building with PostgreSQL 17 succeed.
    
    Changelog:
    https://github.com/cybertec-postgresql/pg_squeeze/releases
    
    The changelog is only available for beta 2, but 1.7.0 was released
    properly after that without changelog.
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    10d228b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1cbda View commit details
    Browse the repository at this point in the history
  5. postgresql16Packages.pg_similarity: fix build on darwin

    Also fixes the build on linux with clang (JIT).
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    31d68c9 View commit details
    Browse the repository at this point in the history
  6. postgresqlPackages.pg_ivm: 1.8 -> 1.9

    Makes building with PostgreSQL 17 succeed.
    
    Changelog:
    https://github.com/sraoss/pg_ivm/releases/tag/v1.9
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f36c4e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fc6c95 View commit details
    Browse the repository at this point in the history
  8. postgresqlPackages.lantern: 0.2.4 -> 0.3.3

    Makes building with PostgreSQL 17 succeed.
    
    Changelog:
    https://github.com/lanterndata/lantern/releases
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8b831f9 View commit details
    Browse the repository at this point in the history
  9. postgresqlPackages.plv8: 3.2.2 -> 3.2.3

    Makes building with PostgreSQL 17 succeed.
    
    Changelog:
    https://github.com/plv8/plv8/blob/r3.2/Changes
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    97b965a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d055dc2 View commit details
    Browse the repository at this point in the history
  11. postgresql16Packages.pg_ed25519: mark as broken on darwin

    Broken on linux (JIT) as well.
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1b19f8d View commit details
    Browse the repository at this point in the history
  12. postgresql16Packages.smlar: mark as broken on darwin

    Broken on linux (JIT) as well.
    wolfgangwalther committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9789c75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4cc4534 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. postgresql17Packages: mark remaining extensions as broken

    Those extensions don't support building with PostgreSQL 17, yet.
    
    To make sure they will show up as build failures after the next package
    upgrade, they all have version checks for their own package version
    included.
    wolfgangwalther committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    203af24 View commit details
    Browse the repository at this point in the history
  2. postgresqlJitPackages.lantern: fix build

    The link_llvm_objects.sh script used a hardcoded /bin/bash shebang,
    which failed during a JIT-enabled build.
    wolfgangwalther committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    357b7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29225a3 View commit details
    Browse the repository at this point in the history