rhsa-2014_0211
Vulnerability from csaf_redhat
Published
2014-02-25 16:41
Modified
2024-11-05 18:20
Summary
Red Hat Security Advisory: postgresql84 and postgresql security update
Notes
Topic
Updated postgresql84 and postgresql packages that fix multiple security
issues are now available for Red Hat Enterprise Linux 5 and 6 respectively.
The Red Hat Security Response Team has rated this update as having
Important security impact. Common Vulnerability Scoring System (CVSS) base
scores, which give detailed severity ratings, are available for each
vulnerability from the CVE links in the References section.
Details
PostgreSQL is an advanced object-relational database management system
(DBMS).
Multiple stack-based buffer overflow flaws were found in the date/time
implementation of PostgreSQL. An authenticated database user could provide
a specially crafted date/time value that, when processed, could cause
PostgreSQL to crash or, potentially, execute arbitrary code with the
permissions of the user running PostgreSQL. (CVE-2014-0063)
Multiple integer overflow flaws, leading to heap-based buffer overflows,
were found in various type input functions in PostgreSQL. An authenticated
database user could possibly use these flaws to crash PostgreSQL or,
potentially, execute arbitrary code with the permissions of the user
running PostgreSQL. (CVE-2014-0064)
Multiple potential buffer overflow flaws were found in PostgreSQL.
An authenticated database user could possibly use these flaws to crash
PostgreSQL or, potentially, execute arbitrary code with the permissions of
the user running PostgreSQL. (CVE-2014-0065)
It was found that granting an SQL role to a database user in a PostgreSQL
database without specifying the "ADMIN" option allowed the grantee to
remove other users from their granted role. An authenticated database user
could use this flaw to remove a user from an SQL role which they were
granted access to. (CVE-2014-0060)
A flaw was found in the validator functions provided by PostgreSQL's
procedural languages (PLs). An authenticated database user could possibly
use this flaw to escalate their privileges. (CVE-2014-0061)
A race condition was found in the way the CREATE INDEX command performed
multiple independent lookups of a table that had to be indexed. An
authenticated database user could possibly use this flaw to escalate their
privileges. (CVE-2014-0062)
It was found that the chkpass extension of PostgreSQL did not check the
return value of the crypt() function. An authenticated database user could
possibly use this flaw to crash PostgreSQL via a null pointer dereference.
(CVE-2014-0066)
Red Hat would like to thank the PostgreSQL project for reporting these
issues. Upstream acknowledges Noah Misch as the original reporter of
CVE-2014-0060 and CVE-2014-0063, Heikki Linnakangas and Noah Misch as the
original reporters of CVE-2014-0064, Peter Eisentraut and Jozef Mlich as
the original reporters of CVE-2014-0065, Andres Freund as the original
reporter of CVE-2014-0061, Robert Haas and Andres Freund as the original
reporters of CVE-2014-0062, and Honza Horak and Bruce Momjian as the
original reporters of CVE-2014-0066.
These updated packages upgrade PostgreSQL to version 8.4.20, which fixes
these issues as well as several non-security issues. Refer to the
PostgreSQL Release Notes for a full list of changes:
http://www.postgresql.org/docs/8.4/static/release-8-4-19.html
http://www.postgresql.org/docs/8.4/static/release-8-4-20.html
All PostgreSQL users are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. If the postgresql
service is running, it will be automatically restarted after installing
this update.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated postgresql84 and postgresql packages that fix multiple security\nissues are now available for Red Hat Enterprise Linux 5 and 6 respectively.\n\nThe Red Hat Security Response Team has rated this update as having\nImportant security impact. Common Vulnerability Scoring System (CVSS) base\nscores, which give detailed severity ratings, are available for each\nvulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system\n(DBMS).\n\nMultiple stack-based buffer overflow flaws were found in the date/time\nimplementation of PostgreSQL. An authenticated database user could provide\na specially crafted date/time value that, when processed, could cause\nPostgreSQL to crash or, potentially, execute arbitrary code with the\npermissions of the user running PostgreSQL. (CVE-2014-0063)\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in various type input functions in PostgreSQL. An authenticated\ndatabase user could possibly use these flaws to crash PostgreSQL or,\npotentially, execute arbitrary code with the permissions of the user\nrunning PostgreSQL. (CVE-2014-0064)\n\nMultiple potential buffer overflow flaws were found in PostgreSQL.\nAn authenticated database user could possibly use these flaws to crash\nPostgreSQL or, potentially, execute arbitrary code with the permissions of\nthe user running PostgreSQL. (CVE-2014-0065)\n\nIt was found that granting an SQL role to a database user in a PostgreSQL\ndatabase without specifying the \"ADMIN\" option allowed the grantee to\nremove other users from their granted role. An authenticated database user\ncould use this flaw to remove a user from an SQL role which they were\ngranted access to. (CVE-2014-0060)\n\nA flaw was found in the validator functions provided by PostgreSQL\u0027s\nprocedural languages (PLs). An authenticated database user could possibly\nuse this flaw to escalate their privileges. (CVE-2014-0061)\n\nA race condition was found in the way the CREATE INDEX command performed\nmultiple independent lookups of a table that had to be indexed. An\nauthenticated database user could possibly use this flaw to escalate their\nprivileges. (CVE-2014-0062)\n\nIt was found that the chkpass extension of PostgreSQL did not check the\nreturn value of the crypt() function. An authenticated database user could\npossibly use this flaw to crash PostgreSQL via a null pointer dereference.\n(CVE-2014-0066)\n\nRed Hat would like to thank the PostgreSQL project for reporting these\nissues. Upstream acknowledges Noah Misch as the original reporter of\nCVE-2014-0060 and CVE-2014-0063, Heikki Linnakangas and Noah Misch as the\noriginal reporters of CVE-2014-0064, Peter Eisentraut and Jozef Mlich as\nthe original reporters of CVE-2014-0065, Andres Freund as the original\nreporter of CVE-2014-0061, Robert Haas and Andres Freund as the original\nreporters of CVE-2014-0062, and Honza Horak and Bruce Momjian as the\noriginal reporters of CVE-2014-0066.\n\nThese updated packages upgrade PostgreSQL to version 8.4.20, which fixes\nthese issues as well as several non-security issues. Refer to the\nPostgreSQL Release Notes for a full list of changes:\n\nhttp://www.postgresql.org/docs/8.4/static/release-8-4-19.html\nhttp://www.postgresql.org/docs/8.4/static/release-8-4-20.html\n\nAll PostgreSQL users are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues. If the postgresql\nservice is running, it will be automatically restarted after installing\nthis update.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2014:0211", "url": "https://access.redhat.com/errata/RHSA-2014:0211" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "http://www.postgresql.org/docs/8.4/static/release-8-4-19.html", "url": "http://www.postgresql.org/docs/8.4/static/release-8-4-19.html" }, { "category": "external", "summary": "http://www.postgresql.org/docs/8.4/static/release-8-4-20.html", "url": "http://www.postgresql.org/docs/8.4/static/release-8-4-20.html" }, { "category": "external", "summary": "1065219", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065219" }, { "category": "external", "summary": "1065220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065220" }, { "category": "external", "summary": "1065222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065222" }, { "category": "external", "summary": "1065226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065226" }, { "category": "external", "summary": "1065230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065230" }, { "category": "external", "summary": "1065235", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065235" }, { "category": "external", "summary": "1065236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065236" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2014/rhsa-2014_0211.json" } ], "title": "Red Hat Security Advisory: postgresql84 and postgresql security update", "tracking": { "current_release_date": "2024-11-05T18:20:04+00:00", "generator": { "date": "2024-11-05T18:20:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2014:0211", "initial_release_date": "2014-02-25T16:41:42+00:00", "revision_history": [ { "date": "2014-02-25T16:41:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2014-02-25T16:41:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T18:20:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.src", "product": { "name": "postgresql-0:8.4.20-1.el6_5.src", "product_id": "postgresql-0:8.4.20-1.el6_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=src" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.src", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.src", "product_id": "postgresql84-0:8.4.20-1.el5_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "product": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "product_id": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@8.4.20-1.el6_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plpython@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-test@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plperl@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-server@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-pltcl@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-python@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-docs@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-tcl@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-contrib@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.x86_64", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.x86_64", "product_id": "postgresql84-0:8.4.20-1.el5_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-test-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-test-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-server-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-server-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@8.4.20-1.el6_5?arch=i686" } } }, { "category": "product_version", "name": "postgresql-docs-0:8.4.20-1.el6_5.i686", "product": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686", "product_id": "postgresql-docs-0:8.4.20-1.el6_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@8.4.20-1.el6_5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-test-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-server-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "product": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "product_id": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@8.4.20-1.el6_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-python@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plpython@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-docs@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-test@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-tcl@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plperl@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-server@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-contrib@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=s390x" } } }, { "category": "product_version", "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "product": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "product_id": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-pltcl@8.4.20-1.el5_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.s390", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.s390", "product": { "name": "postgresql-0:8.4.20-1.el6_5.s390", "product_id": "postgresql-0:8.4.20-1.el6_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.s390", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=s390" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=s390" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=s390" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "product": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "product_id": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@8.4.20-1.el6_5?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.ppc64", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc64", "product_id": "postgresql84-0:8.4.20-1.el5_10.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "product": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "product_id": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@8.4.20-1.el6_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-0:8.4.20-1.el6_5.ppc", "product": { "name": "postgresql-0:8.4.20-1.el6_5.ppc", "product_id": "postgresql-0:8.4.20-1.el6_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@8.4.20-1.el6_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "product": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "product_id": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@8.4.20-1.el6_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "product": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "product_id": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.4.20-1.el6_5?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-python@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plpython@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-docs@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-test@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-tcl@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plperl@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-server@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-contrib@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=ppc" } } }, { "category": "product_version", "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "product": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "product_id": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-pltcl@8.4.20-1.el5_10?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plpython@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-test-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-test-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-test-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-test@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plperl@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-server-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-server-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-server-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-server@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-pltcl@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-python-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-python-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-python-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-python@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-docs@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-tcl@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-contrib@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=i386" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.i386", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.i386", "product_id": "postgresql84-0:8.4.20-1.el5_10.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-python@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plpython@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-docs@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-devel@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-test@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-tcl@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-plperl@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-server@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-contrib@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-debuginfo@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-libs@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84@8.4.20-1.el5_10?arch=ia64" } } }, { "category": "product_version", "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "product": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "product_id": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql84-pltcl@8.4.20-1.el5_10?arch=ia64" } } } ], "category": "architecture", "name": "ia64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.src", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.src as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.src", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Client-Workstation-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.src", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-python-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-python-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-server-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-server-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.i386", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ia64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.ppc", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.s390x", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql84-test-0:8.4.20-1.el5_10.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64" }, "product_reference": "postgresql84-test-0:8.4.20-1.el5_10.x86_64", "relates_to_product_reference": "5Server-5.10.Z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Client-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Server-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.src", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-devel-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-docs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-libs-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-server-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.i686", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.ppc64", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.s390x", "relates_to_product_reference": "6Workstation-6.5.z" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:8.4.20-1.el6_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" }, "product_reference": "postgresql-test-0:8.4.20-1.el6_5.x86_64", "relates_to_product_reference": "6Workstation-6.5.z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Noah Misch" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0060", "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065219" } ], "notes": [ { "category": "description", "text": "PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 does not properly enforce the ADMIN OPTION restriction, which allows remote authenticated members of a role to add or remove arbitrary users to that role by calling the SET ROLE command before the associated GRANT command.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: SET ROLE without ADMIN OPTION allows adding and removing group members", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0060" }, { "category": "external", "summary": "RHBZ#1065219", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065219" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0060", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0060" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 5.5, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: SET ROLE without ADMIN OPTION allows adding and removing group members" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Andres Freund" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0061", "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065220" } ], "notes": [ { "category": "description", "text": "The validator functions for the procedural languages (PLs) in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 allow remote authenticated users to gain privileges via a function that is (1) defined in another language or (2) not allowed to be directly called by the user due to permissions.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: privilege escalation via procedural language validator functions", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0061" }, { "category": "external", "summary": "RHBZ#1065220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065220" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0061", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0061" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: privilege escalation via procedural language validator functions" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Andres Freund", "Robert Haas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0062", "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065222" } ], "notes": [ { "category": "description", "text": "Race condition in the (1) CREATE INDEX and (2) unspecified ALTER TABLE commands in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 allows remote authenticated users to create an unauthorized index or read portions of unauthorized tables by creating or deleting a table with the same name during the timing window.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: CREATE INDEX race condition possibly leading to privilege escalation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0062" }, { "category": "external", "summary": "RHBZ#1065222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065222" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0062", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0062" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0062", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0062" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: CREATE INDEX race condition possibly leading to privilege escalation" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Noah Misch" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0063", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065226" } ], "notes": [ { "category": "description", "text": "Multiple stack-based buffer overflows in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 allow remote authenticated users to cause a denial of service (crash) or possibly execute arbitrary code via vectors related to an incorrect MAXDATELEN constant and datetime values involving (1) intervals, (2) timestamps, or (3) timezones, a different vulnerability than CVE-2014-0065.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: stack-based buffer overflow in datetime input/output", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0063" }, { "category": "external", "summary": "RHBZ#1065226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065226" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0063", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0063" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0063", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0063" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: stack-based buffer overflow in datetime input/output" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Heikki Linnakangas", "Noah Misch" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0064", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065230" } ], "notes": [ { "category": "description", "text": "Multiple integer overflows in the path_in and other unspecified functions in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 allow remote authenticated users to have unspecified impact and attack vectors, which trigger a buffer overflow. NOTE: this identifier has been SPLIT due to different affected versions; use CVE-2014-2669 for the hstore vector.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: integer overflows leading to buffer overflows", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0064" }, { "category": "external", "summary": "RHBZ#1065230", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065230" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0064", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0064" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: integer overflows leading to buffer overflows" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Peter Eisentraut", "Jozef Mlich" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0065", "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065235" } ], "notes": [ { "category": "description", "text": "Multiple buffer overflows in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 allow remote authenticated users to have unspecified impact and attack vectors, a different vulnerability than CVE-2014-0063.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: possible buffer overflow flaws", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0065" }, { "category": "external", "summary": "RHBZ#1065235", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065235" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0065", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0065" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: possible buffer overflow flaws" }, { "acknowledgments": [ { "names": [ "PostgreSQL project" ] }, { "names": [ "Honza Horak", "Bruce Momjian" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2014-0066", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2014-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1065236" } ], "notes": [ { "category": "description", "text": "The chkpass extension in PostgreSQL before 8.4.20, 9.0.x before 9.0.16, 9.1.x before 9.1.12, 9.2.x before 9.2.7, and 9.3.x before 9.3.3 does not properly check the return value of the crypt library function, which allows remote authenticated users to cause a denial of service (NULL pointer dereference and crash) via unspecified vectors.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: NULL pointer dereference", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-0066" }, { "category": "external", "summary": "RHBZ#1065236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1065236" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-0066", "url": "https://www.cve.org/CVERecord?id=CVE-2014-0066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-0066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0066" } ], "release_date": "2014-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2014-02-25T16:41:42+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/site/articles/11258", "product_ids": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2014:0211" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 4.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P", "version": "2.0" }, "products": [ "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Client-Workstation-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Client-Workstation-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.src", "5Server-5.10.Z:postgresql84-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-contrib-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-debuginfo-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-devel-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-docs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.ppc64", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-libs-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plperl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-plpython-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-pltcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-python-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-server-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-tcl-0:8.4.20-1.el5_10.x86_64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.i386", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ia64", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.ppc", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.s390x", "5Server-5.10.Z:postgresql84-test-0:8.4.20-1.el5_10.x86_64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Client-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Client-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6ComputeNode-optional-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6ComputeNode-optional-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Server-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Server-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.src", "6Workstation-6.5.z:postgresql-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-contrib-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-debuginfo-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-devel-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-docs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-libs-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plperl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-plpython-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-pltcl-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-server-0:8.4.20-1.el6_5.x86_64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.i686", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.ppc64", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.s390x", "6Workstation-6.5.z:postgresql-test-0:8.4.20-1.el6_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: NULL pointer dereference" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.