aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/walwriter.c
Commit message (Expand)AuthorAge
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support condition variables.Robert Haas2016-11-22
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Allow the WAL writer to flush WAL at a reduced rate.Andres Freund2016-02-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-10
* Improve tests for postmaster death in auxiliary processes.Tom Lane2012-05-10
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-08
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs2011-11-13
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* 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