NOTICE: This package has been removed from pkgsrc

./databases/postgresql10, Robust, next generation, object-relational DBMS

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


Branch: CURRENT, Version: 10.23nb1, Package name: postgresql10-10.23nb1, Maintainer: adam

PostgreSQL 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.


Required to run:
[textproc/libxml2] [databases/postgresql10-server] [databases/postgresql10-client] [databases/postgresql10-docs]


Package options: gssapi, nls

Master sites:

Filesize: 19028.61 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-06 09:27:01 by Adam Ciarcinski | Files touched by this commit (47) | Package removed
Log message:
postgresql10: removed; end of life
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-11-13 10:34:27 by Adam Ciarcinski | Files touched by this commit (31) | Package updated
Log message:
postgresql1[0-5]: Updated to 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23

PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!

Bug Fixes and Improvements

This update fixes over 25 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:

Fix for updatable views for INSERT statements that include multi-row VALUES \ 
clauses with a DEFAULT set.
Disallow rules named _RETURN that are not ON SELECT rules.
Disallow use of MERGE on a partitioned table that has foreign-table partitions.
Fix for construction of per-partition foreign key constraints while doing ALTER \ 
TABLE ... ATTACH PARTITION, where previously incorrect or duplicate constraints \ 
could be built.
Fix for a planner failure with extended statistics on partitioned or inherited \ 
tables.
Fix bugs in logical decoding that could lead to memory leaks when replay starts \ 
from a point between the beginning of a transaction and the beginning of its \ 
subtransaction.
Fix issues with slow shutdown of replication workers by allowing interrupts in \ 
more places.
Disallow logical replication into foreign-table partitions.
Prevent crash in replication works after a SQL or PL/pgSQL function syntax error.
psql -c now exits with a nonzero status if the query is canceled.
Allow cross-platform tablespace relocation in pg_basebackup.
Fix pg_dump to include comments attached to some CHECK constraints.
   2022-10-16 16:42:50 by Greg Troxel | Files touched by this commit (8)
Log message:
databases/postgresql*: Work around autoconf mkdir bug

autoconf does not accept NetBSD mkdir (this bug has already been fixed
in upstream autoconf).  This leads to install.sh, and thus
postgresql's workaround for a relative path in pgxs, and then that
being used in postgis.  Somewhere in that chain there is a bug leading
to postgis failing to make a directory at install time.

This passes in an autoconf cache variable so that for mkdir it uses
mkdir (which it does on GNU/Linux, and thus that situation is
well-tested).
   2022-08-15 22:59:40 by Adam Ciarcinski | Files touched by this commit (58) | Package updated
Log message:
postgresql: updated to 14.5, 13.8, 12.12, 11.17, 10.22

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

Included in this release:

Fix replay of CREATE DATABASE write-ahead log (WAL) records on standby servers \ 
when encountering a missing tablespace directory.
Add support for tablespaces that are plain directories instead of symbolic links \ 
to other directories.
Fix permission checks in CREATE INDEX to use the user's permissions. This fixes \ 
broken dump/restore scenarios that relied on the behavior prior to the fix for \ 
CVE-2022-1552.
In the extended query protocol, force an immediate commit after CREATE DATABASE \ 
and other commands that can't run in a transaction block.
Fix a race condition around checking transaction visibility that was more likely \ 
to happen when using synchronous replication.
Fix incorrect permission-checking code for extended statistics.
Fix extended statistics machinery to handle most common value (MCV)-type \ 
statistics on boolean-valued expressions.
Avoid planner core dump with constant = ANY(array) clauses when there are \ 
MCV-type extended statistics on the array variable.
Allow cancellation of ANALYZE while it is computing extended statistics.
Fix ALTER TABLE ... ENABLE/DISABLE TRIGGER to handle recursion for triggers on \ 
partitioned tables.
Reject ROW() expressions and functions in FROM that have more than 1600 columns.
Fix memory leak in logical replication subscribers.
Fix checks in logical replication of replica identity when the target table is \ 
partitioned.
Arrange to clean up after commit-time errors within SPI_commit(), rather than \ 
expecting callers to do that. This includes a fix for the same scenario in \ 
PL/Python, which had reported crashes on Python 3.11 and memory leaks on older \ 
versions of Python 3.
Improve handling in libpq of idle states in pipeline mode.
In the psql \watch command, echo a newline after cancellation with control-C.
Fix pg_upgrade to detect non-upgradable usages of functions accepting anyarray \ 
parameters.
Several postgres_fdw fixes, including prevention of batch insertions when there \ 
are WITH CHECK OPTION constraints present.
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2022-07-19 00:13:21 by Tobias Nygren | Files touched by this commit (10)
Log message:
postgresql*-client: fix installed PGXS Makefiles when using pkgsrc gettext

If we are using the "nls" PKG_OPTION together with pkgsrc gettext, then
we must ensure CPPFLAGS contains -I${PREFIX}/include/gettext.
The installed postgresql/server/c.h expects to be able to include
<libintl.h> using the CPPFLAGS that get installed in Makefile.global.
Without this it is not possible to develop PGXS extensions
outside of pkgsrc.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36