aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dumpall.c
Commit message (Expand)AuthorAge
* Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier2019-05-23
* Put new command-line options into alphabetical orderPeter Eisentraut2018-06-04
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Support --no-comments in pg_dump, pg_dumpall, pg_restore.Tom Lane2018-01-25
* Move handling of database properties from pg_dumpall into pg_dump.Tom Lane2018-01-22
* Update copyright for 2018Bruce Momjian2018-01-02
* pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.Robert Haas2017-09-01
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* pg_dump: Add a --load-via-partition-root option.Robert Haas2017-08-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Put new command-line options in alphabetical orderPeter Eisentraut2017-06-08
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* pg_dump: Add --no-publications optionPeter Eisentraut2017-05-12
* pg_dump: Add --no-subscriptions optionPeter Eisentraut2017-05-09
* pg_dumpall: Allow --no-role-passwords and --binary-upgrade togetherPeter Eisentraut2017-04-13
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Allow pg_dumpall to dump roles w/o user passwordsSimon Riggs2017-03-07
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pg_dumpall: Include --verbose option in --help outputStephen Frost2016-12-24
* Fix pg_dumpall regression test to be locale-independent.Tom Lane2016-10-13
* Make pg_dumpall's database ACL query independent of hash table order.Andres Freund2016-10-12
* Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.Tom Lane2016-10-12
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix Windows shell argument quoting.Noah Misch2016-08-08
* Reject, in pg_dumpall, names containing CR or LF.Noah Misch2016-08-08
* Correctly dump database and tablespace ACLsStephen Frost2016-07-17
* pgindent run for 9.6Robert Haas2016-06-09
* Do not DROP default roles in pg_dumpall -cStephen Frost2016-05-24
* Correct query in pg_dumpall:dumpRolesStephen Frost2016-05-06
* pg_dump: Message style improvementsPeter Eisentraut2016-04-25
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Run pgindent on src/bin/pg_dump/*Tom Lane2016-01-13
* Update copyright for 2016Bruce Momjian2016-01-02
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-11
* Plug some trivial memory leaks in pg_dump and pg_upgrade.Heikki Linnakangas2015-07-02
* Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao2015-06-04
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-14
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23