diff options
author | Thomas Penteker <tek@serverop.de> | 2016-01-07 15:26:53 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-01-07 15:26:53 +0100 |
commit | 1105cd4c0a0bf6ed11c2da756496f141d484c044 (patch) | |
tree | 2810cd58b9418c28006b64320937d55ba964f2e0 /postgresql | |
parent | 812ad5b69344622563b781ebd0eb1ed2ba3ee4f3 (diff) | |
download | contrib-1105cd4c0a0bf6ed11c2da756496f141d484c044.tar.gz contrib-1105cd4c0a0bf6ed11c2da756496f141d484c044.tar.xz |
postgresql: 9.4.5 -> 9.5.0
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/.footprint | 97 | ||||
-rw-r--r-- | postgresql/.md5sum | 2 | ||||
-rw-r--r-- | postgresql/Pkgfile | 2 |
3 files changed, 83 insertions, 18 deletions
diff --git a/postgresql/.footprint b/postgresql/.footprint index 15e32ce11..908849a9e 100644 --- a/postgresql/.footprint +++ b/postgresql/.footprint @@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dropuser -rwxr-xr-x root/root usr/bin/ecpg -rwxr-xr-x root/root usr/bin/initdb +-rwxr-xr-x root/root usr/bin/pg_archivecleanup -rwxr-xr-x root/root usr/bin/pg_basebackup -rwxr-xr-x root/root usr/bin/pg_config -rwxr-xr-x root/root usr/bin/pg_controldata @@ -23,6 +24,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pg_recvlogical -rwxr-xr-x root/root usr/bin/pg_resetxlog -rwxr-xr-x root/root usr/bin/pg_restore +-rwxr-xr-x root/root usr/bin/pg_rewind +-rwxr-xr-x root/root usr/bin/pg_test_fsync +-rwxr-xr-x root/root usr/bin/pg_test_timing +-rwxr-xr-x root/root usr/bin/pg_upgrade +-rwxr-xr-x root/root usr/bin/pg_xlogdump +-rwxr-xr-x root/root usr/bin/pgbench -rwxr-xr-x root/root usr/bin/postgres lrwxrwxrwx root/root usr/bin/postmaster -> postgres -rwxr-xr-x root/root usr/bin/psql @@ -65,7 +72,15 @@ drwxr-xr-x root/root usr/include/postgresql/internal/libpq/ drwxr-xr-x root/root usr/include/postgresql/server/ drwxr-xr-x root/root usr/include/postgresql/server/access/ -rw-r--r-- root/root usr/include/postgresql/server/access/attnum.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_internal.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_page.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_pageops.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_revmap.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_tuple.h +-rw-r--r-- root/root usr/include/postgresql/server/access/brin_xlog.h -rw-r--r-- root/root usr/include/postgresql/server/access/clog.h +-rw-r--r-- root/root usr/include/postgresql/server/access/commit_ts.h -rw-r--r-- root/root usr/include/postgresql/server/access/genam.h -rw-r--r-- root/root usr/include/postgresql/server/access/gin.h -rw-r--r-- root/root usr/include/postgresql/server/access/gin_private.h @@ -81,6 +96,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/ -rw-r--r-- root/root usr/include/postgresql/server/access/itup.h -rw-r--r-- root/root usr/include/postgresql/server/access/multixact.h -rw-r--r-- root/root usr/include/postgresql/server/access/nbtree.h +-rw-r--r-- root/root usr/include/postgresql/server/access/parallel.h -rw-r--r-- root/root usr/include/postgresql/server/access/printtup.h -rw-r--r-- root/root usr/include/postgresql/server/access/reloptions.h -rw-r--r-- root/root usr/include/postgresql/server/access/relscan.h @@ -92,10 +108,12 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/ -rw-r--r-- root/root usr/include/postgresql/server/access/slru.h -rw-r--r-- root/root usr/include/postgresql/server/access/spgist.h -rw-r--r-- root/root usr/include/postgresql/server/access/spgist_private.h +-rw-r--r-- root/root usr/include/postgresql/server/access/stratnum.h -rw-r--r-- root/root usr/include/postgresql/server/access/subtrans.h -rw-r--r-- root/root usr/include/postgresql/server/access/sysattr.h -rw-r--r-- root/root usr/include/postgresql/server/access/timeline.h -rw-r--r-- root/root usr/include/postgresql/server/access/transam.h +-rw-r--r-- root/root usr/include/postgresql/server/access/tsmapi.h -rw-r--r-- root/root usr/include/postgresql/server/access/tupconvert.h -rw-r--r-- root/root usr/include/postgresql/server/access/tupdesc.h -rw-r--r-- root/root usr/include/postgresql/server/access/tupmacs.h @@ -109,7 +127,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/ -rw-r--r-- root/root usr/include/postgresql/server/access/xlog_fn.h -rw-r--r-- root/root usr/include/postgresql/server/access/xlog_internal.h -rw-r--r-- root/root usr/include/postgresql/server/access/xlogdefs.h +-rw-r--r-- root/root usr/include/postgresql/server/access/xloginsert.h -rw-r--r-- root/root usr/include/postgresql/server/access/xlogreader.h +-rw-r--r-- root/root usr/include/postgresql/server/access/xlogrecord.h -rw-r--r-- root/root usr/include/postgresql/server/access/xlogutils.h drwxr-xr-x root/root usr/include/postgresql/server/bootstrap/ -rw-r--r-- root/root usr/include/postgresql/server/bootstrap/bootstrap.h @@ -126,6 +146,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/ -rw-r--r-- root/root usr/include/postgresql/server/catalog/namespace.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/objectaccess.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/objectaddress.h +-rw-r--r-- root/root usr/include/postgresql/server/catalog/opfam_internal.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_aggregate.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_am.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_amop.h @@ -162,11 +183,14 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/ -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_namespace.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_opclass.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_operator.h +-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_operator_fn.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_opfamily.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_pltemplate.h +-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_policy.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_proc.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_proc_fn.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_range.h +-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_replication_origin.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_rewrite.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_seclabel.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_shdepend.h @@ -174,6 +198,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/ -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_shseclabel.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_statistic.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_tablespace.h +-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_transform.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_trigger.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_ts_config.h -rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_ts_config_map.h @@ -197,6 +222,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/ -rw-r--r-- root/root usr/include/postgresql/server/commands/copy.h -rw-r--r-- root/root usr/include/postgresql/server/commands/createas.h -rw-r--r-- root/root usr/include/postgresql/server/commands/dbcommands.h +-rw-r--r-- root/root usr/include/postgresql/server/commands/dbcommands_xlog.h -rw-r--r-- root/root usr/include/postgresql/server/commands/defrem.h -rw-r--r-- root/root usr/include/postgresql/server/commands/discard.h -rw-r--r-- root/root usr/include/postgresql/server/commands/event_trigger.h @@ -204,6 +230,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/ -rw-r--r-- root/root usr/include/postgresql/server/commands/extension.h -rw-r--r-- root/root usr/include/postgresql/server/commands/lockcmds.h -rw-r--r-- root/root usr/include/postgresql/server/commands/matview.h +-rw-r--r-- root/root usr/include/postgresql/server/commands/policy.h -rw-r--r-- root/root usr/include/postgresql/server/commands/portalcmds.h -rw-r--r-- root/root usr/include/postgresql/server/commands/prepare.h -rw-r--r-- root/root usr/include/postgresql/server/commands/proclang.h @@ -220,7 +247,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/ -rw-r--r-- root/root usr/include/postgresql/server/commands/view.h drwxr-xr-x root/root usr/include/postgresql/server/common/ -rw-r--r-- root/root usr/include/postgresql/server/common/fe_memutils.h +-rw-r--r-- root/root usr/include/postgresql/server/common/pg_lzcompress.h -rw-r--r-- root/root usr/include/postgresql/server/common/relpath.h +-rw-r--r-- root/root usr/include/postgresql/server/common/restricted_token.h -rw-r--r-- root/root usr/include/postgresql/server/common/string.h -rw-r--r-- root/root usr/include/postgresql/server/common/username.h drwxr-xr-x root/root usr/include/postgresql/server/datatype/ @@ -240,6 +269,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/executor/ -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeBitmapIndexscan.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeBitmapOr.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeCtescan.h +-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeCustom.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeForeignscan.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeFunctionscan.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeGroup.h @@ -256,6 +286,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/executor/ -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeNestloop.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeRecursiveunion.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeResult.h +-rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSamplescan.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSeqscan.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSetOp.h -rw-r--r-- root/root usr/include/postgresql/server/executor/nodeSort.h @@ -279,7 +310,11 @@ drwxr-xr-x root/root usr/include/postgresql/server/foreign/ -rw-r--r-- root/root usr/include/postgresql/server/getopt_long.h drwxr-xr-x root/root usr/include/postgresql/server/lib/ -rw-r--r-- root/root usr/include/postgresql/server/lib/binaryheap.h +-rw-r--r-- root/root usr/include/postgresql/server/lib/bipartite_match.h +-rw-r--r-- root/root usr/include/postgresql/server/lib/hyperloglog.h -rw-r--r-- root/root usr/include/postgresql/server/lib/ilist.h +-rw-r--r-- root/root usr/include/postgresql/server/lib/pairingheap.h +-rw-r--r-- root/root usr/include/postgresql/server/lib/rbtree.h -rw-r--r-- root/root usr/include/postgresql/server/lib/stringinfo.h drwxr-xr-x root/root usr/include/postgresql/server/libpq/ -rw-r--r-- root/root usr/include/postgresql/server/libpq/auth.h @@ -293,6 +328,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/libpq/ -rw-r--r-- root/root usr/include/postgresql/server/libpq/md5.h -rw-r--r-- root/root usr/include/postgresql/server/libpq/pqcomm.h -rw-r--r-- root/root usr/include/postgresql/server/libpq/pqformat.h +-rw-r--r-- root/root usr/include/postgresql/server/libpq/pqmq.h -rw-r--r-- root/root usr/include/postgresql/server/libpq/pqsignal.h drwxr-xr-x root/root usr/include/postgresql/server/mb/ -rw-r--r-- root/root usr/include/postgresql/server/mb/pg_wchar.h @@ -300,6 +336,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/mb/ drwxr-xr-x root/root usr/include/postgresql/server/nodes/ -rw-r--r-- root/root usr/include/postgresql/server/nodes/bitmapset.h -rw-r--r-- root/root usr/include/postgresql/server/nodes/execnodes.h +-rw-r--r-- root/root usr/include/postgresql/server/nodes/lockoptions.h -rw-r--r-- root/root usr/include/postgresql/server/nodes/makefuncs.h -rw-r--r-- root/root usr/include/postgresql/server/nodes/memnodes.h -rw-r--r-- root/root usr/include/postgresql/server/nodes/nodeFuncs.h @@ -378,6 +415,20 @@ drwxr-xr-x root/root usr/include/postgresql/server/parser/ -rw-r--r-- root/root usr/include/postgresql/server/port.h drwxr-xr-x root/root usr/include/postgresql/server/port/ -rw-r--r-- root/root usr/include/postgresql/server/port/aix.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics.h +drwxr-xr-x root/root usr/include/postgresql/server/port/atomics/ +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-arm.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-hppa.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-ia64.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-ppc.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/arch-x86.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/fallback.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-acc.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-gcc.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-msvc.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-sunpro.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic-xlc.h +-rw-r--r-- root/root usr/include/postgresql/server/port/atomics/generic.h -rw-r--r-- root/root usr/include/postgresql/server/port/cygwin.h -rw-r--r-- root/root usr/include/postgresql/server/port/darwin.h -rw-r--r-- root/root usr/include/postgresql/server/port/freebsd.h @@ -385,7 +436,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/port/ -rw-r--r-- root/root usr/include/postgresql/server/port/linux.h -rw-r--r-- root/root usr/include/postgresql/server/port/netbsd.h -rw-r--r-- root/root usr/include/postgresql/server/port/openbsd.h --rw-r--r-- root/root usr/include/postgresql/server/port/osf.h +-rw-r--r-- root/root usr/include/postgresql/server/port/pg_crc32c.h -rw-r--r-- root/root usr/include/postgresql/server/port/sco.h -rw-r--r-- root/root usr/include/postgresql/server/port/solaris.h -rw-r--r-- root/root usr/include/postgresql/server/port/unixware.h @@ -438,6 +489,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/replication/ -rw-r--r-- root/root usr/include/postgresql/server/replication/decode.h -rw-r--r-- root/root usr/include/postgresql/server/replication/logical.h -rw-r--r-- root/root usr/include/postgresql/server/replication/logicalfuncs.h +-rw-r--r-- root/root usr/include/postgresql/server/replication/origin.h -rw-r--r-- root/root usr/include/postgresql/server/replication/output_plugin.h -rw-r--r-- root/root usr/include/postgresql/server/replication/reorderbuffer.h -rw-r--r-- root/root usr/include/postgresql/server/replication/slot.h @@ -453,6 +505,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/rewrite/ -rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteManip.h -rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteRemove.h -rw-r--r-- root/root usr/include/postgresql/server/rewrite/rewriteSupport.h +-rw-r--r-- root/root usr/include/postgresql/server/rewrite/rowsecurity.h -rw-r--r-- root/root usr/include/postgresql/server/rusagestub.h drwxr-xr-x root/root usr/include/postgresql/server/snowball/ -rw-r--r-- root/root usr/include/postgresql/server/snowball/header.h @@ -539,6 +592,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/storage/ -rw-r--r-- root/root usr/include/postgresql/server/storage/spin.h -rw-r--r-- root/root usr/include/postgresql/server/storage/standby.h drwxr-xr-x root/root usr/include/postgresql/server/tcop/ +-rw-r--r-- root/root usr/include/postgresql/server/tcop/deparse_utility.h -rw-r--r-- root/root usr/include/postgresql/server/tcop/dest.h -rw-r--r-- root/root usr/include/postgresql/server/tcop/fastpath.h -rw-r--r-- root/root usr/include/postgresql/server/tcop/pquery.h @@ -556,7 +610,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/tsearch/dicts/ -rw-r--r-- root/root usr/include/postgresql/server/tsearch/ts_utils.h drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/postgresql/server/utils/acl.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/aclchk_internal.h -rw-r--r-- root/root usr/include/postgresql/server/utils/array.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/arrayaccess.h -rw-r--r-- root/root usr/include/postgresql/server/utils/ascii.h -rw-r--r-- root/root usr/include/postgresql/server/utils/attoptcache.h -rw-r--r-- root/root usr/include/postgresql/server/utils/builtins.h @@ -572,6 +628,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/postgresql/server/utils/elog.h -rw-r--r-- root/root usr/include/postgresql/server/utils/errcodes.h -rw-r--r-- root/root usr/include/postgresql/server/utils/evtcache.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/expandeddatum.h -rw-r--r-- root/root usr/include/postgresql/server/utils/fmgroids.h -rw-r--r-- root/root usr/include/postgresql/server/utils/fmgrtab.h -rw-r--r-- root/root usr/include/postgresql/server/utils/formatting.h @@ -594,17 +651,14 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/postgresql/server/utils/numeric.h -rw-r--r-- root/root usr/include/postgresql/server/utils/palloc.h -rw-r--r-- root/root usr/include/postgresql/server/utils/pg_crc.h --rw-r--r-- root/root usr/include/postgresql/server/utils/pg_crc_tables.h -rw-r--r-- root/root usr/include/postgresql/server/utils/pg_locale.h -rw-r--r-- root/root usr/include/postgresql/server/utils/pg_lsn.h --rw-r--r-- root/root usr/include/postgresql/server/utils/pg_lzcompress.h -rw-r--r-- root/root usr/include/postgresql/server/utils/pg_rusage.h -rw-r--r-- root/root usr/include/postgresql/server/utils/plancache.h -rw-r--r-- root/root usr/include/postgresql/server/utils/portal.h -rw-r--r-- root/root usr/include/postgresql/server/utils/probes.h -rw-r--r-- root/root usr/include/postgresql/server/utils/ps_status.h -rw-r--r-- root/root usr/include/postgresql/server/utils/rangetypes.h --rw-r--r-- root/root usr/include/postgresql/server/utils/rbtree.h -rw-r--r-- root/root usr/include/postgresql/server/utils/rel.h -rw-r--r-- root/root usr/include/postgresql/server/utils/relcache.h -rw-r--r-- root/root usr/include/postgresql/server/utils/relfilenodemap.h @@ -612,6 +666,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/postgresql/server/utils/reltrigger.h -rw-r--r-- root/root usr/include/postgresql/server/utils/resowner.h -rw-r--r-- root/root usr/include/postgresql/server/utils/resowner_private.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/rls.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/ruleutils.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/sampling.h -rw-r--r-- root/root usr/include/postgresql/server/utils/selfuncs.h -rw-r--r-- root/root usr/include/postgresql/server/utils/snapmgr.h -rw-r--r-- root/root usr/include/postgresql/server/utils/snapshot.h @@ -636,23 +693,23 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/sqlda.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libecpg.a -lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.6 -lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.6 --rwxr-xr-x root/root usr/lib/libecpg.so.6.6 +lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.7 +lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.7 +-rwxr-xr-x root/root usr/lib/libecpg.so.6.7 -rw-r--r-- root/root usr/lib/libecpg_compat.a -lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.6 -lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.6 --rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.6 +lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.7 +lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.7 +-rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.7 -rw-r--r-- root/root usr/lib/libpgcommon.a -rw-r--r-- root/root usr/lib/libpgport.a -rw-r--r-- root/root usr/lib/libpgtypes.a -lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.5 -lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.5 --rwxr-xr-x root/root usr/lib/libpgtypes.so.3.5 +lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.6 +lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.6 +-rwxr-xr-x root/root usr/lib/libpgtypes.so.3.6 -rw-r--r-- root/root usr/lib/libpq.a -lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.7 -lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.7 --rwxr-xr-x root/root usr/lib/libpq.so.5.7 +lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.8 +lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.8 +-rwxr-xr-x root/root usr/lib/libpq.so.5.8 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libecpg.pc -rw-r--r-- root/root usr/lib/pkgconfig/libecpg_compat.pc @@ -673,6 +730,7 @@ drwxr-xr-x root/root usr/lib/postgresql/ drwxr-xr-x root/root usr/lib/postgresql/pgxs/ drwxr-xr-x root/root usr/lib/postgresql/pgxs/config/ -rwxr-xr-x root/root usr/lib/postgresql/pgxs/config/install-sh +-rwxr-xr-x root/root usr/lib/postgresql/pgxs/config/missing drwxr-xr-x root/root usr/lib/postgresql/pgxs/src/ -rw-r--r-- root/root usr/lib/postgresql/pgxs/src/Makefile.global -rw-r--r-- root/root usr/lib/postgresql/pgxs/src/Makefile.port @@ -726,6 +784,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/pg_recvlogical.1.gz -rw-r--r-- root/root usr/share/man/man1/pg_resetxlog.1.gz -rw-r--r-- root/root usr/share/man/man1/pg_restore.1.gz +-rw-r--r-- root/root usr/share/man/man1/pg_rewind.1.gz -rw-r--r-- root/root usr/share/man/man1/pg_standby.1.gz -rw-r--r-- root/root usr/share/man/man1/pg_test_fsync.1.gz -rw-r--r-- root/root usr/share/man/man1/pg_test_timing.1.gz @@ -823,6 +882,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR.7.gz -rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR_CLASS.7.gz -rw-r--r-- root/root usr/share/man/man7/ALTER_OPERATOR_FAMILY.7.gz +-rw-r--r-- root/root usr/share/man/man7/ALTER_POLICY.7.gz -rw-r--r-- root/root usr/share/man/man7/ALTER_ROLE.7.gz -rw-r--r-- root/root usr/share/man/man7/ALTER_RULE.7.gz -rw-r--r-- root/root usr/share/man/man7/ALTER_SCHEMA.7.gz @@ -867,6 +927,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR_CLASS.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_OPERATOR_FAMILY.7.gz +-rw-r--r-- root/root usr/share/man/man7/CREATE_POLICY.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_ROLE.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_RULE.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_SCHEMA.7.gz @@ -879,6 +940,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_PARSER.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.gz +-rw-r--r-- root/root usr/share/man/man7/CREATE_TRANSFORM.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_TRIGGER.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_TYPE.7.gz -rw-r--r-- root/root usr/share/man/man7/CREATE_USER.7.gz @@ -908,6 +970,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/DROP_OPERATOR_CLASS.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_OPERATOR_FAMILY.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_OWNED.7.gz +-rw-r--r-- root/root usr/share/man/man7/DROP_POLICY.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_ROLE.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_RULE.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_SCHEMA.7.gz @@ -919,6 +982,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_DICTIONARY.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_PARSER.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_TEXT_SEARCH_TEMPLATE.7.gz +-rw-r--r-- root/root usr/share/man/man7/DROP_TRANSFORM.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_TRIGGER.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_TYPE.7.gz -rw-r--r-- root/root usr/share/man/man7/DROP_USER.7.gz @@ -929,6 +993,7 @@ drwxr-xr-x root/root usr/share/man/man7/ -rw-r--r-- root/root usr/share/man/man7/EXPLAIN.7.gz -rw-r--r-- root/root usr/share/man/man7/FETCH.7.gz -rw-r--r-- root/root usr/share/man/man7/GRANT.7.gz +-rw-r--r-- root/root usr/share/man/man7/IMPORT_FOREIGN_SCHEMA.7.gz -rw-r--r-- root/root usr/share/man/man7/INSERT.7.gz -rw-r--r-- root/root usr/share/man/man7/LISTEN.7.gz -rw-r--r-- root/root usr/share/man/man7/LOAD.7.gz diff --git a/postgresql/.md5sum b/postgresql/.md5sum index 0b2685df5..a30f6882c 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ 7186c94fbcf7bf99f1f315122ebb233a postgresql -8b2e3472a8dc786649b4d02d02e039a0 postgresql-9.4.5.tar.bz2 +e58fffe9359e311ead94490a06b7147c postgresql-9.5.0.tar.bz2 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index 5c053be71..146db5a41 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=postgresql -version=9.4.5 +version=9.5.0 release=1 source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql) |