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