]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Fix old pg_dump oversight: default values for domains really need to be dumped
[postgresql] / src / bin / pg_dump / pg_dump.c
2006-02-21 Tom LaneFix old pg_dump oversight: default values for domains...
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...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-09 Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06 Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-21 Tom LaneSuppress database dump item when --table and/or --schem...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-15 Tom LaneClean up recent patch for PL handler functions in pg_ca...
2005-08-15 Tom LaneChange pg_dump to use pg_roles instead of pg_user on...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-07-10 Bruce MomjianAdd --encoding to pg_dump.
2005-07-10 Bruce MomjianThis patch implements putting language handlers for...
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-06-30 Tom LaneDump comments for large objects.
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-07 Tom LaneUse just NULL not NULL::TEXT --- the latter coding...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-01 Tom LaneTeach pg_dump about OUT parameters.
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-26 Tom LaneMinor tweak to avoid unnecessary memory bloat when...
2005-01-23 Tom Lanepg_dump dumped the wrong tablespace for an index (ie...
2005-01-11 Tom LaneFix tracking of dump-order dependencies for stand-alone...
2005-01-11 Tom LaneClean up pg_dump's handling of ownership for indexes...
2005-01-04 Tom LaneMake pg_dump --oids work when default_with_oids = off...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-14 Tom LaneCope with circularities involving a view's ON SELECT...
2004-12-14 Tom LaneFix pg_dump to ensure that a comment on a table CHECK...
2004-12-03 Tom LaneAdjust help message for --no-owner, per Alvaro Herrera.
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-22 Peter EisentrautMessage styling
2004-10-18 Tom LaneTweak pg_dump to handle default tablespaces correctly...
2004-10-06 Neil ConwayCapitalize some SQL keywords the previous commit missed...
2004-10-06 Bruce MomjianUppercase SQL keywords in query for clarity.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Tom LaneRevert badly-broken patch to dump comments on composite...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneDump comments on columns of composite types.
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-07-19 Bruce MomjianHere is another patch that fixes a stack of pg_dump...
2004-07-13 Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-06-25 Tom LaneAdd pg_get_serial_sequence() function, and cause pg_dum...
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-07 Bruce MomjianAdd start/stop times for pg_dump/pg_dumpall when verbos...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-26 Bruce MomjianFix problem with doing 7.0.X dumps on character varying...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-03-24 Bruce MomjianUse the new GUC variable default_with_oids in pg_dump...
2004-03-23 Tom LaneUse dollar-quoting for function bodies, unless disabled...
2004-03-20 Tom LaneRewrite pg_dump's comment-dumping code to pull over...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2004-03-02 Tom LaneAlways schema-qualify the name of a function referenced...
2004-02-24 Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-22 Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2004-01-07 Tom Lanepg_dump support for function parameter names.
2003-12-19 Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Tom LaneAvoid using string literal with embedded newline.
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-28 Tom LaneDon't choke when the handler for a procedural language...
2003-10-21 Tom LaneFix findLastBuiltinOid_V70() to deliver correct result...
2003-10-08 Bruce MomjianUse calloc() to allocate empty structures.
2003-09-27 Tom LaneRemove erroneous restriction that -t cannot be used...
2003-09-27 Jan WieckChanged the logic when a CAST is dumped according to...
2003-09-23 Tom LaneIssue CREATE SCHEMA as the originally connecting user...
2003-09-23 Tom Lanepg_dump/pg_restore now always use SET SESSION AUTHORIZA...
2003-09-22 Peter EisentrautMessage wording improvements
2003-09-19 Tom Lanepg_dump missed comments attached to primary key or...
2003-08-28 Tom Lanepg_dump and pg_restore -r had managed to diverge on...
2003-08-28 Tom LaneEnsure that FK constraints are dumped after primary...
2003-08-08 Bruce MomjianRemove space between function name and opening paren...
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-28 Tom LaneA visit from the message-style police ...
2003-07-27 Bruce MomjianThis is a totally trivial patch for something that...
2003-07-25 Tom LaneRecent patch to dump nondefault attstorage settings...
2003-07-25 Bruce MomjianSeems my check constraint change did break stuff.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-25 Bruce MomjianIf they're not, the below causes problems, as the forei...
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-11 Tom Lanepg_dump and pg_restore were stripping quotes and downca...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-05-30 Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
next