Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. Jun 09, 2010
  3. Jun 07, 2010
    • Itagaki Takahiro's avatar
      Ensure default-only storage parameters for TOAST relations · b5faba12
      Itagaki Takahiro authored
      to be initialized with proper values. Affected parameters are
      fillfactor, analyze_threshold, and analyze_scale_factor.
      
      Especially uninitialized fillfactor caused inefficient page usage
      because we built a StdRdOptions struct in which fillfactor is zero
      if any reloption is set for the toast table.
      
      In addition, we disallow toast.autovacuum_analyze_threshold and
      toast.autovacuum_analyze_scale_factor because we didn't actually
      support them; they are always ignored.
      
      Report by Rumko on pgsql-bugs on 12 May 2010.
      Analysis by Tom Lane and Alvaro Herrera. Patch by me.
      
      Backpatch to 8.4.
      b5faba12
  4. May 31, 2010
  5. May 30, 2010
  6. May 29, 2010
  7. May 27, 2010
  8. May 18, 2010
  9. May 17, 2010
  10. May 15, 2010
  11. May 13, 2010
  12. May 11, 2010
  13. Apr 30, 2010
  14. Apr 24, 2010
  15. Apr 21, 2010
    • Tom Lane's avatar
      Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather · a6dcd19a
      Tom Lane authored
      than during define_custom_variable().  This entails rejecting an ALTER
      command if the target variable doesn't have a known (non-placeholder)
      definition, unless the calling user is superuser.  When the variable *is*
      known, we can correctly apply the rule that only superusers can issue ALTER
      for SUSET parameters.  This allows define_custom_variable to apply ALTER's
      values for SUSET parameters at module load time, secure in the knowledge
      that only a superuser could have set the ALTER value.  This change fixes a
      longstanding gotcha in the usage of SUSET-level custom parameters; which
      is a good thing to fix now that plpgsql defines such a parameter.
      a6dcd19a
  16. Apr 16, 2010
  17. Apr 08, 2010
    • Robert Haas's avatar
      Make smart shutdown work in combination with Hot Standby/Streaming Replication. · 1c850fa8
      Robert Haas authored
      At present, killing the startup process does not release any locks it holds,
      so we must wait to stop the startup and walreceiver processes until all
      read-only backends have exited.  Without this patch, the startup and
      walreceiver processes never exit, so the server gets permanently stuck in
      a half-shutdown state.
      
      Fujii Masao, with review, docs, and comment adjustments by me.
      1c850fa8
  18. Apr 05, 2010
    • Tom Lane's avatar
      Arrange to remove pg_default_acl entries completely if their ACL setting · 60bd2b19
      Tom Lane authored
      is changed to match the hard-wired default.  This avoids accumulating useless
      catalog entries, and also provides a path for dropping the owning role without
      using DROP OWNED BY.  Per yesterday's complaint from Jaime Casanova, the
      need to use DROP OWNED BY for that is less than obvious, so providing this
      alternative method might save some user frustration.
      60bd2b19
  19. Apr 03, 2010
    • Tom Lane's avatar
      Minor wording improvement. · 87ecae72
      Tom Lane authored
      87ecae72
    • Peter Eisentraut's avatar
      Remove unnecessary xref endterm attributes and title ids · 6dcce398
      Peter Eisentraut authored
      The endterm attribute is mainly useful when the toolchain does not support
      automatic link target text generation for a particular situation.  In  the
      past, this was required by the man page tools for all reference page links,
      but that is no longer the case, and it now actually gets in the way of
      proper automatic link text generation.  The only remaining use cases are
      currently xrefs to refsects.
      6dcce398
  20. Apr 02, 2010
  21. Apr 01, 2010
  22. Mar 22, 2010
  23. Mar 21, 2010
  24. Mar 17, 2010
  25. Mar 08, 2010
  26. Mar 07, 2010
  27. Mar 06, 2010
  28. Mar 03, 2010
  29. Feb 27, 2010
  30. Feb 25, 2010
  31. Feb 24, 2010
  32. Feb 23, 2010
Loading