]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuumlazy.c
Separate multixact freezing parameters from xid's
[postgresql] / src / backend / commands / vacuumlazy.c
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-13 Heikki LinnakangasFix WAL-logging of setting the visibility map bit.
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-27 Heikki LinnakangasDon't update relfrozenxid if any pages were skipped.
2013-11-18 Heikki LinnakangasCount locked pages that don't need vacuuming as scanned.
2013-10-23 Heikki LinnakangasFix two bugs in setting the vm bit of empty pages.
2013-09-26 Heikki LinnakangasFix spurious warning after vacuuming a page on a table...
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-06-06 Robert HaasEnsure that XLOG_HEAP2_VISIBLE always targets an initia...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-02 Kevin GrittnerPrevent (auto)vacuum from truncating first page of...
2013-04-30 Simon RiggsEnsure we MarkBufferDirty before visibilitymap_set()
2013-04-29 Kevin GrittnerEnsure ANALYZE phase is not skipped because of canceled...
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-02-24 Peter EisentrautCorrect tense in log message
2013-02-13 Heikki LinnakangasUpdate visibility map in the second phase of vacuum.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-12-11 Kevin GrittnerFix performance problems with autovacuum truncation...
2012-12-03 Simon RiggsAvoid holding vmbuffer pin after VACUUM.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Robert HaasFix more crash-safe visibility map bugs, and improve...
2012-04-27 Robert HaasPrevent index-only scans from returning wrong answers...
2012-04-24 Robert HaasRearrange lazy_scan_heap to avoid visibility map race...
2012-04-18 Robert HaasAfter PageSetAllVisible, use MarkBufferDirty.
2012-04-13 Robert HaasFix typo in comment.
2012-04-13 Robert HaasUpdate lazy_scan_heap header comment.
2012-03-26 Robert HaasCode cleanup for heap_freeze_tuple.
2012-01-13 Robert HaasFix broken logic in lazy_vacuum_heap.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Alvaro HerreraImprove logging of autovacuum I/O activity
2011-11-08 Robert HaasRewrite comment for slightly greater accuracy.
2011-11-08 Robert HaasMake VACUUM avoid waiting for a cleanup lock, where...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-30 Tom LaneFix a missed case in code for "moving average" estimate...
2011-08-18 Robert HaasMake lazy_vacuum_rel call pg_rusage_init only if needed.
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-08 Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-22 Simon RiggsFurther reductions in Hot Standby conflict processing...
2010-04-21 Simon RiggsOnly send cleanup_info messages if VACUUM removes any...
2010-04-21 Simon RiggsFix oversight in collecting values for cleanup_info...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-09 Tom LaneRearrange lazy-vacuum code a little bit to reduce the...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-10 Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-22 Heikki LinnakangasOnly skip pages marked as clean in the visibility map...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-06 Heikki LinnakangasFix logic in lazy vacuum to decide if it's worth trying...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
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-24 Tom LaneFix various infelicities that have snuck into usage...
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-26 Alvaro HerreraAdjust the new memory limit in the lazy vacuum code...
2007-09-24 Alvaro HerreraReduce the size of memory allocations by lazy vacuum...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-20 Tom LaneRevert ill-fated patch to release exclusive lock early...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-16 Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-09-12 Alvaro HerreraAdd a CHECK_FOR_INTERRUPTS call in the site where the...
next