index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
pgarch.c
Age
Commit message (
Expand
)
Author
2025-10-22
Avoid assuming that time_t can fit in an int.
Tom Lane
2025-07-01
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-03
Add built-in ERROR handling for archive callbacks.
Nathan Bossart
2024-04-03
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-04
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-29
Convert archiver's force_dir_scan variable to an atomic variable.
Nathan Bossart
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-01
Simplify main waiting loop of the archiver process
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-15
Disallow setting archive_library and archive_command at the same time
Peter Eisentraut
2022-10-19
Rework shutdown callback of archiver modules
Michael Paquier
2022-09-24
Message style improvements
Peter Eisentraut
2022-07-26
Reduce overhead of renaming archive status files.
Fujii Masao
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-04-06
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-29
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-06-18
Make archiver process handle barrier events.
Fujii Masao
2021-04-03
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-09
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
[next]