File: postgresql-9.6.NEWS

package info (click to toggle)
postgresql-9.6 9.6.17-0%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 129,840 kB
  • sloc: ansic: 743,530; sql: 67,512; xml: 30,901; yacc: 30,445; perl: 16,302; lex: 7,822; sh: 5,290; makefile: 4,780; python: 112; asm: 65; sed: 15
file content (48 lines) | stat: -rw-r--r-- 2,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
postgresql-9.6 (9.6.9-0+deb9u1) stretch; urgency=medium

  If you are using the "adminpack" extension, perform "ALTER EXTENSION
  adminpack UPDATE" in each database in which adminpack is installed.
  (CVE-2018-1115)

  Some functions were incorrectly not marked as VOLATILE or PARALLEL UNSAFE. If
  you are using any of these functions, consult the release notes for
  instructions.

    query_to_xml cursor_to_xml cursor_to_xmlschema query_to_xmlschema
    query_to_xml_and_xmlschema brin_summarize_new_values brin_summarize_range
    brin_desummarize_range gin_clean_pending_list cursor_to_xml
    cursor_to_xmlschema ts_rewrite ts_stat
    binary_upgrade_create_empty_extension pg_import_system_collations

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 08 May 2018 16:22:51 +0200

postgresql-9.6 (9.6.8-0+deb9u1) stretch; urgency=medium

  If you run an installation where the users are mutually trusting or if you
  maintain an application or extension that is intended for use in arbitrary
  situations, it is highly recommended that you read the release notes
  regarding changes around "search_path", and take suitable steps to ensure
  that your installation or code is secure:

    https://www.postgresql.org/docs/9.6/static/release-9-6-8.html#AEN130825

  In addition, these changes may cause functions used in index expressions or
  materialized views to fail during auto-analyze or when reloading from a dump.
  After upgrading, please monitor the server logs for such problems and fix any
  affected functions.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 27 Feb 2018 13:15:10 +0100

postgresql-9.6 (9.6.7-0+deb9u1) stretch; urgency=medium

  If you are using contrib/cube's ~> operator, see the release notes for
  details on the changed semantics and necessary follow-up actions.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 07 Feb 2018 15:01:56 +0100

postgresql-9.6 (9.6.6-0+deb9u1) stretch-security; urgency=medium

  If you are using BRIN indexes, it may be necessary to reindex existing
  indexes. See the release notes for details.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 08 Nov 2017 10:47:26 +0100