Skip to content
Snippets Groups Projects
  1. Jul 05, 2013
  2. Aug 11, 2012
  3. Jun 22, 2012
  4. Aug 07, 2011
    • Peter Eisentraut's avatar
      Fix a whitespace issue with the man pages · 6ef24487
      Peter Eisentraut authored
      There is what may actually be a mistake in our markup.  The problem is
      in a situation like
      
      <para>
       <command>FOO</command> is ...
      
      there is strictly speaking a line break before "FOO".  In the HTML
      output, this does not appear to be a problem, but in the man page
      output, this shows up, so you get double blank lines at odd places.
      
      So far, we have attempted to work around this with an XSL hack, but
      that causes other problems, such as creating run-ins in places like
      
      <acronym>SQL</acronym> <command>COPY</command>
      
      So fix the problem properly by removing the extra whitespace.  I only
      fixed the problems that affect the man page output, not all the
      places.
      6ef24487
  5. Feb 21, 2011
    • Itagaki Takahiro's avatar
      Add ENCODING option to COPY TO/FROM and file_fdw. · 3cba8240
      Itagaki Takahiro authored
      File encodings can be specified separately from client encoding.
      If not specified, client encoding is used for backward compatibility.
      
      Cases when the encoding doesn't match client encoding are slower
      than matched cases because we don't have conversion procs for other
      encodings. Performance improvement would be be a future work.
      
      Original patch by Hitoshi Harada, and modified by me.
      3cba8240
  6. Sep 20, 2010
  7. Jun 17, 2010
  8. Apr 30, 2010
  9. Apr 24, 2010
  10. 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
  11. Feb 23, 2010
  12. Feb 17, 2010
  13. Sep 21, 2009
    • Tom Lane's avatar
      Define a new, more extensible syntax for COPY options. · 923413ac
      Tom Lane authored
      This is intentionally similar to the recently revised syntax for EXPLAIN
      options, ie, (name value, ...).  The old syntax is still supported for
      backwards compatibility, but we intend that any options added in future
      will be provided only in the new syntax.
      
      Robert Haas, Emmanuel Cecchet
      923413ac
  14. Sep 19, 2009
  15. Sep 18, 2009
  16. Sep 17, 2009
  17. Sep 06, 2009
  18. Jul 25, 2009
  19. Feb 06, 2009
  20. Nov 14, 2008
  21. Nov 09, 2008
    • Tom Lane's avatar
      Add a new GUC variable called "IntervalStyle" that decouples interval output · df7641e2
      Tom Lane authored
      from DateStyle, and create a new interval style that produces output matching
      the SQL standard (at least for interval values that fall within the standard's
      restrictions).  IntervalStyle is also used to resolve the conflict between the
      standard and traditional Postgres rules for interpreting negative interval
      input.
      
      Ron Mayer
      df7641e2
  22. Oct 10, 2008
  23. Jan 16, 2008
  24. Apr 18, 2007
  25. Feb 01, 2007
    • Bruce Momjian's avatar
      Update reference documentation on may/can/might: · e81c138e
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      e81c138e
  26. Sep 18, 2006
  27. Sep 16, 2006
  28. Aug 31, 2006
  29. Apr 22, 2006
  30. Mar 03, 2006
  31. Dec 28, 2005
  32. Oct 15, 2005
  33. Oct 13, 2005
  34. Sep 05, 2005
  35. Jun 02, 2005
Loading