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
/
auxprocess.c
Commit message (
Expand
)
Author
Age
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-04
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Refactor how InitProcess is called
Heikki Linnakangas
2023-12-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix non-specific error message.
Robert Haas
2022-08-11
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-06
*
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
*
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
*
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05