1. 15 Nov, 2008 1 commit
    • Tom Lane's avatar
      Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan · 0656ed3d
      Tom Lane authored
      return the tableoid as well as the ctid for any FOR UPDATE targets that
      have child tables.  All child tables are listed in the ExecRowMark list,
      but the executor just skips the ones that didn't produce the current row.
      
      Curiously, this longstanding restriction doesn't seem to have been documented
      anywhere; so no doc changes.
      0656ed3d
  2. 14 Nov, 2008 20 commits
  3. 13 Nov, 2008 9 commits
  4. 12 Nov, 2008 10 commits