index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
/
bgwriter.h
Commit message (
Expand
)
Author
Age
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
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
*
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Implement "distributed" checkpoints in which the checkpoint I/O is spread
Tom Lane
2007-06-28
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-30
*
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
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Per previous discussions, get rid of use of sync(2) in favor of
Tom Lane
2004-05-31
*
Separate out bgwriter code into a logically separate module, rather
Tom Lane
2004-05-29