summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Adjust log_line_prefix to log much more information about connections.Pavan Deolasee
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-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-21Remove 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-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-02Invalidate catalog snapshot upon starting a new global sessionPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-05Fix various merge mistakes uncovered during sanity testsPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize 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-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
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-13Add session_preload_libraries configuration parameterPeter Eisentraut