summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian2004-03-241-32/+32
* Use dollar-quoting for function bodies, unless disabled withTom Lane2004-03-231-6/+25
* Rewrite pg_dump's comment-dumping code to pull over all the commentsTom Lane2004-03-201-93/+215
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-291/+354
* Always schema-qualify the name of a function referenced in CREATE CAST.Tom Lane2004-03-021-2/+10
* Cause pg_dump to emit a 'SET client_encoding' command at the start ofTom Lane2004-02-241-4/+50
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-121-7/+37
* Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane2004-01-221-2/+9
* pg_dump support for function parameter names.Tom Lane2004-01-071-10/+55
* Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut2003-12-191-5/+6
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-2387/+2853
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-3/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Avoid using string literal with embedded newline.Tom Lane2003-11-241-8/+8
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-4/+234
* Don't choke when the handler for a procedural language is located inTom Lane2003-10-281-20/+18
* Fix findLastBuiltinOid_V70() to deliver correct result when runningTom Lane2003-10-211-8/+10
* Use calloc() to allocate empty structures.Bruce Momjian2003-10-081-7/+4
* Remove erroneous restriction that -t cannot be used to select aTom Lane2003-09-271-5/+4
* Changed the logic when a CAST is dumped according to discussionJan Wieck2003-09-271-7/+49
* Issue CREATE SCHEMA as the originally connecting user, with anTom Lane2003-09-231-25/+24
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-231-14/+6
* Message wording improvementsPeter Eisentraut2003-09-221-2/+2
* pg_dump missed comments attached to primary key or unique constraintsTom Lane2003-09-191-11/+28
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-281-27/+3
* Ensure that FK constraints are dumped after primary/unique constraints,Tom Lane2003-08-281-2/+5
* Remove space between function name and opening paren in pg_dump, forBruce Momjian2003-08-081-6/+6
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-5/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-74/+87
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* This is a totally trivial patch for something that was a very minor nit thatBruce Momjian2003-07-271-6/+6
* Recent patch to dump nondefault attstorage settings broke pg_dump forTom Lane2003-07-251-13/+22
* Seems my check constraint change did break stuff.Bruce Momjian2003-07-251-7/+7
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-53/+53
* If they're not, the below causes problems, as the foreign key is addedBruce Momjian2003-06-251-3/+2
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-251-10/+39
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-111-61/+15
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-111-2/+2
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-301-263/+12
* Fix breakage induced by recent patch (careless use of fmtId()).Tom Lane2003-05-171-3/+5
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-11/+65
* Fix erroneous space calculation leading to core dump in dumpProcLangs,Tom Lane2003-05-031-2/+2
* COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane2003-04-251-40/+38
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-5/+2
* Skip START WITH in sequence definition when it's the default value --Bruce Momjian2003-03-311-4/+8
* AddsBruce Momjian2003-03-271-3/+21
* Reorder language creation to restore constistently.Bruce Momjian2003-03-271-7/+30
* At present, dates are put into a dump in the format specified by theBruce Momjian2003-03-201-1/+8
* It has been tested only against CVS backend, however. Some checking of theBruce Momjian2003-03-201-21/+66