~ubuntu-branches/ubuntu/vivid/postgresql-9.4/vivid-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/ref/create_table.sgml

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-10-08 15:36:31 UTC
  • mfrom: (1.2.3) (11.1.2 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20151008153631-dyiutwil2zjh9pxs
Tags: 9.4.5-0ubuntu0.15.04
* New upstream security/bug fix release: (LP: #1504132)
  - Guard against stack overflows in json parsing.
    If an application constructs PostgreSQL json or jsonb values from
    arbitrary user input, the application's users can reliably crash the
    PostgreSQL server, causing momentary denial of service.  (CVE-2015-5289)

  - Fix contrib/pgcrypto to detect and report too-short crypt() salts
    Certain invalid salt arguments crashed the server or disclosed a few
    bytes of server memory.  We have not ruled out the viability of attacks
    that arrange for presence of confidential information in the disclosed
    bytes, but they seem unlikely.  (CVE-2015-5288)

  - See release notes for details about other fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
998
998
     Custom <xref linkend="guc-autovacuum-freeze-max-age"> parameter. Note that
999
999
     autovacuum will ignore attempts to set a per-table
1000
1000
     <literal>autovacuum_freeze_max_age</> larger than the system-wide setting
1001
 
     (it can only be set smaller). Note that while you can set
1002
 
     <literal>autovacuum_freeze_max_age</> very small, or even zero, this is
1003
 
     usually unwise since it will force frequent vacuuming.
 
1001
     (it can only be set smaller).
1004
1002
     </para>
1005
1003
    </listitem>
1006
1004
   </varlistentry>
1034
1032
      Custom <xref linkend="guc-autovacuum-multixact-freeze-max-age"> parameter. Note
1035
1033
      that autovacuum will ignore attempts to set a per-table
1036
1034
      <literal>autovacuum_multixact_freeze_max_age</> larger than the
1037
 
      system-wide setting (it can only be set smaller).  Note that while you
1038
 
      can set <literal>autovacuum_multixact_freeze_max_age</> very small,
1039
 
      or even zero, this is usually unwise since it will force frequent
1040
 
      vacuuming.
 
1035
      system-wide setting (it can only be set smaller).
1041
1036
     </para>
1042
1037
    </listitem>
1043
1038
   </varlistentry>