Path to this page:
./
databases/postgresql17,
Robust, next generation, object-relational DBMS
Branch: CURRENT,
Version: 17.4,
Package name: postgresql17-17.4,
Maintainer: adamPostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system. While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.
PostgreSQL is free and the complete source is available.
This is the meta-package for the PostgreSQL database system.
Package options: icu, lz4, nls
Master sites:
Filesize: 21015.439 KB
Version history: (Expand)
- (2025-02-21) Updated to version: postgresql17-17.4
- (2025-02-16) Updated to version: postgresql17-17.3
- (2024-11-25) Updated to version: postgresql17-17.2
- (2024-11-16) Updated to version: postgresql17-17.1
- (2024-11-15) Updated to version: postgresql17-17.0nb1
- (2024-11-08) Package added to pkgsrc.se, version postgresql17-17.0 (created)
CVS history: (Expand)
2025-04-19 09:58:38 by Thomas Klausner | Files touched by this commit (750) |
Log message:
*: recursive bump for default Kerberos implementation switch
|
2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
2025-04-08 09:28:06 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
postgresql17: avoid -Werror-unguarded-availability-new; apply some pkglint \
suggestions
|
2025-04-02 14:27:43 by Patrick Welche | Files touched by this commit (8) |
Log message:
Render postgresql17 CONFLICTS as harmless as those of postgresql16
|
2025-03-30 23:10:49 by Thomas Klausner | Files touched by this commit (100) |
Log message:
*: remove MirBSD support
|
2025-02-22 10:08:01 by Nia Alarie | Files touched by this commit (4) |
Log message:
postgres: many MAKE_JOBS issues remain, for example
fatal error: 'catalog/pg_type_d.h' file not found
|
2025-02-21 18:29:08 by Adam Ciarcinski | Files touched by this commit (15) |  |
Log message:
postgresql: updated to 17.4, 16.8, 15.12, 14.17, 13.20
PostgreSQL 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.
|
2025-02-16 10:03:16 by Adam Ciarcinski | Files touched by this commit (19) |  |
Log message:
postgresql: updated to 17.3, 16.7, 15.11, 14.16, 13.19
PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19
Security Issues
CVE-2025-1094: PostgreSQL quoting APIs miss neutralizing quoting syntax in text \
that fails encoding validation
Bug Fixes and Improvements
This update fixes over 70 bugs that were reported in the last several months. \
The issues listed below affect PostgreSQL 17. Some of these issues may also \
affect other supported versions of PostgreSQL.
Restore pre-v17 truncation behavior for >63-byte database names and usernames \
in connection requests.
Don't perform connection privilege checks and limits on parallel workers, and \
instead inherit these from the leader process.
Remove Lock suffix from LWLock wait event names.
Fix possible re-use of stale results in window aggregates, which could lead to \
incorrect results.
Several race condition fixes for vacuum that in the worst case could cause \
corruption to a system catalog.
Several fixes for truncating tables and indexes that prevent potential corruption.
Fix for detaching a partition where its own foreign-key constraint references a \
partitioned table.
Fix for the FFn (e.g., FF1) format codes for to_timestamp, where an integer \
format code before the FFn would consume all available digits.
Fixes for SQL/JSON and XMLTABLE() to double-quote specific entries when necessary.
Include the ldapscheme option in pg_hba_file_rules().
Several fixes for UNION, including not merging columns with non-compatible \
collations.
Several fixes that could impact availability or speed of starting a connection \
to PostgreSQL.
Fix multiple memory leaks in logical decoding output.
Fix several memory leaks in PL/Python.
Add psql tab completion for COPY (MERGE INTO).
Make pg_controldata more resilient when displaying info from corruptedpg_control \
files.
Fix for a memory leak in pg_restore with zstd-compressed data.
Fix pg_basebackup to correctly handle pg_wal.tar files exceeding 2GB on Windows.
Modify earthdistance to use SQL-standard function bodies, which fixes possible \
issues with major version upgrades to v17 when databases use this extension.
Fix crash in pageinspect in instances where the brin_page_items() function \
definition is not updated to the latest version.
Fix race condition when trying to cancel a postgres_fdw remote query.
|