]> granicus.if.org Git - postgresql/history - src/backend/postmaster/autovacuum.c
Fix assorted race conditions in the new timeout infrastructure.
[postgresql] / src / backend / postmaster / autovacuum.c
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-18 Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-17 Alvaro HerreraEmbedded list interface
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-05-10 Tom LaneMake WaitLatch's WL_POSTMASTER_DEATH result trustworthy...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Tom LanePrevent autovacuum transactions from running in seriali...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
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.
next