Package "postgresql-pltcl-12"
Name: | postgresql-pltcl-12 |
Description: |
PL/Tcl procedural language for PostgreSQL 12 |
Latest version: | 12.14-0ubuntu0.20.04.1 |
Release: | focal (20.04) |
Level: | updates |
Repository: | universe |
Head package: | postgresql-12 |
Homepage: | http://www.postgresql.org/ |
Links
Download "postgresql-pltcl-12"
Other versions of "postgresql-pltcl-12" in Focal
Repository | Area | Version |
---|---|---|
base | universe | 12.2-4 |
security | universe | 12.14-0ubuntu0.20.04.1 |
PPA: Postgresql | 12.7-1.pgdg16.04+1 | |
PPA: Postgresql | 12.14-1.pgdg18.04+1 | |
PPA: Postgresql | 12.14-1.pgdg20.04+1 | |
PPA: Postgresql | 12.14-1.pgdg22.04+1 |
Changelog
Version: 12.9-0ubuntu0.20.04.1 | 2021-11-12 00:07:17 UTC |
---|---|
postgresql-12 (12.9-0ubuntu0.20.04.1) focal-security; urgency=medium * New upstream version (LP: #1950268). + Make the server reject extraneous data after an SSL or GSS
+ Make libpq reject extraneous data after an SSL or GSS
+ A dump/restore is not required for those running 12.X. + However, note that installations using physical replication should
+ Also, several bugs have been found that may have resulted in corrupted
+ Also, if you are upgrading from a version earlier than 12.6,
+ Details about these and many further changes can be found at:
-- Christian Ehrhardt <email address hidden> Tue, 09 Nov 2021 09:39:52 +0100 |
|
Source diff to previous version |
Version: 12.8-0ubuntu0.20.04.1 | 2021-08-12 19:06:23 UTC | ||||
---|---|---|---|---|---|
postgresql-12 (12.8-0ubuntu0.20.04.1) focal-security; urgency=medium * New upstream version (LP: #1939396). + Disallow SSL renegotiation more completely (Michael Paquier) SSL renegotiation has been disabled for some time, but the server
+ Details about these and many further changes can be found at:
-- Christian Ehrhardt <email address hidden> Tue, 10 Aug 2021 14:18:34 +0200 |
|||||
Source diff to previous version | |||||
|
Version: 12.7-0ubuntu0.20.04.1 | 2021-06-01 13:06:28 UTC | ||
---|---|---|---|
postgresql-12 (12.7-0ubuntu0.20.04.1) focal-security; urgency=medium * New upstream version (LP: #1928773). + Prevent integer overflows in array subscripting calculations (Tom Lane) The array code previously did not complain about cases where an array's
+ Fix mishandling of junk columns in INSERT ... ON CONFLICT ... UPDATE
If the UPDATE list contains any multi-column sub-selects (which give
In addition, in versions supporting cross-partition updates, a
+ Fix possibly-incorrect computation of UPDATE ... RETURNING outputs for
If an UPDATE for a partitioned table caused a row to be moved to another
+ Details about these and many further changes can be found at:
-- Christian Ehrhardt <email address hidden> Tue, 18 May 2021 12:13:14 +0200 |
|||
Source diff to previous version | |||
|
Version: 12.6-0ubuntu0.20.04.1 | 2021-02-15 14:06:23 UTC | ||||
---|---|---|---|---|---|
postgresql-12 (12.6-0ubuntu0.20.04.1) focal-security; urgency=medium * New upstream version (LP: #1915254)
Concurrent insertions could lead to a corrupt index with entries
+ Fix CREATE INDEX CONCURRENTLY to wait for concurrent prepared
At the point where CREATE INDEX CONCURRENTLY waits for all concurrent
+ Fix information leakage in constraint-violation error messages
If an UPDATE command attempts to move a row to a different partition
+ Details about these and many further changes can be found at:
-- Christian Ehrhardt <email address hidden> Wed, 10 Feb 2021 11:47:33 +0100 |
|||||
Source diff to previous version | |||||
|
Version: 12.5-0ubuntu0.20.04.1 | 2020-11-17 16:07:53 UTC | ||||||
---|---|---|---|---|---|---|---|
postgresql-12 (12.5-0ubuntu0.20.04.1) focal-security; urgency=medium * New upstream version.
This is essentially a leak in the security restricted operation sandbox
The PostgreSQL Project thanks Etienne Stalmans for reporting this
+ Fix usage of complex connection-string parameters in pg_dump,
The -d parameter of pg_dump and pg_restore, or the --maintenance-db
+ When psql's \connect command re-uses connection parameters, ensure that
This avoids cases where reconnection might fail due to omission of
+ Prevent psql's \gset command from modifying specially-treated variables
\gset without a prefix would overwrite whatever variables the server
The PostgreSQL Project thanks Nick Cleaton for reporting this problem.
+ Details about these and many further changes can be found at:
-- Christian Ehrhardt <email address hidden> Thu, 12 Nov 2020 12:13:24 +0100 |
|||||||
|