1. 04 Nov, 2005 5 commits
  2. 03 Nov, 2005 10 commits
  3. 02 Nov, 2005 1 commit
  4. 01 Nov, 2005 3 commits
  5. 31 Oct, 2005 3 commits
  6. 30 Oct, 2005 3 commits
  7. 29 Oct, 2005 4 commits
  8. 28 Oct, 2005 7 commits
  9. 27 Oct, 2005 4 commits
    • Tom Lane's avatar
      Add an ifneq to avoid make warning on AIX --- there is a separate rule · 97b8013d
      Tom Lane authored
      for postgres: on line 86, and line 43 shouldn't be used.  Noted while
      looking at kookaburra buildfarm results.
      97b8013d
    • 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