]> granicus.if.org Git - postgresql/history - src/bin/pg_dump
A visit from the message-style police ...
[postgresql] / src / bin / pg_dump /
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-24 Peter EisentrautFix grant option dumping and related cross-version...
2003-07-23 Peter EisentrautCzech translation updates from Karel Zak
2003-07-23 Peter EisentrautUpdate German translations.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-29 Peter EisentrautAdd missing PO files from last commit.
2003-06-28 Peter EisentrautMerge PO file updates from 7.3 branch.
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-22 Tom LaneUse libpq's new logic to get the server version, instea...
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 support the -a, -s, -x options...
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-14 Tom LaneBackend support for autocommit removed, per recent...
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-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-18 Peter EisentrautFix off-by-one error in the maxlen parameter handling.
2003-03-14 Tom Lanepg_dumpall failed on groups having no members. Per...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-09 Tom Lanepg_restore failed to restore blobs if -X disable-trigge...
2003-03-06 Tom LaneAdd missing --globals-only (long form of -g).
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
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-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-02-01 Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-01-27 Tom LanePrevent core dump when die_horribly() is called with...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-16 Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-13 Hiroshi InoueChange Adjust_lo_type() so that it doesn't cause an...
2003-01-10 Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-03 Hiroshi InoueAdjust lo type in contrib during pg_restore so that...
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-12 Tom LaneDon't force rebuild of all of backend/parser when we...
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-22 Tom LaneQuote database name properly when invoking pg_dump...
2002-11-15 Bruce Momjianpg_dump for domain constraints.
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-10-27 Tom LaneSuppress compile warnings on OS X.
2002-10-25 Bruce MomjianChange to fseeko(), per Philip.
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-22 Bruce MomjianAllow 8-byte off_t to properly pg_dump, from Philip...
2002-10-21 Peter EisentrautTranslation updates
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-10-14 Peter EisentrautTranslation updates
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-14 Peter EisentrautTranslation updates
2002-09-11 Bruce MomjianAdd comment about sharing of sprompt.c file.
2002-09-10 Tom LaneFix portability problem (size_t != int).
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-06 Peter EisentrautMake sure the pg_dump tar archiver can handle members...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-02 Peter EisentrautFix typos.
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 EisentrautUpdates from Dennis Bjorklund
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-28 Peter EisentrautDump ALTER DATABASE/USER ... SET ...
2002-08-27 Tom LaneFix compile warning.
2002-08-27 Peter EisentrautFlush output streams before calling pg_dump subprocess.
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-21 Peter EisentrautMove PO files into subdirectories separate from the...
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...
next