~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, CVE-2013-1899
  • Date: 2013-04-02 12:24:32 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130402122432-whgoxuhc5tqte9v4
Tags: 9.1.9-0ubuntu11.10
* New upstream security/bug fix release: (LP: #1163184)
  - Fix insecure parsing of server command-line switches.
    A connection request containing a database name that begins with
    "-" could be crafted to damage or destroy files within the server's
    data directory, even if the request is eventually rejected.
    [CVE-2013-1899]
  - Reset OpenSSL randomness state in each postmaster child process.
    This avoids a scenario wherein random numbers generated by
    "contrib/pgcrypto" functions might be relatively easy for another
    database user to guess. The risk is only significant when the
    postmaster is configured with ssl = on but most connections don't
    use SSL encryption. [CVE-2013-1900]
  - Make REPLICATION privilege checks test current user not
    authenticated user.
    An unprivileged database user could exploit this mistake to call
    pg_start_backup() or pg_stop_backup(), thus possibly interfering
    with creation of routine backups. [CVE-2013-1901]
  - Fix GiST indexes to not use "fuzzy" geometric comparisons when it's
    not appropriate to do so.
    The core geometric types perform comparisons using "fuzzy"
    equality, but gist_box_same must do exact comparisons, else GiST
    indexes using it might become inconsistent. After installing this
    update, users should "REINDEX" any GiST indexes on box, polygon,
    circle, or point columns, since all of these use gist_box_same.
  - Fix erroneous range-union and penalty logic in GiST indexes that
    use "contrib/btree_gist" for variable-width data types, that is
    text, bytea, bit, and numeric columns.
    These errors could result in inconsistent indexes in which some
    keys that are present would not be found by searches, and also in
    useless index bloat. Users are advised to "REINDEX" such indexes
    after installing this update.
  - Fix bugs in GiST page splitting code for multi-column indexes.
    These errors could result in inconsistent indexes in which some
    keys that are present would not be found by searches, and also in
    indexes that are unnecessarily inefficient to search. Users are
    advised to "REINDEX" multi-column GiST indexes after installing
    this update.
  - See HISTORY/changelog.gz for details about the other bug fixes.
Filename Latest Rev Last Changed Committer Comment Size
..
dblink.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 6.6 KB Diff Download File
dblink_build_sql_delete.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.2 KB Diff Download File
dblink_build_sql_insert.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.8 KB Diff Download File
dblink_build_sql_update.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 4 KB Diff Download File
dblink_cancel_query.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
dblink_close.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.6 KB Diff Download File
dblink_connect.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 5.4 KB Diff Download File
dblink_connect_u.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.7 KB Diff Download File
dblink_disconnect.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
dblink_error_message.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
dblink_exec.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.7 KB Diff Download File
dblink_fetch.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 4.1 KB Diff Download File
dblink_get_connections.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
dblink_get_notify.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.4 KB Diff Download File
dblink_get_pkey.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.6 KB Diff Download File
dblink_get_result.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 4.3 KB Diff Download File
dblink_is_busy.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
dblink_open.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.1 KB Diff Download File
dblink_send_query.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.3 KB Diff Download File
SPI_connect.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.2 KB Diff Download File
SPI_copytuple.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_cursor_close.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_cursor_fetch.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2 KB Diff Download File
SPI_cursor_find.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_cursor_move.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.9 KB Diff Download File
SPI_cursor_open.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.2 KB Diff Download File
SPI_cursor_open_with_args.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.3 KB Diff Download File
SPI_cursor_open_with_paramlist.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.8 KB Diff Download File
SPI_exec.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_execp.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.4 KB Diff Download File
SPI_execute.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 7.7 KB Diff Download File
SPI_execute_plan.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.8 KB Diff Download File
SPI_execute_plan_with_paramlist.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.6 KB Diff Download File
SPI_execute_with_args.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.4 KB Diff Download File
SPI_finish.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2 KB Diff Download File
SPI_fname.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
SPI_fnumber.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
SPI_freeplan.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.6 KB Diff Download File
SPI_freetuple.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_freetuptable.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2 KB Diff Download File
SPI_getargcount.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
SPI_getargtypeid.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
SPI_getbinval.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.2 KB Diff Download File
SPI_getnspname.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
SPI_getrelname.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_gettype.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.9 KB Diff Download File
SPI_gettypeid.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.8 KB Diff Download File
SPI_getvalue.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
SPI_is_cursor_plan.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.3 KB Diff Download File
SPI_modifytuple.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.8 KB Diff Download File
SPI_palloc.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.6 KB Diff Download File
SPI_pfree.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.7 KB Diff Download File
SPI_pop.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.4 KB Diff Download File
SPI_prepare.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 3.5 KB Diff Download File
SPI_prepare_cursor.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.5 KB Diff Download File
SPI_prepare_params.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.3 KB Diff Download File
SPI_push.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.2 KB Diff Download File
SPI_repalloc.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 1.9 KB Diff Download File
SPI_returntuple.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.1 KB Diff Download File
SPI_saveplan.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.4 KB Diff Download File
SPI_scroll_cursor_fetch.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.3 KB Diff Download File
SPI_scroll_cursor_move.3 1.1.11 11 years ago Package Import Robot Import upstream version 9.1.9 2.4 KB Diff Download File