summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move some pg_dump function around.Heikki Linnakangas2013-03-271-25/+1
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-261-1/+0
* Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.Heikki Linnakangas2013-03-251-1/+2
* Fix some unportable constructs in parallel pg_dump code.Tom Lane2013-03-241-2/+1
* Add parallel pg_dump option.Andrew Dunstan2013-03-241-5/+8
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-171-0/+17
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+9
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-291-3/+11
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-161-0/+4
* pg_dump: Add GCC noreturn attribute to appropriate functionsPeter Eisentraut2012-01-311-1/+1
* 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/+1
* Clean up after recent pg_dump patches.Tom Lane2011-11-291-0/+3
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-291-0/+4
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-0/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* 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/+3
* Add options to force quoting of all identifiers.Robert Haas2010-07-221-1/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-2/+2
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-2/+6
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-041-1/+4
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-111-1/+2
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-091-1/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-4/+5
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-3/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use dollar-quoting for function bodies, unless disabled withTom Lane2004-03-231-1/+5
* pg_dump support for function parameter names.Tom Lane2004-01-071-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-3/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-301-5/+10
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-071-1/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Fix compile warning.Tom Lane2002-08-271-2/+2