non port: databases/postgresql15-server/distinfo |
SVNWeb
|
Number of commits found: 12 |
Thu, 10 Aug 2023
|
[ 14:13 Palle Girgensohn (girgen) ] 3554a40 (Only the first 10 of 18 ports in this commit are shown above. )
databases/postgresql??-*: Update to latest versions.
PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21, and PostgreSQL 16 Beta 3
Released.
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.4, 14.9, 13.12, 12.16,
and 11.21, as well as the third beta release of PostgreSQL 16. This
release fixes two security vulnerabilities and over 40 bugs reported
over the last several months.
If you use BRIN indexes to look up NULL values, you will need to reindex
them after upgrading to this release. On PostgreSQL 12 and above, you
can use REINDEX CONCURRENTLY to avoid blocking writes to the affected
index and table, for example:
REINDEX INDEX CONCURRENTLY your_index_name;
Also, remove the patch for postgresql.conf.sample suggesting to turn off
update_process_title [1], since it is no longer a problem.
Release
notes: https://www.postgresql.org/about/news/postgresql-154-149-1312-1216-1121-and-postgresql-16-beta-3-released-2689/
[1]: https://commitfest.postgresql.org/19/1715/
|
Thu, 11 May 2023
|
[ 15:42 Palle Girgensohn (girgen) ] 3fd6f20 (Only the first 10 of 12 ports in this commit are shown above. )
databases/postgresql??-server: update to latest version
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.3, 14.8, 13.11, 12.15,
and 11.20. This release fixes two security vulnerabilities over 80 bugs
reported over the last several months.
CVE-2023-2454: CREATE SCHEMA ... schema_element defeats protective search_path
changes.
This enabled an attacker having database-level CREATE privilege to
execute arbitrary code as the bootstrap superuser. Database owners have
that right by default, and explicit grants may extend it to other users.
CVE-2023-2455: Row security policies disregard user ID changes after inlining.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Feb 2023
|
[ 14:52 Palle Girgensohn (girgen) ] 8f04ac8 (Only the first 10 of 16 ports in this commit are shown above. )
databases/postgresql??-*: upgrade to latest versions
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.2, 14.7, 13.10, 12.14,
and 11.19. This release closes one security vulnerability and fixes over
60 bugs reported over the last several months.
Release notes: https://www.postgresql.org/docs/release/
Security: CVE-2022-41862: Client memory disclosure when
connecting, with Kerberos, to modified server.
|
Thu, 10 Nov 2022
|
[ 16:23 Palle Girgensohn (girgen) ] 792a1db (Only the first 10 of 19 ports in this commit are shown above. )
databases/postgresq??-*: update to latest version
PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.1, 14.6, 13.9, 12.13,
11.18, and 10.23. This release fixes 25 bugs reported over the last
several months.
This is the final release of PostgreSQL 10. PostgreSQL 10 will no longer
receive security and bug fixes. If you are running PostgreSQL 10 in a
production environment, we suggest that you make plans to upgrade.
Release notes: https://www.postgresql.org/docs/release/
|
Tue, 18 Oct 2022
|
[ 08:21 Li-Wen Hsu (lwhsu) ] 465f89a
databases/postgresql15-server: Fix distinfo
Reported by: VVD <vvd@unislabs.com>
|
Thu, 13 Oct 2022
|
[ 14:04 Palle Girgensohn (girgen) ] f46b3a4
databases/postgresql15-*: Update to 15.0
The PostgreSQL Global Development Group today announced the release of
PostgreSQL 15, the latest version of the world’s most advanced open
source database.
PostgreSQL 15 builds on the performance improvements of recent releases
with noticeable gains for managing workloads in both local and
distributed deployments, including improved sorting. This release
improves the developer experience with the addition of the popular MERGE
command, and adds more capabilities for observing the state of the
database.
Release
notes: https://www.postgresql.org/about/news/postgresql-15-released-2526/
|
Thu, 6 Oct 2022
|
[ 13:14 Palle Girgensohn (girgen) ] 5eb002e
databases/postgresql15-*: update to 15.rc2
Several bug fixes were applied for PostgreSQL 15 during the RC 1 period.
These include:
Reverting the "optimized order of GROUP BY keys" feature.
Fix behavior for the \g command in psql with multi-command strings.
Fix memory leak in single-column sorts.
Fix for behavior of PQsslAttribute libpq function.
To upgrade to PostgreSQL 15 RC 2 from earlier versions of PostgreSQL,
you will need to use a major version upgrade strategy, e.g. pg_upgrade
or pg_dump / pg_restore. For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/docs/15/static/upgrading.html
Release
notes: https://www.postgresql.org/about/news/postgresql-15-rc-2-released-2521/
|
Thu, 29 Sep 2022
|
[ 14:24 Palle Girgensohn (girgen) ] 7078210
databases/postgresql15-*: Upgrade to 15.0-rc1
The PostgreSQL Global Development Group announces that the first release
candidate of PostgreSQL 15 is now available for download. As a release
candidate, PostgreSQL 15 RC 1 will be mostly identical to the initial
release of PostgreSQL 15, though some more fixes may be applied prior to
the general availability of PostgreSQL 15.
To upgrade to PostgreSQL 15 RC 1 from earlier versions of PostgreSQL,
you will need to use a major version upgrade strategy, e.g. pg_upgrade
or pg_dump / pg_restore. For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/docs/15/upgrading.html
|
Thu, 8 Sep 2022
|
[ 13:49 Palle Girgensohn (girgen) ] 31290cc
databases/postgresql15-server: update to 15beta5
This release contains previews of all features that will be available
when PostgreSQL 15 is made generally available, though some details of
the release can change during the beta period.
To upgrade to PostgreSQL 15 Beta 4 from an earlier beta or previous
version of PostgreSQL, you will need to use a strategy similar to
upgrading between major versions of PostgreSQL (e.g. pg_upgrade or
pg_dump / pg_restore). For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/about/news/postgresql-15-beta-4-released-2507/
Release notes: https://www.postgresql.org/docs/15/release-15.html
|
Fri, 12 Aug 2022
|
[ 09:05 Palle Girgensohn (girgen) ] 2e7e556 (Only the first 10 of 17 ports in this commit are shown above. )
databases/postgresql??-*: Update to latest version
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 14.5, 13.8, 12.12, 11.17,
and 10.22, as well as the third beta release of PostgreSQL 15. This
release closes one security vulnerability and fixes over 40 bugs
reported over the last three months.
PostgreSQL 10 will stop receiving fixes on November 10, 2022. If you are
running PostgreSQL 10 in a production environment, we strongly advise
that you make plans to upgrade to a newer, supported version of
PostgreSQL so you can continue to receive bug and security fixes.
Security: CVE-2022-2625
Release
notes: https://www.postgresql.org/about/news/postgresql-145-138-1212-1117-1022-and-15-beta-3-released-2496/
|
Mon, 4 Jul 2022
|
[ 11:26 Palle Girgensohn (girgen) ] 28a97bf
databases/postgresql15-*: update to 15beta2
|
Thu, 19 May 2022
|
[ 13:36 Palle Girgensohn (girgen) ] 5b11f47 (Only the first 10 of 54 ports in this commit are shown above. )
databases/postgresql??-*: add postgresql-15 to the ports tree
Introduce PostgreSQL-15 to the ports tree.
Make version 15 the master port, and add plist parameter for the
postgresql version.
Release notes: https://www.postgresql.org/docs/devel/release.html
|
Number of commits found: 12 |