aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.h
Commit message (Expand)AuthorAge
* 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
* Run pgindent on src/bin/pg_dump/*Tom Lane2016-01-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix whitespacePeter Eisentraut2015-09-15
* 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
* Update copyright for 2015Bruce Momjian2015-01-06
* Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane2014-10-26
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-26
* Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.Heikki Linnakangas2013-03-25
* Fix some unportable constructs in parallel pg_dump code.Tom Lane2013-03-24
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* pg_dump: Add GCC noreturn attribute to appropriate functionsPeter Eisentraut2012-01-31
* 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
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-04
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-09
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29