| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -14/+20 |
| * | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 | 1 | -1/+18 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -4/+6 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+1 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -22/+75 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -7/+8 |
| * | Fix pg_restore to process BLOB COMMENT entries correctly; they aren't | Tom Lane | 2006-05-24 | 1 | -3/+4 |
| * | Add strerror to pg_dump error messages where missing. | Peter Eisentraut | 2006-05-22 | 1 | -9/+11 |
| * | Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. | Tom Lane | 2006-04-19 | 1 | -2/+2 |
| * | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane | 2006-04-12 | 1 | -10/+11 |
| * | Repair --single-transaction patch so it handles blobs correctly. | Tom Lane | 2006-02-14 | 1 | -11/+27 |
| * | IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, | Tom Lane | 2006-02-13 | 1 | -5/+5 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 1 | -1/+4 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 1 | -1/+7 |
| * | This fixes pg_dump so that when using the '-O' no owners option it does | Bruce Momjian | 2006-02-09 | 1 | -2/+2 |
| * | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 | 1 | -1/+6 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -4/+4 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -7/+8 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -95/+87 |
| * | Improve messages | Peter Eisentraut | 2005-09-28 | 1 | -2/+2 |
| * | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane | 2005-09-11 | 1 | -3/+4 |
| * | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 | 1 | -40/+19 |
| * | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane | 2005-08-22 | 1 | -8/+3 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -4/+4 |
| * | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 | 1 | -184/+92 |
| * | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 | 1 | -1/+9 |
| * | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane | 2005-05-17 | 1 | -11/+8 |
| * | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 | 1 | -5/+3 |
| * | Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, | Tom Lane | 2005-04-15 | 1 | -15/+30 |
| * | Put 'dump complete' message in the right place, so it comes out where | Tom Lane | 2005-03-18 | 1 | -3/+3 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -3/+3 |
| * | Make pg_dump and pg_restore handle binary archive formats correctly | Tom Lane | 2005-01-26 | 1 | -2/+20 |
| * | Fix breakage created by addition of separate 'acl pass' in pg_dump. | Tom Lane | 2005-01-25 | 1 | -24/+15 |
| * | New routine _getObjectDescription() failed to cope with some aspects of | Tom Lane | 2005-01-23 | 1 | -6/+21 |
| * | Clean up pg_dump's handling of ownership for indexes (including | Tom Lane | 2005-01-11 | 1 | -70/+107 |
| * | Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit | Tom Lane | 2004-11-06 | 1 | -4/+86 |
| * | Message styling | Peter Eisentraut | 2004-10-22 | 1 | -3/+3 |
| * | Include schema name in pg_restore -l output, per request from Phil Endecott. | Tom Lane | 2004-10-08 | 1 | -3/+4 |
| * | Fix some problems with restoring databases owned by non-superusers, | Tom Lane | 2004-09-10 | 1 | -13/+13 |
| * | Fix obviously-utterly-untested noTocComments code. | Tom Lane | 2004-08-30 | 1 | -28/+28 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -74/+80 |
| * | They are two different problems; the TOC entry is important for any | Bruce Momjian | 2004-08-20 | 1 | -1/+53 |
| * | > Please find attached a submission to add a "exit on error" option to | Bruce Momjian | 2004-08-20 | 1 | -3/+4 |
| * | Fix breakage with PUBLIC schema. Try to untwist the remarkably contorted | Tom Lane | 2004-08-13 | 1 | -64/+72 |
| * | Dump comments on columns of composite types. | Tom Lane | 2004-08-04 | 1 | -28/+28 |
| * | Here is another patch that fixes a stack of pg_dump bugs: | Bruce Momjian | 2004-07-19 | 1 | -10/+14 |
| * | Fix incorrect tracking of session authorization in the presence of ACLs | Tom Lane | 2004-07-19 | 1 | -1/+12 |
| * | Change pg_dump to use ALTER OWNER commands instead of SET SESSION | Bruce Momjian | 2004-07-13 | 1 | -33/+144 |
| * | Add end-of-dump markers for pg_dump and pg_dumpall. | Bruce Momjian | 2004-05-19 | 1 | -1/+3 |