1. 17 Jul, 2004 1 commit
    • Tom Lane's avatar
      Invent ResourceOwner mechanism as per my recent proposal, and use it to · fe548629
      Tom Lane authored
      keep track of portal-related resources separately from transaction-related
      resources.  This allows cursors to work in a somewhat sane fashion with
      nested transactions.  For now, cursor behavior is non-subtransactional,
      that is a cursor's state does not roll back if you abort a subtransaction
      that fetched from the cursor.  We might want to change that later.
      fe548629
  2. 16 Jul, 2004 1 commit
  3. 15 Jul, 2004 5 commits
  4. 14 Jul, 2004 1 commit
  5. 13 Jul, 2004 7 commits
  6. 12 Jul, 2004 25 commits