summaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner
Commit message (Expand)AuthorAgeFilesLines
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-081-56/+30
* This file was whacked by pgindent before it knew it shouldn't removeNeil Conway2005-04-061-2/+4
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-251-1/+24
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-7/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-30/+23
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-39/+40
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-142/+15
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-252-10/+32
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-312-4/+39
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-173-0/+944