summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
AgeCommit message (Expand)Author
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-12-10Following patch avoids removing oids in the temporary table from theBruce Momjian
2002-12-03Fix off-by-one bug in usage check.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-03It's just a cosmetic change, fixes the help screen. Should be applied inBruce Momjian
2002-09-05Fix compile warning.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-24I've improved the contributed vacuumlo command, now it behaves like all otherBruce Momjian
2001-09-17Change vacuumlo to take 'lo' type into account.Hiroshi Inoue
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-04Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETATom Lane
2000-11-21Code review and cleanup.Tom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-16Cleanup README Makefile installs.Bruce Momjian
2000-06-15/contrib patch from Karel.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-01-26Add:Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-10vacuumlo deals with large objects not referenced by any tables and removes them.Peter Mount