| Commit message (Expand) | Author | Age |
* | Make pg_dump error cleanly with -j against hot standby | Magnus Hagander | 2016-05-26 |
* | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane | 2016-03-24 |
* | Access pg_dump's options structs through Archive struct, not directly. | Tom Lane | 2016-01-13 |
* | Check existency of table/schema for -t/-n option (pg_dump/pg_restore) | Teodor Sigaev | 2015-09-14 |
* | Tweak __attribute__-wrapping macros for better pgindent results. | Tom Lane | 2015-03-26 |
* | Add macros wrapping all usage of gcc's __attribute__. | Andres Freund | 2015-03-11 |
* | Fix portability breakage in pg_dump. | Tom Lane | 2015-01-11 |
* | pg_dump: Reduce use of global variables | Alvaro Herrera | 2014-10-14 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Properly detect read and write errors in pg_dump/dumpall, and pg_restore | Bruce Momjian | 2014-05-05 |
* | pg_dump et al: Add --if-exists option | Alvaro Herrera | 2014-03-03 |
* | Accept multiple -I, -P, -T and -n options in pg_restore. | Heikki Linnakangas | 2013-08-28 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Rewrite --section option to decouple it from --schema-only/--data-only. | Tom Lane | 2012-05-29 |
* | pg_dump: Remove undocumented "files" output format | Peter Eisentraut | 2012-03-20 |
* | pg_dump: Remove global connection pointer. | Robert Haas | 2012-02-16 |
* | Invent on_exit_nicely for pg_dump. | Robert Haas | 2012-02-16 |
* | pg_dump: Add some const qualifiers | Peter Eisentraut | 2012-02-07 |
* | pg_dump: Remove global Archive pointer. | Robert Haas | 2012-02-06 |
* | Add --section option to pg_dump and pg_restore. | Andrew Dunstan | 2011-12-16 |
* | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian | 2011-11-29 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Rename pg_dump --no-security-label to --no-security-labels | Peter Eisentraut | 2011-05-19 |
* | Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin... | Andrew Dunstan | 2011-04-28 |
* | Add 'directory' format to pg_dump. The new directory format is compatible | Heikki Linnakangas | 2011-01-23 |
* | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane | 2010-05-15 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 |
* | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 |
* | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 |
* | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 |
* | Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit | Tom Lane | 2004-11-06 |