summaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-031-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix bgwriter's failure to release buffer pins and open files after anTom Lane2005-12-081-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-8/+8
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-34/+34
* 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