Fix subtransaction behavior for large objects, temp namespace, files,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1bf3d615047eb214b1ddde31bd268dabf96cc3fa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-07-28T14:23:31Z
Releases: 8.0.0
Fix subtransaction behavior for large objects, temp namespace, files,
password/group files.  Also allow read-only subtransactions of a read-write
parent, but not vice versa.  These are the reasonably noncontroversial
parts of Alvaro's recent mop-up patch, plus further work on large objects
to minimize use of the TopTransactionResourceOwner.

Files