]> granicus.if.org Git - postgresql/history - src/include/commands/vacuum.h
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / include / commands / vacuum.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
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-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-10 Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-07-01 Heikki LinnakangasExtend VacAttrStats to allow typanalyze functions to...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-17 Alvaro HerreraMove the tuple freezing point in CLUSTER to a point...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
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-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Bruce MomjianAdd DLLIMPORT for PostGIS.
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom LaneProbably need sys/time.h here too to be safe.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-13 Tom LaneAfter further thought about support for gathering stats...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-07-18 Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-13 Tom LaneInitial implementation of concurrent VACUUM. Ifdef...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-05-29 Bruce MomjianSplit vacuum and analyze into separate files
2000-05-29 Bruce MomjianMore vacuum cleanup
2000-05-29 Bruce Momjianmore cleanup
2000-05-29 Bruce MomjianAllow vacuum to perform analyze with shared lock. ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
1999-08-25 Tatsuo IshiiAdd new vpl_num_allocated_pages member to VPageListData.
1999-08-01 Tom LaneFirst step in fixing selectivity-estimation code. eqsel and
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce MomjianVacuum fix. Was modifying cache.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1997-11-26 Bruce MomjianCleanup up include files.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-04-23 Vadim B. MikheevAnalyze data only if specified and specified attrs...
1997-02-07 Bruce MomjianAdd attribute optimization statistics.
1997-01-13 Bruce MomjianAdded VERBOSE option to vacuum command.
1996-11-29 Vadim B. Mikheevvrl_min_tlen added to VRelListData.
1996-11-27 Vadim B. MikheevNew structures for new vacuum.
1996-10-18 Vadim B. MikheevReap deleted/unused tuples on page-base
next