Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2026-04-21 Fix orphaned processes when startup process fails during PM_STARTUP Michael Paquier 17.10
2025-11-04 Backpatch: Fix warnings about declaration of environ on MinGW Andres Freund 17.7
2025-01-23 Don't ask for bug reports about pthread_is_threaded_np() != 0. Tom Lane 17.3
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 17.3
2024-12-10 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 17.3
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-03-18 Move code for backend startup to separate file Heikki Linnakangas 17.0
2024-03-18 Refactor postmaster child process launching Heikki Linnakangas 17.0
2024-03-18 Move some functions from postmaster.c to a new source file Heikki Linnakangas 17.0
2024-03-18 Split registration of Win32 deadchild callback to separate function Heikki Linnakangas 17.0
2024-03-15 Improve log messages referring to background worker processes Heikki Linnakangas 17.0
2024-03-12 Move initialization of the Port struct to the child process Heikki Linnakangas 17.0
2024-03-12 Pass CAC as an argument to the backend process Heikki Linnakangas 17.0
2024-03-12 Use printf's %m format instead of strerror(errno) in more places Michael Paquier 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-04 Use MyBackendType in more places to check what process this is Heikki Linnakangas 17.0
2024-03-04 Remove MyAuxProcType, use MyBackendType instead Heikki Linnakangas 17.0
2024-02-22 Add a new slot sync worker to synchronize logical slots. Amit Kapila 17.0
2024-02-14 Centralize logic for restoring errno in signal handlers. Nathan Bossart 17.0
2024-02-07 Remove Start* macros in postmaster.c. Nathan Bossart 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-30 Don't send "cannot connect" errors on invalid startup packet Heikki Linnakangas 17.0
2023-12-20 Add a new WAL summarizer process. Robert Haas 17.0
2023-12-08 Remove some unnecessary #includes of postmaster/interrupt.h Heikki Linnakangas 17.0
2023-12-08 Initialize ShmemVariableCache like other shmem areas Heikki Linnakangas 17.0