]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Hi, all
[postgresql] / src / bin / pg_dump / pg_dump.c
1999-12-27 Bruce MomjianHi, all
1999-12-16 Bruce MomjianHi,
1999-12-11 Bruce MomjianThis takes care of TODO item
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-10 Bruce MomjianImprove pg_dump template1 error reports.
1999-10-10 Bruce MomjianImprove pg_dump template1 error message.
1999-09-23 Bruce MomjianOne last missing quoting bug in pg_dump:
1999-09-01 Bruce MomjianDocument -x properly for pg_dump.
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-03 Tom Lanepg_dump failed on any database containing large objects,
1999-05-29 Vadim B. Mikheev1. Run all pg_dump queries in single serializable trans...
1999-05-27 Bruce MomjianMake pg_dump dump ACL's by default, print warning on...
1999-05-26 Tom LaneFix pg_dump to use the same maximum-query-size constant as
1999-05-26 Bruce MomjianAllow GROUPs to be dumped properly.
1999-05-26 Bruce MomjianDisable use of -o and -d pg_dump options together....
1999-05-26 Bruce MomjianAllow pg_dump -v display proper table/sequence count...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-15 Bruce MomjianI've got 2 pretty small patches.
1999-05-13 Bruce MomjianHere's a small patch to cause pg_dump to emit the
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-04 Thomas G. LockhartAllow -t tablename to preserve case if specified as...
1999-04-14 Tom Lanepg_dump was trying to use an incorrect (or, perhaps...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Tom Lanepg_dump -d or -D didn't quote special characters in...
1999-01-21 Bruce MomjianHere is a new version of my patch for allowing pg_dump...
1999-01-18 Bruce MomjianFix for typo in gram.y
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-13 Thomas G. LockhartAdjust handling of data type names to suppress double...
1998-12-05 Tom LaneFix coredumping bug in pg_dump -z; also eliminate memor...
1998-11-15 Tom LaneFix a couple of bugs involving calling fmtID() twice in
1998-11-06 Thomas G. LockhartAdd "-N" flag to force double quotes around identifiers.
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-10-12 Bruce Momjian2) Can't dump/restore varchar fields (See attached...
1998-10-06 Bruce Momjian Playing around with pg_dump for a while resulted...
1998-10-06 Thomas G. LockhartForgot to initialize double quote option to be enabled.
1998-10-06 Bruce MomjianHi all
1998-10-02 Thomas G. LockhartSurround all identifiers with double quotes.
1998-10-01 Tom Lanepg_dump -z was careless about ownership of indexes.
1998-09-23 Bruce MomjianAllow 8-key indexes.
1998-09-20 Bruce MomjianI also noticed that pg_dump contains a copy of the...
1998-09-03 Bruce MomjianAttached is a patch to remove the definitions of libpq...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianOk. BTW Mr. Kataoka who is maintaing Japanese version...
1998-08-25 Thomas G. LockhartClean up double-quotes around column and table names.
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-19 Bruce Momjianpg_dump -z has gotten rather thoroughly broken in the...
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-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-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...
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 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-08-22 Bruce MomjianFix for no NULL in CREATE TABLE.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
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-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-06 Vadim B. Mikheev1. Multi-column indices support.
next