]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dumpall.c
Remove duplicate definition of 'progname'.
[postgresql] / src / bin / pg_dump / pg_dumpall.c
2011-11-30 Tom LaneRemove duplicate definition of 'progname'.
2011-11-30 Tom LaneClean up after recent pg_dump patches.
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-10-28 Robert HaasRemove hard-coded "\connect postgres" from pg_dumpall.
2011-10-14 Robert HaasDump all roles first, then all config settings on roles.
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-05-25 Peter EisentrautPut options in some sensible order
2011-05-23 Peter EisentrautMessage style improvements
2011-05-19 Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-05-04 Peter EisentrautFix alignment of --help output
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-19 Robert HaasWoops. Previous patch to remove -X options missed...
2011-03-18 Robert HaasRemove ancient -X options to pg_dump, pg_dumpall, pg_re...
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-07-22 Robert HaasFix bogus server version in pg_dumpall --quote-all...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-06 Bruce MomjianRemove erroneous comma added to pg_dumpall tablespace...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-10 Tom LaneAdjust pg_dumpall so that it emits ENCODING, LC_COLLATE...
2009-04-11 Tom LaneFix pg_dumpall so that when --clean is specified, it...
2009-04-08 Heikki LinnakangasQuote string literals correctly in the new CREATE SERVE...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-03-22 Tom LaneRemove the -d and -D options of pg_dump and pg_dumpall...
2009-03-04 Peter EisentrautProvide some proper minimal documentation for the pg_du...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-06 Bruce MomjianMake pg_dump and pg_dumpall --clean options match the...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-21 Magnus HaganderFix a few more format argument warnings.
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-08-29 Alvaro HerreraFixup pg_dumpall adding --lock-wait-timeout, to match...
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2008-03-20 Tom LaneDept of second thoughts: --no-tablespaces had better...
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautMake help synopsis consistent
2007-11-07 Peter EisentrautError message cleanup
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-05-15 Alvaro HerreraAvoid emitting empty role names in the GRANTED BY claus...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
2007-01-25 Bruce MomjianAllow pg_dumpall to specify a database name rather...
2007-01-25 Bruce MomjianAdd --tablespaces-only and --roles-only options to...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-21 Tom LaneSuppress timezone (%Z) part of timestamp display when...
2006-10-07 Peter EisentrautThe -X option in pg_dump was supposed to be a workaroun...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Bruce MomjianDocument issues with non-default tablespaces and pg_dum...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
2006-04-07 Tom LaneFix pg_dumpall to do something sane when a pre-8.1...
2006-03-30 Andrew DunstanFix bad SQL, per Stefan Kaltenbrunner.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-08-28 Tom LanedumpUserConfig failed (in a pretty harmless way, but...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-18 Tom LaneAvoid use of E'', and thereby creating an unnecessary...
2005-07-08 Tom LaneTry connecting to both postgres and template1 databases...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-21 Tom LaneFix pg_dumpall to do the right thing with "postgres...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
next