Skip to content
Snippets Groups Projects
  1. Jun 18, 2013
    • Simon Riggs's avatar
      Fix docs on lock level for ALTER TABLE VALIDATE · 20a562f9
      Simon Riggs authored
      ALTER TABLE .. VALIDATE CONSTRAINT previously
      gave incorrect details about lock levels and
      therefore incomplete reasons to use the option.
      
      Initial bug report and fix from Marko Tiikkaja
      Reworded by me to include comments by Kevin Grittner
      20a562f9
  2. Jun 12, 2013
  3. Jun 11, 2013
  4. Jun 09, 2013
  5. Jun 07, 2013
  6. Jun 06, 2013
  7. Jun 05, 2013
  8. May 29, 2013
  9. May 27, 2013
    • Stephen Frost's avatar
      Documentation fix for ALTER TYPE .. RENAME · 02230d3c
      Stephen Frost authored
      The documentation for ALTER TYPE .. RENAME claimed to support a
      RESTRICT/CASCADE option at the 'type' level, which wasn't implemented
      and doesn't make a whole lot of sense to begin with.  What is supported,
      and previously undocumented, is
      
      ALTER TYPE .. RENAME ATTRIBUTE .. RESTRICT/CASCADE.
      
      I've updated the documentation and back-patched this to 9.1 where it was
      first introduced.
      02230d3c
  10. May 11, 2013
  11. May 04, 2013
  12. Apr 22, 2013
  13. Apr 10, 2013
  14. Apr 05, 2013
  15. Apr 01, 2013
  16. Mar 29, 2013
    • Tom Lane's avatar
      Document encode(bytea, 'escape')'s behavior correctly. · d2b8d060
      Tom Lane authored
      I changed this in commit fd15dba5, but
      missed the fact that the SGML documentation of the function specified
      exactly what it did.  Well, one of the two places where it's specified
      documented that --- probably I looked at the other place and thought
      nothing needed to be done.  Sync the two places where encode() and
      decode() are described.
      d2b8d060
  17. Mar 23, 2013
  18. Mar 18, 2013
    • Tom Lane's avatar
      Improve documentation of EXTRACT(WEEK). · b8f45997
      Tom Lane authored
      The docs showed that early-January dates can be considered part of the
      previous year for week-counting purposes, but failed to say explicitly
      that late-December dates can also be considered part of the next year.
      Fix that, and add a cross-reference to the "isoyear" field.  Per bug
      #7967 from Pawel Kobylak.
      b8f45997
  19. Mar 03, 2013
  20. Feb 25, 2013
  21. Feb 24, 2013
  22. Feb 06, 2013
  23. Feb 04, 2013
  24. Feb 02, 2013
  25. Jan 31, 2013
  26. Jan 28, 2013
    • Alvaro Herrera's avatar
      DROP OWNED: don't try to drop tablespaces/databases · 2d4e3387
      Alvaro Herrera authored
      My "fix" for bugs #7578 and #6116 on DROP OWNED at fe3b5eb0 not only
      misstated that it applied to REASSIGN OWNED (which it did not affect),
      but it also failed to fix the problems fully, because I didn't test the
      case of owned shared objects.  Thus I created a new bug, reported by
      Thomas Kellerer as #7748, which would cause DROP OWNED to fail with a
      not-for-user-consumption error message.  The code would attempt to drop
      the database, which not only fails to work because the underlying code
      does not support that, but is a pretty dangerous and undesirable thing
      to be doing as well.
      
      This patch fixes that bug by having DROP OWNED only attempt to process
      shared objects when grants on them are found, ignoring ownership.
      
      Backpatch to 8.3, which is as far as the previous bug was backpatched.
      2d4e3387
  27. Jan 25, 2013
  28. Jan 21, 2013
  29. Jan 20, 2013
Loading