index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
launch_backend.c
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-07-30
Remove useless member of BackendParameters.
Thomas Munro
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-29
Detach syslogger from shared memory
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-23
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-03
Avoid 0-length memcpy to NULL with EXEC_BACKEND
Heikki Linnakangas
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-05-15
Fix incorrect year in some copyright notices added this year
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-20
Remove assertions that some compiler say are tautological
Heikki Linnakangas
2024-03-18
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