summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
AgeCommit message (Expand)Author
2005-06-27Modify pg_dump to assume that a check constraint is inherited if itsTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-20Rename static variables to avoid possible name conflicts on systems withTom Lane
2004-03-03Modify pg_dump so that the preferred dump order is by name withinTom Lane
2003-12-08Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane
2003-12-07Speed up findObjectByCatalogId() to get rid of the other salientTom Lane
2003-12-06Massive overhaul of pg_dump: make use of dependency information fromTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2002-10-25Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian
2002-10-09> Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-07-30Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane
2002-04-24The attached patch cleans up some code in pg_dump. It cuts someBruce Momjian
2002-02-11Be more wary about mixed-case database names and user names. GetTom Lane
2002-01-11Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-22Generate correct syntax for DROP OPERATOR with unary operators.Tom Lane
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-07-03More message munging and localization for pg_dump, especially thePeter Eisentraut
2001-06-27National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut
2001-04-03- Handle overridden attrs as per discussions 2-Apr-2001Philip Warner
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-28Used LEFT OUTER JOIN for various queriesPhilip Warner
2001-01-28Applied (slightly modified) patches from Tatsuo:Philip Warner
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-12Fixed handling of renamed columns in PK constraintsPhilip Warner
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-09-15Minor code cleanup (cast away const-ness)Philip Warner
2000-09-15- Support for relkind = RELKIND_VIEW.Philip Warner
2000-08-06Support SQL99 embedded double-quote syntax for quoted identifiers.Thomas G. Lockhart
2000-07-04pg_dump patch from Philip WarnerBruce Momjian
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-05-19pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-18Bruce,Bruce Momjian
2000-01-18Fix quoting bugs and incorrect trigger argument printout.Tom Lane
2000-01-16Clean up pg_dump coredumps caused by change of output formatting forTom Lane