NOTICE: This package has been removed from pkgsrc

./databases/postgresql11-plperl, PL/Perl procedural language for the PostgreSQL backend

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 11.22, Package name: postgresql11-plperl-11.22, Maintainer: adam

PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter. However, certain
operations have been disabled in order to maintain the security of the
system.


Required to run:
[textproc/libxml2] [lang/perl5] [databases/postgresql11-client] [databases/postgresql11-server]


Package options: gssapi, nls

Master sites:

Filesize: 20002.924 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-22 17:46:43 by Adam Ciarcinski | Files touched by this commit (26) | Package removed
Log message:
postgresql11: removed; end-of-life
   2023-11-13 21:22:09 by Adam Ciarcinski | Files touched by this commit (70) | Package updated
Log message:
postgresql: updated to 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22

Security Issues

CVE-2023-5868: Memory disclosure in aggregate function calls
CVE-2023-5869: Buffer overrun from integer overflow in array modification
CVE-2023-5870: Role pg_signal_backend can signal certain superuser processes

Bug Fixes and Improvements

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

Fix issue where GiST indexes had an incorrect behavior during a "page \ 
split" operation that could lead to incorrect results in subsequent index \ 
searches. Please reindex GiST indexes after installing this update.
Fix issue where B-tree indexes would incorrectly de-duplicate interval columns. \ 
Please reindex any B-tree index that includes an interval column after \ 
installing this update.
Provide more efficient indexing of date, timestamptz, and timestamp values in \ 
BRIN indexes when using a minmax_multi opsclass. While not required, we \ 
recommend reindexing BRIN indexes that include these data types after installing \ 
this update.
Fix for bulk table insertion into partitioned tables.
Fix for hash-partitioned tables with multiple partition keys during step \ 
generation and runtime pruning that could lead to crashes in some cases.
Throw the correct error if pgrowlocks() is applied to a partitioned table

Fix inconsistent rechecking of concurrently-updated rows during MERGE when using \ 
READ COMMITTED mode.

Correctly identify the target table in an inherited UPDATE/DELETE/MERGE even \ 
when the parent table is excluded by constraints.
Fix over-allocation of a constructed tsvector.
Fix ALTER SUBSCRIPTION to apply changes in the run_as_owner option.
Several fixes for COPY FROM,
Several fixes for handling torn reads with pg_control.
Fix "could not find pathkey item to sort" errors occurring while \ 
planning aggregate functions with ORDER BY or DISTINCT options.
When track_io_timing is enabled, include the time taken by relation extension \ 
operations as write time.
Track the dependencies of cached CALL statements, and re-plan them when needed.
Treat out-of-memory failures as FATAL while reading WAL.
Fix pg_dump to dump the new run_as_owner option of subscriptions.
Fix pg_restore so that selective restores will include both table-level and \ 
column-level ACLs for selected tables.
Add logic to pg_upgrade to check for use of obsolete data types abstime, \ 
reltime, and tinterval.
Fix vacuumdb to have multiple -N switches actually exclude tables in multiple \ 
schemas.
amcheck will no longer report interrupted page deletion as corruption.
Fix btree_gin indexes on interval columns to properly return data when using the \ 
< and <= operators.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-11 07:58:02 by Adam Ciarcinski | Files touched by this commit (20) | Package updated
Log message:
postgresql: updated to 15.4, 14.9, 13.12, 12.16, 11.21

PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21

This release fixes two security vulnerabilities and over 40 bugs reported over \ 
the last several months.

Security Issues

CVE-2023-39417: Extension script @substitutions@ within quoting allow SQL injection.
CVE-2023-39418: MERGE fails to enforce UPDATE or SELECT row security policies.
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   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