postgresql/src/backend/utils/cache
Tom Lane 1bf3d61504 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.
2004-07-28 14:23:31 +00:00
..
catcache.c Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
inval.c Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
lsyscache.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
syscache.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typcache.c Fix oversight in recent rowtype-handling improvements: transformTargetList 2004-06-19 18:19:56 +00:00