summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
AgeCommit message (Expand)Author
2010-09-30Translation updates for 8.0.26Peter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2009-12-08Translation updatesPeter Eisentraut
2009-09-03Translation updatesPeter Eisentraut
2008-10-30Translation updatesPeter Eisentraut
2008-08-16Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane
2008-06-05Translation updates.Tom Lane
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-02-09Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane
2006-02-05Fix pg_restore to properly discard COPY data when trying to continueTom Lane
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2005-12-09Translation updatesREL8_0_5Peter Eisentraut
2005-09-28Translation updates for the 8.0 branchAlvaro Herrera
2005-09-11Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane
2005-07-27Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway
2005-07-18Back-patch fix for erroneous backslashing of LIKE pattern.Tom Lane
2005-06-27Modify pg_dump to assume that a check constraint is inherited if itsTom Lane
2005-06-22Correct some code in pg_restore when reading the header of a tar archive:Neil Conway
2005-06-17Translation updatesPeter Eisentraut
2005-06-07Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane
2005-05-25Translation updatesPeter Eisentraut
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-18pg_dumpall should enforce the server version check for itself, ratherTom Lane
2005-04-15Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane
2005-04-02Translation updatesPeter Eisentraut
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-18Put 'dump complete' message in the right place, so it comes out whereTom Lane
2005-02-11Translation updatesPeter Eisentraut
2005-02-03Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane
2005-01-27Backpatch translationsPeter Eisentraut
2005-01-26Minor tweak to avoid unnecessary memory bloat when dumping extremely wideTom Lane
2005-01-26Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane
2005-01-25Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane
2005-01-25Add missing "ko".Peter Eisentraut
2005-01-23pg_dump dumped the wrong tablespace for an index (ie, the parent table'sTom Lane
2005-01-23New routine _getObjectDescription() failed to cope with some aspects ofTom Lane
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-13Translation updatesPeter Eisentraut
2005-01-11Fix tracking of dump-order dependencies for stand-alone composite types.Tom Lane
2005-01-11Clean up pg_dump's handling of ownership for indexes (includingTom Lane