mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 16.2, 15.6, 14.11, 13.14, and 12.18. This release fixes one security vulnerability and over 65 bugs reported over the last several months. If you use GIN indexes, you may need to reindex after updating to this release. Please see the release notes for more information. URL: https://www.postgresql.org/about/news/postgresql-162-156-1411-1314-and-1218-released-2807/ Release notes: https://www.postgresql.org/docs/release/ Security: 19e6dd1b-c6a5-11ee-9cd0-6cc21735f730
32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
include/postgresql/server/plpy_cursorobject.h
|
|
include/postgresql/server/plpy_elog.h
|
|
include/postgresql/server/plpy_exec.h
|
|
include/postgresql/server/plpy_main.h
|
|
include/postgresql/server/plpy_planobject.h
|
|
include/postgresql/server/plpy_plpymodule.h
|
|
include/postgresql/server/plpy_procedure.h
|
|
include/postgresql/server/plpy_resultobject.h
|
|
include/postgresql/server/plpy_spi.h
|
|
include/postgresql/server/plpy_subxactobject.h
|
|
include/postgresql/server/plpy_typeio.h
|
|
include/postgresql/server/plpy_util.h
|
|
include/postgresql/server/plpython.h
|
|
include/postgresql/server/plpython_system.h
|
|
%%DOCSDIR%%/README-plpython
|
|
%%PYTHON2%%lib/postgresql/plpython2.so
|
|
%%PYTHON3%%lib/postgresql/plpython3.so
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control
|
|
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql
|
|
%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control
|
|
lib/postgresql/hstore_plpython3.so
|
|
lib/postgresql/jsonb_plpython3.so
|
|
lib/postgresql/ltree_plpython3.so
|
|
%%DATADIR%%/extension/hstore_plpython3u--1.0.sql
|
|
%%DATADIR%%/extension/hstore_plpython3u.control
|
|
%%DATADIR%%/extension/jsonb_plpython3u--1.0.sql
|
|
%%DATADIR%%/extension/jsonb_plpython3u.control
|
|
%%DATADIR%%/extension/ltree_plpython3u--1.0.sql
|
|
%%DATADIR%%/extension/ltree_plpython3u.control
|