summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
AgeCommit message (Expand)Author
2006-02-23Fix vacuumlo to avoid unnecessary use of backslash in search pattern.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-06-23Cleanup the contrib/lo module: there is no need anymore to implementTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-09This patch makes some cleanups to contrib/ to silence some sparseNeil Conway
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-24Add positive defense against dropped columns, per suggestion fromTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Remove simple_prompt from /contrib C files, now that it is in /port.Bruce Momjian
2003-08-04Update vacuumlo to be properly schema-aware. Improve documentation.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
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 stickyTom 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