summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-091-248/+197
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-071-16/+7
* Message style improvementsPeter Eisentraut2006-10-061-4/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-101/+112
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-5/+1
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-3/+3
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-110/+94
* Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian2006-08-041-4/+12
* Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian2006-08-021-18/+27
* Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian2006-08-011-4/+2
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-011-87/+247
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-55/+58
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-3/+3
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-14/+92
* Repair remarkably-inefficient query for dumping large object comments: itTom Lane2006-06-091-3/+3
* 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-102/+68
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-281-4/+3
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-28/+88
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-031-32/+19
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-021-89/+243
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-211-24/+66
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-121-1/+4
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-5/+36
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-2/+3
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-091-12/+24
* Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian2006-01-061-3/+5
* Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane2005-12-031-20/+45
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-32/+32
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-352/+326
* Suppress database dump item when --table and/or --schema switch wasTom Lane2005-09-211-3/+3
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-73/+56
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-4/+15
* Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane2005-08-151-21/+57
* Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane2005-08-151-120/+150
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-51/+1
* Add --encoding to pg_dump.Bruce Momjian2005-07-101-2/+18
* This patch implements putting language handlers for the optional PLsBruce Momjian2005-07-101-19/+48
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-4/+3
* Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian2005-07-011-5/+15
* Dump comments for large objects.Tom Lane2005-06-301-20/+139
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-37/+11
* Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane2005-06-071-12/+12
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-301-4/+4
* Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane2005-04-151-38/+2
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-2/+30
* Teach pg_dump about OUT parameters.Tom Lane2005-04-011-29/+156
* Make pg_dump emit a useful error message, instead of just dumping core,Tom Lane2005-03-141-1/+8