1. 08 May, 2008 1 commit
  2. 07 May, 2008 10 commits
  3. 06 May, 2008 4 commits
  4. 05 May, 2008 4 commits
  5. 04 May, 2008 5 commits
  6. 03 May, 2008 5 commits
  7. 02 May, 2008 8 commits
  8. 01 May, 2008 2 commits
  9. 30 Apr, 2008 1 commit
    • Tom Lane's avatar
      Fix nodeTidscan.c to not trigger an error if the block number portion of · 772f63dd
      Tom Lane authored
      a user-supplied TID is out of range for the relation.  This is needed to
      preserve compatibility with our pre-8.3 behavior, and it is sensible anyway
      since if the query were implemented by brute force rather than optimized
      into a TidScan, the behavior for a non-existent TID would be zero rows out,
      never an error.  Per gripe from Gurjeet Singh.
      772f63dd