1. 17 5月, 2005 1 次提交
  2. 16 5月, 2005 1 次提交
  3. 15 5月, 2005 2 次提交
  4. 14 5月, 2005 2 次提交
  5. 13 5月, 2005 2 次提交
  6. 12 5月, 2005 2 次提交
  7. 11 5月, 2005 7 次提交
  8. 10 5月, 2005 6 次提交
  9. 09 5月, 2005 2 次提交
    • N
      Complete the following TODO items: · 4744c1a0
      Neil Conway 提交于
      * Add session start time to pg_stat_activity
      * Add the client IP address and port to pg_stat_activity
      
      Original patch from Magnus Hagander, code review by Neil Conway. Catalog
      version bumped. This patch sends the client IP address and port number in
      every statistics message; that's not ideal, but will be fixed up shortly.
      4744c1a0
    • T
      Update release notes for upcoming re-releases. · d8c21181
      Tom Lane 提交于
      d8c21181
  10. 08 5月, 2005 2 次提交
  11. 07 5月, 2005 5 次提交
    • B
      Add description: · 8a9e3291
      Bruce Momjian 提交于
      <   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
    • B
      Done: · f65803a2
      Bruce Momjian 提交于
      > 	o -Allow COPY to optionally include column headings in the first line
      f65803a2
    • B
      Add items: · 5894e7e3
      Bruce Momjian 提交于
      > * 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
    • B
      Add COPY WITH CVS HEADER to allow a heading line as the first line in · b63990c6
      Bruce Momjian 提交于
      COPY.
      
      Andrew Dunstan
      b63990c6
    • B
      Adjust question spacing. · 6ceebcac
      Bruce Momjian 提交于
      6ceebcac
  12. 06 5月, 2005 3 次提交
  13. 05 5月, 2005 3 次提交
  14. 04 5月, 2005 1 次提交
  15. 03 5月, 2005 1 次提交