| Commit message (Expand) | Author | Age |
* | Fix ordering of GRANT commands in pg_dumpall for tablespaces | Michael Paquier | 2019-05-23 |
* | Put new command-line options into alphabetical order | Peter Eisentraut | 2018-06-04 |
* | Remove extra newlines after PQerrorMessage() | Peter Eisentraut | 2018-05-05 |
* | Empty search_path in Autovacuum and non-psql/pgbench clients. | Noah Misch | 2018-02-26 |
* | 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 |
* | Move handling of database properties from pg_dumpall into pg_dump. | Tom Lane | 2018-01-22 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | pg_dumpall: Add a -E flag to set the encoding, like pg_dump has. | Robert Haas | 2017-09-01 |
* | Fix up some misusage of appendStringInfo() and friends | Peter Eisentraut | 2017-08-15 |
* | pg_dump: Add a --load-via-partition-root option. | Robert Haas | 2017-08-14 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Put new command-line options in alphabetical order | Peter Eisentraut | 2017-06-08 |
* | 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_dumpall: Allow --no-role-passwords and --binary-upgrade together | Peter Eisentraut | 2017-04-13 |
* | Sync pg_dump and pg_dumpall output | Andrew Dunstan | 2017-03-22 |
* | Allow pg_dumpall to dump roles w/o user passwords | Simon Riggs | 2017-03-07 |
* | Remove useless duplicate inclusions of system header files. | Tom Lane | 2017-02-25 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | pg_dumpall: Include --verbose option in --help output | Stephen Frost | 2016-12-24 |
* | Fix pg_dumpall regression test to be locale-independent. | Tom Lane | 2016-10-13 |
* | Make pg_dumpall's database ACL query independent of hash table order. | Andres Freund | 2016-10-12 |
* | Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. | Tom Lane | 2016-10-12 |
* | Simplify correct use of simple_prompt(). | Tom Lane | 2016-08-30 |
* | Final pgindent + perltidy run for 9.6. | Tom Lane | 2016-08-15 |
* | Obstruct shell, SQL, and conninfo injection via database and role names. | Noah Misch | 2016-08-08 |
* | Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. | Noah Misch | 2016-08-08 |
* | Fix Windows shell argument quoting. | Noah Misch | 2016-08-08 |
* | Reject, in pg_dumpall, names containing CR or LF. | Noah Misch | 2016-08-08 |
* | Correctly dump database and tablespace ACLs | Stephen Frost | 2016-07-17 |
* | pgindent run for 9.6 | Robert Haas | 2016-06-09 |
* | Do not DROP default roles in pg_dumpall -c | Stephen Frost | 2016-05-24 |
* | Correct query in pg_dumpall:dumpRoles | Stephen Frost | 2016-05-06 |
* | pg_dump: Message style improvements | Peter Eisentraut | 2016-04-25 |
* | Reserve the "pg_" namespace for roles | Stephen Frost | 2016-04-08 |
* | In pg_dump, include pg_catalog and extension ACLs, if changed | Stephen Frost | 2016-04-06 |
* | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane | 2016-03-24 |
* | Run pgindent on src/bin/pg_dump/* | Tom Lane | 2016-01-13 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | pg_dump, pg_upgrade: allow postgres/template1 tablespace moves | Bruce Momjian | 2015-09-11 |
* | Plug some trivial memory leaks in pg_dump and pg_upgrade. | Heikki Linnakangas | 2015-07-02 |
* | Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore. | Fujii Masao | 2015-06-04 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Collection of typo fixes. | Heikki Linnakangas | 2015-05-20 |
* | Integrate pg_upgrade_support module into backend | Peter Eisentraut | 2015-04-14 |
* | pg_upgrade: preserve freeze info for postgres/template1 dbs | Bruce Momjian | 2015-02-11 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Revert "Use a bitmask to represent role attributes" | Alvaro Herrera | 2014-12-23 |