summaryrefslogtreecommitdiff
path: root/contrib/pg_dumplo
AgeCommit message (Expand)Author
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-11-28Make pg_dumplo schema-aware. Karel ZakTom Lane
2004-11-27Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane
2004-10-25Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane
2004-08-29Pgindent run for 8.0.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-10-09Someone report me small bug in contrib/pg_dumplo today. It's problemBruce Momjian
2003-08-07Don't assume that struct option is available just because we can find aTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-01-09Add missing #include <getopt.h>.Tom Lane
2003-01-07Update for new we-always-have-getopt_long approach.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-05Remove compile warnings, ensure consistent build environment forTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2001-11-12Add port number to pg_dumplo.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
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-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
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-30Make all commands that link a program look likePeter Eisentraut
2000-11-22This file now redundant with README.pg_dumplo; remove it.Tom Lane
2000-11-22Code review: minor cleanups, make the world safe for unsigned OIDs.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-07-03 Very small changes in the contrib's pg_dumplo in the attache.Bruce Momjian
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-15Add missing /contrib files to CVS.Bruce Momjian
2000-06-15/contrib patch from Karel.Bruce Momjian
2000-06-12 Well, pg_dumplo is in attache. It is really simple program and now is notBruce Momjian