| Commit message (Expand) | Author | Age |
* | Revert "pg_dump: Lock all relations, not just plain tables". | Tom Lane | 2020-11-06 |
* | pg_dump: Lock all relations, not just plain tables | Alvaro Herrera | 2020-10-27 |
* | Fix handling of -d "connection string" in pg_dump/pg_restore. | Tom Lane | 2020-09-24 |
* | Avoid trying to restore table ACLs and per-column ACLs in parallel. | Tom Lane | 2020-07-11 |
* | Avoid using unsafe search_path settings during dump and restore. | Tom Lane | 2018-02-26 |
* | Support --no-comments in pg_dump, pg_dumpall, pg_restore. | Tom Lane | 2018-01-25 |
* | pg_dump: Add a --load-via-partition-root option. | Robert Haas | 2017-08-14 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 2017-06-21 |
* | Post-PG 10 beta1 pgindent run | Bruce Momjian | 2017-05-17 |
* | pg_dump: Add --no-publications option | Peter Eisentraut | 2017-05-12 |
* | pg_dump: Add --no-subscriptions option | Peter Eisentraut | 2017-05-09 |
* | pg_dump: Always dump subscriptions NOCONNECT | Peter Eisentraut | 2017-04-13 |
* | pg_dump: Dump subscriptions by default | Peter Eisentraut | 2017-04-13 |
* | pg_dump: Rename some typedefs to avoid name conflicts | Peter Eisentraut | 2017-04-06 |
* | Logical replication support for initial data copy | Peter Eisentraut | 2017-03-23 |
* | Sync pg_dump and pg_dumpall output | Andrew Dunstan | 2017-03-22 |
* | pg_upgrade: Fix large object COMMENTS, SECURITY LABELS | Stephen Frost | 2017-03-06 |
* | Logical replication | Peter Eisentraut | 2017-01-20 |
* | Add --no-blobs option to pg_dump | Stephen Frost | 2016-11-29 |
* | pg_upgrade: Upgrade sequence data via pg_dump | Peter Eisentraut | 2016-11-13 |
* | pg_restore: Add -N option to exclude schemas | Peter Eisentraut | 2016-09-20 |
* | Obstruct shell, SQL, and conninfo injection via database and role names. | Noah Misch | 2016-08-08 |
* | 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 |