Update to PostgreSQL 14.1
Take MAINTAINER. OK pea@ (previous MAINTAINER), sthen@
This commit is contained in:
parent
fc0be99f33
commit
8368d58199
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.279 2021/11/22 13:55:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.280 2022/01/13 15:59:34 jeremy Exp $
|
||||
|
||||
COMMENT-main= PostgreSQL RDBMS (client)
|
||||
COMMENT-server= PostgreSQL RDBMS (server)
|
||||
@ -7,12 +7,8 @@ COMMENT-contrib=PostgreSQL RDBMS contributions
|
||||
COMMENT-plpython=Python procedural language for PostgreSQL
|
||||
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
|
||||
|
||||
VERSION= 13.4
|
||||
REVISION= 0
|
||||
REVISION-server= 1
|
||||
REVISION-plpython= 1
|
||||
|
||||
PREV_MAJOR= 12
|
||||
VERSION= 14.1
|
||||
PREV_MAJOR= 13
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
|
||||
@ -22,11 +18,11 @@ CATEGORIES= databases
|
||||
SHARED_LIBS= ecpg 7.10 \
|
||||
ecpg_compat 4.10 \
|
||||
pgtypes 4.9 \
|
||||
pq 6.12
|
||||
pq 6.13
|
||||
|
||||
HOMEPAGE= https://www.postgresql.org/
|
||||
|
||||
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postgresql-13.4.tar.gz) = Wde8Uj54VwxUmHb+0pfsPkbdMH6Q9bHSL0kYEZHPID4=
|
||||
SIZE (postgresql-13.4.tar.gz) = 27687091
|
||||
SHA256 (postgresql-14.1.tar.gz) = spAwUl4TFNZ29B5gB6ltRIm6DQP6k+Z7R3wdU4Z5DI8=
|
||||
SIZE (postgresql-14.1.tar.gz) = 28666442
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST-contrib,v 1.22 2021/02/09 20:01:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-contrib,v 1.23 2022/01/13 15:59:34 jeremy Exp $
|
||||
@conflict postgresql-uuid-*
|
||||
@conflict postgresql-server-<8.4.3
|
||||
@pkgpath devel/uuid,-pgsql
|
||||
@bin bin/oid2name
|
||||
@bin bin/pg_amcheck
|
||||
@bin bin/pg_archivecleanup
|
||||
@bin bin/pg_standby
|
||||
@bin bin/pg_test_fsync
|
||||
@bin bin/pg_test_timing
|
||||
@bin bin/pgbench
|
||||
@ -32,12 +32,14 @@
|
||||
@so lib/postgresql/lo.so
|
||||
@so lib/postgresql/ltree.so
|
||||
@so lib/postgresql/moddatetime.so
|
||||
@so lib/postgresql/old_snapshot.so
|
||||
@so lib/postgresql/pageinspect.so
|
||||
@so lib/postgresql/passwordcheck.so
|
||||
@so lib/postgresql/pg_buffercache.so
|
||||
@so lib/postgresql/pg_freespacemap.so
|
||||
@so lib/postgresql/pg_prewarm.so
|
||||
@so lib/postgresql/pg_stat_statements.so
|
||||
@so lib/postgresql/pg_surgery.so
|
||||
@so lib/postgresql/pg_trgm.so
|
||||
@so lib/postgresql/pg_visibility.so
|
||||
@so lib/postgresql/pgcrypto.so
|
||||
@ -55,8 +57,8 @@
|
||||
@so lib/postgresql/unaccent.so
|
||||
@so lib/postgresql/uuid-ossp.so
|
||||
@man man/man1/oid2name.1
|
||||
@man man/man1/pg_amcheck.1
|
||||
@man man/man1/pg_archivecleanup.1
|
||||
@man man/man1/pg_standby.1
|
||||
@man man/man1/pg_test_fsync.1
|
||||
@man man/man1/pg_test_timing.1
|
||||
@man man/man1/pgbench.1
|
||||
@ -69,6 +71,7 @@ share/postgresql/extension/adminpack.control
|
||||
share/postgresql/extension/amcheck--1.0--1.1.sql
|
||||
share/postgresql/extension/amcheck--1.0.sql
|
||||
share/postgresql/extension/amcheck--1.1--1.2.sql
|
||||
share/postgresql/extension/amcheck--1.2--1.3.sql
|
||||
share/postgresql/extension/amcheck.control
|
||||
share/postgresql/extension/autoinc--1.0.sql
|
||||
share/postgresql/extension/autoinc.control
|
||||
@ -89,6 +92,7 @@ share/postgresql/extension/btree_gist--1.2--1.3.sql
|
||||
share/postgresql/extension/btree_gist--1.2.sql
|
||||
share/postgresql/extension/btree_gist--1.3--1.4.sql
|
||||
share/postgresql/extension/btree_gist--1.4--1.5.sql
|
||||
share/postgresql/extension/btree_gist--1.5--1.6.sql
|
||||
share/postgresql/extension/btree_gist.control
|
||||
share/postgresql/extension/citext--1.0--1.1.sql
|
||||
share/postgresql/extension/citext--1.1--1.2.sql
|
||||
@ -103,6 +107,7 @@ share/postgresql/extension/cube--1.1--1.2.sql
|
||||
share/postgresql/extension/cube--1.2--1.3.sql
|
||||
share/postgresql/extension/cube--1.2.sql
|
||||
share/postgresql/extension/cube--1.3--1.4.sql
|
||||
share/postgresql/extension/cube--1.4--1.5.sql
|
||||
share/postgresql/extension/cube.control
|
||||
share/postgresql/extension/dblink--1.0--1.1.sql
|
||||
share/postgresql/extension/dblink--1.1--1.2.sql
|
||||
@ -120,7 +125,6 @@ share/postgresql/extension/file_fdw.control
|
||||
share/postgresql/extension/fuzzystrmatch--1.0--1.1.sql
|
||||
share/postgresql/extension/fuzzystrmatch--1.1.sql
|
||||
share/postgresql/extension/fuzzystrmatch.control
|
||||
share/postgresql/extension/hstore--1.0--1.1.sql
|
||||
share/postgresql/extension/hstore--1.1--1.2.sql
|
||||
share/postgresql/extension/hstore--1.2--1.3.sql
|
||||
share/postgresql/extension/hstore--1.3--1.4.sql
|
||||
@ -128,6 +132,7 @@ share/postgresql/extension/hstore--1.4--1.5.sql
|
||||
share/postgresql/extension/hstore--1.4.sql
|
||||
share/postgresql/extension/hstore--1.5--1.6.sql
|
||||
share/postgresql/extension/hstore--1.6--1.7.sql
|
||||
share/postgresql/extension/hstore--1.7--1.8.sql
|
||||
share/postgresql/extension/hstore.control
|
||||
share/postgresql/extension/hstore_plperl--1.0.sql
|
||||
share/postgresql/extension/hstore_plperl.control
|
||||
@ -142,6 +147,8 @@ share/postgresql/extension/intarray--1.0--1.1.sql
|
||||
share/postgresql/extension/intarray--1.1--1.2.sql
|
||||
share/postgresql/extension/intarray--1.2--1.3.sql
|
||||
share/postgresql/extension/intarray--1.2.sql
|
||||
share/postgresql/extension/intarray--1.3--1.4.sql
|
||||
share/postgresql/extension/intarray--1.4--1.5.sql
|
||||
share/postgresql/extension/intarray.control
|
||||
share/postgresql/extension/isn--1.0--1.1.sql
|
||||
share/postgresql/extension/isn--1.1--1.2.sql
|
||||
@ -160,6 +167,8 @@ share/postgresql/extension/ltree--1.1.sql
|
||||
share/postgresql/extension/ltree.control
|
||||
share/postgresql/extension/moddatetime--1.0.sql
|
||||
share/postgresql/extension/moddatetime.control
|
||||
share/postgresql/extension/old_snapshot--1.0.sql
|
||||
share/postgresql/extension/old_snapshot.control
|
||||
share/postgresql/extension/pageinspect--1.0--1.1.sql
|
||||
share/postgresql/extension/pageinspect--1.1--1.2.sql
|
||||
share/postgresql/extension/pageinspect--1.2--1.3.sql
|
||||
@ -169,6 +178,7 @@ share/postgresql/extension/pageinspect--1.5--1.6.sql
|
||||
share/postgresql/extension/pageinspect--1.5.sql
|
||||
share/postgresql/extension/pageinspect--1.6--1.7.sql
|
||||
share/postgresql/extension/pageinspect--1.7--1.8.sql
|
||||
share/postgresql/extension/pageinspect--1.8--1.9.sql
|
||||
share/postgresql/extension/pageinspect.control
|
||||
share/postgresql/extension/pg_buffercache--1.0--1.1.sql
|
||||
share/postgresql/extension/pg_buffercache--1.1--1.2.sql
|
||||
@ -192,13 +202,17 @@ share/postgresql/extension/pg_stat_statements--1.4.sql
|
||||
share/postgresql/extension/pg_stat_statements--1.5--1.6.sql
|
||||
share/postgresql/extension/pg_stat_statements--1.6--1.7.sql
|
||||
share/postgresql/extension/pg_stat_statements--1.7--1.8.sql
|
||||
share/postgresql/extension/pg_stat_statements--1.8--1.9.sql
|
||||
share/postgresql/extension/pg_stat_statements.control
|
||||
share/postgresql/extension/pg_surgery--1.0.sql
|
||||
share/postgresql/extension/pg_surgery.control
|
||||
share/postgresql/extension/pg_trgm--1.0--1.1.sql
|
||||
share/postgresql/extension/pg_trgm--1.1--1.2.sql
|
||||
share/postgresql/extension/pg_trgm--1.2--1.3.sql
|
||||
share/postgresql/extension/pg_trgm--1.3--1.4.sql
|
||||
share/postgresql/extension/pg_trgm--1.3.sql
|
||||
share/postgresql/extension/pg_trgm--1.4--1.5.sql
|
||||
share/postgresql/extension/pg_trgm--1.5--1.6.sql
|
||||
share/postgresql/extension/pg_trgm.control
|
||||
share/postgresql/extension/pg_visibility--1.0--1.1.sql
|
||||
share/postgresql/extension/pg_visibility--1.1--1.2.sql
|
||||
@ -220,6 +234,7 @@ share/postgresql/extension/pgstattuple--1.3--1.4.sql
|
||||
share/postgresql/extension/pgstattuple--1.4--1.5.sql
|
||||
share/postgresql/extension/pgstattuple--1.4.sql
|
||||
share/postgresql/extension/pgstattuple.control
|
||||
share/postgresql/extension/postgres_fdw--1.0--1.1.sql
|
||||
share/postgresql/extension/postgres_fdw--1.0.sql
|
||||
share/postgresql/extension/postgres_fdw.control
|
||||
share/postgresql/extension/refint--1.0.sql
|
||||
@ -228,6 +243,7 @@ share/postgresql/extension/seg--1.0--1.1.sql
|
||||
share/postgresql/extension/seg--1.1--1.2.sql
|
||||
share/postgresql/extension/seg--1.1.sql
|
||||
share/postgresql/extension/seg--1.2--1.3.sql
|
||||
share/postgresql/extension/seg--1.3--1.4.sql
|
||||
share/postgresql/extension/seg.control
|
||||
share/postgresql/extension/sslinfo--1.0--1.1.sql
|
||||
share/postgresql/extension/sslinfo--1.1--1.2.sql
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.102 2021/09/10 14:07:45 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.103 2022/01/13 15:59:34 jeremy Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/HISTORY
|
||||
@ -25,6 +25,7 @@ share/doc/postgresql/html/app-initdb.html
|
||||
share/doc/postgresql/html/app-pg-ctl.html
|
||||
share/doc/postgresql/html/app-pg-dumpall.html
|
||||
share/doc/postgresql/html/app-pg-isready.html
|
||||
share/doc/postgresql/html/app-pgamcheck.html
|
||||
share/doc/postgresql/html/app-pgbasebackup.html
|
||||
share/doc/postgresql/html/app-pgchecksums.html
|
||||
share/doc/postgresql/html/app-pgconfig.html
|
||||
@ -154,6 +155,7 @@ share/doc/postgresql/html/catalog-pg-user-mapping.html
|
||||
share/doc/postgresql/html/catalogs-overview.html
|
||||
share/doc/postgresql/html/catalogs.html
|
||||
share/doc/postgresql/html/charset.html
|
||||
share/doc/postgresql/html/checksums.html
|
||||
share/doc/postgresql/html/citext.html
|
||||
share/doc/postgresql/html/client-authentication-problems.html
|
||||
share/doc/postgresql/html/client-authentication.html
|
||||
@ -277,6 +279,7 @@ share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
|
||||
share/doc/postgresql/html/ecpg-sql-commands.html
|
||||
share/doc/postgresql/html/ecpg-sql-connect.html
|
||||
share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
|
||||
share/doc/postgresql/html/ecpg-sql-declare-statement.html
|
||||
share/doc/postgresql/html/ecpg-sql-declare.html
|
||||
share/doc/postgresql/html/ecpg-sql-describe.html
|
||||
share/doc/postgresql/html/ecpg-sql-disconnect.html
|
||||
@ -451,7 +454,11 @@ share/doc/postgresql/html/infoschema-role-routine-grants.html
|
||||
share/doc/postgresql/html/infoschema-role-table-grants.html
|
||||
share/doc/postgresql/html/infoschema-role-udt-grants.html
|
||||
share/doc/postgresql/html/infoschema-role-usage-grants.html
|
||||
share/doc/postgresql/html/infoschema-routine-column-usage.html
|
||||
share/doc/postgresql/html/infoschema-routine-privileges.html
|
||||
share/doc/postgresql/html/infoschema-routine-routine-usage.html
|
||||
share/doc/postgresql/html/infoschema-routine-sequence-usage.html
|
||||
share/doc/postgresql/html/infoschema-routine-table-usage.html
|
||||
share/doc/postgresql/html/infoschema-routines.html
|
||||
share/doc/postgresql/html/infoschema-schema.html
|
||||
share/doc/postgresql/html/infoschema-schemata.html
|
||||
@ -475,6 +482,7 @@ share/doc/postgresql/html/infoschema-view-column-usage.html
|
||||
share/doc/postgresql/html/infoschema-view-routine-usage.html
|
||||
share/doc/postgresql/html/infoschema-view-table-usage.html
|
||||
share/doc/postgresql/html/infoschema-views.html
|
||||
share/doc/postgresql/html/install-binaries.html
|
||||
share/doc/postgresql/html/install-getsource.html
|
||||
share/doc/postgresql/html/install-post.html
|
||||
share/doc/postgresql/html/install-procedure.html
|
||||
@ -514,6 +522,7 @@ share/doc/postgresql/html/libpq-notice-processing.html
|
||||
share/doc/postgresql/html/libpq-notify.html
|
||||
share/doc/postgresql/html/libpq-pgpass.html
|
||||
share/doc/postgresql/html/libpq-pgservice.html
|
||||
share/doc/postgresql/html/libpq-pipeline-mode.html
|
||||
share/doc/postgresql/html/libpq-single-row-mode.html
|
||||
share/doc/postgresql/html/libpq-ssl.html
|
||||
share/doc/postgresql/html/libpq-status.html
|
||||
@ -528,7 +537,6 @@ share/doc/postgresql/html/lo-intro.html
|
||||
share/doc/postgresql/html/lo.html
|
||||
share/doc/postgresql/html/locale.html
|
||||
share/doc/postgresql/html/locking-indexes.html
|
||||
share/doc/postgresql/html/log-shipping-alternative.html
|
||||
share/doc/postgresql/html/logfile-maintenance.html
|
||||
share/doc/postgresql/html/logical-replication-architecture.html
|
||||
share/doc/postgresql/html/logical-replication-config.html
|
||||
@ -545,7 +553,9 @@ share/doc/postgresql/html/logicaldecoding-example.html
|
||||
share/doc/postgresql/html/logicaldecoding-explanation.html
|
||||
share/doc/postgresql/html/logicaldecoding-output-plugin.html
|
||||
share/doc/postgresql/html/logicaldecoding-sql.html
|
||||
share/doc/postgresql/html/logicaldecoding-streaming.html
|
||||
share/doc/postgresql/html/logicaldecoding-synchronous.html
|
||||
share/doc/postgresql/html/logicaldecoding-two-phase-commits.html
|
||||
share/doc/postgresql/html/logicaldecoding-walsender.html
|
||||
share/doc/postgresql/html/logicaldecoding-writer.html
|
||||
share/doc/postgresql/html/logicaldecoding.html
|
||||
@ -573,6 +583,7 @@ share/doc/postgresql/html/nls.html
|
||||
share/doc/postgresql/html/non-durability.html
|
||||
share/doc/postgresql/html/notation.html
|
||||
share/doc/postgresql/html/oid2name.html
|
||||
share/doc/postgresql/html/oldsnapshot.html
|
||||
share/doc/postgresql/html/overview.html
|
||||
share/doc/postgresql/html/pageinspect.html
|
||||
share/doc/postgresql/html/pagelayout.svg
|
||||
@ -590,9 +601,9 @@ share/doc/postgresql/html/pgcrypto.html
|
||||
share/doc/postgresql/html/pgfreespacemap.html
|
||||
share/doc/postgresql/html/pgprewarm.html
|
||||
share/doc/postgresql/html/pgrowlocks.html
|
||||
share/doc/postgresql/html/pgstandby.html
|
||||
share/doc/postgresql/html/pgstatstatements.html
|
||||
share/doc/postgresql/html/pgstattuple.html
|
||||
share/doc/postgresql/html/pgsurgery.html
|
||||
share/doc/postgresql/html/pgtestfsync.html
|
||||
share/doc/postgresql/html/pgtesttiming.html
|
||||
share/doc/postgresql/html/pgtrgm.html
|
||||
@ -656,6 +667,7 @@ share/doc/postgresql/html/pltcl.html
|
||||
share/doc/postgresql/html/populate.html
|
||||
share/doc/postgresql/html/postgres-fdw.html
|
||||
share/doc/postgresql/html/postgres-user.html
|
||||
share/doc/postgresql/html/predefined-roles.html
|
||||
share/doc/postgresql/html/preface.html
|
||||
share/doc/postgresql/html/preventing-server-spoofing.html
|
||||
share/doc/postgresql/html/progress-reporting.html
|
||||
@ -691,11 +703,8 @@ share/doc/postgresql/html/regress-run.html
|
||||
share/doc/postgresql/html/regress-tap.html
|
||||
share/doc/postgresql/html/regress-variant.html
|
||||
share/doc/postgresql/html/regress.html
|
||||
share/doc/postgresql/html/release-13-1.html
|
||||
share/doc/postgresql/html/release-13-2.html
|
||||
share/doc/postgresql/html/release-13-3.html
|
||||
share/doc/postgresql/html/release-13-4.html
|
||||
share/doc/postgresql/html/release-13.html
|
||||
share/doc/postgresql/html/release-14-1.html
|
||||
share/doc/postgresql/html/release-14.html
|
||||
share/doc/postgresql/html/release-prior.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/replication-origins.html
|
||||
@ -765,8 +774,11 @@ share/doc/postgresql/html/spi-spi-cursor-move.html
|
||||
share/doc/postgresql/html/spi-spi-cursor-open-with-args.html
|
||||
share/doc/postgresql/html/spi-spi-cursor-open-with-paramlist.html
|
||||
share/doc/postgresql/html/spi-spi-cursor-open.html
|
||||
share/doc/postgresql/html/spi-spi-cursor-parse-open.html
|
||||
share/doc/postgresql/html/spi-spi-exec.html
|
||||
share/doc/postgresql/html/spi-spi-execp.html
|
||||
share/doc/postgresql/html/spi-spi-execute-extended.html
|
||||
share/doc/postgresql/html/spi-spi-execute-plan-extended.html
|
||||
share/doc/postgresql/html/spi-spi-execute-plan-with-paramlist.html
|
||||
share/doc/postgresql/html/spi-spi-execute-plan.html
|
||||
share/doc/postgresql/html/spi-spi-execute-with-args.html
|
||||
@ -791,6 +803,7 @@ share/doc/postgresql/html/spi-spi-modifytuple.html
|
||||
share/doc/postgresql/html/spi-spi-palloc.html
|
||||
share/doc/postgresql/html/spi-spi-pfree.html
|
||||
share/doc/postgresql/html/spi-spi-prepare-cursor.html
|
||||
share/doc/postgresql/html/spi-spi-prepare-extended.html
|
||||
share/doc/postgresql/html/spi-spi-prepare-params.html
|
||||
share/doc/postgresql/html/spi-spi-prepare.html
|
||||
share/doc/postgresql/html/spi-spi-register-relation.html
|
||||
@ -1076,6 +1089,7 @@ share/doc/postgresql/html/uuid-ossp.html
|
||||
share/doc/postgresql/html/vacuumlo.html
|
||||
share/doc/postgresql/html/view-pg-available-extension-versions.html
|
||||
share/doc/postgresql/html/view-pg-available-extensions.html
|
||||
share/doc/postgresql/html/view-pg-backend-memory-contexts.html
|
||||
share/doc/postgresql/html/view-pg-config.html
|
||||
share/doc/postgresql/html/view-pg-cursors.html
|
||||
share/doc/postgresql/html/view-pg-file-settings.html
|
||||
@ -1097,6 +1111,7 @@ share/doc/postgresql/html/view-pg-sequences.html
|
||||
share/doc/postgresql/html/view-pg-settings.html
|
||||
share/doc/postgresql/html/view-pg-shadow.html
|
||||
share/doc/postgresql/html/view-pg-shmem-allocations.html
|
||||
share/doc/postgresql/html/view-pg-stats-ext-exprs.html
|
||||
share/doc/postgresql/html/view-pg-stats-ext.html
|
||||
share/doc/postgresql/html/view-pg-stats.html
|
||||
share/doc/postgresql/html/view-pg-tables.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.32 2021/02/09 20:01:37 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.33 2022/01/13 15:59:34 jeremy Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-*
|
||||
@ -121,10 +121,13 @@ lib/postgresql/pgxs/src/test/regress/
|
||||
@man man/man3/SPI_cursor_open.3
|
||||
@man man/man3/SPI_cursor_open_with_args.3
|
||||
@man man/man3/SPI_cursor_open_with_paramlist.3
|
||||
@man man/man3/SPI_cursor_parse_open.3
|
||||
@man man/man3/SPI_exec.3
|
||||
@man man/man3/SPI_execp.3
|
||||
@man man/man3/SPI_execute.3
|
||||
@man man/man3/SPI_execute_extended.3
|
||||
@man man/man3/SPI_execute_plan.3
|
||||
@man man/man3/SPI_execute_plan_extended.3
|
||||
@man man/man3/SPI_execute_plan_with_paramlist.3
|
||||
@man man/man3/SPI_execute_with_args.3
|
||||
@man man/man3/SPI_finish.3
|
||||
@ -148,6 +151,7 @@ lib/postgresql/pgxs/src/test/regress/
|
||||
@man man/man3/SPI_pfree.3
|
||||
@man man/man3/SPI_prepare.3
|
||||
@man man/man3/SPI_prepare_cursor.3
|
||||
@man man/man3/SPI_prepare_extended.3
|
||||
@man man/man3/SPI_prepare_params.3
|
||||
@man man/man3/SPI_register_relation.3
|
||||
@man man/man3/SPI_register_trigger_data.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.42 2021/03/01 13:40:08 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.43 2022/01/13 15:59:34 jeremy Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-clients-*
|
||||
@ -87,10 +87,12 @@ include/postgresql/server/access/spgist_private.h
|
||||
include/postgresql/server/access/spgxlog.h
|
||||
include/postgresql/server/access/stratnum.h
|
||||
include/postgresql/server/access/subtrans.h
|
||||
include/postgresql/server/access/syncscan.h
|
||||
include/postgresql/server/access/sysattr.h
|
||||
include/postgresql/server/access/table.h
|
||||
include/postgresql/server/access/tableam.h
|
||||
include/postgresql/server/access/timeline.h
|
||||
include/postgresql/server/access/toast_compression.h
|
||||
include/postgresql/server/access/toast_helper.h
|
||||
include/postgresql/server/access/toast_internals.h
|
||||
include/postgresql/server/access/transam.h
|
||||
@ -103,6 +105,7 @@ include/postgresql/server/access/twophase.h
|
||||
include/postgresql/server/access/twophase_rmgr.h
|
||||
include/postgresql/server/access/valid.h
|
||||
include/postgresql/server/access/visibilitymap.h
|
||||
include/postgresql/server/access/visibilitymapdefs.h
|
||||
include/postgresql/server/access/xact.h
|
||||
include/postgresql/server/access/xlog.h
|
||||
include/postgresql/server/access/xlog_internal.h
|
||||
@ -127,7 +130,6 @@ include/postgresql/server/catalog/indexing.h
|
||||
include/postgresql/server/catalog/namespace.h
|
||||
include/postgresql/server/catalog/objectaccess.h
|
||||
include/postgresql/server/catalog/objectaddress.h
|
||||
include/postgresql/server/catalog/opfam_internal.h
|
||||
include/postgresql/server/catalog/partition.h
|
||||
include/postgresql/server/catalog/pg_aggregate.h
|
||||
include/postgresql/server/catalog/pg_aggregate_d.h
|
||||
@ -257,6 +259,7 @@ include/postgresql/server/catalog/pg_user_mapping_d.h
|
||||
include/postgresql/server/catalog/schemapg.h
|
||||
include/postgresql/server/catalog/storage.h
|
||||
include/postgresql/server/catalog/storage_xlog.h
|
||||
include/postgresql/server/catalog/system_fk_info.h
|
||||
include/postgresql/server/catalog/toasting.h
|
||||
include/postgresql/server/commands/
|
||||
include/postgresql/server/commands/alter.h
|
||||
@ -266,6 +269,7 @@ include/postgresql/server/commands/collationcmds.h
|
||||
include/postgresql/server/commands/comment.h
|
||||
include/postgresql/server/commands/conversioncmds.h
|
||||
include/postgresql/server/commands/copy.h
|
||||
include/postgresql/server/commands/copyfrom_internal.h
|
||||
include/postgresql/server/commands/createas.h
|
||||
include/postgresql/server/commands/dbcommands.h
|
||||
include/postgresql/server/commands/dbcommands_xlog.h
|
||||
@ -301,10 +305,12 @@ include/postgresql/server/common/checksum_helper.h
|
||||
include/postgresql/server/common/config_info.h
|
||||
include/postgresql/server/common/connect.h
|
||||
include/postgresql/server/common/controldata_utils.h
|
||||
include/postgresql/server/common/cryptohash.h
|
||||
include/postgresql/server/common/fe_memutils.h
|
||||
include/postgresql/server/common/file_perm.h
|
||||
include/postgresql/server/common/file_utils.h
|
||||
include/postgresql/server/common/hashfn.h
|
||||
include/postgresql/server/common/hmac.h
|
||||
include/postgresql/server/common/int.h
|
||||
include/postgresql/server/common/int128.h
|
||||
include/postgresql/server/common/ip.h
|
||||
@ -320,17 +326,20 @@ include/postgresql/server/common/relpath.h
|
||||
include/postgresql/server/common/restricted_token.h
|
||||
include/postgresql/server/common/saslprep.h
|
||||
include/postgresql/server/common/scram-common.h
|
||||
include/postgresql/server/common/sha1.h
|
||||
include/postgresql/server/common/sha2.h
|
||||
include/postgresql/server/common/shortest_dec.h
|
||||
include/postgresql/server/common/string.h
|
||||
include/postgresql/server/common/unicode_combining_table.h
|
||||
include/postgresql/server/common/unicode_norm.h
|
||||
include/postgresql/server/common/unicode_norm_hashfunc.h
|
||||
include/postgresql/server/common/unicode_norm_table.h
|
||||
include/postgresql/server/common/unicode_normprops_table.h
|
||||
include/postgresql/server/common/username.h
|
||||
include/postgresql/server/datatype/
|
||||
include/postgresql/server/datatype/timestamp.h
|
||||
include/postgresql/server/executor/
|
||||
include/postgresql/server/executor/execAsync.h
|
||||
include/postgresql/server/executor/execExpr.h
|
||||
include/postgresql/server/executor/execParallel.h
|
||||
include/postgresql/server/executor/execPartition.h
|
||||
@ -361,6 +370,7 @@ include/postgresql/server/executor/nodeIndexscan.h
|
||||
include/postgresql/server/executor/nodeLimit.h
|
||||
include/postgresql/server/executor/nodeLockRows.h
|
||||
include/postgresql/server/executor/nodeMaterial.h
|
||||
include/postgresql/server/executor/nodeMemoize.h
|
||||
include/postgresql/server/executor/nodeMergeAppend.h
|
||||
include/postgresql/server/executor/nodeMergejoin.h
|
||||
include/postgresql/server/executor/nodeModifyTable.h
|
||||
@ -376,6 +386,7 @@ include/postgresql/server/executor/nodeSort.h
|
||||
include/postgresql/server/executor/nodeSubplan.h
|
||||
include/postgresql/server/executor/nodeSubqueryscan.h
|
||||
include/postgresql/server/executor/nodeTableFuncscan.h
|
||||
include/postgresql/server/executor/nodeTidrangescan.h
|
||||
include/postgresql/server/executor/nodeTidscan.h
|
||||
include/postgresql/server/executor/nodeUnique.h
|
||||
include/postgresql/server/executor/nodeValuesscan.h
|
||||
@ -402,10 +413,14 @@ include/postgresql/server/fe_utils/
|
||||
include/postgresql/server/fe_utils/archive.h
|
||||
include/postgresql/server/fe_utils/cancel.h
|
||||
include/postgresql/server/fe_utils/conditional.h
|
||||
include/postgresql/server/fe_utils/connect_utils.h
|
||||
include/postgresql/server/fe_utils/mbprint.h
|
||||
include/postgresql/server/fe_utils/option_utils.h
|
||||
include/postgresql/server/fe_utils/parallel_slot.h
|
||||
include/postgresql/server/fe_utils/print.h
|
||||
include/postgresql/server/fe_utils/psqlscan.h
|
||||
include/postgresql/server/fe_utils/psqlscan_int.h
|
||||
include/postgresql/server/fe_utils/query_utils.h
|
||||
include/postgresql/server/fe_utils/recovery_gen.h
|
||||
include/postgresql/server/fe_utils/simple_list.h
|
||||
include/postgresql/server/fe_utils/string_utils.h
|
||||
@ -433,6 +448,7 @@ include/postgresql/server/lib/pairingheap.h
|
||||
include/postgresql/server/lib/qunique.h
|
||||
include/postgresql/server/lib/rbtree.h
|
||||
include/postgresql/server/lib/simplehash.h
|
||||
include/postgresql/server/lib/sort_template.h
|
||||
include/postgresql/server/lib/stringinfo.h
|
||||
include/postgresql/server/libpq/
|
||||
include/postgresql/server/libpq/auth.h
|
||||
@ -471,6 +487,7 @@ include/postgresql/server/nodes/primnodes.h
|
||||
include/postgresql/server/nodes/print.h
|
||||
include/postgresql/server/nodes/readfuncs.h
|
||||
include/postgresql/server/nodes/replnodes.h
|
||||
include/postgresql/server/nodes/subscripting.h
|
||||
include/postgresql/server/nodes/supportnodes.h
|
||||
include/postgresql/server/nodes/tidbitmap.h
|
||||
include/postgresql/server/nodes/value.h
|
||||
@ -580,6 +597,8 @@ include/postgresql/server/port/openbsd.h
|
||||
include/postgresql/server/port/pg_bitutils.h
|
||||
include/postgresql/server/port/pg_bswap.h
|
||||
include/postgresql/server/port/pg_crc32c.h
|
||||
include/postgresql/server/port/pg_iovec.h
|
||||
include/postgresql/server/port/pg_pthread.h
|
||||
include/postgresql/server/port/solaris.h
|
||||
@comment include/postgresql/server/port/win32/
|
||||
@comment include/postgresql/server/port/win32.h
|
||||
@ -655,6 +674,7 @@ include/postgresql/server/rewrite/rewriteDefine.h
|
||||
include/postgresql/server/rewrite/rewriteHandler.h
|
||||
include/postgresql/server/rewrite/rewriteManip.h
|
||||
include/postgresql/server/rewrite/rewriteRemove.h
|
||||
include/postgresql/server/rewrite/rewriteSearchCycle.h
|
||||
include/postgresql/server/rewrite/rewriteSupport.h
|
||||
include/postgresql/server/rewrite/rowsecurity.h
|
||||
include/postgresql/server/rusagestub.h
|
||||
@ -663,6 +683,8 @@ include/postgresql/server/snowball/header.h
|
||||
include/postgresql/server/snowball/libstemmer/
|
||||
include/postgresql/server/snowball/libstemmer/api.h
|
||||
include/postgresql/server/snowball/libstemmer/header.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_basque.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_catalan.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h
|
||||
@ -681,6 +703,9 @@ include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_hungarian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_arabic.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_armenian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_basque.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_catalan.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h
|
||||
@ -688,6 +713,7 @@ include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_greek.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_hindi.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_indonesian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_irish.h
|
||||
@ -699,10 +725,12 @@ include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_serbian.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_tamil.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h
|
||||
include/postgresql/server/snowball/libstemmer/stem_UTF_8_yiddish.h
|
||||
include/postgresql/server/statistics/
|
||||
include/postgresql/server/statistics/extended_stats_internal.h
|
||||
include/postgresql/server/statistics/statistics.h
|
||||
@ -787,6 +815,8 @@ include/postgresql/server/utils/array.h
|
||||
include/postgresql/server/utils/arrayaccess.h
|
||||
include/postgresql/server/utils/ascii.h
|
||||
include/postgresql/server/utils/attoptcache.h
|
||||
include/postgresql/server/utils/backend_progress.h
|
||||
include/postgresql/server/utils/backend_status.h
|
||||
include/postgresql/server/utils/builtins.h
|
||||
include/postgresql/server/utils/bytea.h
|
||||
include/postgresql/server/utils/cash.h
|
||||
@ -825,7 +855,9 @@ include/postgresql/server/utils/logtape.h
|
||||
include/postgresql/server/utils/lsyscache.h
|
||||
include/postgresql/server/utils/memdebug.h
|
||||
include/postgresql/server/utils/memutils.h
|
||||
include/postgresql/server/utils/multirangetypes.h
|
||||
include/postgresql/server/utils/numeric.h
|
||||
include/postgresql/server/utils/old_snapshot.h
|
||||
include/postgresql/server/utils/palloc.h
|
||||
include/postgresql/server/utils/partcache.h
|
||||
include/postgresql/server/utils/pg_crc.h
|
||||
@ -838,6 +870,7 @@ include/postgresql/server/utils/portal.h
|
||||
include/postgresql/server/utils/probes.h
|
||||
include/postgresql/server/utils/ps_status.h
|
||||
include/postgresql/server/utils/queryenvironment.h
|
||||
include/postgresql/server/utils/queryjumble.h
|
||||
include/postgresql/server/utils/rangetypes.h
|
||||
include/postgresql/server/utils/regproc.h
|
||||
include/postgresql/server/utils/rel.h
|
||||
@ -867,6 +900,7 @@ include/postgresql/server/utils/tzparser.h
|
||||
include/postgresql/server/utils/uuid.h
|
||||
include/postgresql/server/utils/varbit.h
|
||||
include/postgresql/server/utils/varlena.h
|
||||
include/postgresql/server/utils/wait_event.h
|
||||
include/postgresql/server/utils/xid8.h
|
||||
include/postgresql/server/utils/xml.h
|
||||
include/postgresql/server/windowapi.h
|
||||
@ -887,6 +921,9 @@ include/postgresql/server/windowapi.h
|
||||
lib/postgresql/pgxs/src/pl/
|
||||
lib/postgresql/pgxs/src/pl/plpython/
|
||||
lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
|
||||
lib/postgresql/pgxs/src/test/isolation/
|
||||
@bin lib/postgresql/pgxs/src/test/isolation/isolationtester
|
||||
@bin lib/postgresql/pgxs/src/test/isolation/pg_isolation_regress
|
||||
@so lib/postgresql/plperl.so
|
||||
@so lib/postgresql/plpgsql.so
|
||||
@so lib/postgresql/test_decoding.so
|
||||
@ -932,6 +969,8 @@ share/postgresql/pg_ident.conf.sample
|
||||
share/postgresql/pg_service.conf.sample
|
||||
share/postgresql/postgres.bki
|
||||
share/postgresql/postgresql.conf.sample
|
||||
share/postgresql/system_constraints.sql
|
||||
share/postgresql/system_functions.sql
|
||||
share/postgresql/tsearch_data/
|
||||
share/postgresql/tsearch_data/danish.stop
|
||||
share/postgresql/tsearch_data/dutch.stop
|
||||
|
Loading…
Reference in New Issue
Block a user