index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
resowner
/
resowner.c
Commit message (
Expand
)
Author
Age
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-03
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Use ResourceOwners in the snapshot manager, instead of attempting to track them
Alvaro Herrera
2008-11-25
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Eliminate ajust scan code. Since concurrent GiST it doesn't
Teodor Sigaev
2006-04-03
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix bgwriter's failure to release buffer pins and open files after an
Tom Lane
2005-12-08
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
Tom Lane
2005-08-08
*
This file was whacked by pgindent before it knew it shouldn't remove
Neil Conway
2005-04-06
*
Fix resource owner code to generate catcache and relcache leak warnings
Tom Lane
2005-03-25
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Give the ResourceOwner mechanism full responsibility for releasing buffer
Tom Lane
2004-10-16
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Introduce local hash table for lock state, as per recent proposal.
Tom Lane
2004-08-27
*
Revise ResourceOwner code to avoid accumulating ResourceOwner objects
Tom Lane
2004-08-25
*
Restructure error handling as recently discussed. It is now really
Tom Lane
2004-07-31
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17