summaryrefslogtreecommitdiff
path: root/src/backend/main
Commit message (Expand)AuthorAgeFilesLines
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* windows: Improve crash / assert / exception handling.Andres Freund2022-02-021-2/+53
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* process startup: Split single user code out of PostgresMain().Andres Freund2021-09-171-3/+2
* process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund2021-08-051-20/+9
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-051-3/+5
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-051-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-3/+0
* Add key management systemBruce Momjian2020-12-251-0/+3
* Remove -o option to postmasterMagnus Hagander2020-11-101-1/+0
* Clean up includes of s_lock.h.Andres Freund2020-06-181-1/+0
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+1
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-281-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+2
* initdb: Remove obsolete locale handlingPeter Eisentraut2019-08-141-28/+10
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Install Windows crash dump handler before all else.Noah Misch2017-11-121-8/+8
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-281-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-5/+5
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+5
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove barrier.hRobert Haas2016-11-221-1/+1
* Repair a bit of pgindent damage.Robert Haas2016-06-091-5/+3
* pgindent run for 9.6Robert Haas2016-06-091-6/+9
* Fix various common mispellings.Greg Stark2016-06-031-1/+1
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-101-0/+21
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-081-0/+2
* Report more information if pg_perm_setlocale() fails at startup.Tom Lane2015-06-091-13/+14
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-211-6/+0
* Always set the six locale category environment variables in main().Noah Misch2015-01-071-10/+28
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-081-0/+6
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+1
* Remove postgres --help blurb about the removed -A option.Andres Freund2014-09-221-3/+0
* Remove Alpha and Tru64 support.Andres Freund2014-06-281-29/+0
* Make fallback implementation of pg_memory_barrier() work.Tom Lane2014-05-171-0/+8
* pgindent run for 9.4Bruce Momjian2014-05-061-5/+7
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-041-3/+23
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-2/+0
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-0/+10
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-36/+1
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-261-0/+4
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4