1. 17 Nov, 2008 1 commit
  2. 16 Nov, 2008 1 commit
    • Tom Lane's avatar
      Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to · 18004101
      Tom Lane authored
      locate the target row, if the cursor was declared with FOR UPDATE or FOR
      SHARE.  This approach is more flexible and reliable than digging through the
      plan tree; for instance it can cope with join cursors.  But we still provide
      the old code for use with non-FOR-UPDATE cursors.  Per gripe from Robert Haas.
      18004101
  3. 15 Nov, 2008 4 commits
  4. 14 Nov, 2008 20 commits
  5. 13 Nov, 2008 9 commits
  6. 12 Nov, 2008 5 commits