1. 27 Oct, 2005 8 commits
    • Tom Lane's avatar
      Tweak buffer manager so that 'internal' accesses to a buffer do not · fbbe0024
      Tom Lane authored
      advance its usage_count.  This includes writes of dirty buffers triggered
      by bgwriter, checkpoint, or FlushRelationBuffers, as well as various
      corner cases that really ought not count as accesses to the page.
      Should make for some marginal improvement in the quality of our decisions
      about when to recycle buffers.  Per suggestion from ITAGAKI Takahiro.
      fbbe0024
    • Bruce Momjian's avatar
      Update: · bc93b374
      Bruce Momjian authored
      < 	o Allow ALTER TABLE RENAME CONSTRAINT
      > 	o Add ALTER TABLE RENAME CONSTRAINT, update index name also
      bc93b374
    • Bruce Momjian's avatar
      Add: · befc607d
      Bruce Momjian authored
      > 	o Have ALTER INDEX update the name of a constraint using that index
      > 	o Allow ALTER TABLE RENAME CONSTRAINT
      befc607d
    • Bruce Momjian's avatar
    • 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. 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 4 commits