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
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Convert archiver's force_dir_scan variable to an atomic variable.
Nathan Bossart
2024-02-29
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Simplify main waiting loop of the archiver process
Michael Paquier
2023-02-01
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Disallow setting archive_library and archive_command at the same time
Peter Eisentraut
2022-11-15
*
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-19
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Reduce overhead of renaming archive status files.
Fujii Masao
2022-07-26
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-28
*
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-29
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
*
Make archiver process handle barrier events.
Fujii Masao
2021-06-18
*
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-02
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
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
[next]