Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-05-12 09:40:27 by Adam Ciarcinski | Files touched by this commit (56) | Package updated
Log message:
postgresql: updated to 15.3, 14.8, 13.11, 12.15, and 11.20

PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20

Security Issues
CVE-2023-2454: CREATE SCHEMA ... schema_element defeats protective search_path \ 
changes.
CVE-2023-2455: Row security policies disregard user ID changes after inlining.

Bug Fixes and Improvements

This update fixes over 80 bugs that were reported in the last several months. \ 
The issues listed below affect PostgreSQL 15. Some of these issues may also \ 
affect other supported versions of PostgreSQL.

Included in this release:

Several fixes for CREATE DATABASE when using the STRATEGY = WAL_LOG, including a \ 
potential corruption that could lose modifications to a template/source \ 
database.
Fix crash with CREATE SCHEMA AUTHORIZATION.
Several fixes for MERGE.
Several fixes for triggers in partitioned tables.
Disallow altering composite types that are stored in indexes.
Ensure that COPY TO from a parent table with row-level security enabled does not \ 
copy any rows from child tables.
Adjust text-search-related character classification logic to correctly detect \ 
whether the prevailing locale is C when the default collation of a database uses \ 
the ICU provider.
Re-allow exponential notation in ISO-8601 interval fields.
Improve error reporting for various invalid JSON string literals.
Fix data corruption due to vacuum_defer_cleanup_age being larger than the \ 
current 64-bit xid.
Several fixes for the query parser and planner, including better detection of \ 
improperly-nested aggregates.
Fix partition pruning bug with the boolean IS NOT TRUE and IS NOT FALSE \ 
conditions. Prior to this, NULL partitions were accidentally pruned.
Fix memory leak in memoize plan execution.
Fix buffer refcount leak on foreign tables using partitions when performing \ 
batched inserts.
Restore support for sub-millisecond vacuum_cost_delay settings.
Several fixes for views and rules.
Avoid unnecessary work while scanning a multi-column BRIN index with multiple \ 
scan keys.
Ignore dropped columns and generated columns during logical replication of an \ 
UPDATE or DELETE action.
Several fixes for naming and availability of wait events.
Support RSA-PSS certificates with SCRAM-SHA-256 channel binding. This feature \ 
requires building with OpenSSL 1.1.1 or newer.
Avoid race condition with process ID tracking on Windows.
Fix memory leak within a session for PL/pgSQL DO blocks that use cast expressions.
Tighten array dimensionality checks from PL/Perl and PL/Python when converting \ 
list structures to multi-dimensional SQL arrays.
Fix pg_dump so that partitioned tables that are hash-partitioned on an \ 
enumerated type column can be restored successfully.
Fix for pg_trgm where an unsatisfiable regular expression could lead to a crash \ 
when using a GiST or GIN index.
Limit memory usage of pg_get_wal_records_info() in pg_walinspect.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-02-15 21:51:02 by Adam Ciarcinski | Files touched by this commit (66) | Package updated
Log message:
postgresql: updated to 15.2, 14.7, 13.10, 12.14, and 11.19

Security Issues

CVE-2022-41862: Client memory disclosure when connecting, with Kerberos, to \ 
modified server.

Versions Affected: 12 - 15.

A modified, unauthenticated server or an unauthenticated man-in-the-middle can \ 
send an unterminated string during the establishment of Kerberos transport \ 
encryption. When a libpq client application has a Kerberos credential cache and \ 
doesn't explicitly disable option gssencmode, a server can cause libpq to \ 
over-read and report an error message containing uninitialized bytes from and \ 
following its receive buffer. If libpq's caller somehow makes that message \ 
accessible to the attacker, this achieves a disclosure of the over-read bytes. \ 
We have not confirmed or ruled out viability of attacks that arrange for a crash \ 
or for presence of notable, confidential information in disclosed bytes.

The PostgreSQL project thanks Jacob Champion for reporting this problem.

Bug Fixes and Improvements

This update fixes over 60 bugs that were reported in the last several months. \ 
The issues listed below affect PostgreSQL 15. Some of these issues may also \ 
affect other supported versions of PostgreSQL.

Included in this release:

Fix for partitioned tables to correctly update GENERATED columns in child tables \ 
if the GENERATED column does not exist in the parent table or the child \ 
generated column has different dependencies than the parent.
Several fixes for the MERGE command.
Allow a WITH RECURSIVE ... CYCLE query to access its SET output column.
Fix an issue with bulk insertions on foreign tables that could lead to logical \ 
inconsistencies, for example, a BEFORE ROW trigger may not process rows that \ 
should be available.
Reject uses of undefined variables in jsonpath existence checks.
Fix for jsonb subscripting that come directly from a text column in a table.
Honor updated values of checkpoint_completion_target on reload.
Log the correct ending timestamp in recovery_target_xid mode.
Fix issue to allow column lists longer than 100 when using logical replication.
Prevent "wrong tuple length" failure at the end of VACUUM.
Avoid an immediate commit after ANALYZE when using query pipelining.
Several fixes to the query planner, including one that provides more \ 
opportunities for using memoization with partitionwise joins.
Fix for statistics collection to correctly handle when a relation changes type \ 
(e.g. a table is converted to a view).
Ensure full text search queries can be cancelled while performing phrase matches.
Fix deadlock between DROP DATABASE and logical replication worker process.
Fix small session-lifespan memory leak when CREATE SUBSCRIPTION fails its \ 
connection attempt.
Performance improvement for replicas with hot_standby enabled that are \ 
processing SELECT queries.
Several fixes for logical decoding that improve its stability and bloat handling.
Fix the default logical replication plug-in, pgoutput, to not send columns that \ 
are not listed in a table's replication column list.
Fix possible corruption of very large tablespace map files in pg_basebackup.
Remove a harmless warning from pg_dump in --if-exists mode when the public \ 
schema has a non-default owner.
Fix the psql commands \sf and \ef to handle SQL-language functions that have \ 
SQL-standard function bodies (i.e. BEGIN ATOMIC).
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Update the pageinspect extension to mark its disk-accessing functions as \ 
PARALLEL RESTRICTED.
Fix the seg extension to not crash or print garbage if an input number has more \ 
than 127 digits.
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-10-19 15:16:46 by Adam Ciarcinski | Files touched by this commit (43)
Log message:
postgresql15: added version 15.0

PostgreSQL 15 contains many new features and enhancements, including:

Support for the SQL MERGE command.

Selective publication of tables' contents within logical replication \ 
publications, through the ability to specify column lists and row filter \ 
conditions.

More options for compression, including support for Zstandard (zstd) \ 
compression. This includes support for performing compression on the server side \ 
during pg_basebackup.

Support for structured server log output using the JSON format.

Performance improvements, particularly for in-memory and on-disk sorting.

Next | Query returned 16 messages, browsing 11 to 20 | previous