Page MenuHomeSolus

D4864.id.diff
No OneTemporary

D4864.id.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,11 +1,10 @@
libc.so.6
-libcrypt.so.1
libcrypto.so.1.0.0
libdl.so.2
libm.so.6
libpam.so.0
libpthread.so.0
-libpython2.7.so.1.0
+libpython3.6m.so.1.0
libreadline.so.6
librt.so.1
libssl.so.1.0.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : postgresql
-version : 10.6
-release : 19
+version : 11.1
+release : 20
source :
- - https://ftp.postgresql.org/pub/source/v10.6/postgresql-10.6.tar.bz2 : 68a8276f08bda8fbefe562faaf8831cb20664a7a1d3ffdbbcc5b83e08637624b
+ - https://ftp.postgresql.org/pub/source/v11.1/postgresql-11.1.tar.bz2 : 90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08
license :
- PostgreSQL
- TCL
@@ -16,7 +16,7 @@
description: |
PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
builddeps :
- - python-distutils-extra
+ - pkgconfig(python3)
setup : |
%configure --bindir=/usr/bin --disable-static \
--with-pam \
@@ -25,18 +25,42 @@
--with-openssl \
--with-systemd \
--with-system-tzdata=/usr/share/zoneinfo \
- --with-uuid=e2fs
+ --with-uuid=e2fs \
+ PYTHON=/usr/bin/python3
build : |
%make
install : |
%make_install
%make_install -C contrib
- install -D -m 00644 $pkgfiles/postgresql.sysusers $installdir/%libdir%/sysusers.d/postgresql.conf
- install -D -m 00644 $pkgfiles/postgresql.tmpfiles $installdir/%libdir%/tmpfiles.d/postgresql.conf
- install -D -m 00644 $pkgfiles/postgresql.service $installdir/%libdir%/systemd/system/postgresql.service
- install -Dm 00755 $pkgfiles/postgresql_first_install $installdir/usr/share/postgresql/postgresql_first_install
+ install -Dm00644 $pkgfiles/postgresql.sysusers $installdir/%libdir%/sysusers.d/postgresql.conf
+ install -Dm00644 $pkgfiles/postgresql.tmpfiles $installdir/%libdir%/tmpfiles.d/postgresql.conf
+ install -Dm00644 $pkgfiles/postgresql.service $installdir/%libdir%/systemd/system/postgresql.service
+ install -Dm00755 $pkgfiles/postgresql_first_install $installdir/usr/share/postgresql/postgresql_first_install
patterns :
- contrib :
+ - /usr/bin/oid2name
+ - /usr/bin/pg_standby
+ - /usr/bin/vacuumlo
+ - /usr/share/doc/postgresql/extension/*
+ - /usr/share/postgresql/extension/a*
+ - /usr/share/postgresql/extension/b*
+ - /usr/share/postgresql/extension/c*
+ - /usr/share/postgresql/extension/d*
+ - /usr/share/postgresql/extension/e*
+ - /usr/share/postgresql/extension/f*
+ - /usr/share/postgresql/extension/h*
+ - /usr/share/postgresql/extension/i*
+ - /usr/share/postgresql/extension/j*
+ - /usr/share/postgresql/extension/l*
+ - /usr/share/postgresql/extension/m*
+ - /usr/share/postgresql/extension/page*
+ - /usr/share/postgresql/extension/pg*
+ - /usr/share/postgresql/extension/post*
+ - /usr/share/postgresql/extension/r*
+ - /usr/share/postgresql/extension/s*
+ - /usr/share/postgresql/extension/t*
+ - /usr/share/postgresql/extension/u*
+ - /usr/share/postgresql/extension/x*
- /usr/lib64/postgresql/_int.so
- /usr/lib64/postgresql/adminpack.so
- /usr/lib64/postgresql/amcheck.so
@@ -46,22 +70,23 @@
- /usr/lib64/postgresql/bloom.so
- /usr/lib64/postgresql/btree_gin.so
- /usr/lib64/postgresql/btree_gist.so
- - /usr/lib64/postgresql/chkpass.so
- /usr/lib64/postgresql/citext.so
- /usr/lib64/postgresql/cube.so
- /usr/lib64/postgresql/dblink.so
- /usr/lib64/postgresql/dict_int.so
- /usr/lib64/postgresql/dict_xsyn.so
+ - /usr/share/postgresql/tsearch_data/xsyn_sample.rules
- /usr/lib64/postgresql/earthdistance.so
- /usr/lib64/postgresql/file_fdw.so
- /usr/lib64/postgresql/fuzzystrmatch.so
- /usr/lib64/postgresql/hstore.so
- - /usr/lib64/postgresql/hstore_plpython2.so
+ - /usr/lib64/postgresql/hstore_plpython3.so
- /usr/lib64/postgresql/insert_username.so
- /usr/lib64/postgresql/isn.so
+ - /usr/lib64/postgresql/jsonb_plpython3.so
- /usr/lib64/postgresql/lo.so
- /usr/lib64/postgresql/ltree.so
- - /usr/lib64/postgresql/ltree_plpython2.so
+ - /usr/lib64/postgresql/ltree_plpython3.so
- /usr/lib64/postgresql/moddatetime.so
- /usr/lib64/postgresql/pageinspect.so
- /usr/lib64/postgresql/passwordcheck.so
@@ -86,3 +111,5 @@
- /usr/lib64/postgresql/tsm_system_rows.so
- /usr/lib64/postgresql/tsm_system_time.so
- /usr/lib64/postgresql/unaccent.so
+ - /usr/share/postgresql/tsearch_data/unaccent.rules
+ - /usr/lib64/postgresql/uuid-ossp.so
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>postgresql</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Packager>
<License>PostgreSQL</License>
<License>TCL</License>
@@ -27,7 +27,6 @@
<Path fileType="executable">/usr/bin/dropuser</Path>
<Path fileType="executable">/usr/bin/ecpg</Path>
<Path fileType="executable">/usr/bin/initdb</Path>
- <Path fileType="executable">/usr/bin/oid2name</Path>
<Path fileType="executable">/usr/bin/pg_archivecleanup</Path>
<Path fileType="executable">/usr/bin/pg_basebackup</Path>
<Path fileType="executable">/usr/bin/pg_config</Path>
@@ -41,10 +40,10 @@
<Path fileType="executable">/usr/bin/pg_resetwal</Path>
<Path fileType="executable">/usr/bin/pg_restore</Path>
<Path fileType="executable">/usr/bin/pg_rewind</Path>
- <Path fileType="executable">/usr/bin/pg_standby</Path>
<Path fileType="executable">/usr/bin/pg_test_fsync</Path>
<Path fileType="executable">/usr/bin/pg_test_timing</Path>
<Path fileType="executable">/usr/bin/pg_upgrade</Path>
+ <Path fileType="executable">/usr/bin/pg_verify_checksums</Path>
<Path fileType="executable">/usr/bin/pg_waldump</Path>
<Path fileType="executable">/usr/bin/pgbench</Path>
<Path fileType="executable">/usr/bin/postgres</Path>
@@ -52,15 +51,14 @@
<Path fileType="executable">/usr/bin/psql</Path>
<Path fileType="executable">/usr/bin/reindexdb</Path>
<Path fileType="executable">/usr/bin/vacuumdb</Path>
- <Path fileType="executable">/usr/bin/vacuumlo</Path>
<Path fileType="library">/usr/lib64/libecpg.so.6</Path>
- <Path fileType="library">/usr/lib64/libecpg.so.6.10</Path>
+ <Path fileType="library">/usr/lib64/libecpg.so.6.11</Path>
<Path fileType="library">/usr/lib64/libecpg_compat.so.3</Path>
- <Path fileType="library">/usr/lib64/libecpg_compat.so.3.10</Path>
+ <Path fileType="library">/usr/lib64/libecpg_compat.so.3.11</Path>
<Path fileType="library">/usr/lib64/libpgtypes.so.3</Path>
- <Path fileType="library">/usr/lib64/libpgtypes.so.3.10</Path>
+ <Path fileType="library">/usr/lib64/libpgtypes.so.3.11</Path>
<Path fileType="library">/usr/lib64/libpq.so.5</Path>
- <Path fileType="library">/usr/lib64/libpq.so.5.10</Path>
+ <Path fileType="library">/usr/lib64/libpq.so.5.11</Path>
<Path fileType="library">/usr/lib64/postgresql/ascii_and_mic.so</Path>
<Path fileType="library">/usr/lib64/postgresql/cyrillic_and_mic.so</Path>
<Path fileType="library">/usr/lib64/postgresql/dict_snowball.so</Path>
@@ -80,9 +78,10 @@
<Path fileType="library">/usr/lib64/postgresql/pgxs/src/Makefile.shlib</Path>
<Path fileType="library">/usr/lib64/postgresql/pgxs/src/makefiles/pgxs.mk</Path>
<Path fileType="library">/usr/lib64/postgresql/pgxs/src/nls-global.mk</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk</Path>
<Path fileType="library">/usr/lib64/postgresql/pgxs/src/test/regress/pg_regress</Path>
<Path fileType="library">/usr/lib64/postgresql/plpgsql.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/plpython2.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/plpython3.so</Path>
<Path fileType="library">/usr/lib64/postgresql/utf8_and_ascii.so</Path>
<Path fileType="library">/usr/lib64/postgresql/utf8_and_big5.so</Path>
<Path fileType="library">/usr/lib64/postgresql/utf8_and_cyrillic.so</Path>
@@ -100,19 +99,142 @@
<Path fileType="library">/usr/lib64/postgresql/utf8_and_sjis2004.so</Path>
<Path fileType="library">/usr/lib64/postgresql/utf8_and_uhc.so</Path>
<Path fileType="library">/usr/lib64/postgresql/utf8_and_win.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/uuid-ossp.so</Path>
<Path fileType="library">/usr/lib64/systemd/system/postgresql.service</Path>
<Path fileType="library">/usr/lib64/sysusers.d/postgresql.conf</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/postgresql.conf</Path>
+ <Path fileType="data">/usr/share/postgresql/conversion_create.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/errcodes.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpgsql--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpgsql--unpackaged--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpgsql.control</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpython3u--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpython3u--unpackaged--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/plpython3u.control</Path>
+ <Path fileType="data">/usr/share/postgresql/information_schema.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/pg_hba.conf.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/pg_ident.conf.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/pg_service.conf.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/postgres.bki</Path>
+ <Path fileType="data">/usr/share/postgresql/postgres.description</Path>
+ <Path fileType="data">/usr/share/postgresql/postgres.shdescription</Path>
+ <Path fileType="data">/usr/share/postgresql/postgresql.conf.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/postgresql_first_install</Path>
+ <Path fileType="data">/usr/share/postgresql/psqlrc.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/recovery.conf.sample</Path>
+ <Path fileType="data">/usr/share/postgresql/snowball_create.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/sql_features.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/system_views.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Africa.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/America.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Antarctica.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Asia.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Atlantic.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Australia</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Australia.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Default</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Etc.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Europe.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/India</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Indian.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/timezonesets/Pacific.txt</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/danish.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/dutch.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/english.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/finnish.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/french.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/german.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hungarian.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample.affix</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_long.affix</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_long.dict</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_num.affix</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_num.dict</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/ispell_sample.affix</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/ispell_sample.dict</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/italian.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/norwegian.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/portuguese.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/russian.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/spanish.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/swedish.stop</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/synonym_sample.syn</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/thesaurus_sample.ths</Path>
+ <Path fileType="data">/usr/share/postgresql/tsearch_data/turkish.stop</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>postgresql-contrib</Name>
+ <Summary xml:lang="en">Extension modules distributed with PostgreSQL</Summary>
+ <Description xml:lang="en">PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
+</Description>
+ <PartOf>database</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="20">postgresql</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="executable">/usr/bin/oid2name</Path>
+ <Path fileType="executable">/usr/bin/pg_standby</Path>
+ <Path fileType="executable">/usr/bin/vacuumlo</Path>
+ <Path fileType="library">/usr/lib64/postgresql/_int.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/adminpack.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/amcheck.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/auth_delay.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/auto_explain.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/autoinc.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/bloom.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/btree_gin.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/btree_gist.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/citext.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/cube.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/dblink.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/dict_int.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/dict_xsyn.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/earthdistance.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/file_fdw.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/fuzzystrmatch.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/hstore.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/hstore_plpython3.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/insert_username.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/isn.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/jsonb_plpython3.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/lo.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/ltree.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/ltree_plpython3.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/moddatetime.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pageinspect.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/passwordcheck.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_buffercache.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_freespacemap.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_prewarm.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_stat_statements.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_trgm.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pg_visibility.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pgcrypto.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pgrowlocks.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pgstattuple.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/pgxml.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/postgres_fdw.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/refint.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/seg.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/sslinfo.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/tablefunc.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/tcn.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/test_decoding.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/timetravel.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/tsm_system_rows.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/tsm_system_time.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/unaccent.so</Path>
+ <Path fileType="library">/usr/lib64/postgresql/uuid-ossp.so</Path>
<Path fileType="doc">/usr/share/doc/postgresql/extension/autoinc.example</Path>
<Path fileType="doc">/usr/share/doc/postgresql/extension/insert_username.example</Path>
<Path fileType="doc">/usr/share/doc/postgresql/extension/moddatetime.example</Path>
<Path fileType="doc">/usr/share/doc/postgresql/extension/refint.example</Path>
<Path fileType="doc">/usr/share/doc/postgresql/extension/timetravel.example</Path>
- <Path fileType="data">/usr/share/postgresql/conversion_create.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/adminpack--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/adminpack--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/adminpack--1.1--2.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/adminpack.control</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/amcheck--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/amcheck--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/amcheck.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/autoinc--1.0.sql</Path>
@@ -123,6 +245,7 @@
<Path fileType="data">/usr/share/postgresql/extension/btree_gin--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gin--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gin--1.1--1.2.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/btree_gin--1.2--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gin--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gin.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gist--1.0--1.1.sql</Path>
@@ -133,19 +256,19 @@
<Path fileType="data">/usr/share/postgresql/extension/btree_gist--1.4--1.5.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gist--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/btree_gist.control</Path>
- <Path fileType="data">/usr/share/postgresql/extension/chkpass--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/chkpass--unpackaged--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/chkpass.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--1.2--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--1.3--1.4.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/citext--1.4--1.5.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--1.4.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/citext.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/cube--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/cube--1.1--1.2.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/cube--1.2--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/cube--1.2.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/cube--1.3--1.4.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/cube--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/cube.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/dblink--1.0--1.1.sql</Path>
@@ -173,6 +296,7 @@
<Path fileType="data">/usr/share/postgresql/extension/hstore--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/hstore--1.2--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/hstore--1.3--1.4.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/hstore--1.4--1.5.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/hstore--1.4.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/hstore--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/hstore.control</Path>
@@ -195,9 +319,16 @@
<Path fileType="data">/usr/share/postgresql/extension/intarray--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/intarray.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/isn--1.0--1.1.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/isn--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/isn--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/isn--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/isn.control</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpython2u--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpython2u.control</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpython3u--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpython3u.control</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpythonu--1.0.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/jsonb_plpythonu.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/lo--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/lo--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/lo--unpackaged--1.0.sql</Path>
@@ -222,6 +353,7 @@
<Path fileType="data">/usr/share/postgresql/extension/pageinspect--1.4--1.5.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pageinspect--1.5--1.6.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pageinspect--1.5.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/pageinspect--1.6--1.7.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pageinspect--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pageinspect.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_buffercache--1.0--1.1.sql</Path>
@@ -236,6 +368,7 @@
<Path fileType="data">/usr/share/postgresql/extension/pg_freespacemap--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_freespacemap.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_prewarm--1.0--1.1.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/pg_prewarm--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_prewarm--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_prewarm.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_stat_statements--1.0--1.1.sql</Path>
@@ -250,6 +383,7 @@
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm--1.0--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm--1.2--1.3.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/pg_trgm--1.3--1.4.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pg_trgm.control</Path>
@@ -276,22 +410,15 @@
<Path fileType="data">/usr/share/postgresql/extension/pgstattuple--1.4.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pgstattuple--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/pgstattuple.control</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpgsql--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpgsql--unpackaged--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpgsql.control</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpython2u--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpython2u--unpackaged--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpython2u.control</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpythonu--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpythonu--unpackaged--1.0.sql</Path>
- <Path fileType="data">/usr/share/postgresql/extension/plpythonu.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/postgres_fdw--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/postgres_fdw.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/refint--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/refint--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/refint.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/seg--1.0--1.1.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/seg--1.1--1.2.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/seg--1.1.sql</Path>
+ <Path fileType="data">/usr/share/postgresql/extension/seg--1.2--1.3.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/seg--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/seg.control</Path>
<Path fileType="data">/usr/share/postgresql/extension/sslinfo--1.0--1.1.sql</Path>
@@ -323,121 +450,10 @@
<Path fileType="data">/usr/share/postgresql/extension/xml2--1.1.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/xml2--unpackaged--1.0.sql</Path>
<Path fileType="data">/usr/share/postgresql/extension/xml2.control</Path>
- <Path fileType="data">/usr/share/postgresql/information_schema.sql</Path>
- <Path fileType="data">/usr/share/postgresql/pg_hba.conf.sample</Path>
- <Path fileType="data">/usr/share/postgresql/pg_ident.conf.sample</Path>
- <Path fileType="data">/usr/share/postgresql/pg_service.conf.sample</Path>
- <Path fileType="data">/usr/share/postgresql/postgres.bki</Path>
- <Path fileType="data">/usr/share/postgresql/postgres.description</Path>
- <Path fileType="data">/usr/share/postgresql/postgres.shdescription</Path>
- <Path fileType="data">/usr/share/postgresql/postgresql.conf.sample</Path>
- <Path fileType="data">/usr/share/postgresql/postgresql_first_install</Path>
- <Path fileType="data">/usr/share/postgresql/psqlrc.sample</Path>
- <Path fileType="data">/usr/share/postgresql/recovery.conf.sample</Path>
- <Path fileType="data">/usr/share/postgresql/snowball_create.sql</Path>
- <Path fileType="data">/usr/share/postgresql/sql_features.txt</Path>
- <Path fileType="data">/usr/share/postgresql/system_views.sql</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Africa.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/America.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Antarctica.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Asia.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Atlantic.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Australia</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Australia.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Default</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Etc.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Europe.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/India</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Indian.txt</Path>
- <Path fileType="data">/usr/share/postgresql/timezonesets/Pacific.txt</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/danish.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/dutch.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/english.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/finnish.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/french.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/german.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hungarian.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample.affix</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_long.affix</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_long.dict</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_num.affix</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/hunspell_sample_num.dict</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/ispell_sample.affix</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/ispell_sample.dict</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/italian.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/norwegian.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/portuguese.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/russian.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/spanish.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/swedish.stop</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/synonym_sample.syn</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/thesaurus_sample.ths</Path>
- <Path fileType="data">/usr/share/postgresql/tsearch_data/turkish.stop</Path>
<Path fileType="data">/usr/share/postgresql/tsearch_data/unaccent.rules</Path>
<Path fileType="data">/usr/share/postgresql/tsearch_data/xsyn_sample.rules</Path>
</Files>
</Package>
- <Package>
- <Name>postgresql-contrib</Name>
- <Summary xml:lang="en">Extension modules distributed with PostgreSQL</Summary>
- <Description xml:lang="en">PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems.
-</Description>
- <PartOf>database</PartOf>
- <RuntimeDependencies>
- <Dependency release="19">postgresql</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib64/postgresql/_int.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/adminpack.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/amcheck.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/auth_delay.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/auto_explain.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/autoinc.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/bloom.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/btree_gin.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/btree_gist.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/chkpass.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/citext.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/cube.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/dblink.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/dict_int.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/dict_xsyn.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/earthdistance.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/file_fdw.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/fuzzystrmatch.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/hstore.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/hstore_plpython2.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/insert_username.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/isn.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/lo.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/ltree.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/ltree_plpython2.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/moddatetime.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pageinspect.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/passwordcheck.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_buffercache.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_freespacemap.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_prewarm.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_stat_statements.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_trgm.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pg_visibility.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pgcrypto.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pgrowlocks.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pgstattuple.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/pgxml.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/postgres_fdw.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/refint.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/seg.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/sslinfo.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/tablefunc.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/tcn.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/test_decoding.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/timetravel.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/tsm_system_rows.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/tsm_system_time.so</Path>
- <Path fileType="library">/usr/lib64/postgresql/unaccent.so</Path>
- </Files>
- </Package>
<Package>
<Name>postgresql-devel</Name>
<Summary xml:lang="en">Development files for postgresql</Summary>
@@ -445,7 +461,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="19">postgresql</Dependency>
+ <Dependency release="20">postgresql</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/ecpg_config.h</Path>
@@ -519,6 +535,7 @@
<Path fileType="header">/usr/include/postgresql/server/access/rmgr.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/rmgrlist.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/sdir.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/access/session.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/skey.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/slru.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/spgist.h</Path>
@@ -532,6 +549,7 @@
<Path fileType="header">/usr/include/postgresql/server/access/tsmapi.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/tupconvert.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/tupdesc.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/access/tupdesc_details.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/tupmacs.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/tuptoaster.h</Path>
<Path fileType="header">/usr/include/postgresql/server/access/twophase.h</Path>
@@ -562,75 +580,130 @@
<Path fileType="header">/usr/include/postgresql/server/catalog/opfam_internal.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/partition.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_aggregate.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_aggregate_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_am.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_am_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_amop.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_amop_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_amproc.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_amproc_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_attrdef.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_attrdef_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_attribute.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_attribute_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_auth_members.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_auth_members_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_authid.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_authid_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_cast.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_cast_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_class.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_class_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_collation.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_collation_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_collation_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_constraint.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_constraint_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_constraint_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_control.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_conversion.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_conversion_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_conversion_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_database.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_database_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_db_role_setting.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_db_role_setting_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_default_acl.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_default_acl_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_depend.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_depend_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_description.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_description_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_enum.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_enum_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_event_trigger.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_event_trigger_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_extension.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_extension_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_data_wrapper.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_data_wrapper_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_server.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_server_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_table.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_foreign_table_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_index.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_index_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_inherits.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_inherits_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_inherits_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_init_privs.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_init_privs_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_language.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_language_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_largeobject.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_largeobject_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_largeobject_metadata.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_largeobject_metadata_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_namespace.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_namespace_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_opclass.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_opclass_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_operator.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_operator_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_operator_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_opfamily.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_opfamily_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_partitioned_table.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_partitioned_table_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_pltemplate.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_pltemplate_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_policy.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_policy_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_proc.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_proc_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_proc_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_publication.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_publication_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_publication_rel.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_publication_rel_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_range.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_range_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_replication_origin.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_replication_origin_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_rewrite.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_rewrite_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_seclabel.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_seclabel_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_sequence.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_sequence_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_shdepend.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_shdepend_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_shdescription.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_shdescription_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_shseclabel.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_shseclabel_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_statistic.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_statistic_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_statistic_ext.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_statistic_ext_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_subscription.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_subscription_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_subscription_rel.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_subscription_rel_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_tablespace.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_tablespace_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_transform.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_transform_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_trigger.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_trigger_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_config.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_config_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_config_map.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_config_map_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_dict.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_dict_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_parser.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_parser_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_template.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_ts_template_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_type.h</Path>
- <Path fileType="header">/usr/include/postgresql/server/catalog/pg_type_fn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_type_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/pg_user_mapping.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/catalog/pg_user_mapping_d.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/schemapg.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/storage.h</Path>
<Path fileType="header">/usr/include/postgresql/server/catalog/storage_xlog.h</Path>
@@ -674,7 +747,9 @@
<Path fileType="header">/usr/include/postgresql/server/common/config_info.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/controldata_utils.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/fe_memutils.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/common/file_perm.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/file_utils.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/common/int.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/int128.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/ip.h</Path>
<Path fileType="header">/usr/include/postgresql/server/common/keywords.h</Path>
@@ -693,6 +768,7 @@
<Path fileType="header">/usr/include/postgresql/server/dynloader.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/execExpr.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/execParallel.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/executor/execPartition.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/execdebug.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/execdesc.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/executor.h</Path>
@@ -745,6 +821,12 @@
<Path fileType="header">/usr/include/postgresql/server/executor/tqueue.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/tstoreReceiver.h</Path>
<Path fileType="header">/usr/include/postgresql/server/executor/tuptable.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/extension/cube/cubedata.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/extension/hstore/hstore.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/extension/isn/isn.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/extension/ltree/ltree.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/extension/seg/segdata.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/fe_utils/conditional.h</Path>
<Path fileType="header">/usr/include/postgresql/server/fe_utils/connect.h</Path>
<Path fileType="header">/usr/include/postgresql/server/fe_utils/mbprint.h</Path>
<Path fileType="header">/usr/include/postgresql/server/fe_utils/print.h</Path>
@@ -760,6 +842,8 @@
<Path fileType="header">/usr/include/postgresql/server/getopt_long.h</Path>
<Path fileType="header">/usr/include/postgresql/server/lib/binaryheap.h</Path>
<Path fileType="header">/usr/include/postgresql/server/lib/bipartite_match.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/lib/bloomfilter.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/lib/dshash.h</Path>
<Path fileType="header">/usr/include/postgresql/server/lib/hyperloglog.h</Path>
<Path fileType="header">/usr/include/postgresql/server/lib/ilist.h</Path>
<Path fileType="header">/usr/include/postgresql/server/lib/knapsack.h</Path>
@@ -849,6 +933,9 @@
<Path fileType="header">/usr/include/postgresql/server/parser/parsetree.h</Path>
<Path fileType="header">/usr/include/postgresql/server/parser/scanner.h</Path>
<Path fileType="header">/usr/include/postgresql/server/parser/scansup.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/partitioning/partbounds.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/partitioning/partdefs.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/partitioning/partprune.h</Path>
<Path fileType="header">/usr/include/postgresql/server/pg_config.h</Path>
<Path fileType="header">/usr/include/postgresql/server/pg_config_ext.h</Path>
<Path fileType="header">/usr/include/postgresql/server/pg_config_manual.h</Path>
@@ -859,6 +946,17 @@
<Path fileType="header">/usr/include/postgresql/server/pgtar.h</Path>
<Path fileType="header">/usr/include/postgresql/server/pgtime.h</Path>
<Path fileType="header">/usr/include/postgresql/server/plpgsql.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_cursorobject.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_elog.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_exec.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_main.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_planobject.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_plpymodule.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_procedure.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_resultobject.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_spi.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_subxactobject.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/plpy_typeio.h</Path>
<Path fileType="header">/usr/include/postgresql/server/plpy_util.h</Path>
<Path fileType="header">/usr/include/postgresql/server/plpython.h</Path>
<Path fileType="header">/usr/include/postgresql/server/port.h</Path>
@@ -901,6 +999,7 @@
<Path fileType="header">/usr/include/postgresql/server/port/win32_msvc/sys/time.h</Path>
<Path fileType="header">/usr/include/postgresql/server/port/win32_msvc/unistd.h</Path>
<Path fileType="header">/usr/include/postgresql/server/port/win32_msvc/utime.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/port/win32_port.h</Path>
<Path fileType="header">/usr/include/postgresql/server/portability/instr_time.h</Path>
<Path fileType="header">/usr/include/postgresql/server/portability/mem.h</Path>
<Path fileType="header">/usr/include/postgresql/server/postgres.h</Path>
@@ -986,6 +1085,7 @@
<Path fileType="header">/usr/include/postgresql/server/statistics/extended_stats_internal.h</Path>
<Path fileType="header">/usr/include/postgresql/server/statistics/statistics.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/backendid.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/storage/barrier.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/block.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/buf.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/buf_internals.h</Path>
@@ -1027,6 +1127,7 @@
<Path fileType="header">/usr/include/postgresql/server/storage/reinit.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/relfilenode.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/s_lock.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/storage/sharedfileset.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/shm_mq.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/shm_toc.h</Path>
<Path fileType="header">/usr/include/postgresql/server/storage/shmem.h</Path>
@@ -1071,6 +1172,7 @@
<Path fileType="header">/usr/include/postgresql/server/utils/errcodes.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/evtcache.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/expandeddatum.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/utils/expandedrecord.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/fmgroids.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/fmgrprotos.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/fmgrtab.h</Path>
@@ -1096,6 +1198,7 @@
<Path fileType="header">/usr/include/postgresql/server/utils/nabstime.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/numeric.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/palloc.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/utils/partcache.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/pg_crc.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/pg_locale.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/pg_lsn.h</Path>
@@ -1120,6 +1223,7 @@
<Path fileType="header">/usr/include/postgresql/server/utils/ruleutils.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/sampling.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/selfuncs.h</Path>
+ <Path fileType="header">/usr/include/postgresql/server/utils/sharedtuplestore.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/snapmgr.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/snapshot.h</Path>
<Path fileType="header">/usr/include/postgresql/server/utils/sortsupport.h</Path>
@@ -1160,12 +1264,12 @@
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2018-11-09</Date>
- <Version>10.6</Version>
+ <Update release="20">
+ <Date>2018-12-28</Date>
+ <Version>11.1</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:06 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807801
Default Alt Text
D4864.id.diff (64 KB)

Event Timeline