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
/
launch_backend.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Remove useless member of BackendParameters.
Thomas Munro
2024-07-30
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Detach syslogger from shared memory
Heikki Linnakangas
2024-07-29
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
*
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-23
*
Avoid 0-length memcpy to NULL with EXEC_BACKEND
Heikki Linnakangas
2024-07-03
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Fix incorrect year in some copyright notices added this year
David Rowley
2024-05-15
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Remove assertions that some compiler say are tautological
Heikki Linnakangas
2024-03-20
*
Move code for backend startup to separate file
Heikki Linnakangas
2024-03-18
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Move some functions from postmaster.c to a new source file
Heikki Linnakangas
2024-03-18