aboutsummaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
Commit message (Expand)AuthorAge
* vacuumlo: Avoid unlikely memory leak.Robert Haas2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Update copyright for 2014Bruce Momjian2014-01-07
* vacuumlo: Use a cursor to limit client-side memory usage.Robert Haas2013-07-15
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas2012-07-04
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Improve the -l (limit) option recently added to contrib/vacuumlo.Tom Lane2012-03-20
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Teach vacuumlo to limit number of removals, via new -l option.Robert Haas2011-08-08
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-24
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* vacuumlo query cleanupsBruce Momjian2009-07-13
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-27
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Clean up help (-?) output.Peter Eisentraut2009-02-25
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Make vacuumlo prompt for password when needed, thus making its -WTom Lane2007-12-11
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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