1. 07 May, 2005 4 commits
    • Neil Conway's avatar
      Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange · d733f110
      Neil Conway authored
      interaction between ld, readline, termcap, and psql. The symptom is psql
      failing with this error on startup:
      
          symbol lookup error: /usr/lib64/libreadline.so.4: undefined symbol: BC
      
      I'm still trying to find the best way to solve this, but in the mean time
      I'm reverting the patch in order to unbreak FC3.
      d733f110
    • Bruce Momjian's avatar
      Done: · f65803a2
      Bruce Momjian authored
      > 	o -Allow COPY to optionally include column headings in the first line
      f65803a2
    • Bruce Momjian's avatar
      Add items: · 5894e7e3
      Bruce Momjian authored
      > * Prevent to_char() on interval from returning meaningless values
      >
      >   For example, to_char('1 month', 'mon') is meaningless.  Basically,
      >   most date-related parameters to to_char() are meaningless for
      >   intervals because interval is not anchored to a date.
      >
      > * Allow to_char() on interval values to accumulate the highest unit
      >   requested
      >
      > 	o to_char(INTERVAL '1 hour 5 minutes', 'MI') => 65
      > 	o to_char(INTERVAL '43 hours 20 minutes', 'MI' ) => 2600
      > 	o to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20
      > 	o to_char(INTERVAL '3 years 5 months','MM') => 41
      >
      >   Some special format flag would be required to request such
      >   accumulation.  Such functionality could also be added to EXTRACT.
      >   Prevent accumulation that crosses the month/day boundary because of
      >   the uneven number of days in a month.
      >
      5894e7e3
    • Bruce Momjian's avatar
      Add COPY WITH CVS HEADER to allow a heading line as the first line in · b63990c6
      Bruce Momjian authored
      COPY.
      
      Andrew Dunstan
      b63990c6
  2. 06 May, 2005 11 commits
  3. 05 May, 2005 11 commits
  4. 04 May, 2005 3 commits
  5. 03 May, 2005 4 commits
  6. 02 May, 2005 5 commits
  7. 01 May, 2005 2 commits