summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-31pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-01-13Run pgindent on src/bin/pg_dump/*Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-15Fix whitespacePeter Eisentraut
2015-09-14Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-27Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane
2014-10-14pg_dump: Reduce use of global variablesAlvaro Herrera
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-03-26Get rid of obsolete parse_version helper function.Heikki Linnakangas
2013-03-25Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.Heikki Linnakangas
2013-03-24Fix some unportable constructs in parallel pg_dump code.Tom Lane
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane
2012-02-16Invent on_exit_nicely for pg_dump.Robert Haas
2012-01-31pg_dump: Add GCC noreturn attribute to appropriate functionsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-17Add --section option to pg_dump and pg_restore.Andrew Dunstan
2011-11-30Clean up after recent pg_dump patches.Tom Lane
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-03Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane
2010-07-22Add options to force quoting of all identifiers.Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-08-04Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane
2009-03-11Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-09Move processNamePattern into dumputils.c in preparation for using it inTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian