1. 20 May, 2003 1 commit
  2. 19 May, 2003 5 commits
  3. 18 May, 2003 2 commits
  4. 17 May, 2003 1 commit
  5. 16 May, 2003 9 commits
  6. 15 May, 2003 6 commits
  7. 14 May, 2003 5 commits
  8. 13 May, 2003 4 commits
  9. 12 May, 2003 3 commits
  10. 11 May, 2003 3 commits
  11. 10 May, 2003 1 commit
    • Tom Lane's avatar
      Make use of new error context stack mechanism to allow random errors · a4e775a2
      Tom Lane authored
      detected during buffer dump to be labeled with the buffer location.
      For example, if a page LSN is clobbered, we now produce something like
      ERROR:  XLogFlush: request 2C000000/8468EC8 is not satisfied --- flushed only
      to 0/8468EF0
      CONTEXT:  writing block 0 of relation 428946/566240
      whereas before there was no convenient way to find out which page had
      been trashed.
      a4e775a2