OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / postmaster / autovacuum.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-05-09 Bruce MomjianAdd C comment about the fact that the autovacuum limit...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-20 Tom LaneFix leakage of cost_limit when multiple autovacuum...
2010-11-08 Alvaro HerreraFix permanent memory leak in autovacuum launcher
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-24 Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
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-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Alvaro HerreraFix typo, per Tom
2009-06-09 Alvaro HerreraDynamically set a lower bound on autovacuum nap time...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-11-12 Heikki LinnakangasFix off-by-one error in autovacuum shmem struct sizing...
2008-11-03 Alvaro HerreraReduce the acceptable staleness of pgstat data for...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-07-23 Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-21 Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-17 Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-19 Alvaro HerreraRemove another useless snapshot creation.
2008-03-14 Tom LaneFix inappropriately-timed memory context switch in...
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-02-20 Alvaro HerreraChange error message to be able to differentiate the...
2008-01-14 Alvaro HerreraMark autovacuum entries in pg_stat_activity so that...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Alvaro HerreraIn the previous commit message, I forgot to credit...
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-10-25 Alvaro HerreraFix memory management for new variables -- they must...
2007-10-25 Alvaro HerreraExtract catalog info for error reporting before an...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-10-24 Alvaro HerreraMinor changes to autovacuum worker: change error handli...
2007-09-24 Alvaro HerreraAvoid having autovacuum read pgstats data too many...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-23 Tom LaneMake autovacuum report the start time of its current...
2007-09-12 Alvaro HerreraFix a memory leak in the autovacuum launcher code....
2007-09-11 Tom LaneMake sure that open hash table scans are cleaned up...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-01 Tom LaneReduce the maximum sleep interval in the autovac launch...
2007-07-01 Tom LaneAdd 'volatile' to suppress 'variable might be clobbered...
2007-06-30 Alvaro HerreraAvoid crash in interrupted autovacuum worker, caused...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-25 Alvaro HerreraImprove autovacuum launcher's ability to detect a probl...
2007-06-13 Alvaro HerreraAvoid integer overflow issues in autovacuum.
2007-06-08 Alvaro HerreraDisallow the cost balancing code from resulting in...
2007-06-08 Alvaro HerreraAvoid passing zero as a value for vacuum_cost_limit...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-07 Alvaro HerreraMake sure we don't skip databases that are supposed...
2007-05-04 Tom LaneSuppress a recently-introduced 'variable might be clobb...
2007-05-02 Alvaro HerreraUse the new TimestampDifferenceExceeds API instead...
2007-05-02 Alvaro HerreraFix failure to check for INVALID worker entry in the...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-28 Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-27 Alvaro HerreraCosmetic changes: rename some struct fields, and move...
2007-03-23 Alvaro HerreraSet the node properly, per Tom.
2007-03-23 Alvaro HerreraSeparate the code to start a new worker into its own...
2007-03-23 Alvaro HerreraSeparate fetch of pg_autovacuum tuple into its own...
2007-03-23 Alvaro HerreraWe no longer need to palloc the VacuumStmt node; keepin...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
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.
next