summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
AgeCommit message (Expand)Author
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-10Fix some problems with restoring databases owned by non-superusers,Tom Lane
2004-09-01Translation updatesDennis Bjorklund
2004-08-30Fix obviously-utterly-untested noTocComments code.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian
2004-08-20They are two different problems; the TOC entry is important for anyBruce Momjian
2004-08-20This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian
2004-08-20> Please find attached a submission to add a "exit on error" option toBruce Momjian
2004-08-13Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane
2004-08-13New translationsPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-08Fix compiler warning in the proper way.Bruce Momjian
2004-08-08Supress warning about zero-length format string.Bruce Momjian
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-06Revert badly-broken patch to dump comments on composite-type columns.Tom Lane
2004-08-05Translation updatesDennis Bjorklund
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Dump comments on columns of composite types.Tom Lane
2004-08-02Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane
2004-08-01Translation updates (zh_TW converted to UTF-8)Peter Eisentraut
2004-07-25Translation updatesPeter Eisentraut
2004-07-19Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian
2004-07-19Fix incorrect tracking of session authorization in the presence of ACLsTom Lane
2004-07-13Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian
2004-07-12This patch adds the following options to pg_dumpall, to be passed toBruce Momjian
2004-07-12Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-24Translation updatesDennis Bjorklund
2004-06-21Fix pg_dump and pg_dumpall for new names of built-in tablespaces,Tom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-10Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian
2004-06-09Use single quotes around pg_dump call from pg_dumpall.Bruce Momjian
2004-06-09Add time.h to pg_dumpall.Bruce Momjian
2004-06-07Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian
2004-06-05Slight code cleanup for printf's.Bruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-05-29Translation updatesPeter Eisentraut
2004-05-26Fix problem with doing 7.0.X dumps on character varying[] fields.Bruce Momjian
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian