]> granicus.if.org Git - postgresql/history - src/backend/utils/init/miscinit.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / utils / init / miscinit.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-20 Tom LaneDon't downcase entries within shared_preload_libraries...
2017-03-18 Robert HaasCreate and use wait events for read, write, and fsync...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-15 Tom LaneStamp HEAD as 10devel.
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-03-04 Robert HaasFix InitializeSessionUserId not to deference NULL rolen...
2016-02-11 Tom LaneShift the responsibility for emitting "database system...
2016-02-10 Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-08 Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-09-21 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-16 Magnus HaganderFix copy/past error in comment
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-02-02 Robert HaasAdd new function BackgroundWorkerInitializeConnectionByOid.
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-10-23 Robert HaasAdd a function to get the authenticated user ID.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-24 Jeff DavisLessen library-loading log level.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-16 Tom LaneFix filling of postmaster.pid in bootstrap/standalone...
2012-12-06 Alvaro HerreraBackground worker processes
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Bruce MomjianReport postmaster.pid file as empty if it is empty...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-22 Tom LaneUpdate woefully-obsolete comment.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-28 Bruce MomjianAnother fix for larger postmaster.pid files.
2010-12-28 Bruce MomjianFix code to properly pull out shared memory key now...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postma...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-01-05 Tom LaneQuiet repeated "loaded library" messages from child...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
next