1. 08 5月, 2008 1 次提交
  2. 07 5月, 2008 11 次提交
  3. 06 5月, 2008 2 次提交
  4. 05 5月, 2008 6 次提交
  5. 04 5月, 2008 4 次提交
  6. 03 5月, 2008 6 次提交
  7. 02 5月, 2008 7 次提交
  8. 01 5月, 2008 1 次提交
    • T
      Fix nodeTidscan.c to not trigger an error if the block number portion of · 772f63dd
      Tom Lane 提交于
      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
  9. 30 4月, 2008 2 次提交