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