aboutsummaryrefslogtreecommitdiff
path: root/src/backend/main/main.c
Commit message (Expand)AuthorAge
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-20
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Add workaround to make ubsan and ps_status.c compatibleAndres Freund2022-11-21
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Remove support for Visual Studio 2013Michael Paquier2022-07-14
* Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier2022-07-07
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* windows: Improve crash / assert / exception handling.Andres Freund2022-02-02
* Update copyright for 2022Bruce Momjian2022-01-07
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-17
* process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund2021-08-05
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Remove -o option to postmasterMagnus Hagander2020-11-10
* Clean up includes of s_lock.h.Andres Freund2020-06-18
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* initdb: Remove obsolete locale handlingPeter Eisentraut2019-08-14
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Install Windows crash dump handler before all else.Noah Misch2017-11-12
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove barrier.hRobert Haas2016-11-22
* Repair a bit of pgindent damage.Robert Haas2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Report more information if pg_perm_setlocale() fails at startup.Tom Lane2015-06-09
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-21
* Always set the six locale category environment variables in main().Noah Misch2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-08
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Remove postgres --help blurb about the removed -A option.Andres Freund2014-09-22
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Make fallback implementation of pg_memory_barrier() work.Tom Lane2014-05-17
* pgindent run for 9.4Bruce Momjian2014-05-06