]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dumpall.c
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
[postgresql] / src / bin / pg_dump / pg_dumpall.c
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-15 Bruce MomjianAdd full path in error report for version mismatch...
2004-10-06 Bruce MomjianFix pg_dumpall to use double-quote for Win32 arguments.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-08 Bruce MomjianFix compiler warning in the proper way.
2004-08-08 Bruce MomjianSupress warning about zero-length format string.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-19 Bruce MomjianHere is another patch that fixes a stack of pg_dump...
2004-07-12 Bruce MomjianThis patch adds the following options to pg_dumpall...
2004-06-21 Tom LaneFix pg_dump and pg_dumpall for new names of built-in...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Bruce MomjianHandle multiple double-quoted strings using Win32's...
2004-06-09 Bruce MomjianUse single quotes around pg_dump call from pg_dumpall.
2004-06-09 Bruce MomjianAdd time.h to pg_dumpall.
2004-06-07 Bruce MomjianAdd start/stop times for pg_dump/pg_dumpall when verbos...
2004-06-05 Bruce MomjianSlight code cleanup for printf's.
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-19 Bruce MomjianAdd end-of-dump markers for pg_dump and pg_dumpall.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-01-22 Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-23 Tom Lanepg_dump/pg_restore now always use SET SESSION AUTHORIZA...
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-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...