| Commit message (Expand) | Author | Age |
* | Fix handling of -d "connection string" in pg_dump/pg_restore. | Tom Lane | 2020-09-24 |
* | Change pg_restore -f- to dump to stdout instead of to ./- | Alvaro Herrera | 2019-11-05 |
* | pg_restore: Augment documentation for -N option | Peter Eisentraut | 2018-10-29 |
* | Fix description and documentation related to pg_restore --no-comments | Michael Paquier | 2018-06-26 |
* | Put new command-line options into alphabetical order | Peter Eisentraut | 2018-06-04 |
* | Support --no-comments in pg_dump, pg_dumpall, pg_restore. | Tom Lane | 2018-01-25 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | pg_dump: Add --no-publications option | Peter Eisentraut | 2017-05-12 |
* | pg_dump: Add --no-subscriptions option | Peter Eisentraut | 2017-05-09 |
* | pg_dump: Dump subscriptions by default | Peter Eisentraut | 2017-04-13 |
* | Remove useless duplicate inclusions of system header files. | Tom Lane | 2017-02-25 |
* | Logical replication | Peter Eisentraut | 2017-01-20 |
* | pg_restore: Don't allow non-positive number of jobs | Stephen Frost | 2017-01-11 |
* | pg_restore: Add -N option to exclude schemas | Peter Eisentraut | 2016-09-20 |
* | pg_dump: Message style improvements | Peter Eisentraut | 2016-04-25 |
* | Access pg_dump's options structs through Archive struct, not directly. | Tom Lane | 2016-01-13 |
* | Run pgindent on src/bin/pg_dump/* | Tom Lane | 2016-01-13 |
* | Review program help output for wording and formatting | Peter Eisentraut | 2015-09-16 |
* | Check existency of table/schema for -t/-n option (pg_dump/pg_restore) | Teodor Sigaev | 2015-09-14 |
* | Improve pg_restore's -t switch to match all types of relations. | Tom Lane | 2015-07-02 |
* | Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore. | Fujii Masao | 2015-06-04 |
* | pg_dump: Reduce use of global variables | Alvaro Herrera | 2014-10-14 |
* | Code review for row security. | Stephen Frost | 2014-09-24 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | doc: Improve pg_restore help output | Peter Eisentraut | 2014-08-23 |
* | Small message fixes | Peter Eisentraut | 2014-08-09 |
* | pg_dump et al: Add --if-exists option | Alvaro Herrera | 2014-03-03 |
* | Centralize getopt-related declarations in a new header file pg_getopt.h. | Tom Lane | 2014-02-15 |
* | pg_restore: make help output plural for multi-enabled options | Bruce Momjian | 2014-01-31 |
* | Accept multiple -I, -P, -T and -n options in pg_restore. | Heikki Linnakangas | 2013-08-28 |
* | pg_restore: Error about incompatible options | Peter Eisentraut | 2013-07-02 |
* | Move some pg_dump function around. | Heikki Linnakangas | 2013-03-27 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 |
* | In our source code, make a copy of getopt's 'optarg' string arguments, | Bruce Momjian | 2012-10-12 |
* | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 |
* | Rewrite --section option to decouple it from --schema-only/--data-only. | Tom Lane | 2012-05-29 |
* | Realign some --help output to have better spacing between columns | Peter Eisentraut | 2012-05-18 |
* | pg_dump: get rid of die_horribly | Alvaro Herrera | 2012-03-20 |
* | pg_dump: Remove undocumented "files" output format | Peter Eisentraut | 2012-03-20 |
* | Add some enumeration commas, for consistency | Peter Eisentraut | 2012-02-24 |
* | Invent on_exit_nicely for pg_dump. | Robert Haas | 2012-02-16 |
* | Add --section option to pg_dump and pg_restore. | Andrew Dunstan | 2011-12-16 |
* | Clean up after recent pg_dump patches. | Tom Lane | 2011-11-29 |
* | Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c | Bruce Momjian | 2011-11-26 |
* | Modify pg_dump to use error-free memory allocation macros. This avoids | Bruce Momjian | 2011-11-25 |
* | Put options in some sensible order | Peter Eisentraut | 2011-05-25 |
* | Message style improvements | Peter Eisentraut | 2011-05-22 |
* | Rename pg_dump --no-security-label to --no-security-labels | Peter Eisentraut | 2011-05-19 |