Package "postgresql-plpython3-17"
Name: | postgresql-plpython3-17 |
Description: |
PL/Python 3 procedural language for PostgreSQL 17 |
Latest version: | 17.6-0ubuntu0.25.04.1 |
Release: | plucky (25.04) |
Level: | security |
Repository: | main |
Head package: | postgresql-17 |
Homepage: | http://www.postgresql.org/ |
Links
Download "postgresql-plpython3-17"
Other versions of "postgresql-plpython3-17" in Plucky
Repository | Area | Version |
---|---|---|
base | main | 17.4-1 |
updates | main | 17.6-0ubuntu0.25.04.1 |
PPA: Postgresql | 17.5-1.pgdg20.04+1 | |
PPA: Postgresql | 17.6-1.pgdg22.04+1 |
Changelog
Version: 17.6-0ubuntu0.25.04.1 | 2025-09-08 15:07:08 UTC | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
postgresql-17 (17.6-0ubuntu0.25.04.1) plucky-security; urgency=medium * New upstream version (LP: #2112531). + A dump/restore is not required for those running 17.X. + However, if you have any BRIN numeric_minmax_multi_ops indexes, it is
+ Also, if you are upgrading from a version earlier than 17.5, see those
+ Tighten security checks in planner estimation functions (Dean Rasheed) The fix for CVE-2017-7484, plus followup fixes, intended to prevent
The other gap applies to cases where the query accesses a table via a
+ Prevent pg_dump scripts from being used to attack the user running the
Since dump/restore operations typically involve running SQL commands as
To provide a positive guarantee that this can't happen, extend psql with
+ Convert newlines to spaces in names included in comments in pg_dump
Object names containing newlines offered the ability to inject arbitrary
+ Fix incorrect distance calculation in BRIN numeric_minmax_multi_ops
The results were sometimes wrong on 64-bit platforms, and wildly wrong
+ Details about these and many further changes can be found at:
* d/postgresql-17.NEWS: Update. * d/p/hurd-iovec: drop patch applied upstream. -- Athos Ribeiro <email address hidden> Mon, 25 Aug 2025 15:15:53 -0300 |
|||||||||||||
Source diff to previous version | |||||||||||||
|
Version: 17.5-0ubuntu0.25.04.1 | 2025-05-21 13:07:04 UTC | ||||
---|---|---|---|---|---|
postgresql-17 (17.5-0ubuntu0.25.04.1) plucky-security; urgency=medium * New upstream version (LP: #2110377). + A dump/restore is not required for those running 17.X. + However, if you have any self-referential foreign key constraints on
+ Also, if you have any BRIN bloom indexes, it may be advisable to reindex
+ Also, if you are upgrading from a version earlier than 17.1, see those
+ Avoid one-byte buffer overread when examining invalidly-encoded strings
While unlikely, a SIGSEGV crash could occur if an incomplete multibyte
+ Handle self-referential foreign keys on partitioned tables correctly
Creating or attaching partitions failed to make the required catalog
To fix this, you should drop and recreate any self-referential foreign
+ Avoid data loss when merging compressed BRIN summaries in
The code failed to account for decompression results not being identical
This mistake was present back to v14 where BRIN bloom indexes were
+ Details about these and many further changes can be found at:
* d/postgresql-17.NEWS: Create. -- Athos Ribeiro <email address hidden> Sat, 10 May 2025 21:27:42 -0300 |
|||||
|