1. 06 Nov, 2005 1 commit
    • Tom Lane's avatar
      Add defenses to btree and hash index AMs to do simple sanity checks · 766dc45d
      Tom Lane authored
      on every index page they read; in particular to catch the case of an
      all-zero page, which PageHeaderIsValid allows to pass.  It turns out
      hash already had this idea, but it was just Assert()ing things rather
      than doing a straight error check, and the Asserts were partially
      redundant with PageHeaderIsValid anyway.  Per recent failure example
      from Jim Nasby.  (gist still needs the same treatment.)
      766dc45d
  2. 05 Nov, 2005 7 commits
  3. 04 Nov, 2005 12 commits
  4. 03 Nov, 2005 10 commits
  5. 02 Nov, 2005 1 commit
  6. 01 Nov, 2005 3 commits
  7. 31 Oct, 2005 3 commits
  8. 30 Oct, 2005 3 commits