]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/dumputils.h
Phase 2 of pgindent updates.
[postgresql] / src / bin / pg_dump / dumputils.h
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-31 Stephen Frostpg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-04-07 Stephen FrostIn pg_dump, include pg_catalog and extension ACLs,...
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-01-13 Tom LaneRun pgindent on src/bin/pg_dump/*
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-15 Peter EisentrautFix whitespace
2015-09-14 Teodor SigaevCheck existency of table/schema for -t/-n option (pg_du...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-27 Tom LaneAvoid unportable strftime() behavior in pg_dump/pg_dumpall.
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-26 Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-25 Heikki LinnakangasAdd PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.
2013-03-24 Tom LaneFix some unportable constructs in parallel pg_dump...
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-30 Tom LaneRewrite --section option to decouple it from --schema...
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2012-01-31 Peter Eisentrautpg_dump: Add GCC noreturn attribute to appropriate...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Andrew DunstanAdd --section option to pg_dump and pg_restore.
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-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-02-26 Bruce Momjianpgindent run for 9.0
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-08-04 Tom LaneFix pg_dump to do the right thing when escaping the...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-09 Tom LaneMove processNamePattern into dumputils.c in preparation...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-23 Tom LaneUse dollar-quoting for function bodies, unless disabled...
2004-01-07 Tom Lanepg_dump support for function parameter names.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-30 Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Tom LaneFix compile warning.
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...