Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
auxprocess.c
Age
Commit message (
Expand
)
Author
2025-04-09
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-02
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-03
Refactor how InitProcess is called
Heikki Linnakangas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-11
Fix non-specific error message.
Robert Haas
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-08-07
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-05
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