Revisions of postgresql17

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1225748 from Reinhard Max's avatar Reinhard Max (rmax) (revision 6)
- Upgrade to 17.2:
  * Repair ABI break for extensions that work with struct
    ResultRelInfo.
  * Restore functionality of ALTER {ROLE|DATABASE} SET role.
  * Fix cases where a logical replication slot's restart_lsn could
    go backwards.
  * Avoid deleting still-needed WAL files during pg_rewind.
  * Fix race conditions associated with dropping shared statistics
    entries.
  * Count index scans in contrib/bloom indexes in the statistics
    views, such as the pg_stat_user_indexes.idx_scan counter.
  * Fix crash when checking to see if an index's opclass options
    have changed.
  * Avoid assertion failure caused by disconnected NFA sub-graphs
    in regular expression parsing.
  * https://www.postgresql.org/about/news/p-2965/
  * https://www.postgresql.org/docs/release/17.2/
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1224229 from Reinhard Max's avatar Reinhard Max (rmax) (revision 5)
- Upgrade to 17.1:
  * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as
    dependent on the calling role when RLS applies to a
    non-top-level table reference.
  * CVE-2024-10977, bsc#1233325: Make libpq discard error messages
    received during SSL or GSS protocol negotiation.
  * CVE-2024-10978, bsc#1233326: Fix unintended interactions
    between SET SESSION AUTHORIZATION and SET ROLE
  * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from
    changing environment variables.
  * obsoletes postgresql17-jsonb_jsonpath.patch
  * https://www.postgresql.org/about/news/p-2955/
  * https://www.postgresql.org/docs/release/17.1/

- Upgrade to 17.0:
  * https://www.postgresql.org/about/news/p-2910/
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1220587 from Reinhard Max's avatar Reinhard Max (rmax) (revision 4)
- Add postgresql17-jsonb_jsonpath.patch as a temporary build fix.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1203910 from Reinhard Max's avatar Reinhard Max (rmax) (revision 2)
- Upgrade to 17.0.0:
  * New memory management system for VACUUM, which reduces memory
    consumption and can improve overall vacuuming performance.
  * New SQL/JSON capabilities, including constructors, identity
    functions, and the JSON_TABLE() function, which converts JSON
    data into a table representation.
  * Various query performance improvements, including for
    sequential reads using streaming I/O, write throughput under
    high concurrency, and searches over multiple values in a btree
    index.
  * Logical replication enhancements, including:
    + Failover control
    + pg_createsubscriber, a utility that creates logical replicas
      from physical standbys
    + pg_upgrade now preserves replication slots on both publishers
      and subscribers
  * New client-side connection option, sslnegotiation=direct, that
    performs a direct TLS handshake to avoid a round-trip
    negotiation.
  * pg_basebackup now supports incremental backup.
  * COPY adds a new option, ON_ERROR ignore, that allows a copy
    operation to continue in the event of an error.
  * https://www.postgresql.org/about/news/p-2936/
  * https://www.postgresql.org/docs/17/release-17.html
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1202171 from Reinhard Max's avatar Reinhard Max (rmax) (revision 1)
New version 17, which also is the new default.
Displaying all 6 revisions
openSUSE Build Service is sponsored by