aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster/bgwriter.h
Commit message (Expand)AuthorAge
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29