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
/
pgarch.c
Commit message (
Expand
)
Author
Age
*
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-09
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Prioritize history files when archiving
Michael Paquier
2018-12-24
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Ensure cleanup of orphan archive status files
Michael Paquier
2018-12-10
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
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
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-26
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-14
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Cause the archiver process to adopt new postgresql.conf settings (particularly
Tom Lane
2010-05-11
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Restructure the shutdown procedure for the archiver process to allow it to
Tom Lane
2008-01-11
[next]