aboutsummaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
Commit message (Expand)AuthorAge
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix vacuumlo to avoid unnecessary use of backslash in search pattern.Tom Lane2006-02-23
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Cleanup the contrib/lo module: there is no need anymore to implementTom Lane2005-06-23
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* This patch makes some cleanups to contrib/ to silence some sparseNeil Conway2004-11-09
* Update copyright to 2004.Bruce Momjian2004-08-29
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add positive defense against dropped columns, per suggestion fromTom Lane2003-09-24
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Remove simple_prompt from /contrib C files, now that it is in /port.Bruce Momjian2003-08-08
* Update vacuumlo to be properly schema-aware. Improve documentation.Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Following patch avoids removing oids in the temporary table from theBruce Momjian2002-12-10
* Fix off-by-one bug in usage check.Tom Lane2002-12-03
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* It's just a cosmetic change, fixes the help screen. Should be applied inBruce Momjian2002-10-03
* Fix compile warning.Tom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-15
* Update copyright to 2002.Bruce Momjian2002-06-20
* I've improved the contributed vacuumlo command, now it behaves like all otherBruce Momjian2002-04-24
* Change vacuumlo to take 'lo' type into account.Hiroshi Inoue2001-09-17
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-06
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETATom Lane2000-12-04
* Code review and cleanup.Tom Lane2000-11-21
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
* Remove old README files.Bruce Momjian2000-06-19
* Add missing /contrib filesBruce Momjian2000-06-19
* Update to /contrib from Karel.Bruce Momjian2000-06-19
* Cleanup README Makefile installs.Bruce Momjian2000-06-16
* /contrib patch from Karel.Bruce Momjian2000-06-15
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Add:Bruce Momjian2000-01-26
* pgindent run over code.Bruce Momjian1999-05-25
* vacuumlo deals with large objects not referenced by any tables and removes them.Peter Mount1999-04-10