aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dumpall.c
Commit message (Expand)AuthorAge
* 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
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Fix pg_dumpall to restore its ability to dump from ancient servers.Tom Lane2014-11-13
* Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane2014-10-26
* Re-pgindent src/bin/pg_dump/*.Tom Lane2014-10-17
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-05
* Small message fixesPeter Eisentraut2014-08-09
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-02
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-18
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* Fix pg_dumpall on pre-8.1 serversBruce Momjian2014-01-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* pg_dump/pg_dumpall: remove unnecessary SQL trailing semicolonsBruce Momjian2013-07-31
* Fix PQconninfoParse error message handlingPeter Eisentraut2013-07-15
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-26
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Only quote libpq connection string values that need quoting.Heikki Linnakangas2013-02-25
* Add -d option to pg_dumpall, for specifying a connection string.Heikki Linnakangas2013-02-25
* Fix pg_dumpall with database names containing =Heikki Linnakangas2013-02-20
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-16
* Update copyrights for 2013Bruce Momjian2013-01-01
* In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian2012-12-03
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-30
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12