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