Skip to content

postgres-17.0

Compare
Choose a tag to compare
@coolaj86 coolaj86 released this 11 Oct 11:18
· 185 commits to REL_17_STABLE since this release

Minimal Dependencies

  • required:
    • openssl (not bundled on linux - for security, but bundled on macOS which uses difference versioning)
    • tzdata (part of the OS in a standard form, data changes frequently)
  • optional:
    • llvm-14, 15, or 16 (see version string), for query planner optimizations w/ JIT
  • bundled:
    • icu (the largest, but least compatible thing due to frequent trivial, but breaking, changes - e.g. new emojis)
    • readline (because it's so small and unlikely to affect security - and same for the following)
    • zlib
    • lz4
    • zstd

Known Supported OSes

  • GNU / Linux
    • Ubuntu 22.04 LTS (and most other Debian / Ubuntu versions)
    • Ubuntu 24.04 LTS
  • Linux (musl)
    • Alpine 3.18
    • Alpine 3.20
  • macOS
    • Sonoma 14.6.1
    • Ventura 13.6
    • Monterey 12.7.6