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
*
Force to send remaining WAL stats to the stats collector at walwriter exit.
Fujii Masao
2021-03-12
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
*
Move interrupt-handling code into subroutines.
Robert Haas
2019-12-17
*
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-25
*
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
[next]