summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-23Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-07-13Accept invalidation messages in InitializeSessionUserId().Thomas Munro
2018-07-11Use signals for postmaster death on Linux.Thomas Munro
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
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-06-20Don't downcase entries within shared_preload_libraries et al.Tom Lane
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-20Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
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