summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dumpall.c
Commit message (Expand)AuthorAgeFilesLines
* Plug some trivial memory leaks in pg_dump and pg_upgrade.Heikki Linnakangas2015-07-021-0/+7
* Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao2015-06-041-6/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-141-1/+1
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-111-10/+10
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-10/+4
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-4/+10
* Fix pg_dumpall to restore its ability to dump from ancient servers.Tom Lane2014-11-131-3/+5
* Avoid unportable strftime() behavior in pg_dump/pg_dumpall.Tom Lane2014-10-261-3/+3
* Re-pgindent src/bin/pg_dump/*.Tom Lane2014-10-171-6/+6
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-141-3/+3
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-1/+22
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-051-14/+2
* Small message fixesPeter Eisentraut2014-08-091-1/+1
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-021-14/+25
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-011-7/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-3/+1
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-181-1/+1
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-031-3/+19
* Fix pg_dumpall on pre-8.1 serversBruce Momjian2014-01-121-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-301-0/+14
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-181-58/+58
* pg_dump/pg_dumpall: remove unnecessary SQL trailing semicolonsBruce Momjian2013-07-311-2/+0
* Fix PQconninfoParse error message handlingPeter Eisentraut2013-07-151-1/+1
* Move some pg_dump function around.Heikki Linnakangas2013-03-271-0/+2
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-261-9/+3
* Add parallel pg_dump option.Andrew Dunstan2013-03-241-10/+10
* Only quote libpq connection string values that need quoting.Heikki Linnakangas2013-02-251-6/+31
* Add -d option to pg_dumpall, for specifying a connection string.Heikki Linnakangas2013-02-251-44/+165
* Fix pg_dumpall with database names containing =Heikki Linnakangas2013-02-201-1/+33
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-1/+0
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-161-0/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian2012-12-031-8/+15
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-301-3/+5
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-301-18/+18
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-121-6/+6
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-181-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Realign some --help output to have better spacing between columnsPeter Eisentraut2012-05-181-25/+25
* pg_dump: Fix some minor memory leaksPeter Eisentraut2012-03-131-1/+6
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-161-24/+24
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-071-1/+10
* Remove duplicate definition of 'progname'.Tom Lane2011-11-291-2/+0
* Clean up after recent pg_dump patches.Tom Lane2011-11-291-3/+0