Skip to content
Snippets Groups Projects
  1. May 11, 2005
  2. May 10, 2005
    • Bruce Momjian's avatar
      Add: · 29873379
      Bruce Momjian authored
      > * Fix sgmltools so PDFs can be generated with bookmarks
      29873379
    • Bruce Momjian's avatar
      Add: · b51f8246
      Bruce Momjian authored
      > * Allow postgresql.conf values to be set so they can not be changed by
      >   the user
      b51f8246
    • Bruce Momjian's avatar
      Done: · d3b62275
      Bruce Momjian authored
      < * Add session start time and last statement time to pg_stat_activity
      > * -Add session start time and last statement time to pg_stat_activity
      134c134
      < * Add the client IP address and port to pg_stat_activity
      > * -Add the client IP address and port to pg_stat_activity
      d3b62275
  3. May 09, 2005
  4. May 08, 2005
  5. May 07, 2005
    • Bruce Momjian's avatar
      Add description: · 8a9e3291
      Bruce Momjian authored
      <   Currently locale can only be set during initdb.
      >   Currently locale can only be set during initdb.  No global tables have
      >   locale-aware columns.  However, the database template used during
      >   database creation might have locale-aware indexes.  The indexes would
      >   need to be reindexed to match the new locale.
      8a9e3291
    • 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
  6. May 06, 2005
  7. May 05, 2005
  8. May 04, 2005
  9. May 03, 2005
  10. May 02, 2005
  11. May 01, 2005
  12. Apr 30, 2005
Loading