Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Apr 03, 2010
    • 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
  3. Nov 20, 2008
  4. Nov 14, 2008
  5. Oct 28, 2008
  6. Jun 03, 2007
    • Tom Lane's avatar
      Create a GUC parameter temp_tablespaces that allows selection of the · acfce502
      Tom Lane authored
      tablespace(s) in which to store temp tables and temporary files.  This is a
      list to allow spreading the load across multiple tablespaces (a random list
      element is chosen each time a temp object is to be created).  Temp files are
      not stored in per-database pgsql_tmp/ directories anymore, but per-tablespace
      directories.
      
      Jaime Casanova and Albert Cervera, with review by Bernd Helmle and Tom Lane.
      acfce502
  7. Sep 18, 2006
  8. Sep 16, 2006
  9. Jul 04, 2006
  10. Jul 02, 2006
  11. Feb 19, 2006
  12. Nov 01, 2005
  13. Oct 15, 2005
  14. Jan 09, 2005
  15. Jan 05, 2005
  16. Jan 04, 2005
  17. Dec 13, 2004
  18. Nov 27, 2004
  19. Sep 23, 2004
  20. Aug 24, 2004
  21. Aug 04, 2004
  22. Mar 09, 2004
  23. Jan 11, 2004
    • Neil Conway's avatar
      Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is · 98dcf085
      Neil Conway authored
      intended to allow application authors to insulate themselves from
      changes to the default value of 'default_with_oids' in future releases
      of PostgreSQL.
      
      This patch also fixes a bug in the earlier implementation of the
      'default_with_oids' GUC variable: code in gram.y should not examine
      the value of GUC variables directly due to synchronization issues.
      98dcf085
  24. Dec 14, 2003
  25. Dec 01, 2003
  26. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  27. Sep 09, 2003
  28. Aug 31, 2003
  29. Jul 01, 2003
  30. May 04, 2003
    • Tom Lane's avatar
      When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our · ac5fdea6
      Tom Lane authored
      implementation limits, do not issue an ERROR; instead issue a NOTICE and use
      the max supported value.  Per pgsql-general discussion of 28-Apr, this is
      needed to allow easy porting from pre-7.3 releases where the limits were
      higher.
      
      Unrelated change in same area: accept GLOBAL TEMP/TEMPORARY as a synonym
      for TEMPORARY, as per pgsql-hackers discussion of 15-Apr.  We previously
      rejected it, but that was based on a misreading of the spec --- SQL92's
      GLOBAL temp tables are really closer to what we have than their LOCAL ones.
      ac5fdea6
  31. Apr 22, 2003
  32. Nov 22, 2002
  33. Apr 23, 2002
  34. Dec 08, 2001
  35. Oct 22, 2001
  36. Sep 03, 2001
  37. Mar 20, 2001
  38. Mar 03, 2001
  39. Dec 26, 2000
  40. Jul 22, 1999
Loading