aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner/resowner.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-25
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-03
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix bgwriter's failure to release buffer pins and open files after anTom Lane2005-12-08
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* This file was whacked by pgindent before it knew it shouldn't removeNeil Conway2005-04-06
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-25
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-16
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17