~paelzer/ubuntu/+source/postgresql-10:MRE-bionic-10.12

Last commit made on 2020-02-17
Get this branch:
git clone -b MRE-bionic-10.12 https://git.launchpad.net/~paelzer/ubuntu/+source/postgresql-10
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
MRE-bionic-10.12
Repository:
lp:~paelzer/ubuntu/+source/postgresql-10

Recent commits

64f137a... by Christian Ehrhardt 

changelog: improve wording

Signed-off-by: Christian Ehrhardt <email address hidden>

3c429e2... by Christian Ehrhardt 

Merge changelog for 10.12

Signed-off-by: Christian Ehrhardt <email address hidden>

0de1d68... by Christian Ehrhardt 

New Upstream release 10.12

Signed-off-by: Christian Ehrhardt <email address hidden>

1a71483... by Christian Ehrhardt 

Import patches-unapplied version 10.10-0ubuntu0.18.04.1 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: 72990362afd708dbc691710e405e344a905f2014

New changelog entries:
  * SECURITY UPDATE: New upstream release (LP: #1839058)
    - Require schema qualification to cast to a temporary type when using
      functional cast syntax (CVE-2019-10208)
    - Fix failure of ALTER TABLE ... ALTER COLUMN TYPE when altering multiple
      columns' types in one command. This fixes a regression introduced in the
      most recent minor releases
    - Details about these and many further changes can be found at:
      https://www.postgresql.org/docs/10/static/release-10-10.html

7299036... by Christian Ehrhardt 

Import patches-unapplied version 10.9-0ubuntu0.18.04.1 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: c7e534450e486423f402b0acbf92c9d0956b2d94

New changelog entries:
  * New upstream release (LP: #1828012)
    - Fix buffer-overflow hazards in SCRAM verifier parsing and libpq
      CVE-2019-10164
    - Fix failure of ALTER TABLE ... ALTER COLUMN TYPE when the table has
      a partial exclusion constraint
    - Fix failure of COMMENT command for comments on domain constraints
    - Prevent possible memory clobber when there are duplicate columns in
      a hash aggregate's hash key list
    - Details about these and many further changes can be found at:
      https://www.postgresql.org/docs/10/static/release-10-9.html

c7e5344... by Christian Ehrhardt 

Import patches-unapplied version 10.8-0ubuntu0.18.04.1 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: a9dfb6adbf8500038757cfc3e3bbdc6d750b4584

New changelog entries:
  * New upstream release(s) (LP: #1828012)
    - Prevent row-level security policies from being bypassed via
      selectivity estimators.
      CVE-2019-10130
    - Details about these and many further changes can be found at:
      https://www.postgresql.org/docs/10/static/release-10-8.html

a9dfb6a... by Christian Ehrhardt 

Import patches-unapplied version 10.7-0ubuntu0.18.04.1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 5b7ec653ff42b9f457de1b2349cd67d0693bbd22

New changelog entries:
  * New upstream release (LP: #1815665)
    - By default, panic instead of retrying after fsync() failure, to avoid
      possible data corruption. A new server parameter "guc-data-sync-retry"
      has been added to control this;
    - d/p/pg-10-Disallow-setting-client_min_messages-higher-than-ERR.patch:
      to retain SRU stability this patch reverts one of the changes which
      disabled the error suppression by setting client_min_messages to
      fatal or panic. Overall that means no change to the handling of
      client_min_messages due to this upload.
    - d/p/pg-10-Rename-rbtree.c-functions-to-use-rbt-prefix-not-rb-p.patch:
      this change of 10.7 would break an external ABI/API exposed to
      extensions. To avoid breaking those (especially those not in the Ubuntu
      Archive that we can't control) this change of upstreams stable release
      is reverted. Thereby the ABI/API is unchanged in regard to the rb_
      function prefix by this new package upload to Ubuntu.
    - Details about these and many further changes can be found at:
      https://www.postgresql.org/docs/10/static/release-10-7.html

5b7ec65... by Marc Deslauriers

Import patches-unapplied version 10.6-0ubuntu0.18.04.1 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: 37ba6a2e2ea5dac5162d528a2a321c65ac85b6e8

New changelog entries:
  * SECURITY UPDATE: Updated to 10.6 to fix security issue.
    - Details about the new release can be found at
      https://www.postgresql.org/docs/10/release-10-6.html
    - CVE-2018-16850

37ba6a2... by Christian Ehrhardt 

Import patches-unapplied version 10.5-0ubuntu0.18.04 to ubuntu/bionic-security

Imported using git-ubuntu import.

Changelog parent: 46ccc300b2da15db99d724eb7149ab74fdb752c7

New changelog entries:
  * New upstream release (LP: #1786938)
    - Fix failure to reset libpq's state fully between connection attempts
      .
      An unprivileged user of dblink or postgres_fdw could bypass the checks
      intended to prevent use of server-side credentials, such as a ~/.pgpass
      file owned by the operating-system user running the server. Servers
      allowing peer authentication on local connections are particularly
      vulnerable. Other attacks such as SQL injection into a postgres_fdw
      session are also possible. Attacking postgres_fdw in this way requires
      the ability to create a foreign server object with selected connection
      parameters, but any user with access to dblink could exploit the
      problem. In general, an attacker with the ability to select the
      connection parameters for a libpq-using application could cause
      mischief, though other plausible attack scenarios are harder to think
      of. Our thanks to Andrew Krasichkov for reporting this issue.
      (CVE-2018-10915)
    - Fix INSERT ... ON CONFLICT UPDATE through a view that isn't just SELECT
      FROM ...
      .
      Erroneous expansion of an updatable view could lead to crashes or
      attribute ... has the wrong type errors, if the view's SELECT list
      doesn't match one-to-one with the underlying table's columns.
      Furthermore, this bug could be leveraged to allow updates of columns
      that an attacking user lacks UPDATE privilege for, if that user has
      INSERT and UPDATE privileges for some other column(s) of the table. Any
      user could also use it for disclosure of server memory.
      (CVE-2018-10925)
    - d/libecpg-dev.install: Add new pgtypes header.
    - d/libpgtypes3.symbols: Add new pgtypes symbol.
    - d/p/filter-debug-prefix-map: update to match 10.5
    - update maintainers
    - Details about these and other changes can be found at
      https://www.postgresql.org/docs/10/static/release-10-5.html

46ccc30... by Christian Ehrhardt 

Import patches-unapplied version 10.4-0ubuntu0.18.04 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 3c97ca8118bb28a6d31782c67cbee3761fe558d5

New changelog entries:
  * New upstream release (LP: #1769888)
    - A dump/restore is not required for those running 10.X.
      However, if you use the adminpack extension, you should update it as
      per the first changelog entry of the changelog.
      (CVE-2018-1115)
      Also, if the function marking mistakes mentioned in the first
      changelog entry affect you, you will want to take steps to
      correct your database catalogs.
    - Details about changes can be found at
      https://www.postgresql.org/docs/10/static/release-10-4.html