]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Don't choke when the handler for a procedural language is located in
[postgresql] / src / bin / pg_dump / pg_dump.c
2003-10-28 Tom LaneDon't choke when the handler for a procedural language...
2003-10-21 Tom LaneFix findLastBuiltinOid_V70() to deliver correct result...
2003-10-08 Bruce MomjianUse calloc() to allocate empty structures.
2003-09-27 Tom LaneRemove erroneous restriction that -t cannot be used...
2003-09-27 Jan WieckChanged the logic when a CAST is dumped according to...
2003-09-23 Tom LaneIssue CREATE SCHEMA as the originally connecting user...
2003-09-23 Tom Lanepg_dump/pg_restore now always use SET SESSION AUTHORIZA...
2003-09-22 Peter EisentrautMessage wording improvements
2003-09-19 Tom Lanepg_dump missed comments attached to primary key or...
2003-08-28 Tom Lanepg_dump and pg_restore -r had managed to diverge on...
2003-08-28 Tom LaneEnsure that FK constraints are dumped after primary...
2003-08-08 Bruce MomjianRemove space between function name and opening paren...
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Bruce MomjianThis is a totally trivial patch for something that...
2003-07-25 Tom LaneRecent patch to dump nondefault attstorage settings...
2003-07-25 Bruce MomjianSeems my check constraint change did break stuff.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-25 Bruce MomjianIf they're not, the below causes problems, as the forei...
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-11 Tom Lanepg_dump and pg_restore were stripping quotes and downca...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-05-30 Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
2003-05-17 Tom LaneFix breakage induced by recent patch (careless use...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-05-03 Tom LaneFix erroneous space calculation leading to core dump...
2003-04-25 Tom LaneCOPY and pg_dump failed to cope with zero-column tables...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-31 Bruce MomjianSkip START WITH in sequence definition when it's the...
2003-03-27 Bruce MomjianAdds
2003-03-27 Bruce MomjianReorder language creation to restore constistently.
2003-03-20 Bruce MomjianAt present, dates are put into a dump in the format...
2003-03-20 Bruce MomjianIt has been tested only against CVS backend, however...
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-13 Tom LaneResult of lo_read() is int, not size_t. Per Oleg Drokin.
2003-02-13 Bruce Momjian[ dumping schemas ]
2003-02-11 Peter EisentrautFix buffer clearing bug.
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2002-12-27 Tom LaneRemove overenthusiastic free'ing of comment dependencie...
2002-12-21 Tom Lanepg_dump should consider information_schema to be a...
2002-12-12 Tom LaneDon't produce bogus COPY command when there are no...
2002-12-01 Tom LaneFix pg_dump failure against 7.1 or older servers, per
2002-11-29 Bruce MomjianThis patch fixes two tiny memory leaks in pg_dump and...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-15 Bruce Momjianpg_dump for domain constraints.
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-10-22 Bruce MomjianAllow 8-byte off_t to properly pg_dump, from Philip...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-10-09 Bruce Momjian> Alvaro Herrera <alvherre@atentus.com> writes:
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-27 Bruce MomjianDisable use of -c and -a together in pg_dump; they...
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-22 Tom LaneFix bit rot in pg_dump's ability to dump from 7.2 and...
2002-08-22 Tom LaneFixed-size buffer in dumpClasses is not big enough...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Peter EisentrautEnable large file support.
2002-08-19 Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-18 Tom LaneFix small copy-and-pasteo.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-16 Tom LaneCode review for patch to dump primary and unique constr...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-25 Peter EisentrautRemove extra comma.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianUnique and primary key constraints are both dumped...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-13 Tom LaneSuppress 'owner of datatype appears to be invalid'...
2002-05-28 Tom LaneRework pg_dump namespace search criteria so that dumpin...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-19 Peter EisentrautDump privileges on functions, aggregates, languages.
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-06 Tom LaneMake dumpACL behave more reasonably for case where...
2002-04-29 Tom LaneAdd missing 'static' keyword to suppress compiler compl...
2002-04-29 Tom LaneRemove unnecessary/obsolete regproctooid() references.
next