summaryrefslogtreecommitdiff
path: root/src/backend/main/main.c
AgeCommit message (Expand)Author
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-07-03Tighten check for --forkchild argument when spawning child processHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-25Remove dummy_spinlockAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-03-02Mark options as deprecated in usage outputDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-21Add workaround to make ubsan and ps_status.c compatibleAndres Freund
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane
2022-08-15Fix outdated --help message for postgres -fMichael Paquier
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-03windows: Improve crash / assert / exception handling.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-08-05process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-06-19Clean up includes of s_lock.h.Andres Freund
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-14initdb: Remove obsolete locale handlingPeter Eisentraut
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-12Install Windows crash dump handler before all else.Noah Misch
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-23Remove barrier.hRobert Haas
2016-06-09Repair a bit of pgindent damage.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-03-10Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch