]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dumpall.c
Update copyright for 2014
[postgresql] / src / bin / pg_dump / pg_dumpall.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-30 Kevin GrittnerFix pg_dumpall to work for databases flagged as read...
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-07-31 Bruce Momjianpg_dump/pg_dumpall: remove unnecessary SQL trailing...
2013-07-16 Peter EisentrautFix PQconninfoParse error message handling
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-26 Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-02-25 Heikki LinnakangasOnly quote libpq connection string values that need...
2013-02-25 Heikki LinnakangasAdd -d option to pg_dumpall, for specifying a connectio...
2013-02-20 Heikki LinnakangasFix pg_dumpall with database names containing =
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-17 Peter EisentrautGet rid of pg_dump's README
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Bruce MomjianIn pg_upgrade, fix bug where no users were dumped in...
2012-11-30 Bruce MomjianIn pg_upgrade, dump each database separately and use
2012-11-30 Bruce MomjianMove long_options structures to the top of main() funct...
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-18 Peter EisentrautRealign some --help output to have better spacing betwe...
2012-03-13 Peter Eisentrautpg_dump: Fix some minor memory leaks
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
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...
next