summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dumpall.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-291-38/+1
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-251-15/+50
* Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas2011-10-281-1/+6
* Dump all roles first, then all config settings on roles.Robert Haas2011-10-141-3/+9
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-11/+45
* Put options in some sensible orderPeter Eisentraut2011-05-251-4/+4
* Message style improvementsPeter Eisentraut2011-05-231-1/+1
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-191-5/+5
* Fix alignment of --help outputPeter Eisentraut2011-05-041-1/+1
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-9/+3
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-181-1/+1
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-181-24/+0
* Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian2011-01-071-10/+22
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+7
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-3/+22
* Add a SECURITY LABEL command.Robert Haas2010-09-271-0/+7
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix pg_restore to complain if any arguments remain after parsing the switchesTom Lane2010-08-131-19/+20
* Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane2010-08-031-1/+2
* Fix bogus server version in pg_dumpall --quote-all-identifiers.Robert Haas2010-07-221-2/+2
* Add options to force quoting of all identifiers.Robert Haas2010-07-221-1/+8
* pgindent run for 9.0Bruce Momjian2010-02-261-18/+18
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-7/+7
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-051-2/+30
* Remove erroneous comma added to pg_dumpall tablespace query when runningBruce Momjian2010-01-061-2/+2
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-4/+18
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-8/+68
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-29/+28
* Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE optionsTom Lane2009-05-101-11/+62
* Fix pg_dumpall so that when --clean is specified, it drops roles andTom Lane2009-04-111-28/+168
* Quote string literals correctly in the new CREATE SERVER statementsHeikki Linnakangas2009-04-081-3/+5
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-061-3/+3
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-051-5/+1
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-221-14/+15
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-041-1/+2
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-11/+19
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-251-3/+2
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-251-27/+26
* Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relationsBruce Momjian2009-02-181-13/+24
* Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian2009-02-171-2/+6
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-3/+3
* Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian2009-01-061-2/+2
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-051-73/+75
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Fix a few more format argument warnings.Magnus Hagander2008-11-211-2/+2