summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-04Fix InitializeSessionUserId not to deference NULL rolename pointer.Robert Haas
2016-02-11Shift the responsibility for emitting "database system is shut down".Tom Lane
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-04ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-20Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-16Fix copy/past error in commentMagnus Hagander
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-14Commonalize process startup code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-10-23Add a function to get the authenticated user ID.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-24Lessen library-loading log level.Jeff Davis
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-07-12Add session_preload_libraries configuration parameterPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-21Update woefully-obsolete comment.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-13Code review for postmaster.pid contents changes.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-28Another fix for larger postmaster.pid files.Bruce Momjian
2010-12-27Fix code to properly pull out shared memory key now that theBruce Momjian
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander