summaryrefslogtreecommitdiff
path: root/src/backend/main
AgeCommit message (Expand)Author
2015-02-21Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas
2015-01-08Always set the six locale category environment variables in main().Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-22Remove postgres --help blurb about the removed -A option.Andres Freund
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-05-17Make fallback implementation of pg_memory_barrier() work.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-05Allow "-C variable" and "--describe-config" even to root users.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-13Improve documentation of postgres -C optionPeter Eisentraut
2012-05-18Realign some --help output to have better spacing between columnsPeter Eisentraut
2012-05-01Remove dead portsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-16Improve comments around startup_hacks() code.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-07Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-04Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-12Prevent Win32 from displaying a popup box on backend crash. Instead letBruce Momjian