Publishing details
Changelog
postgresql-15 (15.4-0ubuntu0.23.04.1) lunar-security; urgency=medium
* New upstream version (LP: #2028426).
+ A dump/restore is not required for those running 15.X.
+ However, if you use BRIN indexes, it may be advisable to reindex them.
+ Also, if you are upgrading from a version earlier than 15.1, see
those release notes as well please.
+ Disallow substituting a schema or owner name into an extension script
if the name contains a quote, backslash, or dollar sign (Noah Misch)
This restriction guards against SQL-injection hazards for trusted
extensions.
(CVE-2023-39417)
+ Fix MERGE to enforce row security policies properly (Dean Rasheed)
(CVE-2023-39418)
+ Fix confusion between empty (no rows) ranges and all-NULL ranges in
BRIN indexes, as well as incorrect merging of all-NULL summaries
(Tomas Vondra)
Each of these oversights could result in forgetting that a BRIN
index range contains any NULL values, potentially allowing
subsequent queries that should return NULL values to miss doing so.
This fix will not in itself correct faulty BRIN entries.
It's recommended to REINDEX any BRIN indexes that
may be used to search for nulls.
+ Details about these and many further changes can be found at:
https://www.postgresql.org/docs/15/release-15-4.html.
-- Athos Ribeiro <email address hidden> Wed, 09 Aug 2023 09:00:47 -0300
Builds
Built packages
-
libecpg-compat3
older version of run-time library for ECPG programs
-
libecpg-compat3-dbgsym
debug symbols for libecpg-compat3
-
libecpg-dev
development files for ECPG (Embedded PostgreSQL for C)
-
libecpg-dev-dbgsym
debug symbols for libecpg-dev
-
libecpg6
run-time library for ECPG programs
-
libecpg6-dbgsym
debug symbols for libecpg6
-
libpgtypes3
shared library libpgtypes for PostgreSQL 15
-
libpgtypes3-dbgsym
debug symbols for libpgtypes3
-
libpq-dev
header files for libpq5 (PostgreSQL library)
-
libpq5
PostgreSQL C client library
-
libpq5-dbgsym
debug symbols for libpq5
-
postgresql-15
The World's Most Advanced Open Source Relational Database
-
postgresql-15-dbgsym
debug symbols for postgresql-15
-
postgresql-client-15
front-end programs for PostgreSQL 15
-
postgresql-client-15-dbgsym
debug symbols for postgresql-client-15
-
postgresql-doc-15
documentation for the PostgreSQL database management system
-
postgresql-plperl-15
PL/Perl procedural language for PostgreSQL 15
-
postgresql-plperl-15-dbgsym
debug symbols for postgresql-plperl-15
-
postgresql-plpython3-15
PL/Python 3 procedural language for PostgreSQL 15
-
postgresql-plpython3-15-dbgsym
debug symbols for postgresql-plpython3-15
-
postgresql-pltcl-15
PL/Tcl procedural language for PostgreSQL 15
-
postgresql-pltcl-15-dbgsym
debug symbols for postgresql-pltcl-15
-
postgresql-server-dev-15
development files for PostgreSQL 15 server-side programming
Package files