summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-07pg_dump: Don't leak memory in buildDefaultACLCommands()Stephen Frost
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-01-31pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-12Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-05-25Qualify table usage in dumpTable() and use regclassStephen Frost
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