summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/launch_backend.c
AgeCommit message (Expand)Author
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-07-30Remove useless member of BackendParameters.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-29Detach syslogger from shared memoryHeikki Linnakangas
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-23Move extern declarations for EXEC_BACKEND to header filesPeter Eisentraut
2024-07-03Avoid 0-length memcpy to NULL with EXEC_BACKENDHeikki Linnakangas
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas