1. 27 Oct, 2005 2 commits
    • Bruce Momjian's avatar
      Add comment documenting actual failure case of using · 69f16b56
      Bruce Momjian authored
      interval_justify_hours in timestamp subtraction.  TODO already has text
      description.
      69f16b56
    • Bruce Momjian's avatar
      Add items from Tom: · 807da29c
      Bruce Momjian authored
      < 	o Add a GUC variable to allow output of interval values in ISO8601
      < 	  format
      212a211,223
      > 	o Add a GUC variable to allow output of interval values in ISO8601
      > 	  format
      > 	o Improve timestamptz subtraction to be DST-aware
      >
      > 	  Currently, subtracting one date from another that crosses a
      > 	  daylight savings time adjustment can return '1 day 1 hour', but
      > 	  adding that back to the first date returns a time one hour in
      > 	  the future.  This is caused by the adjustment of '25 hours' to
      > 	  '1 day 1 hour', and '1 day' is the same time the next day, even
      > 	  if daylight savings adjustments are involved.
      >
      > 	o Fix interval display to support values exceeding 2^31 hours
      > 	o Add overflow checking to timestamp and interval arithmetic
      807da29c
  2. 26 Oct, 2005 3 commits
  3. 25 Oct, 2005 9 commits
  4. 24 Oct, 2005 6 commits
  5. 23 Oct, 2005 2 commits
  6. 22 Oct, 2005 8 commits
  7. 21 Oct, 2005 8 commits
  8. 20 Oct, 2005 2 commits