]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/dumputils.c
pg_dump: Add missing newlines at end of messages
[postgresql] / src / bin / pg_dump / dumputils.c
2012-06-18 Peter Eisentrautpg_dump: Add missing newlines at end of messages
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-06-03 Tom LaneFix memory leaks in failure paths in buildACLCommands...
2012-05-30 Tom LaneRewrite --section option to decouple it from --schema...
2012-04-06 Robert HaasPut back code inadvertently deleted from exit_nicely.
2012-04-03 Robert HaasArrange for on_exit_nicely to be thread-safe.
2012-03-31 Tom LaneRename frontend keyword arrays to avoid conflict with...
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
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-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
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-02 Robert HaasBasic foreign table support.
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-03-03 Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
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-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-07-10 Tom LaneAdjust processSQLNamePattern() so that $ within the...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneTweak pg_dumpall to add GRANT CONNECT ON DATABASE ...
2006-10-09 Tom LaneMove processNamePattern into dumputils.c in preparation...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-08 Tom LaneFix pg_dump for recent change removing separate RULE...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
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-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-11 Bruce MomjianBrace cleanup.
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-12-02 Tom LaneFix obsolete comment.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
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-06-18 Tom LaneTablespaces. Alternate database locations are dead...
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 Daemon$Header: -> $PostgreSQL Changes ...
2003-08-14 Tom LaneHandle double-quotes correctly in user names in ACL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneUpgrade parsing code for ACLs to be less hokey and...
2003-07-24 Peter EisentrautFix grant option dumping and related cross-version...
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 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...