| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian | 2011-11-29 | 1 | -38/+1 |
| * | Modify pg_dump to use error-free memory allocation macros. This avoids | Bruce Momjian | 2011-11-25 | 1 | -15/+50 |
| * | Remove hard-coded "\connect postgres" from pg_dumpall. | Robert Haas | 2011-10-28 | 1 | -1/+6 |
| * | Dump all roles first, then all config settings on roles. | Robert Haas | 2011-10-14 | 1 | -3/+9 |
| * | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 | 1 | -11/+45 |
| * | Put options in some sensible order | Peter Eisentraut | 2011-05-25 | 1 | -4/+4 |
| * | Message style improvements | Peter Eisentraut | 2011-05-23 | 1 | -1/+1 |
| * | Rename pg_dump --no-security-label to --no-security-labels | Peter Eisentraut | 2011-05-19 | 1 | -5/+5 |
| * | Fix alignment of --help output | Peter Eisentraut | 2011-05-04 | 1 | -1/+1 |
| * | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 | 1 | -9/+3 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Woops. Previous patch to remove -X options missed getopt_long calls(). | Robert Haas | 2011-03-18 | 1 | -1/+1 |
| * | Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. | Robert Haas | 2011-03-18 | 1 | -24/+0 |
| * | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian | 2011-01-07 | 1 | -10/+22 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Support unlogged tables. | Robert Haas | 2010-12-29 | 1 | -0/+7 |
| * | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 | 1 | -3/+22 |
| * | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 | 1 | -0/+7 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix pg_restore to complain if any arguments remain after parsing the switches | Tom Lane | 2010-08-13 | 1 | -19/+20 |
| * | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane | 2010-08-03 | 1 | -1/+2 |
| * | Fix bogus server version in pg_dumpall --quote-all-identifiers. | Robert Haas | 2010-07-22 | 1 | -2/+2 |
| * | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 | 1 | -1/+8 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -18/+18 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -7/+7 |
| * | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 | 1 | -2/+30 |
| * | Remove erroneous comma added to pg_dumpall tablespace query when running | Bruce Momjian | 2010-01-06 | 1 | -2/+2 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 1 | -4/+18 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -8/+68 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -3/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -29/+28 |
| * | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 | 1 | -11/+62 |
| * | Fix pg_dumpall so that when --clean is specified, it drops roles and | Tom Lane | 2009-04-11 | 1 | -28/+168 |
| * | Quote string literals correctly in the new CREATE SERVER statements | Heikki Linnakangas | 2009-04-08 | 1 | -3/+5 |
| * | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 1 | -3/+3 |
| * | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 1 | -5/+1 |
| * | Remove the -d and -D options of pg_dump and pg_dumpall. The functionality | Tom Lane | 2009-03-22 | 1 | -14/+15 |
| * | Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade | Peter Eisentraut | 2009-03-04 | 1 | -1/+2 |
| * | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 | 1 | -11/+19 |
| * | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 | 1 | -3/+2 |
| * | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut | 2009-02-25 | 1 | -27/+26 |
| * | Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations | Bruce Momjian | 2009-02-18 | 1 | -13/+24 |
| * | Add pg_dump --binary-upgrade flag to be used by binary upgrade | Bruce Momjian | 2009-02-17 | 1 | -2/+6 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -3/+3 |
| * | Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste... | Bruce Momjian | 2009-01-06 | 1 | -2/+2 |
| * | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 | 1 | -73/+75 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 | 1 | -2/+2 |