summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.c
AgeCommit message (Expand)Author
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-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Remove unnecessary escaping in C character literalsPeter 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-02-11Fix more memory leaks in failure path in buildACLCommands.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-03-26Get rid of obsolete parse_version helper function.Heikki Linnakangas
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-06-18pg_dump: Add missing newlines at end of messagesPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-07Message style improvementsPeter Eisentraut
2012-06-03Fix memory leaks in failure paths in buildACLCommands and parseAclItem.Tom Lane
2012-05-30Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane
2012-04-06Put back code inadvertently deleted from exit_nicely.Robert Haas
2012-04-03Arrange for on_exit_nicely to be thread-safe.Robert Haas
2012-03-31Rename frontend keyword arrays to avoid conflict with backend.Tom Lane
2012-03-20pg_dump: get rid of die_horriblyAlvaro Herrera
2012-02-16Invent on_exit_nicely for pg_dump.Robert Haas
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-11-27Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian
2011-11-25Modify pg_dump to use error-free memory allocation macros. This avoidsBruce 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-02Basic foreign table support.Robert Haas
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-03-03Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-18Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-11Add large object access control.Itagaki Takahiro
2009-10-12Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane
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