1. 28 12月, 2003 1 次提交
  2. 27 12月, 2003 2 次提交
  3. 25 12月, 2003 4 次提交
  4. 24 12月, 2003 8 次提交
  5. 23 12月, 2003 8 次提交
  6. 22 12月, 2003 3 次提交
  7. 21 12月, 2003 11 次提交
  8. 20 12月, 2003 3 次提交
    • B
      Fix broken markup. · 4e005c90
      Bruce Momjian 提交于
      4e005c90
    • B
      In my mind there were two categories of open issues · 54c8e821
      Bruce Momjian 提交于
        a) ones that are 100% backward (such as the comment about
           outputting this format)
      and
        b) ones that aren't (such as deprecating the current
           postgresql shorthand of
               '1Y1M'::interval = 1 year 1 minute
           in favor of the ISO-8601
               'P1Y1M'::interval = 1 year 1 month.
      
      Attached is a patch that addressed all the discussed issues that
      did not break backward compatability, including the ability to
      output ISO-8601 compliant intervals by setting datestyle to
      iso8601basic.
      
      Interval values can now be written as  ISO 8601 time intervals, using
      the "Format with time-unit designators". This format always starts with
      the character 'P', followed  by a string of values followed
      by single character time-unit designators. A 'T' separates the date and
      time parts of the interval.
      
      Ron Mayer
      54c8e821
    • B
      Update HISTORY file for 7.4.1. · 7be614a0
      Bruce Momjian 提交于
      7be614a0