summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-14/+20
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-011-1/+18
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-4/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-22/+75
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-7/+8
* Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane2006-05-241-3/+4
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-221-9/+11
* Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane2006-04-191-2/+2
* Fix pg_restore -n option to do what the man page says it does. TheTom Lane2006-04-121-10/+11
* Repair --single-transaction patch so it handles blobs correctly.Tom Lane2006-02-141-11/+27
* IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane2006-02-131-5/+5
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-121-1/+4
* Add psql option:Bruce Momjian2006-02-121-1/+7
* This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian2006-02-091-2/+2
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-051-1/+6
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-95/+87
* Improve messagesPeter Eisentraut2005-09-281-2/+2
* Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane2005-09-111-3/+4
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-40/+19
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-221-8/+3
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-4/+4
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-184/+92
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-091-1/+9
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-11/+8
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-301-5/+3
* Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane2005-04-151-15/+30
* Put 'dump complete' message in the right place, so it comes out whereTom Lane2005-03-181-3/+3
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+3
* Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane2005-01-261-2/+20
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-251-24/+15
* New routine _getObjectDescription() failed to cope with some aspects ofTom Lane2005-01-231-6/+21
* Clean up pg_dump's handling of ownership for indexes (includingTom Lane2005-01-111-70/+107
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-061-4/+86
* Message stylingPeter Eisentraut2004-10-221-3/+3
* Include schema name in pg_restore -l output, per request from Phil Endecott.Tom Lane2004-10-081-3/+4
* Fix some problems with restoring databases owned by non-superusers,Tom Lane2004-09-101-13/+13
* Fix obviously-utterly-untested noTocComments code.Tom Lane2004-08-301-28/+28
* Pgindent run for 8.0.Bruce Momjian2004-08-291-74/+80
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-201-1/+53
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-201-3/+4
* Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane2004-08-131-64/+72
* Dump comments on columns of composite types.Tom Lane2004-08-041-28/+28
* Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian2004-07-191-10/+14
* Fix incorrect tracking of session authorization in the presence of ACLsTom Lane2004-07-191-1/+12
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-131-33/+144
* Add end-of-dump markers for pg_dump and pg_dumpall.Bruce Momjian2004-05-191-1/+3