]> granicus.if.org Git - postgresql/history - contrib/pg_autovacuum/pg_autovacuum.c
Fix display of database name during autovacuum.
[postgresql] / contrib / pg_autovacuum / pg_autovacuum.c
2005-06-15 Bruce MomjianFix display of database name during autovacuum.
2005-05-11 Bruce Momjiana small tweak to enable display in the log file
2005-05-11 Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11 Bruce MomjianTag 1000000L as long for compuation.
2005-04-19 Bruce MomjianThe following patch should allow UPDATE_INTERVAL to...
2005-04-03 Tom LanePut back code mistakenly removed from copy of postmaster's
2005-01-26 Tom LaneAdjust Windows autovacuum service to retry for up to...
2005-01-24 Neil Conwaypg_autovacuum fixes from Dave Page:
2004-12-02 Bruce Momjian> > 8.0beta3 has pg_autovacuum included, when I want...
2004-12-02 Bruce MomjianPrevent pg_autovacuum -D from needing an argument.
2004-11-17 Tom LaneRename vacuum_cost_limit switch from -N to -l to avoid...
2004-11-17 Tom LaneAdd options to pg_autovacuum to support setting the...
2004-10-25 Tom LaneFix a bunch of 'old-style parameter declaration' warnin...
2004-10-16 Tom LaneInclude dllist.c directly instead of assuming that...
2004-09-14 Tom LaneFix some minor issues with the new Win32 service code...
2004-08-30 Bruce MomjianAdd Win32 service capability to pg_autovacuum.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-26 Bruce MomjianFix problems in pg_autovacuum:
2004-04-01 Tom LaneFix portability issues with functions that don't match...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
2004-03-22 Bruce MomjianIn working through a pg_autovacuum problem with Joe...
2004-03-15 Bruce MomjianHandle OID's and unsigned values better in pg_autovacuum.
2003-12-08 Tom LaneMinor autovacuum fixes from Matthew O'Connor.
2003-12-08 Tom LaneAdd fflush() before sleeping, per Matthew O'Connor.
2003-12-07 Tom LaneReplace unportable and overflow-prone use of 'long...
2003-12-01 Bruce MomjianI've run across a pretty serious problem with pg_autova...
2003-12-01 Bruce MomjianI noticed in the 7.4 release that in contrib/pg_autovac...
2003-10-10 Bruce MomjianFix core dump on root starting pg_autovacuum.
2003-09-13 Bruce Momjianpgindent C file, per patch request.
2003-09-13 Bruce Momjian> OK, well as we wait on the fix for the stats system...
2003-09-11 Bruce Momjian> It quotes table names for vacuum and analyze, and...
2003-09-10 Bruce MomjianAdd quotes to vacuum/analyze for upper/lowercase table...
2003-08-04 Bruce Momjianpgindent run.
2003-06-12 Bruce MomjianThis patch updates pg_autovacuum in several ways:
2003-03-20 Bruce MomjianI have updated my pg_autovacuum program (formerly pg_av...