summaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner/resowner.c
Commit message (Expand)AuthorAgeFilesLines
...
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-1/+97
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-2/+101
* 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-251-7/+22
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-3/+34
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-0/+840