]> granicus.if.org Git - postgresql/history - src/backend/utils/init/postinit.c
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
[postgresql] / src / backend / utils / init / postinit.c
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-09-21 Heikki LinnakangasFix obsolete comment.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-24 Tom LaneFix issues with checks for unsupported transaction...
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-01-14 Heikki LinnakangasMake superuser imply replication privilege. The idea...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Simon RiggsRemove spurious entry from missed catch while patch...
2011-11-02 Simon RiggsFix timing of Startup CLOG and MultiXact during Hot...
2011-08-13 Tom LaneFix incorrect timeout handling during initial authentic...
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-18 Magnus HaganderLog replication connections only when log_connections...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-13 Heikki LinnakangasProcess options from the startup packed in walsender...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-26 Robert HaasWhen we're restricting who can connect, don't allow...
2010-04-21 Tom LaneMove the check for whether walreceiver has authenticate...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-04-20 Tom LaneMove the responsibility for calling StartupXLOG into...
2010-03-25 Simon RiggsModify some new and pre-existing messages for translata...
2010-03-24 Simon RiggsChange replication connection log format to allow for...
2010-03-21 Peter EisentrautMessage tuning
2010-03-19 Simon RiggsAdd connection messages for streaming replication....
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-05 Bruce MomjianAdd C comment about process_settings() setting order.
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-08 Heikki LinnakangasNeed to use pg_perm_setlocale when setting LC_CTYPE...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-08 Heikki LinnakangasOops, mustn't call textdomain() when compiling without...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
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-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
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 LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-24 Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
next