summaryrefslogtreecommitdiff
path: root/contrib/pg_autovacuum/pg_autovacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Remove contrib version of pg_autovacuum --- superseded by integratedTom Lane2005-07-291-1862/+0
* Fix display of database name during autovacuum.Bruce Momjian2005-06-151-3/+3
* a small tweak to enable display in the log fileBruce Momjian2005-05-111-3/+3
* Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian2005-05-111-2/+11
* Tag 1000000L as long for compuation.Bruce Momjian2005-05-111-2/+2
* The following patch should allow UPDATE_INTERVAL to be specified on theBruce Momjian2005-04-191-5/+11
* Put back code mistakenly removed from copy of postmaster'sTom Lane2005-04-031-5/+12
* Adjust Windows autovacuum service to retry for up to 5 minutes waitingTom Lane2005-01-261-23/+50
* pg_autovacuum fixes from Dave Page:Neil Conway2005-01-241-17/+21
* > > 8.0beta3 has pg_autovacuum included, when I want to run this as aBruce Momjian2004-12-021-6/+12
* Prevent pg_autovacuum -D from needing an argument.Bruce Momjian2004-12-021-2/+2
* Rename vacuum_cost_limit switch from -N to -l to avoid conflict withTom Lane2004-11-171-5/+5
* Add options to pg_autovacuum to support setting the cost-based-vacuumTom Lane2004-11-171-61/+163
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-251-6/+6
* Include dllist.c directly instead of assuming that libpq will provide it.Tom Lane2004-10-161-3/+69
* Fix some minor issues with the new Win32 service code for autovacuum,Tom Lane2004-09-141-20/+7
* Add Win32 service capability to pg_autovacuum.Bruce Momjian2004-08-301-73/+508
* Pgindent run for 8.0.Bruce Momjian2004-08-291-89/+90
* Fix problems in pg_autovacuum:Bruce Momjian2004-05-261-197/+214
* Fix portability issues with functions that don't match their declaration.Tom Lane2004-04-011-28/+32
* Standardize output buffer size and display format for strftime;Tom Lane2004-03-221-4/+3
* In working through a pg_autovacuum problem with Joe Conway (which turnedBruce Momjian2004-03-221-12/+24
* Handle OID's and unsigned values better in pg_autovacuum.Bruce Momjian2004-03-151-19/+19
* Minor autovacuum fixes from Matthew O'Connor.Tom Lane2003-12-081-2/+2
* Add fflush() before sleeping, per Matthew O'Connor.Tom Lane2003-12-081-0/+1
* Replace unportable and overflow-prone use of 'long long' with saferTom Lane2003-12-071-4/+4
* I've run across a pretty serious problem with pg_autovacuum.Bruce Momjian2003-12-011-6/+6
* I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile isBruce Momjian2003-12-011-0/+5
* Fix core dump on root starting pg_autovacuum.Bruce Momjian2003-10-101-58/+60
* pgindent C file, per patch request.Bruce Momjian2003-09-131-15/+20
* > OK, well as we wait on the fix for the stats system, let me submit myBruce Momjian2003-09-131-19/+20
* > It quotes table names for vacuum and analyze, and uppercases theBruce Momjian2003-09-111-3/+8
* Add quotes to vacuum/analyze for upper/lowercase table names, perBruce Momjian2003-09-101-4/+4
* pgindent run.Bruce Momjian2003-08-041-856/+1005
* This patch updates pg_autovacuum in several ways:Bruce Momjian2003-06-121-553/+831
* I have updated my pg_autovacuum program (formerly pg_avd, the nameBruce Momjian2003-03-201-0/+734