index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
walwriter.c
Commit message (
Expand
)
Author
Age
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support condition variables.
Robert Haas
2016-11-22
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
*
Improve tests for postmaster death in auxiliary processes.
Tom Lane
2012-05-10
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-13
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
If there is no sigdelset(), define it as a macro.
Peter Eisentraut
2009-12-16
*
Create a multiplexing structure for signals to Postgres child processes.
Tom Lane
2009-07-31
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix all the server-side SIGQUIT handlers (grumble ... why so many identical
Tom Lane
2009-05-15
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Make sure that open hash table scans are cleaned up when bgwriter tries to
Tom Lane
2007-09-11
*
Create a new dedicated Postgres process, "wal writer", which exists to write
Tom Lane
2007-07-24