summaryrefslogtreecommitdiff
path: root/src/backend/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Install Windows crash dump handler before all else.Noah Misch2017-11-121-8/+8
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-101-0/+21
* 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
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-011-1/+3
* Move pqsignal() to libpgport.Tom Lane2013-03-171-3/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-9/+8
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-181-2/+2
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-131-1/+1
* Realign some --help output to have better spacing between columnsPeter Eisentraut2012-05-181-37/+37
* Remove dead portsPeter Eisentraut2012-05-011-4/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-061-0/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+4
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-121-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-1/+1
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-191-0/+8
* Improve comments around startup_hacks() code.Tom Lane2010-12-161-21/+24
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-041-2/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-28/+26
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1