Skip to content
Snippets Groups Projects
  1. Oct 27, 2005
    • Bruce Momjian's avatar
      Add mention of errfinish. · 0849955f
      Bruce Momjian authored
      0849955f
    • Bruce Momjian's avatar
      Disable expanded mode only for \d tablename, not for all backslash · 3332e381
      Bruce Momjian authored
      commands.  Per complaint that \df+ is clearer in expanded mode.
      3332e381
    • 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. Oct 26, 2005
  3. Oct 25, 2005
  4. Oct 24, 2005
  5. Oct 23, 2005
  6. Oct 22, 2005
  7. Oct 21, 2005
Loading