summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAgeFilesLines
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-061-0/+70
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-1/+17
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-201-13/+1
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-021-1/+5
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-1/+13
* Fix copy/past error in commentMagnus Hagander2015-07-161-2/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-0/+1
* Add new OID alias type regroleAndrew Dunstan2015-05-091-9/+15
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-021-3/+5
* Add a default local latch for use in signal handlers.Andres Freund2015-01-141-0/+37
* Commonalize process startup code.Andres Freund2015-01-141-0/+66
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-3/+20
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-20/+3
* Add a function to get the authenticated user ID.Robert Haas2014-10-231-0/+10
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+15
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-041-71/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Lessen library-loading log level.Jeff Davis2013-11-241-14/+1
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-1/+3
* Add use of asprintf()Peter Eisentraut2013-10-131-6/+2
* Add session_preload_libraries configuration parameterPeter Eisentraut2013-07-121-1/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-8/+8
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-011-3/+3
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-281-19/+0
* Allow external recovery_config_directorySimon Riggs2013-03-271-0/+19
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-161-4/+12
* Background worker processesAlvaro Herrera2012-12-061-3/+3
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian2012-08-291-0/+8
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-101-45/+75
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Update woefully-obsolete comment.Tom Lane2012-05-211-12/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-6/+6
* Code review for postmaster.pid contents changes.Tom Lane2011-01-131-37/+40
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-311-23/+27
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-0/+19
* Another fix for larger postmaster.pid files.Bruce Momjian2010-12-281-1/+1
* Fix code to properly pull out shared memory key now that theBruce Momjian2010-12-271-17/+22
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-241-13/+17
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-161-3/+24
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-201-5/+6
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+6
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-7/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-57/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2