aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_dump.sgml
Commit message (Expand)AuthorAge
* Fix seriously broken markup for libpq-envars cross-references.Tom Lane2007-03-26
* More clearly document that most PostgreSQL utilities support libpqBruce Momjian2007-02-20
* Remove "History" sections for pg_dump and pg_restore. I don't thinkBruce Momjian2007-02-20
* This patch adds documentation for the long-version parameters --usernameNeil Conway2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Add an example showing how to cope with mixed-case names in pg_dumpTom Lane2006-11-28
* Spellchecking and suchPeter Eisentraut2006-10-23
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-09
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-07
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-01
* Update pg_dump vesion wording.Bruce Momjian2006-05-13
* Mention version portability of pg_dump.Bruce Momjian2006-05-13
* Recommend more clearly custom pg_dump format over tar, buy showingBruce Momjian2006-05-06
* Document that pg_dump -d/-D prevents invalid data from canceling theBruce Momjian2006-04-15
* Document long names for format options (plain, tar, custom). They alreadyPeter Eisentraut2006-03-17
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Add --encoding to pg_dump.Bruce Momjian2005-07-10
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21
* Add reference to libpq environment variables for client applications.Bruce Momjian2005-05-29
* Fix minor thinko in pg_dump documentation of "-n" option.Neil Conway2005-01-17
* More minor updates and copy-editing.Tom Lane2005-01-04
* Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder.Tom Lane2004-10-21
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-13
* Clarify schema meanings in pg_dump manual page by referring to objectBruce Momjian2004-07-10
* Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian2004-06-07
* Update pg_dump -v comments to mention additional comments in dump file.Bruce Momjian2004-05-31
* Use dollar-quoting for function bodies, unless disabled withTom Lane2004-03-23
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Random copy-editing.Peter Eisentraut2003-11-04
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-23
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-11
* Make pg_dump's concurency capability more prominent.Bruce Momjian2003-04-17
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Another big editing pass for consistent content and presentation.Peter Eisentraut2003-03-24
* Remove duplicate ANALYZE recommendation in pg_dump.Bruce Momjian2003-03-18
* Add mention of ANALYZE after object restore.Bruce Momjian2003-03-18
* [ dumping schemas ]Bruce Momjian2003-02-13
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06
* SGML improvements.Bruce Momjian2002-11-15
* Assorted reference page updatesPeter Eisentraut2002-10-11
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut2002-09-06
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18