summaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner
Commit message (Expand)AuthorAgeFilesLines
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-203-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-031-1/+102
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-252-7/+106
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* More README src cleanups.Bruce Momjian2008-03-211-2/+2
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-3/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-5/+5
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-132-8/+105
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* 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-162-6/+105
* 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