summaryrefslogtreecommitdiff
path: root/databases/postgresql17-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql??-*: Upgrade to latest versionsPalle Girgensohn2025-02-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 17.4, 16.8, 15.12, 14.17, and 13.20. The issues listed below affect PostgreSQL 17. Some of these issues may also affect other supported versions of PostgreSQL. Improve behavior of quoting functions in libpq. The fix for CVE-2025-1094 caused the quoting functions to not honor their string length parameters and, in some cases, cause crashes. This problem could be noticeable from a PostgreSQL client library, based on how it is integrated with libpq. Fix small memory leak in pg_createsubscriber. Also fix a problem in the FreeBSD port, where the rc script wouldn't return properly, messing up orchestration tools like ansible. [1] PR: 272502 [1] Release notes: https://www.postgresql.org/docs/release/
* databases/postgresql1{3,4,5,6,7}-client: Recommend py-psycopg over py-psycopg2Michael Osipov2025-01-201-1/+1
| | | | | | | | Upstream Python package maintainers recommend using the psycopg 3.x over psycopg2 for new projects since the latter is in maintenance mode only. Approved by: girgen (pgsql) Differential Revision: https://reviews.freebsd.org/D48493
* databases/postgresql17-*: new ports: Beta of the new major version 17 of ↵Palle Girgensohn2024-08-0814-0/+450
PostgreSQL Release notes: https://www.postgresql.org/docs/17/release-17.html