aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/walwriter.c
Commit message (Expand)AuthorAge
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas2011-03-18
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane2007-09-11
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24