]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dumpall.c
Update copyrights to 2003.
[postgresql] / src / bin / pg_dump / pg_dumpall.c
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneThere is no reason to cast valuntil to timestamp, and...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-22 Tom LaneUse libpq's new logic to get the server version, instea...
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-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-14 Tom Lanepg_dumpall failed on groups having no members. Per...
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-01-16 Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2002-11-29 Bruce MomjianThis patch fixes two tiny memory leaks in pg_dump and...
2002-11-22 Tom LaneQuote database name properly when invoking pg_dump...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Peter EisentrautFix typos.
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-28 Peter EisentrautDump ALTER DATABASE/USER ... SET ...
2002-08-27 Peter EisentrautFlush output streams before calling pg_dump subprocess.
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...