summaryrefslogtreecommitdiff
path: root/src/backend/main
AgeCommit message (Expand)Author
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-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
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
2015-06-09Report more information if pg_perm_setlocale() fails at startup.Tom Lane
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