]> granicus.if.org Git - postgresql/history - src/bin/pg_dump
I really hope that I haven't missed anything in this one...
[postgresql] / src / bin / pg_dump /
1998-07-19 Bruce Momjianpg_dump -z has gotten rather thoroughly broken in the...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-07-08 Thomas G. LockhartSurround table and column names with double-quotes
1998-06-20 Bruce MomjianRemove -c option for Constraint syntax so we us it...
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-16 Bruce MomjianI've hacked up pg_dump so that it generates CONSTRAINT...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-06 Bruce MomjianIt seems the regression tests don't cover copy in/out...
1998-04-07 Bruce MomjianRe-add pg_dump fix.
1998-04-07 Bruce MomjianReverse out pg_dump changes.
1998-04-07 Bruce MomjianFix for ACL's from Thomas A. Szybist.
1998-04-06 Bruce MomjianDESTDIR removed, again.
1998-04-06 Bruce MomjianRe-introduce $DISTDIR.
1998-04-06 Bruce MomjianHi,
1998-04-05 Bruce MomjianRemove DISTDIR.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-03-16 Bruce MomjianFix for pg_dump of large objects, from alvin@camberlo...
1998-03-14 Bruce MomjianChange Postgres95 to PostgreSQL. Update CLUSTER manual...
1998-03-06 Bruce MomjianRename pg_user to pg_shadow.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-18 Bruce MomjianFix -t for pg_dump when table is uppercase.
1998-01-30 Marc G. FournierFrom: PostgreSQL DataBase <postgres@scuba.pcpipeline...
1998-01-29 Marc G. FournierFrom: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-04 Marc G. FournierVarious fixes NETBSD/sparc related
1997-12-26 Vadim B. MikheevPrototypes for new funcs.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-05 Marc G. FournierI found one other change that I would like to make...
1997-12-04 Marc G. FournierIncorporate patch from Matt(maycock@intelliquest.com...
1997-12-01 Bruce MomjianFix pg_dump, and libpq changes.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-11-21 Bruce MomjianMore archive cleanup.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-10-30 Thomas G. LockhartSupport SQL92 delimited identifiers by checking some...
1997-10-30 Bruce MomjianRename pg_dump -H option to -h.
1997-10-16 Bruce MomjianCleanups for 6.2.1.
1997-10-02 Vadim B. MikheevDump DEFAULT, CHECK, Triggers.
1997-09-24 Bruce MomjianFix for pg_dump.
1997-09-24 Bruce MomjianCREATE FUNCTION fixup for types of functions.
1997-09-24 Bruce MomjianRollback changes to pg_dump.c
1997-09-23 Bruce MomjianFix for CREATE FUNCTION.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-03 Bruce MomjianFix syntax error.
1997-08-22 Bruce MomjianFix for no NULL in CREATE TABLE.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-20 Bruce MomjianPortability fix for pg_dumpall.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-07-28 Bruce Momjianfix small memory free error.
1997-07-23 Bruce MomjianMore pg_dump patch cleanups.
1997-07-23 Bruce MomjianFix problems with pg_dump for iheritance, sequences...
1997-07-12 Bruce MomjianHave pg_dumpall return proper status on exit
1997-06-25 Bruce MomjianSmall pg_dumpall cleanup.
1997-06-21 Bruce Momjianpg_dump, pg_dumpall cleanups.
1997-06-20 Bruce MomjianCheck pgdump return request.
1997-06-20 Bruce MomjianAllow pg_dump to preserve owners of all objects.
1997-06-07 Bruce MomjianMake LO patter consistent with psql.
1997-06-07 Bruce Momjianavoid xinv* table name conflict with large objects.
1997-06-05 Bruce MomjianFix for large objects and case sensitivity, from Raymon...
1997-06-02 Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-05-21 Bruce MomjianUpdated pg_dumpall and psql to preserve database owners.
1997-05-20 Bruce MomjianAdded fcvt() prot for bsdi.
1997-05-14 Bruce MomjianAllow pg_dumpall to preserve database ownership.
1997-05-07 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-05-06 Vadim B. Mikheev1. Multi-column indices support.
1997-04-26 Marc G. FournierMissed an -I directive
1997-04-26 Marc G. Fournierclean up the bin/*/Makefiles...up version.h to v6.1...
1997-04-12 Marc G. Fourniermodifications to pg_dump towards supporting dumping...
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-02 Vadim B. MikheevDumping sequence relations as 'CREATE SEQUENCE ...'.
1997-03-01 Bruce MomjianSubstitute defines for numeric constants in type ids.
1997-02-28 Bruce MomjianRemove old READMEs.
1997-02-13 Marc G. FournierVarious patches for nextstep by GregorHoffleit
1997-02-09 Marc G. FournierVarious fixes suggested by Gregor Hoffleit
1997-02-09 Marc G. Fournier|I took a look at this and I think pg_dump mishandles...
1997-02-06 Bruce MomjianInclude main Makefile.global first so variables are...
1997-01-19 Bruce MomjianUpdate handling of backslashes, and pg_user dump.
1997-01-18 Bruce MomjianRemove blank lines.
1997-01-17 Bruce MomjianRemoved unneeded custom shell script call.
1997-01-16 Bruce MomjianAdded pg_dumpall to source tree.
1997-01-07 Marc G. FournierImprovements to pg_dump to:
1996-12-30 Bryan HendersonCheck that PQendcopy succeeded. Issue error message...
1996-12-28 Bruce MomjianFixed error where = should be ==.
1996-12-27 Bryan HendersonAdd messages to assist in problem diagnosis. Eliminate...
1996-11-28 Bryan HendersonMake strdup work for Ultrix. Thanks Erik Bertelsen
1996-11-26 Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-26 Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-20 Bruce MomjianHere is the patch for pg_dump not handling NULL values...
1996-11-17 Bruce MomjianFix for -da option of pg_dump.
1996-11-12 Bryan HendersonAdd dependency for install.
1996-11-11 Bryan HendersonMakefile simplification: the "bin" chapter
1996-11-10 Bryan HendersonAdd #include <unistd.h> to quiet warning about missing...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-07 Marc G. FournierFix a couple of small things from D'Arcy's last patch
next