]> granicus.if.org Git - postgresql/history - src/backend/utils/init
Log replication connections only when log_connections is on
[postgresql] / src / backend / utils / init /
2011-01-18 Magnus HaganderLog replication connections only when log_connections...
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-11-26 Tom LaneRemove bogus use of PGDLLIMPORT.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-13 Heikki LinnakangasProcess options from the startup packed in walsender...
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postma...
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-07 Tom LaneCreate a "relation mapping" infrastructure to support...
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-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-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
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-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
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-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-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
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-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
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-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
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-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
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-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-15 Tom LaneInclude NOLOGIN roles in the 'flat' password file....
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-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-06-12 Tom LaneAdd some comments about the safety of accessing rolpass...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
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-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
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-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-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
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-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
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...
next