aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Qualify table usage in dumpTable() and use regclassStephen Frost2016-05-24
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev2015-09-14
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Fix more memory leaks in failure path in buildACLCommands.Tom Lane2015-02-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-26
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Message style improvementsPeter Eisentraut2012-06-07
* Fix memory leaks in failure paths in buildACLCommands and parseAclItem.Tom Lane2012-06-03
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Put back code inadvertently deleted from exit_nicely.Robert Haas2012-04-05
* Arrange for on_exit_nicely to be thread-safe.Robert Haas2012-04-03
* Rename frontend keyword arrays to avoid conflict with backend.Tom Lane2012-03-31
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane2010-08-03
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas2010-03-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add large object access control.Itagaki Takahiro2009-12-11